Gsecdump_password_dump_file
Description
Detects a gsecdump output file
Query · yara
strings:
$x1 = "Administrator(current):500:" ascii
condition:
uint32be(0) == 0x41646d69 and filesize < 3000 and $x1 at 0
Detects a gsecdump output file
strings:
$x1 = "Administrator(current):500:" ascii
condition:
uint32be(0) == 0x41646d69 and filesize < 3000 and $x1 at 0
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.