본문으로 건너뛰기

Exception Target Management

Exception Targets are a whitelist that are always treated as normal users and are not detected or blocked by configured policies.

Overview

All access requests from users registered as exception targets are processed as Pass.

Exception Criteria

Exception targets can be registered based on four criteria:

CriteriaDescriptionApplication Scope
IPSpecific IP address or IP range (CIDR)All requests from that IP
Session IDSpecific session IDAll requests from that session
Login IDSpecific login IDAll requests from that login ID
User AgentSpecific User-Agent stringAll requests with that User-Agent
User Agent Exception

When registering exception targets by user agent, all policies are automatically selected as exception scope. Used to allow all requests with specific User-Agents such as search engine crawlers.

Exception Target Registration

Step 1: Access Registration Screen

  1. Navigate to Policy > Exception Target menu in the BotManager console.
  2. The registered exception target list is displayed.
ColumnDescription
NoSequence number
TypeIP / Session ID / Login ID / User Agent
TargetValue to be exception processed
PolicyPolicies selected as exception targets (all policies or specific policy list)
RegistrantUser who registered
Registration DateRegistration date and time
Modification DateLast modification date and time

Step 2: Add Exception Target

  1. Click the + registration button.
  2. Select exception criteria (IP / Session ID / Login ID / User Agent).
  3. Enter target value:
    • IP: Single IP (192.168.1.1) or IP range (192.168.1.0/24)
    • Session ID: Session identifier
    • Login ID: Login account ID
    • User Agent: User-Agent string (e.g., Googlebot)
  4. Policy Selection:
    • IP / Session ID / Login ID: Select applicable policies individually
    • User Agent: All policies are automatically selected (cannot be changed)
  5. Click the Save button.
Policy Selection

When registering with IP, Session ID, or Login ID, you can exception process only specific policies. For example, if you register IP 192.168.1.100 and select only the "Excessive URL Requests (1 second)" policy, that IP is subject to other policies but only the selected policy is exception processed.

Exception Target Modification

  1. Select the exception target to modify from the list.
  2. Click the Modify button.
  3. Change selected policies.
    • Target values (IP, Session ID, Login ID, User Agent) cannot be changed.
  4. Click the Save button.

Exception Target Deletion

  1. Select the exception target to delete from the list.
  2. Click the Delete button.
  3. Click Confirm in the confirmation dialog.

Usage Examples

Internal IP Range Exception

Purpose: Allow all access from internal network

Registration Method:

  • Type: IP
  • Target: 192.168.1.0/24 (using CIDR notation)
  • Policy Selection: Select all policies

Search Engine Crawler Exception

Purpose: Allow search engine crawlers

Registration Method:

  • Type: User Agent
  • Target: Googlebot (or Bingbot, Slurp, etc.)
  • Policy Selection: All policies automatically selected

VIP User Exception

Purpose: Allow all access from VIP members

Registration Method:

  • Type: Login ID
  • Target: vip_user_001
  • Policy Selection: Select all policies