Files
S12cybersecurity-YaraRules/README.md
T
S12cybersecurity 920423367c Update README.md
2025-10-02 10:41:04 +02:00

1.3 KiB

YaraRules

This repository contains a collection of YARA rules created and maintained by S12cybersecurity.

As a malware developer, I use this space to publish detection rules for the techniques I implement during research and experimentation.
These rules can help analysts, researchers, and security teams detect and study specific malicious behaviors.


📌 Purpose

  • Share custom YARA rules focused on malware techniques.
  • Support detection, hunting, and reverse engineering efforts.
  • Provide practical resources for the cybersecurity community.

📂 Repository Structure

  • Each file corresponds to one or more detection rules.
  • Rules are organized by technique or malware functionality.
  • Updated as new techniques are tested and published.

🚀 Usage

  1. Clone this repository:

    git clone https://github.com/S12cybersecurity/YaraRules.git
    
  2. Use the rules with your YARA installation:

    yara -r rule_file.yar target_file_or_directory
    
  3. Integrate them into your own workflows (threat hunting, malware analysis, sandboxing, etc.).


🤝 Contributions

  • Contributions, suggestions, and improvements are welcome.
  • Please open a pull request or submit an issue if you would like to collaborate.