Event #29089
Recorded 2 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 04:55:15
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
SELECT
listener_ip,
COUNT(*) as sessions,
ROUND(AVG(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW()))), 0) as avg_sec,
MIN(timestamp_start) as first_seen,
MAX(timestamp_start) as last_seen
FROM listener
WHERE station_id = 21 AND remote_id = 5
AND timestamp_start >= '2025-11-17'
GROUP BY listener_ip
ORDER BY sessions DESC
LIMIT 15;"
Raw Event Data
{
"pid": 4138554,
"tty": "unknown",
"ppid": 4138465,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\nSELECT \n listener_ip,\n COUNT(*) as sessions,\n ROUND(AVG(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW()))), 0) as avg_sec,\n MIN(timestamp_start) as first_seen,\n MAX(timestamp_start) as last_seen\nFROM listener \nWHERE station_id = 21 AND remote_id = 5 \nAND timestamp_start >= '2025-11-17'\nGROUP BY listener_ip\nORDER BY sessions DESC\nLIMIT 15;\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T04:55:15.867Z",
"event_type": "command",
"received_at": "2025-12-02T04:55:16.420921",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 53480 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