Event Details

Detailed view of security event

System Online

Event #24221

Recorded 3 weeks ago

Command Info

default-host

140.82.46.49

66.135.25.80

root

Dec 1, 2025 23:47:21

Command

docker exec azuracast php -r ' $dsn = "mysql:host=127.0.0.1;port=3306;dbname=azuracast"; $pdo = new PDO($dsn, "azuracast", "REffKmptM662"); echo "=== DATACENTER IPs LISTENER PATTERNS ===" . PHP_EOL; $stmt = $pdo->query("SELECT listener_ip, device_client, device_browser_family, device_os_family, COUNT(*) as cnt, station_id FROM listener WHERE listener_ip IN ("15.235.119.81", "139.144.98.180", "144.76.223.55") GROUP BY listener_ip, device_client, station_id ORDER BY cnt DESC LIMIT 30"); while($row = $stmt->fetch(PDO::FETCH_ASSOC)) { echo $row["listener_ip"] . " | Station " . $row["station_id"] . " | " . $row["device_client"] . " | cnt: " . $row["cnt"] . PHP_EOL; } ' 2> /dev/null

Raw Event Data

{
    "pid": 3117789,
    "tty": "unknown",
    "ppid": 3117759,
    "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 \"=== DATACENTER IPs LISTENER PATTERNS ===\" . PHP_EOL;\n$stmt = $pdo->query(\"SELECT listener_ip, device_client, device_browser_family, device_os_family, COUNT(*) as cnt, station_id FROM listener WHERE listener_ip IN (\"15.235.119.81\", \"139.144.98.180\", \"144.76.223.55\") GROUP BY listener_ip, device_client, station_id ORDER BY cnt DESC LIMIT 30\");\nwhile($row = $stmt->fetch(PDO::FETCH_ASSOC)) {\n    echo $row[\"listener_ip\"] . \" | Station \" . $row[\"station_id\"] . \" | \" . $row[\"device_client\"] . \" | cnt: \" . $row[\"cnt\"] . 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:21.737Z",
    "event_type": "command",
    "received_at": "2025-12-01T23:47:22.140234",
    "server_name": "Azura3",
    "honeypot_name": "Azura3",
    "parent_command": "sshd",
    "ssh_connection": "66.135.25.80 40366 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