*.hdb
is a database containing hashes. Can be customized and scanned against*.yara
rules can be set. An examplerule example {
meta:
author = "Gabe Newell"
description = "Look at how the Yara rule works with ClamAV"
strings:
$string = "a-string-found-inside-the-malicious-binary"
$file_signature = "magic-number-in-ascii"
condition:
#file_signature at 0 and $string
}
Social_engineering