Detectionhightest

BITS Transfer Job Download To Potential Suspicious Folder

Detects new BITS transfer job where the LocalName/Saved file is stored in a potentially suspicious location

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems)Created Tue Jun 28Updated Mon Mar 27f8a56cb7-a363-44ed-a82f-5926bb44cd05windows
Log Source
Windowsbits-client
ProductWindows← raw: windows
Servicebits-client← raw: bits-client
Detection Logic
Detection Logic1 selector
detection:
    selection:
        EventID: 16403
        LocalName|contains:
            # TODO: Add more interesting suspicious paths
            - '\Desktop\'
            - 'C:\Users\Public\'
            - 'C:\PerfLogs\'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
f8a56cb7-a363-44ed-a82f-5926bb44cd05
Status
test
Level
high
Type
Detection
Created
Tue Jun 28
Modified
Mon Mar 27
Path
rules/windows/builtin/bits_client/win_bits_client_new_trasnfer_susp_local_folder.yml
Raw Tags
attack.defense-evasionattack.persistenceattack.t1197
View on GitHub