Difference between revisions of "ProtocolFilter"

From SpybotWiki
Jump to: navigation, search
m (Usage: fixed var names)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Detects protocol filters.
+
{{SbiCmdInfo
 +
|SYNTAX = ProtocolFilter
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.5 or later
 +
|GROUP = Registry
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = yes (third)
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (third)
 +
|ADVSPECIALPARAMS = no
 +
}}Detects protocol filters.
  
 
==Usage==
 
==Usage==
  ProtocolFilter:[name],[class id],<advanced file parameters>
+
  ProtocolFilter:<name(string)>,<class(guid)>[,advanced file parameters]
  
 
===Examples===
 
===Examples===
   
+
  ProtocolFilter:"SBI Test Entry 1","{CAFFEE60-1234-1234-1234-581735711111}","filesize>=1"
  
 
===Description===
 
===Description===
# Specify name of filter first. Use an [[AlgoPrefix|Algo-Prefix]] if you want.
+
# Specify name of filter first. Use an [[AlgoPrefix|Algo-Prefix]] if you want. {{AlgoPrefix}}
# Continue using the class ID. Use an [[AlgoPrefix|Algo-Prefix]] if you want.
+
# Continue by the associated class ID, which also needs to be matched. Use an [[AlgoPrefix|Algo-Prefix]] if you want. {{AlgoPrefix}}
 
# To further limit the detection, you can specify [[Advanced file parameters|advanced file parameters]] for the file associated with the protocol filter.
 
# To further limit the detection, you can specify [[Advanced file parameters|advanced file parameters]] for the file associated with the protocol filter.
 +
 +
===Scan Results===
 +
* The protocol filter registry key.
 +
* The associated CLSID, if found.
 +
* The file (usually a library) used by the protocol filter, but only if [[Advanced file parameters|advanced file parameters]] were specified.
  
 
==See also==
 
==See also==
Line 17: Line 32:
  
 
===Similar commands===
 
===Similar commands===
 +
* [[RegyKey]]
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

Latest revision as of 16:30, 22 February 2008

ProtocolFilter
Group Registry
Main Application Version 1.5 or later
Required Update n/a
File Parameters yes (third)
Registry Parameters no
Build Parameters yes (third)
Special Parameters no

Detects protocol filters.

Usage

ProtocolFilter:<name(string)>,<class(guid)>[,advanced file parameters]

Examples

ProtocolFilter:"SBI Test Entry 1","{CAFFEE60-1234-1234-1234-581735711111}","filesize>=1"

Description

  1. Specify name of filter first. Use an Algo-Prefix if you want. AP
  2. Continue by the associated class ID, which also needs to be matched. Use an Algo-Prefix if you want. AP
  3. To further limit the detection, you can specify advanced file parameters for the file associated with the protocol filter.

Scan Results

  • The protocol filter registry key.
  • The associated CLSID, if found.
  • The file (usually a library) used by the protocol filter, but only if advanced file parameters were specified.

See also

Similar commands