SigmaHQ/rules/network/net_susp_network_scan.yml

18 lines
466 B
YAML
Raw Normal View History

title: Network Scans
description: Detects many failed connection attempts to different ports or hosts
2017-02-19 08:19:06 +00:00
author: Thomas Patzke
logsource:
category: firewall
detection:
selection:
action: denied
timeframe: 24h
condition:
2017-08-02 21:32:00 +00:00
- selection | count(dst_port) by src_ip > 10
- selection | count(dst_ip) by src_ip > 10
falsepositives:
- Inventarization systems
- Vulnerability scans
- Penetration testing activity
level: medium