Windows_Exploit_FakePipe_6bc93551
Description
Windows.Exploit.FakePipe
Query · yara
strings:
$api = "ImpersonateNamedPipeClient"
$s1 = "\\\\.\\pipe\\%ws\\pipe\\" wide nocase
$s2 = "\\\\.\\pipe\\%s\\pipe\\" wide nocase
$s3 = { 5C 00 5C 00 2E 00 5C 00 70 00 69 00 70 00 65 00 5C 00 00 19 5C 00 70 00 69 00 70 00 65 00 5C }
condition:
$api and any of ($s*)