[BLUE TEAMING] - Pattern matching in Malware Analysis using YARA
<aside> 💡 YARA is a multi platform tool for matching patterns of interest, used to identify malicious files
</aside>
<aside> 💡 Yara rules is a way of telling yara what characteristics to look for in a file.
</aside>
<aside> 💡 Yara Rule
rulename
metadata
strings
conditions
</aside>
<aside> 💡 Yara rule syntax :-
$textstring = "text"
<aside> 💡 Running Yara syntax
yara [options] <rule_file> <target file>
</aside>Questions âž–
1 - boolean condition
2, 4 - yara help
3 - metadata