Event #29041
Recorded 2 weeks ago
Command
Critical
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 04:53:34
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
SELECT
s.name as station_name,
s.id as station_id,
sr.id as remote_id,
sr.url as relay_url,
COUNT(l.id) as total_sessions,
COUNT(DISTINCT l.listener_ip) as unique_ips,
ROUND(SUM(TIMESTAMPDIFF(SECOND, l.timestamp_start, COALESCE(l.timestamp_end, NOW())))/3600, 2) as total_hours
FROM station s
LEFT JOIN station_remotes sr ON s.id = sr.station_id
LEFT JOIN listener l ON s.id = l.station_id AND l.timestamp_start >= DATE_SUB(NOW(), INTERVAL 30 DAY)
GROUP BY s.id, s.name, sr.id, sr.url
ORDER BY s.name;"
Raw Event Data
{
"pid": 4133972,
"tty": "unknown",
"ppid": 4133963,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\nSELECT \n s.name as station_name,\n s.id as station_id,\n sr.id as remote_id,\n sr.url as relay_url,\n COUNT(l.id) as total_sessions,\n COUNT(DISTINCT l.listener_ip) as unique_ips,\n ROUND(SUM(TIMESTAMPDIFF(SECOND, l.timestamp_start, COALESCE(l.timestamp_end, NOW())))\/3600, 2) as total_hours\nFROM station s\nLEFT JOIN station_remotes sr ON s.id = sr.station_id\nLEFT JOIN listener l ON s.id = l.station_id AND l.timestamp_start >= DATE_SUB(NOW(), INTERVAL 30 DAY)\nGROUP BY s.id, s.name, sr.id, sr.url\nORDER BY s.name;\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T04:53:34.028Z",
"event_type": "command",
"received_at": "2025-12-02T04:53:34.779638",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 38404 140.82.46.49 22",
"server_location": "NJ",
"honeypot_location": "NJ",
"working_directory": "\/root"
}
Risk Assessment
High Risk
Critical severity event detected
Actions
Related Events
Related events feature coming soon