My PC may have been hijacked - need help

Status
Not open for further replies.

TotalBalance

New member
Jun 16, 2007
1
0
0
I've been lurking here for a while. Great forum. Being a noob, have learned a lot. Thx. to Jon and all. I hope someone can help with what I'm up against.

One of my credit cards has been compromised and used for unauthorized online purchases. The weird thing is they say it's from my IP. I don't know if someone has spoofed me, gained remote access to my system and financial info or something else (I recently started playing with BitTorrent so been leaving my system up and running during sleep - apparently this is when the unauthorized activities took place). No doubt not securing my wireless home network was being lazy & stupid to the max and opened me up for this. Bottom line, I screwed up, and need help on what I need to do to fix it.

First, how can I defend myself against the CC company saying I have to pay the amounts because it came from my IP?
Short of buying a new PC, one of the things suggested is to change my MAC and IP address. Can I change my hw MAC address or is there software anyone recommends?

Any other recommendations are appreciated. As WF has some of the best experts around, IMHO, I'm sure some will lambaste me, I deserve it, but I still need help.

Thx. in advance.
 


Changing your MAC on Windows XP

There are two ways two change your IP on Windows. the easy way, and the hard way. Ill discuss how to do both of them in this tutorial.

Easy Way:

the first way to change it is, if your NIC (Network Interface Card) supports cloning your MAC Address. If this is the case then you go to.

Start > Control Panel > Network Connections

Right Click on your NIC card and goto properties. Then click the button labeled Configure. It should bring up another form. Click on the advanced tab. You should see under Property "Locally Administered Address" or "Network Address". Click the radio button next to the text box, and type in your new MAC address. (note you do not use the "-" when you enter your no MAC Address.

To check and see if it worked or not go to

Start > Run > and type in "cmd"

When the terminal comes up issue the command.

ipconfig /all
-----------------------------------------------------------------------------------------------------------------------------------------------

Hard Way:

To change your MAC Address the hard way, you first go to

Start > Run > and type in "cmd"

Once the terminal comes up type in

"net config rdr"

It should bring up alot of things, but what you are worried about is

NetBT_Tcpip_{ the Numbers Between here}

Copy the numbers in between there and write it down somewhere, seeing that you will need them later.

After you are done with that go to

Start > Run > and type in "regedt32"

That should bring up the windows registry. Once the registry is up go to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}

Click on the drop down menu and you should see the sub-categories

0000
0001
0002
and so on.

Click on each one and compare the "NetCfgInstanceId" Key with the number you wrote down earlier. Once you find a match double click on the key "NetworkAddress" and change the value to your new MAC address. Hit ok and reboot your system.

Have Fun!
 
Sounds Fishy...but...

Code:
Changing your MAC on Windows XP

There are two ways two change your IP on Windows. the easy way, and the hard way. Ill discuss how to do both of them in this tutorial.

Easy Way:

the first way to change it is, if your NIC (Network Interface Card) supports cloning your MAC Address. If this is the case then you go to.

Start > Control Panel > Network Connections

Right Click on your NIC card and goto properties. Then click the button labeled Configure. It should bring up another form. Click on the advanced tab. You should see under Property "Locally Administered Address" or "Network Address". Click the radio button next to the text box, and type in your new MAC address. (note you do not use the "-" when you enter your no MAC Address.

To check and see if it worked or not go to

Start > Run > and type in "cmd"

When the terminal comes up issue the command.

ipconfig /all
-----------------------------------------------------------------------------------------------------------------------------------------------

Hard Way:

To change your MAC Address the hard way, you first go to

Start > Run > and type in "cmd"

Once the terminal comes up type in

"net config rdr"

It should bring up alot of things, but what you are worried about is

NetBT_Tcpip_{ the Numbers Between here}

Copy the numbers in between there and write it down somewhere, seeing that you will need them later.

After you are done with that go to

Start > Run > and type in "regedt32"

That should bring up the windows registry. Once the registry is up go to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}

Click on the drop down menu and you should see the sub-categories

0000
0001
0002
and so on.

Click on each one and compare the "NetCfgInstanceId" Key with the number you wrote down earlier. Once you find a match double click on the key "NetworkAddress" and change the value to your new MAC address. Hit ok and reboot your system.

Have Fun!
 
Status
Not open for further replies.