AIL-framework/bin/trackers/yara/custom-rules/test.yar

15 lines
217 B
Plaintext

/*
Test Rule
*/
rule certificatestest
{
strings:
$ssh_priv = "BEGIN RSA PRIVATE KEY" wide ascii nocase
$pem_cert = "BEGIN CERTIFICATE" wide ascii nocase
condition:
any of them
}