Difference between revisions of "TCPIPAddress"

From SpybotWiki
Jump to: navigation, search
(New page: Replaces TCP/IP registry settings with alternatives. ==Usage== TCPIPAddress:[old ip(s)],[new ip(s)] ===Examples=== TCPIPAddress:"1.2.3.4","192.168.13.250" ===Description=== Used to co...)
 
m (Examples: made more generic)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Replaces TCP/IP registry settings with alternatives.
+
{{SbiCmdInfo
 +
|SYNTAX = TCPIPAddress
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.4 or later
 +
|GROUP = Registry
 +
|MINUPDATE = 2007-06-06
 +
|ADVFILEPARAMS = no
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (third) ≥ 1.5.2
 +
|ADVSPECIALPARAMS = no
 +
}}Replaces TCP/IP registry settings with alternatives.
  
 
==Usage==
 
==Usage==
  TCPIPAddress:[old ip(s)],[new ip(s)]
+
  TCPIPAddress:<old ip(s)>,<new ip(s)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===
  TCPIPAddress:"1.2.3.4","192.168.13.250"
+
  TCPIPAddress:"1.2.3.4","192.168.1.1"
  
 
===Description===
 
===Description===
Line 11: Line 21:
 
# The first parameter specifies one or more IPs to detect.
 
# The first parameter specifies one or more IPs to detect.
 
# The second parameter specifies one or more IPs the previous ones should be replaced with. Make sure this is something that would fit all users; e.g. for DNS, you might want to take a look at [http://www.opendns.com/ OpenDNS].
 
# The second parameter specifies one or more IPs the previous ones should be replaced with. Make sure this is something that would fit all users; e.g. for DNS, you might want to take a look at [http://www.opendns.com/ OpenDNS].
 +
# Versions starting 1.5.2 allow optional [[Advanced build parameters|advanced build parameters]] in third place.
 +
 +
===Scan Results===
 +
* Entries that will update the infected registry values, replacing the bad IPs with new, good ones.
  
 
==See also==
 
==See also==
Line 16: Line 30:
 
===Similar commands===
 
===Similar commands===
 
* [[HostRedirect]]
 
* [[HostRedirect]]
 +
* [[RegyChange]]
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

Latest revision as of 16:42, 22 February 2008

TCPIPAddress
Group Registry
Main Application Version 1.4 or later
Required Update 2007-06-06
File Parameters no
Registry Parameters no
Build Parameters yes (third) ≥ 1.5.2
Special Parameters no

Replaces TCP/IP registry settings with alternatives.

Usage

TCPIPAddress:<old ip(s)>,<new ip(s)>[,advanced build parameters]

Examples

TCPIPAddress:"1.2.3.4","192.168.1.1"

Description

Used to counter malware that sets itself as DNS server or other similar basic TCP/IP properties.

  1. The first parameter specifies one or more IPs to detect.
  2. The second parameter specifies one or more IPs the previous ones should be replaced with. Make sure this is something that would fit all users; e.g. for DNS, you might want to take a look at OpenDNS.
  3. Versions starting 1.5.2 allow optional advanced build parameters in third place.

Scan Results

  • Entries that will update the infected registry values, replacing the bad IPs with new, good ones.

See also

Similar commands