> ## 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.

# Sophos Firewall

> Connect a Sophos 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 **Sophos Firewall** (SFOS) 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, firewall rules, web and app filtering, 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 SFOS hardening controls.
  </Card>

  <Card title="Policy hygiene" icon="broom">
    Find shadowed, unused, or overly-permissive firewall 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 firewall's management IP over SSH. See [Deploying the agent](/documentation/agent-endpoint-security/installation).
* **SSH enabled** on the Sophos Firewall for the zone the Collector connects from.
* An **administrator account** Myrmex can use to log in (a read-only profile is enough for analysis; a read-write profile is required to apply changes).

## Step 1 — Create the Access Account on Sophos Firewall

<Steps>
  <Step title="Enable SSH access">
    In **Administration → Device Access**, enable **SSH** for the zone the Collector connects from (for example LAN).
  </Step>

  <Step title="Create an admin profile (optional, recommended)">
    In **Profiles → Device access**, create a profile scoped to what Myrmex should do — read-only for analysis, or read-write to allow changes.
  </Step>

  <Step title="Create the administrator">
    In **Authentication → Users**, add a user with a strong password and assign the admin profile above, ensuring it can reach the console. 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 read-write once you want the agents to apply changes for you.
</Tip>

## Step 2 — Add the Integration in Myrmex

From the **Directory**, choose **Add Integration → Sophos Firewall**, then fill in:

| Field           | Description                                                                                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Name**        | A unique name for this firewall 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 Sophos Firewall management IP or hostname the Collector can reach.                                                  |
| **SSH Port**    | The SSH port (default `22`).                                                                                            |
| **Username**    | The Sophos Firewall SSH user with read and write permission (created in Step 1).                                        |
| **Password**    | That account's password.                                                                                                |
| **Model**       | The Sophos Firewall model series.                                                                                       |
| **Version**     | The Sophos Firewall OS (SFOS) version.                                                                                  |

## Connect

Click **Connect** to validate the SSH connection and finish. The firewall 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 SFOS console on your behalf. Browse more connectors in the [Integrations directory](/documentation/integrations/overview).
</Note>
