Difference between revisions of "HostRedirect"
(added var to usage, made example more generic) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Detects a address redirection in the hosts file. | + | {{SbiCmdInfo |
+ | |SYNTAX = HostRedirect | ||
+ | |PENAME = SpybotSD.exe | ||
+ | |PEVERSION = 1.3 or later | ||
+ | |GROUP = Special File Formats | ||
+ | |MINUPDATE = n/a | ||
+ | |ADVFILEPARAMS = no | ||
+ | |ADVREGPARAMS = no | ||
+ | |ADVBUILDPARAMS = yes (third) | ||
+ | |ADVSPECIALPARAMS = killlocal | ||
+ | }}Detects a address redirection in the hosts file. | ||
==Usage== | ==Usage== | ||
− | HostRedirect: | + | HostRedirect:<hostname(string)>,<ipaddress(string)>[,host parameters[,advanced build parameters]] |
===Examples=== | ===Examples=== | ||
− | HostRedirect:"security. | + | HostRedirect:"security.example.com","","killlocal" |
===Description=== | ===Description=== | ||
− | # The first parameter specifies the host this deals with, which may include wildcards. | + | # The first parameter specifies the host this deals with, which may include wildcards. {{AlgoPrefix}} |
− | # If the second parameter is specified, it will find the redirection only if it points to the specified IP. | + | # If the second parameter is specified, it will find the redirection only if it points to the specified IP. {{AlgoPrefix}} |
# The third parameter allows you to remove redirections pointing to a local address by specifying ''killlocal''; since blocking malware sites by redirecting them to a local address is quite common, hosts pointing local would otherwise not be detected. | # The third parameter allows you to remove redirections pointing to a local address by specifying ''killlocal''; since blocking malware sites by redirecting them to a local address is quite common, hosts pointing local would otherwise not be detected. | ||
# [[Advanced build parameters]] toggle on which Spybot-S&D versions a command is executed. | # [[Advanced build parameters]] toggle on which Spybot-S&D versions a command is executed. | ||
+ | |||
+ | ===Scan Results=== | ||
+ | * Identified hosts file entries. | ||
==See also== | ==See also== | ||
* [[Advanced build parameters]] | * [[Advanced build parameters]] | ||
+ | * [[AlgoPrefix]] | ||
===Similar commands=== | ===Similar commands=== | ||
Line 21: | Line 35: | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
− | [[Category:SBI Commands | + | [[Category:SBI Commands supporting AlgoPrefix]] |
Latest revision as of 16:17, 22 February 2008
HostRedirect | |
Group | Special File Formats |
Main Application | Version 1.3 or later |
Required Update | n/a |
File Parameters | no |
Registry Parameters | no |
Build Parameters | yes (third) |
Special Parameters | killlocal |
Detects a address redirection in the hosts file.
Usage
HostRedirect:<hostname(string)>,<ipaddress(string)>[,host parameters[,advanced build parameters]]
Examples
HostRedirect:"security.example.com","","killlocal"
Description
- The first parameter specifies the host this deals with, which may include wildcards. AP
- If the second parameter is specified, it will find the redirection only if it points to the specified IP. AP
- The third parameter allows you to remove redirections pointing to a local address by specifying killlocal; since blocking malware sites by redirecting them to a local address is quite common, hosts pointing local would otherwise not be detected.
- Advanced build parameters toggle on which Spybot-S&D versions a command is executed.
Scan Results
- Identified hosts file entries.