Skip to content

Commit

Permalink
Merge PR #4635 from @qasimqlf - Fix error in modifier usage
Browse files Browse the repository at this point in the history
fix: Suspicious Command Patterns In Scheduled Task Creation - Fix error in modifier usage

---------

Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
  • Loading branch information
qasimqlf and nasbench authored Dec 21, 2023
1 parent d88e556 commit efb67a3
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ references:
- https://www.ncsc.gov.uk/static-assets/documents/malware-analysis-reports/devil-bait/NCSC-MAR-Devil-Bait.pdf
author: Florian Roth (Nextron Systems)
date: 2022/02/23
modified: 2023/05/15
modified: 2023/12/21
tags:
- attack.execution
- attack.t1053.005
Expand Down Expand Up @@ -46,15 +46,14 @@ detection:
- 'mshta http'
- 'mshta.exe http'
selection_anomaly_1:
CommandLine|contains|all:
CommandLine|contains:
- ':\Windows\Temp\'
- '\AppData\'
- '%AppData%'
- '%Temp%'
- '%tmp%'
- 'C:\Windows\Temp\'
selection_anomaly_2:
CommandLine|contains|all:
- '/xml C:\Users\'
CommandLine|contains:
- 'cscript'
- 'curl'
- 'wscript'
Expand Down

0 comments on commit efb67a3

Please sign in to comment.