Blacklist And Whitelist - ESET GATEWAY SECURITY Installation Manual

Hide thumbs Also See for GATEWAY SECURITY:
Table of Contents

Advertisement

[http]
agent_enabled = yes
listen_addr = "192.168.1.10"
listen_port = 8080
action_av = "scan"
To provide individual parameter settings, define the 'user_config' parameter with the path to
the special configuration file where the individual setting will be stored. In the next example, we
create a reference to the special configuration file 'esets_http_spec.cfg' , which is located in the
ESETS configuration directory. See below:
[http]
agent_enabled = yes
listen_addr = "192.168.1.10"
listen_port = 8080
action_av = "scan"
user_config = "esets_http_spec.cfg"
Once the special configuration file is referenced from within the [http] section, create the
esets_http_spec.cfg file in the ESETS configuration directory and add the appropriate individual
settings. The next example shows the individual setting for parameter 'action_on_processed' , for
the client computer with IP address 192.168.1.40. See below:
[|192.168.1.40]
action_av = "reject"
Note that the section header identifies the HTTP client for which the individual settings have
been created, and the section body contains individual parameters for that HTTP client. With
this special configuration, HTTP traffic for all local network clients will be processed normally, i.e.
scanned for infiltrations. However, access for the HTTP client with the IP address 192.168.1.40 will
be rejected (blocked).

6.3. Blacklist and whitelist

In the following example we demonstrate blacklist and whitelist creation for the esets_http
configured as an HTTP proxy scanner. Note that the configuration described in the previous
section is used for this purpose.
To create a blacklist used by esets_http, create the following group section within the special
configuration file 'esets_http_spec.cfg' , introduced in the previous section. See below:
[black-list]
action_av = "reject"
Next, add the HTTP server to the 'black-list' group. To do this, the following special section
must be created:
[aaa.bbb.ccc.ddd]
parent_id = "black-list"
In the example above, 'aaa.bbb.ccc.ddd' is the IP address of the server added to the 'black-
list' . All HTTP traffic related to the specified server will now be rejected, i.e. the server will be
blocked.
chapter 6
Important ESET Gateway Security mechanisms
25

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the GATEWAY SECURITY and is the answer not in the manual?

Questions and answers

Table of Contents