Is it possible to use it for non-yara scenarios #357
|
I specifically want to use this as a placement for PANHunt. I can solve the first step, the regex checks with But it also requires the Luhn algorithm check which cannot be solved with some yara rules. |
Answered by
phutelmyer
Apr 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @zbalkan.
YARA and MIMEtypes are used identify which scanners (like ScanCCN) to run against an observed file.
Could you provide an example of a signature or logic that is needed that is incompatible with YARA?