Commit e739ea08 by mmorenog

Update and rename pdf.yar to PDF.yar

parent afdfac77
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/
rule malicious_author : PDF
{
meta:
......@@ -468,4 +473,4 @@ rule XDP_embedded_PDF : PDF
condition:
all of ($s*) and 1 of ($header*)
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment