๐Ÿ’€ critical

Daily Threat Report

535 SSH Connections
268 Login Attempts
267 Commands Run
32 SSH Unique IPs
17,750 Protocol Events
125 Protocol IPs
56 Web Hits
28 Web Service IPs

Top Passwords Tried

  1. 1af4cfa0ae8cb48c
  2. 4813494d137e1631

๐ŸŒ WEB HONEYPOT โ€” HoneyAI HTTP

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

Top Paths Probed

  1. /
  2. /dispatch.asp
  3. /login
  4. /hudson
  5. /boaform/admin/formLogin

Top User-Agents

  1. Hello World/1.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 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
  4. Go-http-client/1.1
  5. Mozilla/5.0 (compatible; FlowIQ/1.0; +https://flowiq-labs.com/scanning-info)
# Automatic multi-platform threat intel reporting
$ honeypot-report.sh --since 24h
โ†’ 148 IPs โ†’ AbuseIPDB  (community confidence scores updated)
โ†’ 148 IPs โ†’ AlienVault OTX  (pulse indicators added)
โ†’ 148 IPs โ†’ Blocklist.de  (auto-ban list updated)
โ†’ 148 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
1af4cfa0ae8cb48c

๐Ÿ’ป Commands They Tried

export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${PATH:-} LC_ALL=C LANG=C
uname=$(for c in uname /bin/uname /usr/bin/uname 'busybox uname' 'toybox uname'; do v=$($c -s -v -n -m 2>/dev/null) && [ -n $_dq$v$_dq ] && { printf '%s\n' $_dq$v$_dq; exit; }; done; IFS= read -r v < /proc/version && printf '%s\n' $_dq$v$_dq) 2>/dev/null
arch=$(for c in uname /bin/uname /usr/bin/uname 'busybox uname' 'toybox uname'; do v=$($c -m 2>/dev/null) && [ -n $_dq$v$_dq ] && { printf '%s\n' $_dq$v$_dq; exit; }; done; for c in arch 'busybox arch' 'toybox arch'; do v=$($c 2>/dev/null) && [ -n $_dq$v$_dq ] && { printf '%s\n' $_dq$v$_dq; exit; }; done; printf '%s\n' unknown)
uptime=$(IFS= read -r v < /proc/uptime && printf '%s\n' $_dq$v$_dq || cat /proc/uptime 2>/dev/null || busybox cat /proc/uptime 2>/dev/null || toybox cat /proc/uptime 2>/dev/null) 2>/dev/null
cpus=$(unset OMP_NUM_THREADS OMP_THREAD_LIMIT; for c in nproc /usr/bin/nproc 'busybox nproc' 'toybox nproc'; do v=$($c 2>/dev/null) || continue; case $v in ''|*[!0-9]*) continue ;; esac; [ $_dq$v$_dq -gt 0 ] 2>/dev/null && { printf '%s\n' $_dq$v$_dq; exit; }; done; for a in awk 'busybox awk' 'toybox awk'; do $a 'BEGIN { exit 0 }' </dev/null 2>/dev/null && break; done; v=$($a 'function count(s, a,b,n,i,t,m) { gsub(/[[:space:]]/,$_dq$_dq,s); n=split(s,a,$_dq,$_dq); for(i=1;i<=n;i++) { if(a[i]!~/^[0-9]+(-[0-9]+)?$/) return 0; m=split(a[i],b,$_dq-$_dq); if(m==2 && b[2]+0<b[1]+0) return 0; t+=(m==2?b[2]-b[1]+1:1) } return t } BEGIN { while((getline s < $_dq/proc/self/status$_dq)>0) if(s~/^Cpus_allowed_list:/) { sub(/^[^:]*:/,$_dq$_dq,s); n=count(s); if(n>0) { print n; exit } } }' 2>/dev/null); [ -n $_dq$v$_dq ] && { printf '%s\n' $_dq$v$_dq; exit; }; for c in getconf 'busybox getconf' 'toybox getconf'; do v=$($c _NPROCESSORS_ONLN 2>/dev/null) || continue; case $v in ''|*[!0-9]*) continue ;; esac; [ $_dq$v$_dq -gt 0 ] 2>/dev/null && { printf '%s\n' $_dq$v$_dq; exit; }; done; v=$($a 'BEGIN { if((getline s < $_dq/sys/devices/system/cpu/online$_dq)>0 && s~/^[0-9]+(-[0-9]+)?(,[0-9]+(-[0-9]+)?)*$/) { k=split(s,a,$_dq,$_dq); for(i=1;i<=k;i++) { m=split(a[i],b,$_dq-$_dq); if(m==2 && b[2]+0<b[1]+0) { n=0; break } n+=(m==2?b[2]-b[1]+1:1) } if(n>0) { print n; exit } } while((getline s < $_dq/proc/cpuinfo$_dq)>0) { if(s~/^[[:space:]]*processor[[:space:]]*:[[:space:]]*[0-9]+[[:space:]]*$/ || s~/^[[:space:]]*processor[[:space:]]+[0-9]+:/) n++; if(s~/^[[:space:]]*#[[:space:]]*processors[[:space:]]*:/) { sub(/^[^:]*:/,$_dq$_dq,s); p=s+0 } } if(n>0) print n; else if(p>0) print p }' 2>/dev/null); printf '%s\n' $_dq${v:-unknown}$_dq)
cpu_model=$(for a in awk 'busybox awk' 'toybox awk'; do $a 'BEGIN { exit 0 }' </dev/null 2>/dev/null && break; done; r() { [ -r $_dq$1$_dq ] || return; while IFS= read -r s || [ -n $_dq$s$_dq ]; do printf '%s\n' $_dq$s$_dq; done < $_dq$1$_dq; }; v=$({ lscpu 2>/dev/null || busybox lscpu 2>/dev/null || toybox lscpu 2>/dev/null; printf '\n@@CPUINFO@@\n'; r /proc/cpuinfo; printf '\n@@MIDR@@\n'; for f in /sys/devices/system/cpu/cpu[0-9]*/regs/identification/midr_el1; do r $_dq$f$_dq; done; } | $a 'function trim(s) { gsub(/^[[:space:]]+|[[:space:]]+$/, $_dq$_dq, s); return s } function useful(s, t) { t=tolower(trim(s)); return t!=$_dq$_dq && t!~/^(unknown|undefined|unspecified|not specified|not available|not present|not installed|default string|to be filled by o\.e\.m\.|n\/a|none|null|\(null\)|-|(0x)?[0-9a-f]+)$/ && t!~/^(unknown|unidentified|unrecognized)([[:space:]]|$)/ && t!~/^(armv[0-9]+(-compatible)?|aarch64|arm64|arm)([[:space:]]+processor|[[:space:]]*\(|$)/ && t!~/^(armv[0-9]+|aarch64|arm64|arm|processor|cpu|riscv(32|64)?|risc-v|x86_64|amd64|i[3-6]86|ppc64(le)?|powerpc|loongarch64|s390x)$/; } function number(s, n,i,d) { s=tolower(trim(s)); n=0; if(s~/^0x[0-9a-f]+$/) { for(i=3;i<=length(s);i++) { d=index($_dq0123456789abcdef$_dq,substr(s,i,1))-1; n=n*16+d } return n; } return s~/^[0-9]+$/ ? s+0 : -1; } function addname(s) { if(useful(s) && !names[s]++) name[++nn]=s } function arm(impl,part, id,s) { impl=number(impl); part=number(part); if(impl<0 || impl>255 || part<0 || part>4095) return; id=sprintf($_dq%02x:%03x$_dq,impl,part); if(ids[id]++) return; s=parts[id]; if(s==$_dq$_dq) s=$_dqARM implementer=0x$_dq substr(id,1,2) $_dq part=0x$_dq substr(id,4); core[++nc]=s; } functi
locate D877F783D5D3EF8Cs
echo Hi | cat -n

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

Automated report for 9 de septiembre de 2026. Recorded 535 SSH connections and 17750 multi-protocol decoy events on HoneyAI, from 157 unique IPs. 148 IPs were automatically reported to the AbuseIPDB community database.

SSH Activity (HoneyAI)

The SSH service received 268 login attempts from 32 unique IPs. Attackers executed 267 commands after gaining simulated system access.

Multi-Protocol Decoys (HoneyAI)

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

HTTP Web Service (HoneyAI)

The web service received 56 HTTP requests from real scanners across 28 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 8202 authentication events from 5 IPs. The SNMP trap received 28 queries from 16 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 15 identity leak attempts.

Active Defense (Operation Spine)

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

Network IDS (Suricata)

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

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