Forked from GossiTheDog/Native-Windows-Useragents-malicious.txt
Created
April 26, 2019 19:06
-
-
Save sasqwatch/c46ff3f8e2ea5511179337e74873a555 to your computer and use it in GitHub Desktop.
Native Windows UserAgents for Threat Hunting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Invoke-WebRequest in Powershell - manually whitelist legit content first: | |
Mozilla/*WindowsPowerShell/* | |
System.Net.WebClient.DownloadFile(): | |
None | |
//Start-BitsTransfer - manually whitelist legit content first: | |
Microsoft BITS/* | |
//certutil.exe - manually whitelist legit content first: | |
"Microsoft-CryptoAPI/*" & "CertUtil URL Agent" | |
//regsvr32.exe (unreliable) | |
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; Win64; x64; Trident/7.0; .NET4.0C; .NET4.0E) | |
//Empire Powershell - should never trigger | |
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko | |
Mozilla/6.0 (X11; Linux x86_64; rv:24.0) Gecko/20140205 Firefox/27.0 Iceweasel/25.3.0 | |
Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0 | |
//MSIexec | |
Windows_Installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment