Files
blue-team-tools/rules/proxy/proxy_ua_bitsadmin_susp_tld.yml
T

26 lines
776 B
YAML
Raw Normal View History

2019-03-08 16:20:10 +01:00
title: Bitsadmin to Uncommon TLD
2019-11-12 23:12:27 +01:00
id: 9eb68894-7476-4cd6-8752-23b51f5883a7
2019-03-08 16:20:10 +01:00
status: experimental
2019-11-12 23:12:27 +01:00
description: Detects Bitsadmin connections to domains with uncommon TLDs - https://twitter.com/jhencinski/status/1102695118455349248 - https://isc.sans.edu/forums/diary/Investigating+Microsoft+BITS+Activity/23281/
2019-03-08 16:20:10 +01:00
author: Florian Roth
date: 2019/03/07
logsource:
category: proxy
detection:
selection:
2019-12-07 00:11:33 +01:00
c-useragent:
2019-03-08 16:20:10 +01:00
- 'Microsoft BITS/*'
falsepositives:
r-dns:
- '*.com'
- '*.net'
- '*.org'
condition: selection and not falsepositives
fields:
- ClientIP
2019-12-07 00:11:33 +01:00
- c-uri
- c-useragent
2019-03-08 16:20:10 +01:00
falsepositives:
- Rare programs that use Bitsadmin and update from regional TLDs e.g. .uk or .ca
level: high