---
title: Enabling attack list fetching from ABS
description: To enable ASE Security, run the following command:
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_enabling_attack_list_fetching_abs
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_enabling_attack_list_fetching_abs.html
revdate: June 4, 2024
section_ids:
  steps: Steps
  result: Result:
  example: Example:
---

# Enabling attack list fetching from ABS

## Steps

1. To enable ASE Security, run the following command:

   ```
   /opt/pingidentity/ase/bin/cli.sh -u admin -p admin enable_firewall
   ```

2. To enable ASE to send API traffic information to ABS, run the following command:

   ```
   /opt/pingidentity/ase/bin/cli.sh -u admin -p admin enable_abs
   ```

3. To enable ASE to fetch and block ABS detected attacks, run the following command:

   ```
   /opt/pingidentity/ase/bin/cli.sh -u admin -p admin enable_abs_attack
   ```

   ### Result:

   After enabling automated attack blocking, ASE periodically fetches the attack list from ABS and blocks the identified connections.

4. To set the time interval at which ASE fetches the attack list from ABS, configure the `abs_attack_request_minute` parameter in `ase.conf` file

   ### Example:

   ```
   ; This value determines how often ASE will query ABS.
   abs_attack_request_minutes=10
   ```
