Skip to content

Commit

Permalink
Sigma Rule Update (2023-10-30 20:07:30) (#519)
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 Oct 30, 2023
1 parent fa9cb93 commit 4dbf60b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ references:
- https://twitter.com/fr0s7_/status/1712780207105404948
author: Florian Roth (Nextron Systems), X__Junior (Nextron Systems)
date: 2022/08/03
modified: 2023/10/24
modified: 2023/10/29
tags:
- attack.discovery
logsource:
Expand Down Expand Up @@ -37,12 +37,15 @@ detection:
- http://%
- '%2e'
selection_ip_3:
- CommandLine|re: https?:\/\/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,5}(?!.)
- CommandLine|re: https?:\/\/[0-9]{1,3}\.[0-9]{1,8}(?!.)
- CommandLine|re: https?:\/\/[0-9]{1,10}(?!.)
- CommandLine|re: https?:\/\/(0[0-9]{1,11}\.){3}0[0-9]{1,11}
- CommandLine|re: https?:\/\/0[0-9]{1,11}(?!.)
condition: process_creation and (selection_command and 1 of selection_ip_*)
- CommandLine|re: https?://[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,5}
- CommandLine|re: https?://[0-9]{1,3}\.[0-9]{1,8}
- CommandLine|re: https?://[0-9]{1,10}
- CommandLine|re: https?://(0[0-9]{1,11}\.){3}0[0-9]{1,11}
- CommandLine|re: https?://0[0-9]{1,11}
filter_main_valid_ip:
CommandLine|re: https?://((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}
condition: process_creation and (selection_command and 1 of selection_ip_* and
not 1 of filter_main_*)
falsepositives:
- Unknown
level: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ references:
- https://twitter.com/fr0s7_/status/1712780207105404948
author: Florian Roth (Nextron Systems), X__Junior (Nextron Systems)
date: 2022/08/03
modified: 2023/10/24
modified: 2023/10/29
tags:
- attack.discovery
- sysmon
Expand Down Expand Up @@ -38,12 +38,15 @@ detection:
- http://%
- '%2e'
selection_ip_3:
- CommandLine|re: https?:\/\/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,5}(?!.)
- CommandLine|re: https?:\/\/[0-9]{1,3}\.[0-9]{1,8}(?!.)
- CommandLine|re: https?:\/\/[0-9]{1,10}(?!.)
- CommandLine|re: https?:\/\/(0[0-9]{1,11}\.){3}0[0-9]{1,11}
- CommandLine|re: https?:\/\/0[0-9]{1,11}(?!.)
condition: process_creation and (selection_command and 1 of selection_ip_*)
- CommandLine|re: https?://[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,5}
- CommandLine|re: https?://[0-9]{1,3}\.[0-9]{1,8}
- CommandLine|re: https?://[0-9]{1,10}
- CommandLine|re: https?://(0[0-9]{1,11}\.){3}0[0-9]{1,11}
- CommandLine|re: https?://0[0-9]{1,11}
filter_main_valid_ip:
CommandLine|re: https?://((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}
condition: process_creation and (selection_command and 1 of selection_ip_* and
not 1 of filter_main_*)
falsepositives:
- Unknown
level: medium
Expand Down

0 comments on commit 4dbf60b

Please sign in to comment.