Event #29028
Recorded 2 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 04:52:44
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
SELECT
listener_ip,
COUNT(*) as session_count,
AVG(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as avg_duration_sec,
MIN(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as min_duration,
MAX(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as max_duration
FROM listener
WHERE station_id = 18
AND remote_id = 6
AND timestamp_end IS NOT NULL
AND timestamp_start >= '2025-11-01'
GROUP BY listener_ip
ORDER BY session_count DESC
LIMIT 20;"
Raw Event Data
{
"pid": 4131973,
"tty": "unknown",
"ppid": 4131925,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\nSELECT \n listener_ip,\n COUNT(*) as session_count,\n AVG(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as avg_duration_sec,\n MIN(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as min_duration,\n MAX(TIMESTAMPDIFF(SECOND, timestamp_start, timestamp_end)) as max_duration\nFROM listener \nWHERE station_id = 18 \nAND remote_id = 6\nAND timestamp_end IS NOT NULL\nAND timestamp_start >= '2025-11-01'\nGROUP BY listener_ip\nORDER BY session_count DESC\nLIMIT 20;\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T04:52:44.293Z",
"event_type": "command",
"received_at": "2025-12-02T04:52:44.818907",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "unknown",
"ssh_connection": "66.135.25.80 48684 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