What is my vulnerability if an enemy has obtained my IP address?

3

2

Suppose an enemy has obtained the IP address of my home computer, and communicated this fact to me in an attempt to threaten/blackmail me.

What exactly are my risks, and how can I minimize them?

My OS is Windows Vista, and my ISP is Verizon.

Eric Wilson

Posted 2011-03-07T01:21:03.523

Reputation: 6 388

Answers

5

Your router firewall will likely protect you from anything except a denial of service attack (your vendor may have some defenses against this). Make sure you haven't opened any ports needlessly. Rebooting your router may trigger an assignment of a new IP address.

Contact your ISP and let them know that there's been a threat and to ask them what they can do and what you should do. While law enforcement won't be able to do anything yet, you may be able to file an informational report with them to document what's occurring.

By the way, if this person "knows" that your IP address is in the range 192.168.. or 10...* then don't worry. These are private ranges that are not routable of the internet. Your PC will be assigned an address in this range which can only be reached by the router and other computers, if any, on the same local segment.

Paused until further notice.

Posted 2011-03-07T01:21:03.523

Reputation: 86 075

1As Dennis suggested, a person knowing your IP address means little (especially if they don't now what to do with it). Since it is unlikely that you have a statics IP address do as Dennis suggested and unplug your modem and router for a bit, then plug them back in and try to force a new IP. You could also just call your ISP and ask them to re-provision your modem, which would also get you a new IP. I wouldn't loose any sleep over it though :) – ubiquibacon – 2011-03-07T01:55:45.073

1Even if your IP is static, they would need to spend time probing for any openings (which most routers don't have by default, you have to open up all the ports yourself) and then there would have to be something to exploit within that opening (such as a badly setup http server for example). In any case, as mentioned by others, you really only need to worry about a DOS attack, which is difficult to do these days without a lot of other helpers. – MaQleod – 2011-03-07T03:40:09.637

1

Not much. FYI: Your public IP is visible to every server you connect to online.

Chris Nava

Posted 2011-03-07T01:21:03.523

Reputation: 7 009

0

Unless you've done something blatently illegal, there should be nothing to worry about.

Most ISPs give you a dynamic IP address which changes occasionally, so your enemy would have to know what your IP was at a particular point in time to be able to trace any activities back to your computer. You can attempt to get a new IP assigned by issuing the following in a command window:

ipconfig /release
ipconfig /renew

juggler

Posted 2011-03-07T01:21:03.523

Reputation: 1 530

3That command will trigger assignment for the PC, but won't affect the public IP address of the router. You would need to use the router's administrative interface (web page) or simply reboot the router (by power cycling it). It's not unheard of, however, to receive the same IP address. – Paused until further notice. – 2011-03-07T01:36:37.827

Ah, you're correct. Reboot the router/modem to try to force a new IP address. – juggler – 2011-03-07T03:32:17.417

1Rebooting the router won't always work, as many ISP's DHCP lease is typically 24 hours, meaning that you'd either have to restart your router at the right time, or just leave it disconnected for a bit over a day. Lease times can be from an hour to a week. – MaQleod – 2011-03-07T03:37:31.170