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. |
Beta Was this translation helpful? Give feedback.
Answered by
phutelmyer
Apr 5, 2023
Replies: 1 comment 2 replies
-
Hello @zbalkan. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zbalkan
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?