Files
blue-team-tools/rules/network/net_susp_network_scan.yml
T

19 lines
483 B
YAML
Raw Normal View History

2017-02-08 12:41:32 +01:00
title: Network Scans
description: Detects many failed connection attempts to different ports or hosts
2017-02-19 09:19:06 +01:00
author: Thomas Patzke
2017-02-19 00:31:59 +01:00
logsource:
type: firewall
2017-02-08 12:41:32 +01:00
detection:
selection:
2017-02-15 23:53:08 +01:00
log: network
action: denied
timeframe: 24h
2017-02-08 12:41:32 +01:00
condition:
- selection | count(dst_port) > 10 by src_ip
- selection | count(dst_ip) > 10 by src_ip
2017-02-24 23:44:42 +01:00
falsepositives:
- Inventarization systems
- Vulnerability scans
- Penetration testing activity
level: medium