mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
18 lines
462 B
YAML
18 lines
462 B
YAML
title: Network Scans
|
|
description: Detects many failed connection attempts to different ports or hosts
|
|
author: Thomas Patzke
|
|
logsource:
|
|
type: firewall
|
|
detection:
|
|
selection:
|
|
action: denied
|
|
timeframe: 24h
|
|
condition:
|
|
- selection | count(dst_port) > 10 by src_ip
|
|
- selection | count(dst_ip) > 10 by src_ip
|
|
falsepositives:
|
|
- Inventarization systems
|
|
- Vulnerability scans
|
|
- Penetration testing activity
|
|
level: medium
|