Help us improve
Share bugs, ideas, or general feedback.
From blumira
Guides resolving Blumira security findings with correct resolution types, metrics impact, API usage (e.g., blumira_findings_resolve), workflows, and bulk false positive handling.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blumiraHow this skill is triggered — by the user, by Claude, or both
Slash command
/blumira:resolutionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resolutions are the final disposition applied to findings when closing them. Choosing the correct resolution type is critical for accurate security metrics, detection tuning, and compliance reporting.
Manages Blumira security findings: list, filter, investigate, resolve, assign, and comment on alerts and detections.
Unified SOC analyst workflow for CrowdStrike NGSIEM — triage alerts, investigate security events, hunt threats, and tune detections. Use when triaging alerts, investigating detections, running daily SOC review, or tuning for false positives.
Unified SOC analyst workflow for CrowdStrike NGSIEM — triage alerts, investigate security events, hunt threats, and tune detections. Agent-delegated architecture: Haiku for mechanical tasks, Sonnet for substantive work, Opus for judgment.
Share bugs, ideas, or general feedback.
Resolutions are the final disposition applied to findings when closing them. Choosing the correct resolution type is critical for accurate security metrics, detection tuning, and compliance reporting.
| Code | Label | Description | When to Use |
|---|---|---|---|
| 10 | Valid | Confirmed real threat | The finding represents a genuine security event. Action was taken (blocked, remediated, etc.) |
| 20 | Not Applicable | Doesn't apply | The detection is correct but irrelevant to this environment (e.g., policy doesn't apply to test lab) |
| 30 | False Positive | Incorrect detection | The detection fired incorrectly — the activity was benign |
blumira_resolutions_list
Returns all resolution types with their codes, labels, and descriptions.
blumira_findings_resolve
finding_id=<UUID>
resolution_type=10
notes="Confirmed credential stuffing attack from IP 203.0.113.50. Account locked, password reset forced."
blumira_msp_findings_resolve
account_id=<UUID>
finding_id=<UUID>
resolution_type=30
notes="False positive - scheduled backup job triggers this detection. Added to allowlist."
Is the detected activity real?
Always include detailed notes explaining the decision
For False Positives, note what the activity actually was to help with tuning
blumira_findings_list filtered by the specific detection ruleCause: Resolution code is not 10, 20, or 30
Solution: Use blumira_resolutions_list to confirm valid codes.
Cause: Some resolution workflows may require notes Solution: Always provide descriptive notes for audit trail purposes.