Skip to content

Commit

Permalink
revert to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SherifEldeeb committed Nov 15, 2018
1 parent 742192b commit cd59507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/network/net_susp_network_scan.yml
Expand Up @@ -7,7 +7,9 @@ detection:
selection:
action: denied
timeframe: 24h
condition: ( selection | count(dst_port) by src_ip > 10 ) or ( selection | count(dst_ip) by src_ip > 10 )
condition:
- selection | count(dst_port) by src_ip > 10
- selection | count(dst_ip) by src_ip > 10
fields:
- src_ip
- dst_ip
Expand Down

0 comments on commit cd59507

Please sign in to comment.