Unusual File Download From File Sharing Websites - File Stream

Detects the download of suspicious file type from a well-known file and paste sharing domain

Sigma rule (View on GitHub)

 1title: Unusual File Download From File Sharing Websites - File Stream
 2id: ae02ed70-11aa-4a22-b397-c0d0e8f6ea99
 3related:
 4    - id: 8b48ad89-10d8-4382-a546-50588c410f0d
 5      type: similar
 6    - id: d635249d-86b5-4dad-a8c7-d7272b788586
 7      type: similar
 8    - id: 52182dfb-afb7-41db-b4bc-5336cb29b464
 9      type: similar
10    - id: e0f8ab85-0ac9-423b-a73a-81b3c7b1aa97
11      type: similar
12    - id: 7b434893-c57d-4f41-908d-6a17bf1ae98f
13      type: similar
14    - id: 8518ed3d-f7c9-4601-a26c-f361a4256a0c
15      type: similar
16    - id: 42a5f1e7-9603-4f6d-97ae-3f37d130d794
17      type: similar
18    - id: 56454143-524f-49fb-b1c6-3fb8b1ad41fb
19      type: similar
20    - id: b6e04788-29e1-4557-bb14-77f761848ab8
21      type: similar
22    - id: a0d7e4d2-bede-4141-8896-bc6e237e977c
23      type: similar
24    - id: 297ae038-edc2-4b2e-bb3e-7c5fc94dd5c7
25      type: similar
26status: test
27description: Detects the download of suspicious file type from a well-known file and paste sharing domain
28references:
29    - https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90015
30    - https://www.cisa.gov/uscert/ncas/alerts/aa22-321a
31    - 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/
32author: Florian Roth (Nextron Systems)
33date: 2022-08-24
34modified: 2026-03-29
35tags:
36    - attack.stealth
37    - attack.s0139
38    - attack.t1564.004
39logsource:
40    product: windows
41    category: create_stream_hash
42detection:
43    selection_domain:
44        Contents|contains:
45            - '.githubusercontent.com'       # Includes both gists and github repositories / Michael Haag (idea)
46            - '0x0.st'
47            - 'anonfiles.com'
48            - 'bashupload.com'
49            - 'cdn.discordapp.com'
50            - 'chunk.io'
51            - 'ddns.net'
52            - 'dl.dropboxusercontent.com'
53            - 'ghostbin.co'
54            - 'github.com'
55            - 'glitch.me'
56            - 'gofile.io'
57            - 'hastebin.com'
58            - 'mediafire.com'
59            - 'mega.nz'
60            - 'onrender.com'
61            - 'pages.dev'
62            - 'paste.ee'
63            - 'pastebin.com'
64            - 'pastebin.pl'
65            - 'pastetext.net'
66            - 'pixeldrain.com'
67            - 'privatlab.com'
68            - 'privatlab.net'
69            - 'send.exploit.in'
70            - 'sendspace.com'
71            - 'storage.googleapis.com'
72            - 'storjshare.io'
73            - 'supabase.co'
74            - 'temp.sh'
75            - 'transfer.sh'
76            - 'trycloudflare.com'
77            - 'ufile.io'
78            - 'w3spaces.com'
79            - 'workers.dev'
80            - 'x0.at'
81    selection_extension:
82        TargetFilename|contains:
83            - '.bat:Zone'
84            - '.cmd:Zone'
85            - '.ps1:Zone'
86    condition: all of selection_*
87falsepositives:
88    - Unknown
89level: medium

References

Related rules

to-top