mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
e1dc793589
I have come across a sample that compare with all ASCII characters, which triggers this rule (although the sample doesn't parse credit card information). Ensure that there is not a comparison with `m`, `n`, `o` and `p` (as they are in the middle of the alphabet and not part of the hex char set) to avoid this case.