23 lines
588 B
Markdown
23 lines
588 B
Markdown
# 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.
|