Description Notify a company's Internet Service Provider (ISP) when the company's corporate network is under attack. The inet_alert
utility forwards log messages generated by the alert daemon to an external Management Station, typically located at the ISP site. The ISP can then analyze the alert and decide how to react.
inet_alert
uses the ELA Protocol to send the alert. The Management Station receiving the alert must be running the ELA Proxy.
If communication with the ELA Proxy is to be authenticated or encrypted, a key exchange must be performed between the Management Station running the ELA Proxy and the Security Gateway generating the alert.
To use this utility, enter it into a script. From Global Properties > Logs and alert > alert commands > early versions compatibility > run 4.x alert script, and enter the name of the script.
Syntax
# inet_alert -s <ipaddr> [-o] [-a <auth_type>] [-p <port>] [-f <token value>] [-m <alerttype>]
Parameter |
Description |
---|---|
|
The IP address (in dot format) of the ELA Proxy to be contacted. |
|
Print the alert log received by |
|
The type of connection to the ELA Proxy. One of the following values:
|
|
The ELA proxy's port number. Default is |
|
A field to be added to the log, represented by a
This option may be used multiple times to add multiple If |
|
The alert to be triggered at the ISP site. This alert overrides the alert specified in the log message generated by the alert daemon. The response to the alert is handled according to the actions specified in the ISP's Security Policy: The following alerts execute the OS commands defined in the corresponding fields of the Log and Alert tab of the Properties Setup window in Global Properties:
The following NetQuota and ServerQuota alerts execute the OS commands specified in:
|
Return Value
Exit status |
Description |
---|---|
|
Execution was successful. |
|
Undetermined error. |
|
Unable to allocate memory. |
|
Unable to obtain log information from |
|
Invalid command line arguments. |
|
Failed to invoke the OPSEC API. |
Example
# inet_alert -s 10.0.2.4 -a clear -f product cads -m alert
This command specifies that in the event of an attack, inet_alert
should take the following actions:
10.0.2.4
."cads"
. This means that "cads"
will be displayed in the product column of SmartView Tracker.