Cisco ASA
Connect Cisco ASA to Radiant Security to forward firewall and IPS syslog alerts for AI triage.
Cisco ASA (Adaptive Security Appliance) is a stateful firewall and IPS platform that inspects perimeter and internal traffic to block threats such as exploit attempts, malicious connections, and protocol abuse. Connecting Cisco ASA forwards firewall and IPS syslog alerts to Radiant Security through the Radiant Agent. Radiant triages the syslog alerts and uses the surrounding connection data to determine whether observed traffic reflects a real compromise or benign network activity.
Prerequisites
Add the data connector in Radiant Security
Log in to Radiant Security.
From the navigation menu, click Settings > Data Connectors, then click + Add Connector.
Search for and select Radiant Agent, then click Data Feeds.
Under Select your data feeds, select Cisco ASA, then click Credentials.
Under Credential Name, enter an identifiable name for the Radiant Agent integration (e.g.,
Radiant Agent integration). To reuse an existing Radiant Agent, select it from the drop-down menu.In the Connector tag field, enter a random value. This value acts as the salt to randomize the Token you download in the next step.
Click Add Connector.
Copy the Token value or download the Token file, then download the SSL certificate. You will need both when configuring Cisco ASA.
Click Done to save your changes.
Install the Radiant SSL certificate on Cisco ASA
Use either the ASDM GUI or the ASA CLI to import the certificate you downloaded from Radiant.
Log in to Cisco ASDM.
Navigate to Configuration > Device Management > Certificate Management > CA Certificates.
Click Add.
On the Install Certificate pane:
In Trustpoint Name, enter
Radiant-Security-Syslog.Select Install from a file to import the
.pemfile, or select Paste certificate in PEM format to paste the encoded certificate into the text box.
Click Install Certificate.
Click OK.

Log in to the Cisco ASA CLI.
Enter
enableto access privileged mode.Enter
conf tto access configuration mode.Create a new trustpoint:
crypto ca trustpoint radiant-security-syslogEnter
exitto leave trustpoint configuration.Copy the base64-encoded certificate provided by Radiant Security.
Import the CA certificate:
crypto ca authenticate radiant-security-syslogPaste the encoded certificate into the terminal.
On the line after the certificate text, press Enter, then type
quit.Enter
yesto accept the certificate.

Enter
exitto leave configuration mode.Enter
write memto save the configuration.
Forward syslog from Cisco ASA
Before forwarding syslog, confirm that the relevant Cisco ASA security features are enabled and configured so the firewall produces useful security data. See the Cisco documentation for Threat Detection (ASDM), Threat Detection (CLI), IPS quick start, and IPS CLI configuration.
Log in to the Cisco ASA CLI.
Enter
enableto access privileged mode.Enter
conf tto access configuration mode.Enable logging:
logging enableEnable the timestamp field:
logging timestamp rfc5424Configure the firewall to include the Token from Radiant. Substitute
<TOKEN>with the token you generated when adding the data feed:logging device-id string <TOKEN>Enable the username field:
no logging hide usernameKeep the device receiving connections if the syslog connection drops:
logging permit-hostdownUse IP addresses instead of object names:
no namesSet the logging level to informational:
logging trap informationalSet up syslog forwarding:
logging host {external_interface} cluster.syslog.radiantsecurity.ai TCP/6514 secureEnter
exitto leave configuration mode.Enter
write memto save the configuration.
Verify ingestion
After Cisco ASA begins forwarding, confirm alerts and events are reaching Radiant.
In Radiant, navigate to Log Management.
Filter by
rs_connectorType:"cisco_asa".Confirm recent alerts and events appear.
Allow several minutes for alerts and events to be parsed, indexed, and available for search.
Last updated
Was this helpful?