Event #24370
Recorded 3 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 1, 2025 23:53:43
Command
docker exec azuracast php -r '
$dsn = "mysql:host=127.0.0.1;port=3306;dbname=azuracast";
$pdo = new PDO($dsn, "azuracast", "REffKmptM662");
echo "=== REMOTE RELAY CONFIGURATION ===" . PHP_EOL;
$stmt = $pdo->query("SELECT id, station_id, display_name, url FROM station_remotes ORDER BY id");
while($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
echo "Remote ID " . $row["id"] . " | Station " . $row["station_id"] . " | " . $row["display_name"] . " | " . $row["url"] . PHP_EOL;
}
' 2> /dev/null
Raw Event Data
{
"pid": 3138012,
"tty": "unknown",
"ppid": 3137903,
"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 \"=== REMOTE RELAY CONFIGURATION ===\" . PHP_EOL;\n$stmt = $pdo->query(\"SELECT id, station_id, display_name, url FROM station_remotes ORDER BY id\");\nwhile($row = $stmt->fetch(PDO::FETCH_ASSOC)) {\n echo \"Remote ID \" . $row[\"id\"] . \" | Station \" . $row[\"station_id\"] . \" | \" . $row[\"display_name\"] . \" | \" . $row[\"url\"] . 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:43.893Z",
"event_type": "command",
"received_at": "2025-12-01T23:53:44.150081",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 50574 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