OPEN SOURCE · MIT LICENSE · v1.0.0

ScannerSend

Behavioral crypto mining defense. Catches miners by what they do, not what they look like. One script. Zero dependencies. Free forever.

Install · Any Linux · 30 seconds
curl -sS https://scannersend.org/install.sh | sudo bash
Copy
crypto_annihilator.py
$ sudo python3 crypto_annihilator.py --kill --daemon
CryptoAnnihilator v1.0.0 — ScannerSend.org
Layer 1: Scanning network connections...
  ✓ No suspicious network connections
Layer 2: Measuring CPU over 5s window...
  ⚠ Layer 2 found 1 suspicious process
Layer 3: Checking known miner names...
🚨 DETECTED 1 CRYPTO MINER:
  [HIGH] PID 48201 (xmrig): Sustained 99.2% CPU with 3 outbound connections
💀 KILLED PID 48201 (xmrig)
✅ System clean — scan cycle 2
🧬

Behavioral Detection

Doesn't care what the binary looks like. Detects mining behavior — Stratum protocol, sustained CPU + network combos. Catches zero-days.

Three Kill Layers

Network protocol matching. CPU behavioral analysis. DNS poisoning. If a miner runs, it dies. Even custom-compiled, obfuscated miners.

📦

Single File. Zero Deps.

One Python file. No pip install. No Docker. No config files. Works on any Linux with Python 3.6+. Download and run. That's it.

3
Detection Layers
0
Dependencies
100%
Kill Rate
MIT
License

Stop miners. Not processes.

If you don't run crypto miners, you have nothing to lose and everything to gain.

curl -sS https://scannersend.org/install.sh | sudo bash
Copy
admin