Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Neo23x0/signature-base
YARA signature and IOC database for my scanners and tools
https://github.com/Neo23x0/signature-base
anti-virus dfir hash ioc scanner signature threat-hunting threat-intelligence yara yara-rules
Last synced: about 1 month ago
JSON representation
YARA signature and IOC database for my scanners and tools
- Host: GitHub
- URL: https://github.com/Neo23x0/signature-base
- Owner: Neo23x0
- License: other
- Created: 2016-02-15T09:16:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T10:24:51.000Z (8 months ago)
- Last Synced: 2024-04-07T11:28:25.655Z (8 months ago)
- Topics: anti-virus, dfir, hash, ioc, scanner, signature, threat-hunting, threat-intelligence, yara, yara-rules
- Language: YARA
- Homepage:
- Size: 38.2 MB
- Stars: 2,315
- Watchers: 192
- Forks: 585
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: Code_of_Conduct.md
Awesome Lists containing this project
- awesome-soc - Community Yara rules
- awesome-iocs - Neo23x0/signature-base - Signature base for my scanner tools. (IOCs / Indicators)
- awesome-hacking-lists - Neo23x0/signature-base - YARA signature and IOC database for my scanners and tools (YARA)
README
[![Build Status](https://travis-ci.org/Neo23x0/signature-base.svg?branch=master)](https://travis-ci.org/Neo23x0/signature-base) [![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
# Signature-Base
Signature-Base is the YARA signature and IOC database for our scanners [LOKI](https://github.com/Neo23x0/Loki) and [THOR Lite](https://www.nextron-systems.com/thor-lite/)
## Focus of Signature-Base
1. High quality YARA rules and IOCs with minimal false positives
2. Clear structure
3. Consistent rule format## Directory Structure
- iocs - Simple IOC files (CSV)
- yara - YARA rules
- threatintel - Threat Intel API Receiver (MISP, OTX)
- misc - Other input files (not IOCs or signatures)## External Variables in YARA Rules
Using the YARA rules in a tool other than [LOKI](https://github.com/Neo23x0/Loki) or [THOR Lite](https://www.nextron-systems.com/thor-lite/) will cause errors stating an `undefined identifier`. The rules that make use of external variables have been moved to the following files:
- ./yara/generic_anomalies.yar
- ./yara/general_cloaking.yar
- ./yara/gen_webshells_ext_vars.yar
- ./yara/thor_inverse_matches.yar
- ./yara/yara_mixed_ext_vars.yar
- ./yara/configured_vulns_ext_vars.yar
- ./yara/gen_fake_amsi_dll.yar
- ./yara/expl_citrix_netscaler_adc_exploitation_cve_2023_3519.yar
- ./yara/yara-rules_vuln_drivers_strict_renamed.yarJust remove these files in case you see the above error message.
## High Quality YARA Rules Feed
If you liked my rules, please check our [commercial rule set and rule feed service](https://www.nextron-systems.com/2018/12/21/yara-rule-sets-and-rule-feed/), which contains better and 20 times the number of rules.
## FAQs
### How can I report false positives?
Use the issues section of this repository.
### How can I help with bugs in rules?
Navigate to the file in this repository. Click on the "edit" symbol in the upper right corner. Edit the file and create a pull request.
### How can I provide a YARA rule or IOCs?
I accept pull requests. See this [thread](https://twitter.com/cyb3rops/status/1320657673742897153) for some help on how to create such a request.
### What are the differences between THOR Lite and LOKI?
See our comparison table [here](https://www.nextron-systems.com/compare-our-scanners/).
## License
On 13.08.2021 this repository switched its license to "Detection Rule License (DRL) 1.1" (URL: [https://raw.githubusercontent.com/Neo23x0/signature-base/master/LICENSE](https://raw.githubusercontent.com/Neo23x0/signature-base/master/LICENSE)). The last version of the rule set released under the old CC-BY-NC can be found [here](https://github.com/Neo23x0/signature-base/releases/tag/v2.0).
All signatures and IOC files in this repository, except the YARA rules that explicitly indicate a different license (see "license" meta data), are licensed under the [Detection Rule License (DRL) 1.1](https://raw.githubusercontent.com/Neo23x0/signature-base/master/LICENSE).