> For the complete documentation index, see [llms.txt](https://docs.bfore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bfore.ai/docs/console/disrupted-attacks.md).

# Disrupted attacks

The **Disrupted attacks** page lists the malicious infrastructure PreCrime has identified and blocked. Disruption immediately blocks access to predicted malicious infrastructure across thousands of consumers through PreCrime's partners. The infrastructure is not removed, but incoming traffic is blocked within minutes, preventing harm in real time.

## The list

Each attack card shows:

* The attack URL, with a copy button.
* **Protected domain** - the asset the attack targets.
* **Alerted on {date}** - when the attack was confirmed. Resurgent attacks show **Resurged at {date}** in red instead, and offer a **Restart takedown** button (see [Restarting a takedown](/docs/console/takedowns-list/managing-takedowns.md)) instead of the usual Start takedown control.
* **Details** - opens the [attack detail page](/docs/console/disrupted-attacks/attack-details.md) in a new tab.
* The takedown control: a **Start takedown** button (Admins only) if no takedown exists, or the current takedown status chip.

## Filtering and searching

* **Search attack** - type and press Enter. This is a partial match, not an exact one - searching "sig" will return every attack whose name contains "sig" anywhere. When a search is active, results include matches from all time regardless of the date range selected - see [Search overrides the date range on some pages](/docs/console/filters-search-and-exports.md#search-overrides-the-date-range-on-some-pages).
* **Date range** - presets from Today up to Year to date, or a custom range. Defaults to the last 30 days. Disabled while a search is active.
* **Protected domain** - a searchable multi-select of your company's domains.
* **Order by** - update date or creation date, newest or oldest first.
* **Page size** - 20, 50, or 100 items per page.
* **Reset** - clears active filters. Enabled only when at least one filter (including a search term) is active.

Filters are reflected in the page URL, so you can bookmark or share a filtered view.

## Starting takedowns in bulk

Attacks that do not yet have a takedown show a checkbox. Select one or more (or use **Select all** in the footer to select every eligible attack on the page) and a summary card appears with a **Start takedowns** button. Resurgent attacks are not eligible for bulk selection - restart their takedown individually instead.

Clicking on "Start takedowns" opens confirmation dialog: the selected takedowns are addressed immediately upon confirmation. A progress bar tracks creation; you can safely navigate away while it completes. Bulk takedowns are Admin-only.

## Exporting

The **CSV** button exports the filtered list (up to 10,000 rows) as `disrupted-attacks.csv` with the attack name, protected asset, status, and confirmation date.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bfore.ai/docs/console/disrupted-attacks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
