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