Skip to main content

Packet Sniffing

Comments

2 comments

  • Dave Smith
    There is always a risk no matter where you select to host your box/boxes. Everything is a potential threat and should be treated as such. In the past I have contacted many providers to inform them of gaping holes in security. Anything is possible.
    0
  • quizknows
    It's unlikely another customers dedicated server could sniff anything useful. However, anything going through the hosting companies routers/switches etc they (the hosting company) could look at. This is why SSL, SSH, etc are quite important. Intercepting encrypted data is pretty useless unless you're a sophisticated hacker. On the other hand, normal HTTP / FTP you can get quite useful data from. Basically, if it's sensitive data, use HTTPS, SSH, etc... some level of encryption to protect from other parties. If you are curious, fire up wireshark or something on your own network and experiment with what you can see. You will find that HTTP is quite easy to decipher, while HTTPS captures are basically useless.
    0

Please sign in to leave a comment.