Files
blue-team-tools/rules/web/proxy_generic/proxy_ua_bitsadmin_susp_ip.yml
T

36 lines
867 B
YAML
Raw Normal View History

2022-06-10 13:16:40 +02:00
title: Bitsadmin to Uncommon IP Server Address
id: 8ccd35a2-1c7c-468b-b568-ac6cdf80eec3
status: test
2022-06-10 13:16:40 +02:00
description: Detects Bitsadmin connections to IP addresses instead of FQDN names
references:
- https://isc.sans.edu/diary/Microsoft+BITS+Used+to+Download+Payloads/21027
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
date: 2022-06-10
modified: 2022-08-24
2022-10-25 10:08:58 +02:00
tags:
- attack.command-and-control
2022-10-25 10:08:58 +02:00
- attack.t1071.001
- attack.defense-evasion
2022-10-25 10:08:58 +02:00
- attack.persistence
- attack.t1197
- attack.s0190
2022-06-10 13:16:40 +02:00
logsource:
category: proxy
detection:
selection:
c-useragent|startswith: 'Microsoft BITS/'
2022-10-25 10:08:58 +02:00
cs-host|endswith:
2022-06-10 13:16:40 +02:00
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
condition: selection
falsepositives:
- Unknown
level: high