Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Live mode

This is the regular operation mode of the Ethical wall Wall and it goes works as follows:

  1. SIP traffic from Skype for Bussiness Business Front-End and\or Edge servers (depending on the configuration) is being inspected if a cached policy is already applied to it. If

  2. Check if there is no corresponding cache it is being redirected to the Maintenance service on the Admin Portal.

    1. The Maintenance Service calculates and caches the rules for future calculations and returns the policy back to the SIP Filter.

    SIP filter cache the policy locally and enforce the calculated policya pre-existing calculation in the database cache.

    1. If not, the SIP Filter will calculate the policy and store it in the database cache.

    2. If the calculation requires access to internal resources (UCMA or LDAP) and the SIP Filter is running on the Edge, the SIP Filter will query the Admin Portal API to get the policies.

  3. SIP filter caches the policy locally and enforces the calculated policy.

  4. The maintenance service keeps refreshing the database cache to verify validity.

Examples:

  1. In case the communication is allowed and precalculatedpre-calculated:

    1. Alice@external.com sends a message "Hello!" to bob@internal.com

    2. This reaches the Edge/Front End, Edge/Front End forwards this to the SIP Filter

    3. Sip SIP Filter checks in the Policy Cache and sees this already has been calculated by the Maintenance serviceSip .

    4. SIP Filter returns the found policy cache, which allows the traffic to bob.

  2. In case the communication is blocked and not precalculatedpre-calculated:

    1. Eve@external.com sends a message "Hey!" to Bob@internal.com

    2. This reaches the Edge/Front End, Edge/Front End forwards this to the SIP Filter

    3. SIP Filter checks in the policy cache and doesn't find addan entry, thus calculates and adds the calculation result as a record in the Policy policy cache

    4. SIP Filter returns the calculated policy, which blocks the traffic to bob.

...

Learning Mode

This mode applies calculation and caching for the configured policies however only the Default policies are being is designed to build a large cache in the database. While in learning more, only default policies are enforced by the SIP filter.

It is recommended to maintain this mode during a fresh deployment in order to establish a comprehensive enough cache as .

This is due to the introduced load of calculating policies without preexisting a pre-existing cache that can hinder the normal Skype for Bussiness Business operation and generate instabilities.

...

  1.  Alice@external.com sends a message "Hello!" to Bob@internal.com

  2. This reached the Edge/Front End, Edge/Front End forwards this to the SIP Filter

  3. Sip SIP Filter checks & returns the corresponding Default policy for this Traffic (Default external).

  4. Sip SIP Filter inputs a new record to the Ethical wall Wall Policy Cache.

  5. Maintenace service checks the new Policy cache entry

  6. Maintenance service The maintenance service finds the corresponding policy for this cacherecord.

  7. Maintenance The maintenance service updates this cache in the database.

...