Event #24237
Recorded 3 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 1, 2025 23:47:40
Command
docker exec azuracast php -r '
$dsn = "mysql:host=127.0.0.1;port=3306;dbname=azuracast";
$pdo = new PDO($dsn, "azuracast", "REffKmptM662");
echo "=== TOTAL FAKE LISTENER RECORDS FROM DATACENTER IPs ===" . PHP_EOL;
$stmt = $pdo->query("SELECT COUNT(*) as total FROM listener WHERE listener_ip IN ("15.235.119.81", "139.144.98.180", "144.76.223.55")");
$row = $stmt->fetch(PDO::FETCH_ASSOC);
echo "Total datacenter "listeners": " . $row["total"] . PHP_EOL;
echo PHP_EOL . "=== BY STATION ===" . PHP_EOL;
$stmt = $pdo->query("SELECT s.name, l.station_id, COUNT(*) as cnt FROM listener l JOIN station s ON l.station_id = s.id WHERE l.listener_ip IN ("15.235.119.81", "139.144.98.180", "144.76.223.55") GROUP BY l.station_id ORDER BY cnt DESC");
while($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
echo $row["name"] . " (ID " . $row["station_id"] . "): " . $row["cnt"] . " fake records" . PHP_EOL;
}
' 2> /dev/null
Raw Event Data
{
"pid": 3118948,
"tty": "unknown",
"ppid": 3118915,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast php -r '\n$dsn = \"mysql:host=127.0.0.1;port=3306;dbname=azuracast\";\n$pdo = new PDO($dsn, \"azuracast\", \"REffKmptM662\");\necho \"=== TOTAL FAKE LISTENER RECORDS FROM DATACENTER IPs ===\" . PHP_EOL;\n$stmt = $pdo->query(\"SELECT COUNT(*) as total FROM listener WHERE listener_ip IN (\"15.235.119.81\", \"139.144.98.180\", \"144.76.223.55\")\");\n$row = $stmt->fetch(PDO::FETCH_ASSOC);\necho \"Total datacenter \"listeners\": \" . $row[\"total\"] . PHP_EOL;\necho PHP_EOL . \"=== BY STATION ===\" . PHP_EOL;\n$stmt = $pdo->query(\"SELECT s.name, l.station_id, COUNT(*) as cnt FROM listener l JOIN station s ON l.station_id = s.id WHERE l.listener_ip IN (\"15.235.119.81\", \"139.144.98.180\", \"144.76.223.55\") GROUP BY l.station_id ORDER BY cnt DESC\");\nwhile($row = $stmt->fetch(PDO::FETCH_ASSOC)) {\n echo $row[\"name\"] . \" (ID \" . $row[\"station_id\"] . \"): \" . $row[\"cnt\"] . \" fake records\" . PHP_EOL;\n}\n' 2> \/dev\/null",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-01T23:47:40.437Z",
"event_type": "command",
"received_at": "2025-12-01T23:47:40.801085",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 56966 140.82.46.49 22",
"server_location": "NJ",
"honeypot_location": "NJ",
"working_directory": "\/root"
}
Risk Assessment
Low Risk
Normal security event
Actions
Related Events
Related events feature coming soon