SUSP_PS1_Combo_TransferSH_Feb24
Description
Detects suspicious PowerShell command that downloads content from transfer.sh as often found in loaders
Query · yara
strings:
$x1 = ".DownloadString('https://transfer.sh"
$x2 = ".DownloadString(\"https://transfer.sh"
$x3 = "Invoke-WebRequest -Uri 'https://transfer.sh"
$x4 = "Invoke-WebRequest -Uri \"https://transfer.sh"
condition:
1 of them