Skip to content

Commit

Permalink
Updated local.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksibovellan authored Jun 6, 2023
1 parent 9d60862 commit dc9ff51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions local.rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Nmap Detection - down to scan speeds of -T1
## opnsense-suricata-nmaps
# OPNsense's Suricata IDS/IPS Detection Rules Against Nmap Scans
v. 1.3 / June 6th 2023 by Aleksi Bovellan

# Nmap Detections between speeds of -T5-T1

# Nmap -sS scans:

Expand All @@ -21,7 +25,7 @@ alert udp any any -> any ![53,67,68,69,123,161,162,389,520,1026,1027,1028,1029,1
alert ip any any -> any any (msg:"POSSB SCAN NMAP UNCOMMON FRAGM (type -f)"; fragbits:M; threshold:type threshold, track by_src, count 20, seconds 1200; classtype:attempted-recon; sid:1000008; priority:2; rev:1;)


# MetaSploit / Meterpreter / NetCat associated port 4444 connection attempts:
# MetaSploit / Meterpreter / NetCat associated port 4444, any connection attempts:

# TCP source port: 4444
alert tcp any 4444 -> any any (msg:"POSSB SCAN M-SPLOIT R.SHELL TCP"; classtype:trojan-activity; sid:1000009; priority:1; rev:1;)
Expand Down

0 comments on commit dc9ff51

Please sign in to comment.