mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
11 lines
319 B
YAML
11 lines
319 B
YAML
|
title: Network Scans
|
||
|
description: Detects many failed connection attempts to different ports or hosts
|
||
|
detection:
|
||
|
selection:
|
||
|
- log: network
|
||
|
action: denied
|
||
|
timeframe: last 24h
|
||
|
condition:
|
||
|
- selection | count(dst_port) > 10 by src_ip
|
||
|
- selection | count(dst_ip) > 10 by src_ip
|