Event #29153
Recorded 2 weeks ago
Command
Critical
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 04:56:53
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
SELECT
s.name,
COUNT(l.id) as total_sessions,
COUNT(DISTINCT CONCAT(l.listener_ip, '-', l.listener_uid)) as unique_connections,
ROUND(COUNT(l.id) / COUNT(DISTINCT CONCAT(l.listener_ip, '-', l.listener_uid)), 2) as fragmentation_ratio
FROM listener l
JOIN station s ON l.station_id = s.id
WHERE l.timestamp_start >= DATE_SUB(NOW(), INTERVAL 30 DAY)
AND l.remote_id IS NOT NULL
GROUP BY s.id, s.name
HAVING total_sessions > 10
ORDER BY fragmentation_ratio DESC;"
Raw Event Data
{
"pid": 4143269,
"tty": "unknown",
"ppid": 4143258,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\nSELECT \n s.name,\n COUNT(l.id) as total_sessions,\n COUNT(DISTINCT CONCAT(l.listener_ip, '-', l.listener_uid)) as unique_connections,\n ROUND(COUNT(l.id) \/ COUNT(DISTINCT CONCAT(l.listener_ip, '-', l.listener_uid)), 2) as fragmentation_ratio\nFROM listener l\nJOIN station s ON l.station_id = s.id\nWHERE l.timestamp_start >= DATE_SUB(NOW(), INTERVAL 30 DAY)\nAND l.remote_id IS NOT NULL\nGROUP BY s.id, s.name\nHAVING total_sessions > 10\nORDER BY fragmentation_ratio DESC;\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T04:56:53.143Z",
"event_type": "command",
"received_at": "2025-12-02T04:56:53.942399",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 54812 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