SigmaHQ/rules/network/net_susp_network_scan.yml

28 lines
662 B
YAML
Raw Normal View History

title: Network Scans
2019-11-12 22:12:27 +00:00
id: fab0ddf0-b8a9-4d70-91ce-a20547209afb
2020-09-15 13:02:30 +00:00
status: experimental
description: Detects many failed connection attempts to different ports or hosts
2017-02-19 08:19:06 +00:00
author: Thomas Patzke
date: 2017/02/19
modified: 2020/08/27
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
2017-09-12 21:54:04 +00:00
fields:
- src_ip
- dst_ip
- dst_port
falsepositives:
- Inventarization systems
- Vulnerability scans
- Penetration testing activity
level: medium
2020-09-15 13:02:30 +00:00
tags:
- attack.discovery
- attack.t1046