SECOPS

Phishing Mailbox Triage with IOC Enrichment

Watches a shared phishing-report inbox, extracts URLs, domains, and sender details from each reported email, enriches them with reputation data.

CategorySecOps
Enginesim
Difficultyintermediate
Triggerevent
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerNew email in phishing-report inboxGmailGmail
  • ActionExtract IOCs (URLs, domains, sender, hashes)
  • ActionEnrich IOCs via threat-intel reputation APIHTTP webhook
  • ActionScore signals and write verdictOpenAI
  • LogicBranch on verdict severity
  • OutputPost triage card to SOC channelSlack

What it does

Turns a noisy phishing@ mailbox into clean, ranked SOC tickets. For every forwarded report it pulls out the indicators of compromise (IOCs), checks them against threat-intel sources, and tells the analyst whether the message is malicious, suspicious, or benign — with the evidence attached.

When to use it

Run this when employees forward suspected phishing to a shared inbox and your team is hand-checking each one. It removes the copy-paste of URLs into lookup tools and gives a same-minute verdict so real threats surface fast.

How it works

  1. 1A new email lands in the monitored Gmail phishing-report inbox and fires the trigger.
  2. 2A parsing step extracts sender address, reply-to, embedded URLs, and attachment hashes into a structured IOC list.
  3. 3Each URL and domain is checked against a reputation lookup over an HTTP threat-intel endpoint.
  4. 4An LLM scores the combined signals and writes a short verdict (malicious / suspicious / benign) with reasoning.
  5. 5A logic step branches on the verdict to set channel urgency.
  6. 6A formatted triage card — verdict, IOCs, and recommended action — is posted to the SOC Slack channel.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect GmailRead, draft, send, label.
  2. 2
    Connect HTTP webhookTrigger any URL on agent actions.
  3. 3
    Connect OpenAIModels, embeddings, files.
  4. 4
    Connect SlackChannels, DMs, threads, mentions.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.