File Download From Browser Process Via Inline URL
Description
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.
Query · sigma
selection_img: Image|endswith: - \brave.exe - \chrome.exe - \msedge.exe - \opera.exe - \vivaldi.exe selection_http: CommandLine|contains: http selection_extensions: - CommandLine|endswith: - .7z - .dat - .dll - .exe - .hta - .ps1 - .psm1 - .txt - .vbe - .vbs - .zip - CommandLine|contains: - .7z" - .dat" - .dll" - .hta" - .ps1" - .psm1" - .txt" - .vbe" - .vbs" - .zip" condition: all of selection_*
Known false positives
- Unknown