During our post-incident log analysis, we found targeted automated traffic hitting the Akeeba Backup endpoint via malicious JSON API requests.
Here are the relevant entries from our server logs capturing the exploit event:
34.250.7.114 - - [30/Jun/2026:15:13:23 +0000] "POST /index.php?t=1782832403&view=api&format=json&option=com_akeebabackup HTTP/2" 200 1227 "-" "Watchfulli/1.0 ([email protected]; +http://www.watchful.net; https://watchful.net/bot-info/)"
34.250.7.114 - - [30/Jun/2026:18:15:41 +0000] "POST /index.php?t=1782843341&view=api&format=json&option=com_akeebabackup HTTP/2" 200 1227 "-" "Watchfulli/1.0 ([email protected]; +http://www.watchful.net; https://watchful.net/bot-info/)"
Context & Details:
Spoofed User-Agent: The attacker used an IP address (34.250.7.114) spoofing the "Watchful.li" bot user-agent string.
Behavior: The POST request explicitly called the view=api and format=json framework endpoints for com_akeebabackup. The server responded with a 200 OK, indicating the endpoint successfully processed the traffic.
Could you let me know if this specific log signature matches a known older vulnerability patch, or if it indicates that our Akeeba "Secret Word" configuration was compromised/bypassed internally by an auxiliary script?
We have already isolated the site, purged the directory filesystem, updated Joomla/extensions to their latest secure versions, and rotated all database keys and administrative credentials.
Any information or recommendations you can share regarding these specific API payload hits would be greatly appreciated.
Thank you for your time and support