2017-02-08 12:41:32 +01:00
|
|
|
title: Network Scans
|
|
|
|
|
description: Detects many failed connection attempts to different ports or hosts
|
2017-02-19 09:19:06 +01:00
|
|
|
author: Thomas Patzke
|
2017-02-19 00:31:59 +01:00
|
|
|
logsource:
|
|
|
|
|
type: firewall
|
2017-02-08 12:41:32 +01:00
|
|
|
detection:
|
|
|
|
|
selection:
|
2017-02-15 23:53:08 +01:00
|
|
|
log: network
|
|
|
|
|
action: denied
|
2017-02-28 17:52:40 +01:00
|
|
|
timeframe: 24h
|
2017-02-08 12:41:32 +01:00
|
|
|
condition:
|
|
|
|
|
- selection | count(dst_port) > 10 by src_ip
|
|
|
|
|
- selection | count(dst_ip) > 10 by src_ip
|
2017-02-24 23:44:42 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Inventarization systems
|
|
|
|
|
- Vulnerability scans
|
|
|
|
|
- Penetration testing activity
|
|
|
|
|
level: medium
|