Windows_VulnDriver_Samsung_4c642da2
Description
Subject: Samsung Electronics Co., Ltd.
Query · yara
strings:
$subject_name = { 06 03 55 04 03 [2] 53 61 6D 73 75 6E 67 20 45 6C 65 63 74 72 6F 6E 69 63 73 20 43 6F 2E 2C 20 4C 74 64 2E }
$str1 = "IOCTL_MAGICIAN_GET_AHCI_CONTROLLER_SATA_MODE"
$str2 = "IOCTL_MAGICIAN_GET_AHCI_PORT_SATA_MODE"
condition:
int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2