Files
roadwy-DefenderYara/Exploit/Linux/IntFour/Exploit_Linux_IntFour_A_xp.yar
T
2024-02-07 22:09:14 +08:00

16 lines
667 B
Plaintext

rule Exploit_Linux_IntFour_A_xp{
meta:
description = "Exploit:Linux/IntFour.A!xp,SIGNATURE_TYPE_ELFHSTR_EXT,04 00 04 00 05 00 00 02 00 "
strings :
$a_01_0 = {73 64 40 66 75 63 6b 73 68 65 65 70 } //01 00 sd@fucksheep
$a_01_1 = {73 65 6d 74 65 78 2e 63 } //01 00 semtex.c
$a_01_2 = {32 2e 36 2e 33 37 2d 33 2e 78 20 78 38 36 5f 36 34 } //01 00 2.6.37-3.x x86_64
$a_01_3 = {73 65 74 75 69 64 28 30 29 } //01 00 setuid(0)
$a_01_4 = {70 20 3d 20 6d 65 6d 6d 65 6d 28 63 6f 64 65 2c 20 31 30 32 34 2c 20 26 6e 65 65 64 6c 65 2c 20 38 29 } //00 00 p = memmem(code, 1024, &needle, 8)
$a_00_5 = {5d 04 00 00 } //d4 08
condition:
any of ($a_*)
}