← KB

💬 Slack Integration

Connect Slack to Ayzal AI SOC to create security alerts from Slack messages and commands.

⚙️ How It Works

  • Team members can report security incidents via Slack slash commands
  • Alerts are automatically forwarded to Ayzal AI SOC
  • AI analyzes the message content for threat indicators
  • Auto-remediation can be triggered for critical alerts

🚀 Setup (5 minutes)

Step 1: Create a Slack App

  1. Go to https://api.slack.com/apps
  2. Click Create New App → From Scratch
  3. Name: Ayzal SOC Alerts
  4. Select your workspace

Step 2: Add a Slash Command

  1. Go to Slash Commands → Create New Command
  2. Configure:
    Command: /soc-alert
    Request URL: https://api.ayzalai.com/api/integrations/slack
    Short Description: Report a security incident to Ayzal AI SOC
    Usage Hint: [severity] [description]

Step 3: Configure Request Headers

In the Slack app settings, the webhook will send these headers with each request:

x-api-key: YOUR_API_KEY
x-siem-type: slack

Step 4: Install the App

Click Install to Workspace and authorize the app.

📝 Usage Examples

/soc-alert HIGH Suspicious login from 203.0.113.42 on production server
/soc-alert CRITICAL Ransomware detected on workstation-45
/soc-alert MEDIUM Unusual outbound traffic to unknown IP

📊 Severity Mapping

Slash command parses the first word as severity:

Slack Command Ayzal AI SOC Severity
CRITICAL CRITICAL
HIGH HIGH
MEDIUM MEDIUM
LOW LOW

💡 Pro Tip: You can add a quick action button to the slash command response for one-click ticket creation in ServiceNow or Jira.