Skip to content

Commit

Permalink
Merge PR SigmaHQ#5013 from @ruppde - Update linux scanning rules
Browse files Browse the repository at this point in the history
update: Linux HackTool Execution - Remove "zenmap" and "nmap" as they are already covered by 3e102cd9-a70d-4a7a-9508-403963092f31
update: Linux Network Service Scanning Tools Execution - Add "zenmap" utility
  • Loading branch information
ruppde authored Sep 22, 2024
1 parent 014d169 commit 35a5eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ references:
- https://github.com/Pennyw0rth/NetExec/
author: Nasreddine Bencherchali (Nextron Systems), Georg Lauenstein (sure[secure])
date: 2023-01-03
modified: 2023-10-25
modified: 2024-09-19
tags:
- attack.execution
- attack.resource-development
Expand Down Expand Up @@ -47,10 +47,8 @@ detection:
- '/legion'
- '/naabu'
- '/netdiscover'
- '/nmap'
- '/nuclei'
- '/recon-ng'
- '/zenmap'
selection_scanners_sniper:
Image|contains: '/sniper'
selection_web_enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ references:
- https://github.com/Tib3rius/AutoRecon
author: Alejandro Ortuno, oscd.community, Georg Lauenstein (sure[secure])
date: 2020-10-21
modified: 2023-10-25
modified: 2024-09-19
tags:
- attack.discovery
- attack.t1046
Expand All @@ -32,6 +32,7 @@ detection:
- '/nmap'
- '/nping'
- '/telnet' # could be wget, curl, ssh, many things. basically everything that is able to do network connection. consider fine tuning
- '/zenmap'
filter_main_netcat_listen_flag:
CommandLine|contains:
- ' --listen '
Expand Down

0 comments on commit 35a5eb9

Please sign in to comment.