> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrmex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cisco Firepower

> Connect a Cisco Firepower (FTD) firewall to Myrmex over SSH — create the access account and add the integration.

import { Note, Steps, Step, CardGroup, Card, Tip } from '@mintlify/components';

Connect your **Cisco Firepower** (Firepower Threat Defense) firewall so Myrmex can read its configuration, audit its hardening, help you clean up policies, and — with approval — apply changes. Myrmex reaches the device over **SSH** through a [Collector](/documentation/agent-endpoint-security/collector-mode) on your network, on demand — nothing is stored on the Myrmex side.

## What Myrmex Can Do

<CardGroup cols={2}>
  <Card title="Read & troubleshoot" icon="magnifying-glass">
    Inspect system status, interfaces, routing, connections, access control policy, NAT, and VPNs — read-only diagnostics, pulled live.
  </Card>

  <Card title="Hardening audit" icon="shield-halved">
    Run a [Security Posture](/documentation/security-posture/overview) audit against the device's hardening controls.
  </Card>

  <Card title="Policy hygiene" icon="broom">
    Find shadowed, unused, or overly-permissive access control rules and propose cleanups.
  </Card>

  <Card title="Backup & diff" icon="floppy-disk">
    Back up the configuration on demand and compare revisions over time; with approval, apply rule and VPN changes.
  </Card>
</CardGroup>

## Before You Start

* A **Collector** deployed on a network that can reach the device's management IP over SSH. See [Deploying the agent](/documentation/agent-endpoint-security/installation).
* **SSH management access** enabled on the Firepower device.
* An **administrator account** Myrmex can use to log in (a read-only user is enough for analysis; a config-level user is required to apply changes).

## Step 1 — Create the Access Account on Cisco Firepower

<Steps>
  <Step title="Enable SSH management access">
    Allow SSH on the management interface and permit the Collector's network. On FDM-managed devices use **Device → System Settings → Management Access / SSH Access**; on FMC-managed devices use **Devices → Platform Settings → SSH Access**.
  </Step>

  <Step title="Choose the privilege level (optional, recommended)">
    Decide what Myrmex should do — a read-only user for analysis, or a user with **Config** privilege to allow changes.
  </Step>

  <Step title="Create the local user">
    Add a local user with a strong password and CLI access at the privilege level above (or configure external authentication). Note the **username** and **password** — you'll enter them in Myrmex.
  </Step>
</Steps>

<Tip>
  Prefer least privilege: start with a read-only account, and only grant config privilege once you want the agents to apply changes for you.
</Tip>

## Step 2 — Add the Integration in Myrmex

From the **Directory**, choose **Add Integration → Cisco Firepower**, then fill in:

| Field           | Description                                                                                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Name**        | A unique name for this Firepower instance.                                                                              |
| **Description** | Optional note to identify the device.                                                                                   |
| **Collector**   | The [Collector](/documentation/agent-endpoint-security/collector-mode) that will open the SSH connection to the device. |
| **IP**          | The Firepower management IP or hostname the Collector can reach.                                                        |
| **SSH Port**    | The SSH port (default `22`).                                                                                            |
| **Username**    | The Cisco Firepower SSH user with read and write permission (created in Step 1).                                        |
| **Password**    | That account's password.                                                                                                |

## Connect

Click **Connect** to validate the SSH connection and finish. The device then appears under **Environment → Integrations**, and you can start asking the AI about it in the Workspace.

<Note>
  This integration is operated by the [Integration Specialist agent](/documentation/multi-agent-system/integration-specialist-agent), which runs the Firepower CLI on your behalf. Browse more connectors in the [Integrations directory](/documentation/integrations/overview).
</Note>
