Skip to content

Commit

Permalink
fix: remove ping filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Jul 13, 2023
1 parent cede72a commit a1672f8
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ references:
- https://blog.redbluepurple.io/offensive-research/bypassing-injection-detection
author: Florian Roth (Nextron Systems)
date: 2022/03/16
modified: 2023/07/05
modified: 2023/07/13
tags:
- attack.defense_evasion
- attack.privilege_escalation
Expand All @@ -30,20 +30,17 @@ detection:
- '\spoolsv.exe'
- '\wordpad.exe'
- '\write.exe'
filter_main_spoolsv:
filter_optional_spoolsv:
SourceImage: 'C:\Windows\System32\csrss.exe'
TargetImage: 'C:\Windows\System32\spoolsv.exe'
filter_optional_aurora_1:
StartFunction: 'EtwpNotificationThread'
filter_optional_aurora_2:
SourceImage|contains: 'unknown process'
filter_optional_csrss_ping:
SourceImage: 'C:\Windows\System32\csrss.exe'
TargetImage: 'C:\Windows\System32\ping.exe'
filter_optional_winzip:
SourceImage: 'C:\Program Files\WinZip\FAHWindow64.exe'
TargetImage: 'C:\Windows\explorer.exe'
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
condition: selection and not 1 of filter_optional_*
falsepositives:
- Unknown
level: high

0 comments on commit a1672f8

Please sign in to comment.