Pirpi_1609_B
Description
Detects Pirpi Backdoor
Query · yara
strings: $s1 = "tconn <ip> <port> //set temp connect value, and disconnect." fullword ascii $s2 = "E* ListenCheckSsl SslRecv fd(%d) Error ret:%d %d" fullword ascii $s3 = "%s %s L* ListenCheckSsl fd(%d) SslV(-%d-)" fullword ascii $s4 = "S:%d.%d-%d.%d V(%d.%d) Listen On %d Ok." fullword ascii $s5 = "E* ListenCheckSsl fd(%d) SslAccept Err %d" fullword ascii $s6 = "%s-%s N110 Ssl Connect Ok(%s:%d)." fullword ascii $s7 = "%s-%s N110 Basic Connect Ok(%s:%d)." fullword ascii $s8 = "tconn <ip> <port>" fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 1000KB and 2 of them ) or ( 4 of them )