Detection rules › Sigma
File Download From Browser Process Via Inline URL
Detects execution of a browser process with a URL argument pointing to a file with a potentially interesting extension. This can be abused to download arbitrary files or to hide from the user for example by launching the browser in a minimized state.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Command & Control | T1105 Ingress Tool Transfer |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
| Security-Auditing | 4688 | A new process has been created. |
Stages and Predicates
Stage 1: all of selection_img
or:
Image|endswith: '\brave.exe'
Image|endswith: '\chrome.exe'
Image|endswith: '\msedge.exe'
Image|endswith: '\opera.exe'
Image|endswith: '\vivaldi.exe'
Stage 2: all of selection_http
CommandLine|contains: http
Stage 3: all of selection_extensions
or:
CommandLine|endswith: .7z
CommandLine|endswith: .dat
CommandLine|endswith: .dll
CommandLine|endswith: .exe
CommandLine|endswith: .hta
CommandLine|endswith: .ps1
CommandLine|endswith: .psm1
CommandLine|endswith: .txt
CommandLine|endswith: .vbe
CommandLine|endswith: .vbs
CommandLine|endswith: .zip
CommandLine|contains: '.7z"'
CommandLine|contains: '.dat"'
CommandLine|contains: '.dll"'
CommandLine|contains: '.hta"'
CommandLine|contains: '.ps1"'
CommandLine|contains: '.psm1"'
CommandLine|contains: '.txt"'
CommandLine|contains: '.vbe"'
CommandLine|contains: '.vbs"'
CommandLine|contains: '.zip"'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | ends_with |
|
CommandLine | match |
|
Image | ends_with |
|
Neighbors
Stricter alternatives (narrower than this rule)
The rules below may be useful if you find the current rule is too noisy / lacks specificity.
- File Download with Headless Browser (adds 3 filters)
- Suspicious Chromium Browser Instance Executed With Custom Extension (adds 2 filters)
- Browser Execution In Headless Mode (adds 1 filter)
- Chromium Browser Instance Executed With Custom Extension (adds 1 filter)