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

32 lines
1.3 KiB
Markdown
Raw Normal View History

2025-03-23 19:01:35 +01:00
# RADAR
2025-03-23 19:08:13 +01:00
RADAR is a watchdog software to watch file modifications, deletions, movements, creations and scan such files with YARA rules and later analyse them with AI (configurable) and send to your discord webhook (configurable)!
# Install
Firstly ensecure you have python3 and pip installed.
Secondly install packages we are using for RADAR:
```python
pip install watchdog tomllib yara
```
Thirdly run configure config.toml, upload your YARA (.yar and .yara) signatures in /signatures and then finally run RADAR!
```python
python3 main.py
```
Done! You're running RADAR watchdog.
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)
# Reporting security issue or vulnerability
Please contact us directly per email `lisahonkay@gmail.com` or using duscord `@_lisa_ns_` or `@inxtagram` to report security issue or vulnerability!
2025-03-23 19:08:13 +01:00
Made with <3 in python 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)