2017-02-08 11:41:32 +00:00
|
|
|
title: Network Scans
|
2019-11-12 22:12:27 +00:00
|
|
|
id: fab0ddf0-b8a9-4d70-91ce-a20547209afb
|
2020-09-15 13:02:30 +00:00
|
|
|
status: experimental
|
2017-02-08 11:41:32 +00:00
|
|
|
description: Detects many failed connection attempts to different ports or hosts
|
2017-02-19 08:19:06 +00:00
|
|
|
author: Thomas Patzke
|
2020-01-30 14:32:39 +00:00
|
|
|
date: 2017/02/19
|
2020-08-27 17:43:47 +00:00
|
|
|
modified: 2020/08/27
|
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-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- src_ip
|
|
|
|
- dst_ip
|
|
|
|
- dst_port
|
2017-02-24 22:44:42 +00:00
|
|
|
falsepositives:
|
|
|
|
- Inventarization systems
|
|
|
|
- Vulnerability scans
|
|
|
|
- Penetration testing activity
|
|
|
|
level: medium
|
2020-09-15 13:02:30 +00:00
|
|
|
tags:
|
|
|
|
- attack.discovery
|
|
|
|
- attack.t1046
|