find-contact
Resolve a 3CX contact or extension by email, extension, or name
Review Mimecast TTP threat logs for URL clicks, malicious attachments, and impersonation attempts
$ 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.
/review-threatsContext preview
What this command does when you run it.
Review Mimecast TTP threat logs for URL clicks, malicious attachments, and impersonation attempts
description: Review Mimecast TTP threat logs for URL clicks, malicious attachments, and impersonation attempts argument-hint: "[start] [end] [type] [blocked_only]" arguments: [start, end, type, blocked_only]
Review Targeted Threat Protection (TTP) logs from Mimecast to identify phishing URL clicks, malicious attachment detections, impersonation attempts, and active threat remediation incidents. This is the primary daily security operations command for Mimecast-protected tenants.
1. **Retrieve URL protection logs**
Call `mimecast_get_ttp_logs` with `type=url` for the specified date range (default: past 24 hours). Paginate through all results.
2. **Retrieve attachment protection logs**
Call `mimecast_get_ttp_logs` with `type=attachment` for the same date range.
3. **Retrieve impersonation protection logs**
Call `mimecast_get_ttp_logs` with `type=impersonation` for the same date range.
4. **Retrieve threat remediation incidents**
Call `mimecast_get_threat_incidents` for the same date range.
5. **Analyze and summarize findings**
Present a structured threat summary:
6. **Flag critical items**
Escalate immediately if any of the following are found:
7. **Provide recommendations**
Based on findings, suggest next steps:
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | start | string | No | -24h | Start datetime (ISO 8601) | | end | string | No | now | End datetime (ISO 8601) | | type | string | No | all | TTP log type: url, attachment, impersonation, or all | | blocked_only | boolean | No | false | Show only blocked/malicious events |
/review-threats
/review-threats --start "2026-02-24T00:00:00Z" --end "2026-03-02T23:59:59Z"
/review-threats --type url
/review-threats --blocked_only true
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
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type