---
title: Disabling attack list fetching from ABS
description: To disable ASE from fetching the ABS attack list, run the following command-line interface (CLI) command:
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_disabling_attack_fetching_abs
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_disabling_attack_fetching_abs.html
revdate: June 4, 2024
section_ids:
  steps: Steps
  result: Result:
  result-2: Result:
---

# Disabling attack list fetching from ABS

## Steps

* To disable ASE from fetching the ABS attack list, run the following command-line interface (CLI) command:

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

  |   |                                                                                                                                                                                                           |
  | - | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  |   | The ABS attack list can be viewed using ABS APIs and used to manually configured an attack list on ASE. For more information on ABS APIs, see [ABS Administration](pingintelligence_administration.html). |

  ### Result:

  After entering the above command, ASE will no longer fetch the attack list from ABS. However, ABS continues generating the attack list and stores it locally.

* To stop an ASE cluster from sending log files to ABS, run the following ASE CLI command:

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

  |   |                                                                                                     |
  | - | --------------------------------------------------------------------------------------------------- |
  |   | For more information on types of attacks, see [ABS AI Engine](pingintelligence_abs_ai_engine.html). |

  ### Result:

  After entering this command, ABS will not receive any logs from ASE.
