diff --git a/Server/rules/py/action.py b/Server/rules/py/action.py
index e534db6..70959d8 100644
--- a/Server/rules/py/action.py
+++ b/Server/rules/py/action.py
@@ -1,4 +1,11 @@
rule = [
+ {
+ 'rules': [
+ 'action == "filecreate" and targetfilename =~ "c:\\users\\.*\\appdata\\roaming\\microsoft\\outlook\\vbaproject.otm"'
+ ],
+ 'score': 300,
+ 'name': '已知Outlook模板宏持久化行为'
+ },
{
'rules': [
'action == "processaccess" and targetimage =~ ".*lsass.exe" and grantedaccess & 0x0010 and sourceimage =~ ".*rundll32.exe"',
diff --git a/sysmon.xml b/sysmon.xml
index c5f2b75..5021b38 100644
--- a/sysmon.xml
+++ b/sysmon.xml
@@ -583,6 +583,7 @@
.crx
.dmp
.docm
+ .otm
.dll
.exe
.exe.log