/investigate-detection
Investigate a single Blackpoint Cyber / CompassOne detection end-to-end
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/investigate-detection
Context preview
What this command does when you run it.
Investigate a single Blackpoint Cyber / CompassOne detection end-to-end
Command definition
investigate-detection.mddescription: Investigate a single Blackpoint Cyber / CompassOne detection end-to-end
argument-hint: "<detection_id> [tenant]"
arguments: [detection_id, tenant]
Investigate Blackpoint Detection
Walk a single CompassOne detection from the alert to its affected asset, map blast radius, and pull vulnerability context — producing an investigation-ready summary.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_get`,
`blackpoint_assets_get`, `blackpoint_assets_relationships`, `blackpoint_vulnerabilities_list`
Steps
1. **Resolve the detection**
Call `blackpoint_detections_get` with `detection_id`. Capture severity, type, status, timestamp, and the affected asset ID. If `tenant` was supplied, confirm it with `blackpoint_tenants_list`.
2. **Pull the affected asset**
Call `blackpoint_assets_get` for the affected asset — hostname, class, status.
3. **Map blast radius**
Call `blackpoint_assets_relationships` from the affected asset. Bucket related assets by class (endpoint, server, network, cloud).
4. **Add vulnerability context**
Call `blackpoint_vulnerabilities_list` filtered to the affected `asset_id`. Note any open, exploit-available CVE that could explain the detection.
5. **Summarize**
Produce: Tenant, Detection (ID/type/severity/status/time), Affected Asset, Blast Radius table, Vulnerability Context, Conclusion, and specific Recommended Actions.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | detection_id | string | Yes | none | CompassOne detection ID | | tenant | string | No | inferred | Tenant name or ID |
Examples
Investigate a detection
/investigate-detection D-1234
Investigate within a known tenant
/investigate-detection D-1234 --tenant "Acme Corp"
Related Commands
- `/search-detections` - Find the detection ID first
- `/triage-detections` - Prioritize the whole queue
Read more
description: Investigate a single Blackpoint Cyber / CompassOne detection end-to-end argument-hint: "<detection_id> [tenant]" arguments: [detection_id, tenant]
Investigate Blackpoint Detection
Walk a single CompassOne detection from the alert to its affected asset, map blast radius, and pull vulnerability context — producing an investigation-ready summary.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_get`,
`blackpoint_assets_get`, `blackpoint_assets_relationships`, `blackpoint_vulnerabilities_list`
Steps
1. **Resolve the detection**
Call `blackpoint_detections_get` with `detection_id`. Capture severity, type, status, timestamp, and the affected asset ID. If `tenant` was supplied, confirm it with `blackpoint_tenants_list`.
2. **Pull the affected asset**
Call `blackpoint_assets_get` for the affected asset — hostname, class, status.
3. **Map blast radius**
Call `blackpoint_assets_relationships` from the affected asset. Bucket related assets by class (endpoint, server, network, cloud).
4. **Add vulnerability context**
Call `blackpoint_vulnerabilities_list` filtered to the affected `asset_id`. Note any open, exploit-available CVE that could explain the detection.
5. **Summarize**
Produce: Tenant, Detection (ID/type/severity/status/time), Affected Asset, Blast Radius table, Vulnerability Context, Conclusion, and specific Recommended Actions.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | detection_id | string | Yes | none | CompassOne detection ID | | tenant | string | No | inferred | Tenant name or ID |
Examples
Investigate a detection
/investigate-detection D-1234
Investigate within a known tenant
/investigate-detection D-1234 --tenant "Acme Corp"
Related Commands
- `/search-detections` - Find the detection ID first
- `/triage-detections` - Prioritize the whole queue
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

