Techniques
Sample rules
BITS Transfer Job With Uncommon Or Suspicious Remote TLD
- source: sigma
- technicques:
- t1197
Description
Detects a suspicious download using the BITS client from a FQDN that is unusual. Adversaries may abuse BITS jobs to persistently execute or clean up after malicious payloads.
Detection logic
condition: selection and not 1 of filter_main_*
filter_main_generic:
RemoteName|contains:
- .azureedge.net/
- .com/
- .sfx.ms/
- download.mozilla.org/
selection:
EventID: 16403