BITS Transfer Job Download From File Sharing Domains

Detects BITS transfer job downloading files from a file sharing domain.

Sigma rule (View on GitHub)

 1title: BITS Transfer Job Download From File Sharing Domains
 2id: d635249d-86b5-4dad-a8c7-d7272b788586
 3status: experimental
 4description: Detects BITS transfer job downloading files from a file sharing domain.
 5references:
 6    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1197/T1197.md
 7    - https://twitter.com/malmoeb/status/1535142803075960832
 8    - https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ransomware-hive-conti-avoslocker
 9    - https://www.microsoft.com/en-us/security/blog/2024/01/17/new-ttps-observed-in-mint-sandstorm-campaign-targeting-high-profile-individuals-at-universities-and-research-orgs/
10author: Florian Roth (Nextron Systems)
11date: 2022/06/28
12modified: 2024/02/09
13tags:
14    - attack.defense_evasion
15    - attack.persistence
16    - attack.t1197
17logsource:
18    product: windows
19    service: bits-client
20detection:
21    selection:
22        EventID: 16403
23        RemoteName|contains:
24            - '.githubusercontent.com'       # Includes both gists and github repositories / Michael Haag (idea)
25            - 'anonfiles.com'
26            - 'cdn.discordapp.com'
27            - 'cdn.discordapp.com/attachments/'
28            - 'ddns.net'
29            - 'dl.dropboxusercontent.com'
30            - 'ghostbin.co'
31            - 'glitch.me'
32            - 'gofile.io'
33            - 'hastebin.com'
34            - 'mediafire.com'
35            - 'mega.nz'
36            - 'onrender.com'
37            - 'paste.ee'
38            - 'pastebin.com'
39            - 'pastebin.pl'
40            - 'pastetext.net'
41            - 'privatlab.com'
42            - 'privatlab.net'
43            - 'send.exploit.in'
44            - 'sendspace.com'
45            - 'storage.googleapis.com'
46            - 'storjshare.io'
47            - 'supabase.co'
48            - 'temp.sh'
49            - 'transfer.sh'
50            - 'ufile.io'
51    condition: selection
52falsepositives:
53    - Unknown
54level: high

References

Related rules

to-top