Apache Httpd 2222 Exploit
Do not expose it directly to the internet without protection. Follow this checklist:
This is the closest we get to a legitimate "Apache 2222 exploit." Between 2012 and 2018, several privilege escalation vulnerabilities were discovered in the DirectAdmin control panel (which uses a custom HTTP server on port 2222). apache httpd 2222 exploit
Verdict: This is a misattribution. The exploit targeted the DirectAdmin control panel, not Apache HTTPD. Do not expose it directly to the internet without protection
You can manually check the version of Apache you're running by accessing your server's HTTP(S) endpoint and checking the server header: Verdict: This is a misattribution
curl -I http://yourwebsite.com | grep Server
If you're running 2.2.22, consider a migration plan to update your server.