ATT&CK coverage › Technique

BITS Jobs T1197

Adversaries may abuse BITS jobs to persistently execute code and perform various background tasks. Windows Background Intelligent Transfer Service (BITS) is a low-bandwidth, asynchronous file transfer mechanism exposed through Component Object Model (COM). BITS is commonly used by updaters, messengers, and other applications preferred to operate in the background (using available idle bandwidth) without interrupting other networked applications. File transfer tasks are implemented as BITS jobs, which contain a queue of one or more file operations.

Events covered

5 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.
Defender-DeviceProcessEvents9001000Process activity (any)
Bits-Client3The BITS service created a new job: jobTitle, with owner jobId.
Bits-Client16403

Authoring guide

Patterns shared across the 14 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (7 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
CommandLine7match 7 /transfer , /AddFileSet, /AddFile, /Transfer, http
Image6ends_with 6\bitsadmin.exe
OriginalFileName6eq 6bitsadmin.exe
RemoteName4match 4://172.21., ://172.26., ://172.19., pixeldrain.com, paste.ee
LocalName2match 2, ends_with 1\Desktop\, C:\PerfLogs\, C:\Users\Public\, .ps1, .exe
processPath2ends_with 2\bitsadmin.exe, \powershell.exe, \pwsh.exe
FileName1eq 1bitsadmin.exe

Top indicator values (211 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
Imageends_with\bitsadmin.exe623
OriginalFileNameeqbitsadmin.exe69
CommandLinematch /addfile 55
CommandLinematch /create 514
CommandLinematch /transfer 55
CommandLinematch/AddFileSet1
CommandLinematch/AddFile1
CommandLinematch/AddFileWithRanges1
CommandLinematch/Transfer1
FileNameeqbitsadmin.exe1
RemoteNamematchhttp://41
RemoteNamematchhttp://61
RemoteNamematchhttp://71
RemoteNamematchhttp://7-1
RemoteNamematch://172.26.1
RemoteNamematch://192.168.1
RemoteNamematchhttps://61
RemoteNamematchhttps://21
RemoteNamematch://127.1
RemoteNamematch://172.16.1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 13 rules

Kusto Query Language 1 rule