Batch_Powershell_Invoke_Inveigh
Description
Detects malicious batch file from NCSC report
Query · yara
strings:
$ = "Inveigh.ps1" ascii
$ = "Invoke-Inveigh" ascii
$ = "-LLMNR N -HTTP N -FileOutput Y" ascii
$ = "powershell.exe" ascii
condition:
all of them