From ironscales
Triage open Ironscales phishing incidents by status and source, review AI verdicts and confidence scores, auto-classify high-confidence detections, and surface ambiguous incidents for manual review.
How this command is triggered — by the user, by Claude, or both
Slash command
/ironscales:triage-incidents [status] [source] [auto_classify] [limit]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Ironscales Incident Triage Triage open phishing incidents in Ironscales. Lists incidents by status, reviews AI verdicts and confidence scores, classifies high-confidence detections, and surfaces ambiguous incidents for manual review. This is the primary daily security operations command for Ironscales-protected tenants. ## Prerequisites - Ironscales MCP server connected with valid API key and company ID - MCP tools `ironscales_list_incidents`, `ironscales_get_incident`, `ironscales_classify_email`, and `ironscales_remediate_incident` available ## Steps 1. **Retrieve open incidents** ...
Triage open phishing incidents in Ironscales. Lists incidents by status, reviews AI verdicts and confidence scores, classifies high-confidence detections, and surfaces ambiguous incidents for manual review. This is the primary daily security operations command for Ironscales-protected tenants.
ironscales_list_incidents, ironscales_get_incident, ironscales_classify_email, and ironscales_remediate_incident availableRetrieve open incidents
Call ironscales_list_incidents with status=open (or as specified). Apply source filter if provided. Paginate through all results up to limit.
Sort and categorize
Sort incidents into three categories:
aiConfidence >= 0.9) — AI is highly confident in the verdictaiConfidence 0.5–0.89) — Requires manual reviewaiConfidence < 0.5) — Likely false positivesBuild triage summary
Present a table of all incidents with: ID, status, source, subject, sender, AI verdict, confidence score, and recipient count.
Auto-classify if requested
If auto_classify=true, classify all aiVerdict=phishing incidents with aiConfidence >= 0.9 using ironscales_classify_email. Show a summary of auto-classified incidents.
Flag high-priority items
Escalate immediately:
recipientCount > 20 (broad campaign)aiVerdict=phishing and source=USER_REPORT with aiConfidence >= 0.9 (user-confirmed and AI-confirmed)Provide next-step recommendations
For each category:
/classify-emaillegitimate and allowlisting frequent senders| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| status | string | No | open | Incident status filter |
| source | string | No | all | USER_REPORT or AI_DETECTION |
| auto_classify | boolean | No | false | Auto-classify high-confidence phishing detections |
| limit | integer | No | 50 | Max incidents to return |
/triage-incidents
/triage-incidents --auto_classify true
/triage-incidents --source USER_REPORT
/triage-incidents --status in_progress
IRONSCALES_API_KEY and IRONSCALES_COMPANY_ID are correctstatus filter matches the expected state; check the Ironscales Platform directlyopen or in_progress status before classifying/classify-email - Classify a specific email with full investigation contextnpx claudepluginhub wyre-technology/msp-claude-plugins --plugin ironscales/incident-triageLists open Huntress incidents filtered by severity and organization, producing a triage summary table with counts by severity and highlighting critical items needing immediate attention.
/threat-triageTriage recent email threats from Abnormal Security, filtering by severity, attack type, status, and date range. Returns a sorted report of threats with severity indicators and recommended actions.
/search-threatsSearches Checkpoint Harmony Email & Collaboration for detected threats, filtering by type, severity, status, sender, recipient, and date range. Returns a formatted table of matching threats.
/review-threatsReviews Mimecast TTP threat logs for URL clicks, malicious attachments, impersonation attempts, and active threat remediation incidents, producing a structured security summary with critical item escalation.
/alert-triageTriages new SentinelOne alerts by severity, producing a summary table with counts per severity level and highlighting critical items requiring immediate attention.
/search-incidentsSearches RocketCyber security incidents with filters by account, status, severity, verdict, and date range. Displays results sorted by severity and creation date.