I have an internet connection with a static IP address. Almost all staff in my office know this IP address. Should I take any extra care to protect myself from hackers?
|
It depends. Think of your IP address as the same kinda thing as a real address. If a criminal knows the address of a bank, what can they do? It completely depends on what security is in place. If you've got a firewall running (e.g. Windows Firewall) or are behind a NAT router, you're probably safe. Both of these will prevent arbitrary incoming traffic from hitting your computer. This stops most remote exploits. My suggestions:
|
|||||||||||
|
|
Knowing, or not knowing, an IPv4 address is nothing special. Every publicly addressable host on the Internet will be attacked regardless of who knows it. The entire Internet is scanned by malicious software so frequently that an old OS install without patches will be compromised in minutes or in seconds. In total, unless the people who know the address consider your company to be a high value target (as in APT target), the fact that your address is known is a relatively small issue. Having an unknown address doesn't offer extra protection. The protection you have on your machine should correspond to what it does. In any circumstances, make sure your services are configured securely, patched, and limited. |
|||
|
|
|
You asked 2 different questions: Question 1: Question 2: The Real Risk: The easiest hack by someone you know is with an email. By sending an attachment or a link, it is possible that he could gain access to your computers without ever needing to know your IP address. What to do:
Searches on http://security.stackexchange.com will give you tips on all of the above. |
|||
|
|
|
While Polynomial has a good answer, I think it may be better to illustrate how hacking actually works to put your mind at ease. Keep in mind for this I'm talking about WAN (internet) IP's. Firstly as has been pointed out there are IP addresses, which is simply a way to look at your router. Everyone on the internet has one, and you can imagine that if simply knowing an IP address allowed us to hack people we'd have pretty big problems! Secondly an important thing to know is each IP address has ports associated with it. Think of them as a door into a building. They number from 1 - 65535, and if you are running a program that faces to the internet, typically the relevant port number will be open, allowing people to 'come in' and interact with the program. (Relevant common ports: http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers). Finally we have programs which run behind these doors. It may be a FTP server, mail server, any of the programs that interact with the internet. Think of these like self contained rooms, even if someone gets to your address, goes in the door, they can only play in the little self contained room, they don't have access to all your house. So we have IP addresses, ports and programs. Think of them as a physical address, doorway into a room, and a room itself respectively. Now the vast vast majority of non-commercial connections will not have any programs running that are facing the internet. Combined with the fact that almost every non-commercial connection out there will be using a thing called NAT, it means essentially you don't have any doors in your address facing the public, and hence you're for all relevant purposes you're completely safe. This is what people talk abuot when they say firewalls, essentially something that blocks the ports from the public. Let's say however that you enjoy being able to send files to your home computer so you have an FTP server running on your PC, with port 21 open to the internet so you can connect to it. Using this involves you finding your IP address (physical address), going to the relevant door (port 21), and then using the program (mucking around in the room). Most of the time this room will be completely safe for people to play around in, they can't go anywhere else. Sometimes though it may have a vunerability in it, which you can think of as a weak wall somewhere. What a hacker does is look for an IP address, see that a port is open and find out what program is running behind it. They then try and find a vunerability for it, and if they exploit that they can essentially break down the wall and wreak havoc in your house. That, in a very over simplified sense, is how hacking works. So - let's look at the all the things you need in combination in order to be worried.
You are most likely only satisfying 1/3, as are the vast majority of other internet users. Hope it lets you sleep easier. |
||||
|
|
|
I want to add that anybody can fake an IP so... How do you know to who really belongs the IP? That makes it a bit less useful for an attack, but also for security. |
|||
|
|
|
Great recommendations above. If you have the know-how, or care to learn, perhaps an IPS or IDS is warranted. This is likely beyond what you need to do, but if you feel you could be a target for a certain reason, it may be a good idea. I like Security Onion, http://securityonion.blogspot.com/, for a relatively easy, free IDS solution. |
|||
|
|
|
The most they could get by tracking your IP is the name of your ISP and the city/state you are in. That's it.Anything else they have to go through your ISP to get and it would require a court order to get.You can check,for your what information are available in public, by doing a IP search in IP-Details.com . If a hacker wanted to mess with you, they could take your IP and do a port scan on your system/network looking for things to exploit. If you have a good anti virus program and a good firewall installed you won't have to worry much about that.Always keep your Anti-virus and Firewall application updated and running. You can also contact your ISP and ask them to change your Static Ip address. |
|||
|
|
