Add malware-watch installer bundle

This commit is contained in:
javara999
2026-09-03 10:06:30 +09:00
commit 0e9d62e219
4 changed files with 722 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# malware-watch installer
Files:
- `install.sh` — installs malware-watch, abuse.ch feeds, automatic quarantine, IOC firewall blocking, and optional official ClamAV.
- `.env` — private Discord Webhook / abuse.ch Auth-Key and tuning values.
Install:
```bash
cd /app/malware-watch
sudo ./install.sh
```
Useful logs:
```bash
journalctl -u malware-watch.service -f
journalctl -u malware-feed-update.service
journalctl -u clamav-risk-scan.service
journalctl -u clamav-deep-scan.service
journalctl -u clamav-freshclam-local.service
```
The `.env` file is mode 600 and is ignored by Git.