🌟Add custom YARA signatures
Sample Rule Template
rule MyRule_custom: customTag
{
meta:
category = "Prompt Injection"
description = "Detects prompts that contain some custom strings"
strings:
...
condition:
...
}
Last updated