First, If this is the wrong forum to ask this question, please direct me to the more appropriate forum.
I have a website hosted by IIS. It is accessible by the public on a particular port on my server so incoming https traffic on port xyz is routed to my website.
I have an API also hosted by IIS. It is accessible by the public on a particular port on my server so incoming https traffic on port abc is routed to my API.
I am not concerned with a hacker accessing my API. I could care less if a hacker accessed my API and pulled all the data in my database. There is nothing in my data that would be useful to anyone doing criminal activity. I AM concerned that I have a port on my server that is accessible by the whole world. I do not understand how a hacker can get into my server simply by having this open port but of course I do not want anyone gaining access to my server unless they have credentials to do so.
So, I guess I need to have a better understanding of how a hacker exploits a open port to gain access to my server or to push a dangerous file thru my open port onto my server.
Can someone help me with that understanding?
Thanks,
John
I have a website hosted by IIS. It is accessible by the public on a particular port on my server so incoming https traffic on port xyz is routed to my website.
I have an API also hosted by IIS. It is accessible by the public on a particular port on my server so incoming https traffic on port abc is routed to my API.
I am not concerned with a hacker accessing my API. I could care less if a hacker accessed my API and pulled all the data in my database. There is nothing in my data that would be useful to anyone doing criminal activity. I AM concerned that I have a port on my server that is accessible by the whole world. I do not understand how a hacker can get into my server simply by having this open port but of course I do not want anyone gaining access to my server unless they have credentials to do so.
So, I guess I need to have a better understanding of how a hacker exploits a open port to gain access to my server or to push a dangerous file thru my open port onto my server.
Can someone help me with that understanding?
Thanks,
John