Update action.py
Add a new detect rule is named “已知Outlook模板宏持久化行为”.
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
rule = [
|
rule = [
|
||||||
|
{
|
||||||
|
'rules': [
|
||||||
|
'action == "filecreate" and targetfilename =~ "c:\\users\\.*\\appdata\\roaming\\microsoft\\outlook\\vbaproject.otm"'
|
||||||
|
],
|
||||||
|
'score': 300,
|
||||||
|
'name': '已知Outlook模板宏持久化行为'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'rules': [
|
'rules': [
|
||||||
'action == "processaccess" and targetimage =~ ".*lsass.exe" and grantedaccess & 0x0010 and sourceimage =~ ".*rundll32.exe"',
|
'action == "processaccess" and targetimage =~ ".*lsass.exe" and grantedaccess & 0x0010 and sourceimage =~ ".*rundll32.exe"',
|
||||||
|
|||||||
Reference in New Issue
Block a user