Event #24437
Recorded 3 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 00:03:53
Command
mysql -u azuracast -pREffKmptM662 -h 127.0.0.1 azuracast -e "
-- Check for ACTIVE connections (no end timestamp) from datacenter IPs
SELECT
listener_ip,
station_id,
remote_id,
timestamp_start,
timestamp_end,
TIMESTAMPDIFF(HOUR, timestamp_start, NOW()) as hours_connected,
device_client
FROM listener
WHERE listener_ip IN ('15.235.119.81', '139.144.98.180', '144.76.223.55')
AND timestamp_end IS NULL
ORDER BY timestamp_start DESC
LIMIT 20;
"
Raw Event Data
{
"pid": 3167706,
"tty": "unknown",
"ppid": 3167671,
"user": "root",
"shell": "\/bin\/bash",
"command": "mysql -u azuracast -pREffKmptM662 -h 127.0.0.1 azuracast -e \"\n-- Check for ACTIVE connections (no end timestamp) from datacenter IPs\nSELECT \n listener_ip,\n station_id,\n remote_id,\n timestamp_start,\n timestamp_end,\n TIMESTAMPDIFF(HOUR, timestamp_start, NOW()) as hours_connected,\n device_client\nFROM listener\nWHERE listener_ip IN ('15.235.119.81', '139.144.98.180', '144.76.223.55')\nAND timestamp_end IS NULL\nORDER BY timestamp_start DESC\nLIMIT 20;\n\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T00:03:53.422Z",
"event_type": "command",
"received_at": "2025-12-02T00:03:53.726863",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 49106 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