IBM QRadar Integration
Steps to Integrate
Step 1: Create a Script File
#!/bin/bash
# Define external variables
air_address=$1
trigger_name=$2
trigger_token=$3
endpoint=$4
# Make a GET request to AIR console API
output=$(curl -k http://$air_address/api/webhook/$trigger_name/$endpoint?token=$trigger_token)
# Print out the output
echo $outputStep 2: Create a Trigger for QRadar
Step 3: Create a Custom Action in QRadar
Name
Type
Value
Last updated
Was this helpful?

