Alternatives to YARA-X

Match files against rules describing suspicious binary patterns. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as YARA-X.

  • YARA

    Pattern-matching engine for identifying and classifying malware samples.

    YARA is the original engine whose rule format is the common language for malware signatures, but it is now in maintenance mode with development moved to YARA-X.

Also worth comparing

These listings name YARA-X as their own alternative, so the relationship runs both ways.

  • THOR Lite

    A free multi-platform IOC and YARA scanner for checking systems for signs of compromise.

    YARA-X is the open-source modern rewrite of YARA, matching files against rules but without THOR Lite's IOC, process and autorun scanning.

Similar software

Related functionality, not a direct replacement.