Microsoft BITS Proxy Requests to Uncommon Server IP Hosts

Identifies Microsoft BITS proxy connections where the destination host ends with a single-digit, indicating uncommon IP-style addressing.

FreeReviewedSigma · High · v2
Category
proxy
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-06-10
Updated
2026-07-31
title: Microsoft BITS Proxy Requests to Uncommon Server IP Hosts
id: 66e4a92d-0d5d-408b-892a-c98ff39d2444
status: test
description: This rule flags proxy traffic where the user agent indicates Microsoft BITS and the destination host ends with a single-digit value (1–9) rather than an FQDN. Using an IP-based or atypical host format for BITS transfers can help attackers blend in or avoid straightforward domain-based detections. It relies on proxy telemetry fields for the HTTP user agent and the requested host value.
references:
  - https://isc.sans.edu/diary/Microsoft+BITS+Used+to+Download+Payloads/21027
  - https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_ua_bitsadmin_susp_ip.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-06-10
modified: 2022-08-24
tags:
  - attack.command-and-control
  - attack.execution
  - attack.stealth
  - attack.t1071.001
  - attack.persistence
  - attack.t1197
  - attack.s0190
logsource:
  category: proxy
detection:
  selection:
    c-useragent|startswith: Microsoft BITS/
    cs-host|endswith:
      - "1"
      - "2"
      - "3"
      - "4"
      - "5"
      - "6"
      - "7"
      - "8"
      - "9"
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 8ccd35a2-1c7c-468b-b568-ac6cdf80eec3
    type: derived