Skip to content

Commit

Permalink
Sigma Rule Update (2023-12-11 20:08:06) (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: hach1yon <[email protected]>
  • Loading branch information
github-actions[bot] and hach1yon authored Dec 11, 2023
1 parent 035c7d1 commit c89c9ad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ references:
- https://research.checkpoint.com/2023/chinese-threat-actors-targeting-europe-in-smugx-campaign/
author: X__Junior (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
date: 2023/06/30
modified: 2023/12/05
tags:
- attack.execution
logsource:
Expand Down Expand Up @@ -35,12 +36,18 @@ detection:
- 'gc '
- 'cat '
- 'type '
- ReadAllBytes
selection_cli_specific:
CommandLine|contains|all:
- ' ^| '
- \*.lnk
- -Recurse
- '-Skip '
- CommandLine|contains|all:
- ' ^| '
- \*.lnk
- -Recurse
- '-Skip '
- CommandLine|contains|all:
- ' -ExpandProperty '
- \*.lnk
- WriteAllBytes
- ' .length '
condition: process_creation and (all of selection_*)
falsepositives:
- Unlikely
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ references:
- https://research.checkpoint.com/2023/chinese-threat-actors-targeting-europe-in-smugx-campaign/
author: X__Junior (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
date: 2023/06/30
modified: 2023/12/05
tags:
- attack.execution
- sysmon
Expand Down Expand Up @@ -36,12 +37,18 @@ detection:
- 'gc '
- 'cat '
- 'type '
- ReadAllBytes
selection_cli_specific:
CommandLine|contains|all:
- ' ^| '
- \*.lnk
- -Recurse
- '-Skip '
- CommandLine|contains|all:
- ' ^| '
- \*.lnk
- -Recurse
- '-Skip '
- CommandLine|contains|all:
- ' -ExpandProperty '
- \*.lnk
- WriteAllBytes
- ' .length '
condition: process_creation and (all of selection_*)
falsepositives:
- Unlikely
Expand Down

0 comments on commit c89c9ad

Please sign in to comment.