I am using AWS Firewall manager for my website, with Web-ACL to deny DOS attacks and Hacking requests.
However, I still get below requests coming through to my webserver, from Firewall Configuration (Missing my waf-rules) In below example lets assume that 3.6.8.8 is my web server IP address.
3.6.8.8/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application
3.6.8.8/actuator/health
3.6.8.8/remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession
In real legitimate case, none of my acceptable requests should not be calling via direct IP like 3.6.8.8, for example, all my website requests are like below
https://*.example.com/*
I wonder how can I block the above requests that are pretending to be originating from my Ip address 3.6.8.8 with WAF rule?