Skip to content

Commit

Permalink
Fix FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryLinLinLin committed Jun 26, 2022
1 parent 01cf7e2 commit f171d26
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 21 deletions.
18 changes: 9 additions & 9 deletions rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@

## Suspicious.SuspProcCallSysProc.A

状态:未启用
状态:启用

行为描述:源程序`*\Users\*\AppData\>\>\>`做出以下操作时,自动阻止
行为描述:源程序`*\Users\*\AppData\>\>\>`做出以下操作时,提示用户处理
- 对路径为`*\Windows\Sys?????\*.exe`的程序进行**执行**操作

***rule.json hash: b5c263fe0f878536b37daa38d98e32f854431f75754a5b59ffd881b0d5f70ba3***
***rule.json hash: 8976ebf9e98afb7f6c1285c15f2a65f5a5a6bfe826f1818fda1b0929cf0a9a47***
# Suspicious.SysProcAddAutoRun

## Suspicious.SysProcAddAutoRun.A
Expand Down Expand Up @@ -326,17 +326,17 @@

## Trojan.FakeSysProc.A

状态:未启用
状态:启用

行为描述:源程序`*`做出以下操作时,自动阻止
行为描述:源程序`*`做出以下操作时,提示用户处理
- 对路径为`*\svchost.exe`的程序进行**执行**操作
- 对路径为`*\lsass.exe`的程序进行**执行**操作
- 对路径为`*\services.exe`的程序进行**执行**操作
- 对路径为`*\winlogon.exe`的程序进行**执行**操作
- 对路径为`*\csrss.exe`的程序进行**执行**操作
- 对路径为`*\smss.exe`的程序进行**执行**操作

***rule.json hash: 11379f4626e28e779f0a4c030f0aecd2c7ba07b3eb000f11f8b2b5a1be13d6f5***
***rule.json hash: 5d9ecb177de9dbf727527545e505b234f0b67bd84ba9626eccbfb5e5167e7a0a***
# Trojan.MshtaDownloader

## Trojan.MshtaDownloader.A
Expand Down Expand Up @@ -375,12 +375,12 @@

## Trojan.Remcos.A

状态:未启用
状态:启用

行为描述:源程序`*`做出以下操作时,自动阻止
行为描述:源程序`*`做出以下操作时,提示用户处理
- 对路径为`*Remcos*`的注册表进行**创建、写入**操作

***rule.json hash: 08fba77bc21b0d6c3e5bd254ba34246352d3962013bb93d4f668ec4da8e0e60d***
***rule.json hash: f0d47e95129efb91fd8909c6b9cf4dcedeb0105a461f646d1e1878f4413b59f2***
# Trojan.Spy

## Trojan.Spy.A
Expand Down
14 changes: 14 additions & 0 deletions rules/Suspicious.ReadBrowserData/auto.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@
"action_type": 2,
"treatment": 0
}
],
"*\\Microsoft\\Edge\\*" : [
{
"res_path": "*\\Users\\*\\AppData\\Local\\*\\User Data\\Default\\*",
"montype": 1,
"action_type": 2,
"treatment": 0
},
{
"res_path": "*\\Users\\*\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\*",
"montype": 1,
"action_type": 2,
"treatment": 0
}
]
}
}
6 changes: 3 additions & 3 deletions rules/Suspicious.SuspProcCallSysProc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Suspicious.SuspProcCallSysProc.A

状态:未启用
状态:启用

行为描述:源程序`*\Users\*\AppData\>\>\>`做出以下操作时,自动阻止
行为描述:源程序`*\Users\*\AppData\>\>\>`做出以下操作时,提示用户处理
- 对路径为`*\Windows\Sys?????\*.exe`的程序进行**执行**操作

***rule.json hash: b5c263fe0f878536b37daa38d98e32f854431f75754a5b59ffd881b0d5f70ba3***
***rule.json hash: 8976ebf9e98afb7f6c1285c15f2a65f5a5a6bfe826f1818fda1b0929cf0a9a47***
2 changes: 1 addition & 1 deletion rules/Suspicious.SuspProcCallSysProc/rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": [
{
"id": 264,
"power": 0,
"power": 1,
"name": "Suspicious.SuspProcCallSysProc.A",
"procname": "*\\Users\\*\\AppData\\>\\>\\>",
"treatment": 1,
Expand Down
6 changes: 3 additions & 3 deletions rules/Trojan.FakeSysProc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

## Trojan.FakeSysProc.A

状态:未启用
状态:启用

行为描述:源程序`*`做出以下操作时,自动阻止
行为描述:源程序`*`做出以下操作时,提示用户处理
- 对路径为`*\svchost.exe`的程序进行**执行**操作
- 对路径为`*\lsass.exe`的程序进行**执行**操作
- 对路径为`*\services.exe`的程序进行**执行**操作
- 对路径为`*\winlogon.exe`的程序进行**执行**操作
- 对路径为`*\csrss.exe`的程序进行**执行**操作
- 对路径为`*\smss.exe`的程序进行**执行**操作

***rule.json hash: 11379f4626e28e779f0a4c030f0aecd2c7ba07b3eb000f11f8b2b5a1be13d6f5***
***rule.json hash: 5d9ecb177de9dbf727527545e505b234f0b67bd84ba9626eccbfb5e5167e7a0a***
2 changes: 1 addition & 1 deletion rules/Trojan.FakeSysProc/rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": [
{
"id": 14,
"power": 0,
"power": 1,
"name": "Trojan.FakeSysProc.A",
"procname": "*",
"treatment": 1,
Expand Down
6 changes: 3 additions & 3 deletions rules/Trojan.Remcos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Trojan.Remcos.A

状态:未启用
状态:启用

行为描述:源程序`*`做出以下操作时,自动阻止
行为描述:源程序`*`做出以下操作时,提示用户处理
- 对路径为`*Remcos*`的注册表进行**创建、写入**操作

***rule.json hash: 08fba77bc21b0d6c3e5bd254ba34246352d3962013bb93d4f668ec4da8e0e60d***
***rule.json hash: f0d47e95129efb91fd8909c6b9cf4dcedeb0105a461f646d1e1878f4413b59f2***
2 changes: 1 addition & 1 deletion rules/Trojan.Remcos/rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": [
{
"id": 256,
"power": 0,
"power": 1,
"name": "Trojan.Remcos.A",
"procname": "*",
"treatment": 1,
Expand Down

0 comments on commit f171d26

Please sign in to comment.