Difference between revisions of "Winsock"

From SpybotWiki
Jump to: navigation, search
m (Similar commands: added WinSecCenter)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Can be used to remove Layered Service Providers.  
+
{{SbiCmdInfo
 +
|SYNTAX = Winsock
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.3 or later
 +
|GROUP = Windows API
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = no
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (fourth)
 +
|ADVSPECIALPARAMS = no
 +
}}Can be used to remove Layered Service Providers.  
 
Special care needed. Do not use without asking official advise!
 
Special care needed. Do not use without asking official advise!
  
 
==Usage==
 
==Usage==
  Winsock:[driver name],[(boolean)anywhere],[filename],<advanced build parameters>
+
  Winsock:<drivername(string)>,<anywhere(boolean)>,<filename(string)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===
  Winsock:"New.Net","0"
+
  Winsock:"MalwareLSPName","0"
Would detect all drivers whose names begin with New.Net.
+
Would detect all drivers whose names begin with MalwareLSPName.
  
 
===Description===
 
===Description===
Line 15: Line 25:
 
# The second parameter needs to be set to ''1'' to allow substring matching anyway, set to ''0'' to have the matching begin at the first letter.
 
# The second parameter needs to be set to ''1'' to allow substring matching anyway, set to ''0'' to have the matching begin at the first letter.
 
# The filename field supports [[AlgoPrefix|Algo-Prefixes]].
 
# The filename field supports [[AlgoPrefix|Algo-Prefixes]].
 +
 +
===Scan Results===
 +
* A special entry allowing you to properly remove the problem using the Windows API.
  
 
==See also==
 
==See also==
Line 23: Line 36:
 
* [[HostRedirect]]
 
* [[HostRedirect]]
 
* [[TCPIPAddress]]
 
* [[TCPIPAddress]]
 +
* [[WinSecCenter]]
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

Latest revision as of 09:47, 29 May 2008

Winsock
Group Windows API
Main Application Version 1.3 or later
Required Update n/a
File Parameters no
Registry Parameters no
Build Parameters yes (fourth)
Special Parameters no

Can be used to remove Layered Service Providers. Special care needed. Do not use without asking official advise!

Usage

Winsock:<drivername(string)>,<anywhere(boolean)>,<filename(string)>[,advanced build parameters]

Examples

Winsock:"MalwareLSPName","0"

Would detect all drivers whose names begin with MalwareLSPName.

Description

This is a very powerful command, allowing you to remove Winsock driver entries, which is an absolute necessity before removing the associated files, since otherwise Internet access will be broken. Take special care with generic names; often, both malware and legit applications have just copied sample code without even changing the default driver name.

  1. The first parameter may be either a full or partial name.
  2. The second parameter needs to be set to 1 to allow substring matching anyway, set to 0 to have the matching begin at the first letter.
  3. The filename field supports Algo-Prefixes.

Scan Results

  • A special entry allowing you to properly remove the problem using the Windows API.

See also

Similar commands