Event #25283
Recorded 2 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 01:08:05
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
-- Get all unique IPs with their patterns
SELECT
listener_ip,
location_description,
location_country,
device_client,
device_is_bot,
COUNT(*) as connection_count,
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, location_country, device_client, device_is_bot
ORDER BY connection_count DESC
LIMIT 50;
"
Raw Event Data
{
"pid": 3348663,
"tty": "unknown",
"ppid": 3348624,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\n-- Get all unique IPs with their patterns\nSELECT \n listener_ip,\n location_description,\n location_country,\n device_client,\n device_is_bot,\n COUNT(*) as connection_count,\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, location_country, device_client, device_is_bot\nORDER BY connection_count DESC\nLIMIT 50;\n\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T01:08:05.290Z",
"event_type": "command",
"received_at": "2025-12-02T01:08:05.748192",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 56162 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