Event #24792
Recorded 3 weeks ago
Command
Critical
default-host
64.176.212.158
66.135.25.80
root
Dec 2, 2025 00:28:03
Command
docker exec azuracast mariadb -u azuracast -p2aKzjmH9yLjf azuracast -e "
SELECT
listener_ip,
location_description,
device_client,
COUNT(*) as total_records,
COUNT(DISTINCT station_id) as stations_hit,
ROUND(SUM(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW())))/3600, 1) as total_hours
FROM listener
WHERE timestamp_start >= '2025-11-01'
GROUP BY listener_ip, location_description, device_client
HAVING total_records > 30
ORDER BY total_records DESC
LIMIT 20;
"
Raw Event Data
{
"pid": 3037277,
"tty": "unknown",
"ppid": 3037217,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -p2aKzjmH9yLjf azuracast -e \"\nSELECT \n listener_ip,\n location_description,\n device_client,\n COUNT(*) as total_records,\n COUNT(DISTINCT station_id) as stations_hit,\n ROUND(SUM(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW())))\/3600, 1) as total_hours\nFROM listener\nWHERE timestamp_start >= '2025-11-01'\nGROUP BY listener_ip, location_description, device_client\nHAVING total_records > 30\nORDER BY total_records DESC\nLIMIT 20;\n\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "64.176.212.158",
"timestamp": "2025-12-02T00:28:03.721Z",
"event_type": "command",
"received_at": "2025-12-02T00:28:04.029164",
"server_name": null,
"honeypot_name": null,
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 57708 64.176.212.158 22",
"server_location": "Azura1",
"honeypot_location": "Azura1",
"working_directory": "\/root"
}
Risk Assessment
High Risk
Critical severity event detected
Actions
Related Events
Related events feature coming soon