2017-02-08 11:41:32 +00:00
|
|
|
title: Network Scans
|
|
|
|
description: Detects many failed connection attempts to different ports or hosts
|
2017-02-19 08:19:06 +00:00
|
|
|
author: Thomas Patzke
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-09-10 22:35:52 +00:00
|
|
|
category: firewall
|
2017-02-08 11:41:32 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
action: denied
|
2017-02-28 16:52:40 +00:00
|
|
|
timeframe: 24h
|
2017-02-08 11:41:32 +00:00
|
|
|
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-02-24 22:44:42 +00:00
|
|
|
falsepositives:
|
|
|
|
- Inventarization systems
|
|
|
|
- Vulnerability scans
|
|
|
|
- Penetration testing activity
|
|
|
|
level: medium
|