wave Dots Ellipse
Product documentation

Deploy with confidence

Explore MagnetoAI applications, choose the right installer, and get your firewall or gateway platform connected quickly — F5, Fortinet, Palo Alto, Cisco, Juniper, Forcepoint, iBoss, Arbor, and A10 are all supported.

Before you begin

What you'll need

A supported host with secure access to the firewall or gateway devices you want to manage — F5 BIG-IP, Fortinet FortiGate, Palo Alto PAN-OS, Cisco Firepower, Juniper SRX, Forcepoint, iBoss, Arbor AED/TMS, or A10 Thunder.

  • Docker or containerd, or Rocky 9.7+, Ubuntu 24.04+ host OS
  • HTTPS connectivity from the host to each managed device
Quick install

IP Reputation

Strengthen firewall and gateway policy decisions with current IP reputation intelligence, delivered as a standard feed that plugs into F5, Fortinet, Palo Alto, Cisco, Juniper, Forcepoint, iBoss, Arbor, and A10 platforms — see supported platforms for integration details. This one-command installer prepares the application and its dependencies; your MagnetoAI representative will provide the required credentials.

See what changed in the latest application releases
Terminal
curl -k -o "install_cassandra_iprep.sh" "https://feedlists.magnetoai.com/install_cassandra_iprep.txt" && chmod u+x install_cassandra_iprep.sh && sudo ./install_cassandra_iprep.sh
Classic edition

URL Reputation

Bring continuously refreshed URL intelligence into your SSL inspection or web filtering workflow — compatible with F5, Fortinet, Palo Alto, Cisco, Juniper, Forcepoint, iBoss, Arbor, and A10 platforms (see supported platforms). Installation creates a daily update between 4:00–4:30 a.m. local time; the schedule can be adjusted for more frequent deployments.

Terminal
curl -k -o "install_cassandra_sslo_docker.sh" "https://feedlists.magnetoai.com/install_cassandra_sslo_docker.txt" && chmod u+x install_cassandra_sslo_docker.sh && sudo ./install_cassandra_sslo_docker.sh
Cloud Manager Latest

URL Reputation with Data Groups F5 BIG-IP

Deliver reputation intelligence as native BIG-IP data groups for fast, policy-driven traffic decisions on F5. The same underlying feed is available as a direct HTTPS URL for Fortinet, Palo Alto, Cisco, Juniper, Forcepoint, iBoss, Arbor, and A10 platforms — see supported platforms. Choose Docker for automated setup or the standalone binary for direct host deployment.

Binary

Standalone binary with auto-update

Deploy directly on a supported host. The installer automatically detects your OS and fetches the latest binary release (v1.3.3).

Terminal
curl -fsSL -o "get_latest.sh" "https://cdn.tag-insights.com/apps/updater/get_latest.php?cb=$(date +%s)" && chmod +x get_latest.sh && sudo ./get_latest.sh --install --app f5_urlrep_cm
See the F5 iRule example and other platform integrations View full product details, architecture, and CLI reference
Multi-vendor support

Supported platforms

MagnetoAI IP and URL reputation feedlists are delivered as a standard HTTPS feed, so they plug into whatever firewall, secure gateway, or DDoS mitigation platform you already run. Expand a platform below for integration notes; exact syntax can vary by software version, and your MagnetoAI representative will provide the feed path and help validate the configuration.

F5 BIG-IP Fortinet FortiGate Palo Alto PAN-OS Cisco Firepower Juniper SRX Forcepoint iBoss Arbor (Netscout) AED Arbor (Netscout) TMS A10 Thunder
F5 BIG-IP — iRule example

Use this example to enforce the deployed block lists and an optional allowlist at connection time.

when CLIENT_ACCEPTED {
    set client_ip [IP::client_addr]
    # Check if client IP is in either blocked data group
    if {
        [class match $client_ip equals blocked_ips_general] ||
        [class match $client_ip equals blocked_ips_sensitive]
    } then {
        log local0. "Blocked IP: $client_ip matched a block list"
        reject
        return
    }

    # Allow only known good IPs (optional: whitelist logic)
    if { ![class match $client_ip equals allowed_ips] } {
        log local0. "Connection denied: $client_ip not in allowed_ips"
        reject
        return
    }

    log local0. "Connection allowed: $client_ip"
}
Fortinet FortiGate — External Connector (Threat Feed)

Configure the feed as an External Resource, then reference it in a Web Filter profile (URL category) or firewall policy (IP address feed).

config system external-resource
    edit "tag-insights-url-rep"
        set type category
        set resource "https://feedlists.magnetoai.com/<your-feed-path>"
        set refresh-rate 5
        set category 195
    next
end
Palo Alto PAN-OS — External Dynamic List (EDL)

Add the feed as an External Dynamic List, then reference it in a Security Policy or URL Filtering profile.

set shared external-list tag-insights-url-rep type url url "https://feedlists.magnetoai.com/<your-feed-path>"
set shared external-list tag-insights-url-rep type url recurring five-minute
Cisco Firepower — Security Intelligence feed

In Firepower Management Center: Objects > Object Management > Security Intelligence > Network Lists and Feeds (or URL Lists and Feeds), add a feed pointed at your MagnetoAI feed URL, set an update interval, then add it to the Security Intelligence tab of your access control policy.

Juniper SRX — Custom threat-intel feed

Via Security Director / Juniper ATP Cloud: Configure > Threat Prevention > Custom Feeds, add a Custom Feed of type IP or URL pointed at your MagnetoAI feed URL and set a refresh interval, then apply it in a security policy or firewall rule.

Forcepoint — Custom category

In Forcepoint Security Manager: Policy Management > Filters > Edit Custom Category, import the list from your MagnetoAI feed URL on a recurring schedule, then apply the category in your web policy.

iBoss — Custom category

In the iBoss console: Policies > Custom Categories, add a URL-based custom category sourced from your MagnetoAI feed URL, or use the iBoss REST API to pull scheduled updates.

Arbor (Netscout) AED — Threat intelligence / blocklist

Add the feed as a custom Threat Intelligence source (STIX/TAXII or Cloud Signaling) in AED, or apply it as a static IP blocklist countermeasure, refreshed on your configured interval.

Arbor (Netscout) TMS — Countermeasure blocklist

In the Sightline/TMS console, add the feed as an external IP blocklist source for a Fingerprint Filter countermeasure, refreshed on your configured interval.

A10 Thunder — Class List / external reputation

Configure a class-list object referencing your MagnetoAI feed URL, then reference the class-list in a network ACL or DDoS mitigation policy.

class-list tag-insights-url-rep
  file uri "https://feedlists.magnetoai.com/<your-feed-path>"
  periodic 300
AI telemetry & orchestration Latest

MagnetoAI Monitor

Turn BIG-IP health data and security logs into actionable intelligence. Mag Monitor surfaces anomalies, reduces log noise, and gives operations teams real-time fleet visibility from one always-on service.

Capabilities

One service for security and operations intelligence

AI security log ingestion

Security insight without manual log review

Ingest logs from seven BIG-IP modules through iControlREST, then filter, redact, and summarize them with AI before forwarding structured intelligence.

SSLOAPMDNS / GTMASM / WAFAFMDoS / DDoSLTM
Opt-in by design: log capture is disabled by default, while standard device-health monitoring remains active.
Private AI processing

On-premises AI or BYOAI

Keep raw logs local or connect your preferred AI endpoint while retaining control of the model, data path, and credentials.

Fleet intelligence

Cross-device anomaly detection

Correlate capacity trends, interface errors, performance changes, and security events across managed devices.

Full-stack telemetry

Health data in parallel

Collect CPU, memory, disk, network, reachability, and software-version data on a configurable interval.

Real-time operations

Secure dashboard and streaming

View live telemetry in a TLS 1.3 dashboard and securely trigger controlled remote updates.

Deployment

Choose how you want to install

Both editions provide the same monitoring and analytics capabilities.

Binary

Standalone binary with auto-update

Deploy directly on a supported host. The installer automatically detects your OS and fetches the latest binary release (v0.1.97).

Terminal
curl -fsSL -o "get_latest.sh" "https://cdn.tag-insights.com/apps/updater/get_latest.php?cb=$(date +%s)" && chmod +x get_latest.sh && sudo ./get_latest.sh --install --app mag_monitor
Remote deployments: Place the f5_urlrep_cm binary in the install directory and re-run run_mag_monitor.sh.
View full product details, AI analytics, and CLI reference
Application compatibility

Protect critical applications

Optional IP and URL allowlists help business-critical applications operate reliably when SSL inspection is enabled. Use Allowed_Application_IPs and Allowed_Application_URLs according to your security policy; URL allowlists apply to URL Reputation and SSL Decryption deployments.

Built-in coverage

Popular applications supported

Start with curated compatibility entries for widely used productivity and collaboration platforms.

Microsoft Office 365

Microsoft Office 365

Support dependable access to essential cloud productivity services.

Zoom Video Conference

Zoom

Preserve reliable meetings, voice, video, and collaboration traffic.

Cisco Webex

Cisco Webex

Maintain consistent access to enterprise communications and meetings.

secret MagnetoAI.com