This repository has been archived on 2025-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Novel/README.md

52 lines
1.9 KiB
Markdown
Raw Normal View History

2025-03-24 21:36:36 +01:00
MOVED TO @Novel/anti-abuse ( http://lhhomeserver.ddns.net:3000/Novel/anti-abuse )
2025-03-24 21:35:38 +01:00
2025-03-24 20:12:08 +00:00
![Novel](/Frame_12x.webp)
2025-03-24 20:11:30 +00:00
2025-03-24 20:07:14 +00:00
# Novel, Anti-Abuse
2025-03-23 19:01:35 +01:00
2025-03-24 20:07:14 +00:00
Introducing Anti-Abuse by Novel.
2025-03-23 19:08:13 +01:00
2025-03-24 20:14:27 +00:00
Anti-Abuse is an ✨ FREE, Open-Sourced radar based on yara rules built for pterodactyl, pelican nodes and docker containers.
2025-03-23 19:08:13 +01:00
2025-03-24 20:07:14 +00:00
## Features
1. Watchdog based real-time monitoring.
2. Easily customizable by [Yara Rule](https://yara.readthedocs.io/en/stable/writingrules.html).
3. Various Integrations(discord webhook, etc).
4. Easy re-check action through AI-Based Analysis.
2025-03-23 19:08:13 +01:00
2025-03-24 20:07:14 +00:00
## Installation
2025-03-23 19:08:13 +01:00
2025-03-24 20:07:14 +00:00
Requirements: python, keyboard, brain
1. Install requirements
```bash
2025-03-23 19:08:13 +01:00
pip install watchdog tomllib yara
```
2025-03-24 20:07:14 +00:00
2. Configure your config.toml and yara rules
2025-03-23 19:08:13 +01:00
Thirdly run configure config.toml, upload your YARA (.yar and .yara) signatures in /signatures and then finally run RADAR!
```python
python3 main.py
```
2025-03-24 20:07:14 +00:00
Done! You're now running Anti-Abuse.
2025-03-23 19:08:13 +01:00
2025-03-24 14:47:26 +01:00
# Tips
Tip 1: You don't know how to write YARA rules?
> Check out [aweasome-yara](https://github.com/InQuest/awesome-yara), this repository contains list of YARA rules collections which you can use. Didn't found what you were looking for? Try creating own YARA rules, take a look at [YARA documentation](https://yara.readthedocs.io/en/latest/index.html)
2025-03-24 20:16:51 +00:00
2025-03-24 20:16:40 +00:00
Tip 2: We recommend using https://console.groq.com instead of self hosted OLLAMA for better performance!
> We will also underline that https://console.groq.com offers very nice and kind Free Tier which should be enough for small or medium size deployments of Novel
2025-03-24 14:47:26 +01:00
# Reporting security issue or vulnerability
2025-03-24 20:07:14 +00:00
Please contact us on email:
|Maintainer|Contact|
|----|---|
|Lisa|lisahonkay@gmail.com, `@_lisa_ns_` on discord|
2025-03-24 20:16:40 +00:00
|Lin|contact@who.ad, `@inxtagram` on discord|
2025-03-24 14:47:26 +01:00
2025-03-24 20:07:14 +00:00
Made with ❤️ by inxtagram and `_lisa_ns_`, licensed under [GNU GENERAL PUBLIC LICENSE, Version 3](http://lhhomeserver.ddns.net:3000/Lisa_Stuff/RADAR/src/branch/main/LICENSE)