java2yara Logo

java2yara

0
Free
Visit Website

A minimal library to generate YARA rules from JAVA with maven support. Version 0.6.x is supposed to work with YARA-Signator >= 0.6.X. How to use it: You can easily integrate this repository into your codebase using maven: 1. git clone https://github.com/fxb-cocacoding/java2yara.git 2. cd java2yara 3. mvn package 4. mvn install:install-file -Dfile=target/java2yara-0.6.0-SNAPSHOT.jar -DpomFile=pom.xml Then add the project to your maven repository (the <dependencies>-section of your pom.xml) using the following statement: <!-- java2yara --> <dependency> <groupId>com.cocacoding</groupId> <artifactId>java2yara</artifactId> <version>0.6.0-SNAPSHOT</version> </dependency>

FEATURES

ALTERNATIVES

A tool for signature analysis of RTF files to detect potentially unique parts and malicious documents.

Automates the process of preparing Android APK files for HTTPS inspection

A blog post discussing INF-SCT fetch and execute techniques for bypass, evasion, and persistence

A serverless, real-time, and retroactive malware detection tool that scans files with YARA rules and alerts incident response teams.

Hyara is a plugin that simplifies writing YARA rules with various convenient features.

A multithreaded YARA scanner for incident response or malware zoos.

Krakatau provides an assembler and disassembler for Java bytecode, supporting conversion, creation, examination, comparison, and decompilation of Java binaries.

A tool that executes programs in memory from various sources

PINNED