Event #24354
Recorded 3 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 1, 2025 23:53:28
Command
docker exec azuracast php -r '
$dsn = "mysql:host=127.0.0.1;port=3306;dbname=azuracast";
$pdo = new PDO($dsn, "azuracast", "REffKmptM662");
echo "=== CHECKING: Are fake listeners from LOCAL or REMOTE mounts? ===" . PHP_EOL . PHP_EOL;
$stmt = $pdo->query("SELECT listener_ip, mount_id, remote_id, COUNT(*) as cnt FROM listener WHERE listener_ip IN ("15.235.119.81", "139.144.98.180", "144.76.223.55") GROUP BY listener_ip, mount_id, remote_id ORDER BY cnt DESC");
while($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$source = $row["remote_id"] ? "REMOTE relay ID " . $row["remote_id"] : "LOCAL mount ID " . $row["mount_id"];
echo $row["listener_ip"] . " | " . $source . " | " . $row["cnt"] . " records" . PHP_EOL;
}
' 2> /dev/null
Raw Event Data
{
"pid": 3136870,
"tty": "unknown",
"ppid": 3136837,
"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 \"=== CHECKING: Are fake listeners from LOCAL or REMOTE mounts? ===\" . PHP_EOL . PHP_EOL;\n$stmt = $pdo->query(\"SELECT listener_ip, mount_id, remote_id, COUNT(*) as cnt FROM listener WHERE listener_ip IN (\"15.235.119.81\", \"139.144.98.180\", \"144.76.223.55\") GROUP BY listener_ip, mount_id, remote_id ORDER BY cnt DESC\");\nwhile($row = $stmt->fetch(PDO::FETCH_ASSOC)) {\n $source = $row[\"remote_id\"] ? \"REMOTE relay ID \" . $row[\"remote_id\"] : \"LOCAL mount ID \" . $row[\"mount_id\"];\n echo $row[\"listener_ip\"] . \" | \" . $source . \" | \" . $row[\"cnt\"] . \" 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:53:28.481Z",
"event_type": "command",
"received_at": "2025-12-01T23:53:28.882530",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 59284 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