[Contents] [Prev] [Next] [Index] [Report an Error]

How IDP E-Mailer Responds to Incidents Reported by IDP

When an incident activates the IDP E-Mailer application for a subscriber, the following arguments are provided to the application in the following order:

  1. Source of the incident
  2. Destination of the incident
  3. Description of the incident

The application uses this information when it creates the e-mail message.

The demonstration IDP E-Mailer application is a servlet that maps a subscriber’s IP address (for addresses identified as the source or destination of detrimental traffic) to an e-mail address and then sends e-mail to the designated subscriber in the following manner:

  1. Uses NIC to locate the SAE that manages the specified IP address.
  2. Uses the SAE CORBA remote API to obtain the subscriber session for the IP address.
  3. If the subscriber session is active, obtains the login name associated with the subscriber session.
  4. Creates the e-mail address by appending a domain name that is specified in the IDP E-Mailer configuration to the subscriber login name. For example, for a domain specified as mycompany.com, and a subscriber login of ChrisB, the e-mail address would be ChrisB@mycompany.com.
  5. Creates a message that includes the text received from IDP that specifies the IP address of the source of the detrimental traffic received, or the destination of the detrimental traffic being sent, and a description of the incident.
  6. Sends the message.

The configuration for IDP E-Mailer specifies:


[Contents] [Prev] [Next] [Index] [Report an Error]