acquiring-disk-image-w…
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Responds to phishing incidents by analyzing reported emails, extracting indicators, assessing credential compromise,
$ npx -y skills add Mikaru0Mystic/sectinel --skill conducting-phishing-incident-response --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/conducting-phishing-incident-responseContext preview
The summary Claude sees to decide when to auto-load this skill.
Responds to phishing incidents by analyzing reported emails, extracting indicators, assessing credential compromise,
name: conducting-phishing-incident-response description: 'Responds to phishing incidents by analyzing reported emails, extracting indicators, assessing credential compromise, quarantining malicious messages across the organization, and remediating affected accounts. Covers email header analysis, URL/attachment sandboxing, and mailbox-wide purge operations. Activates for requests involving phishing response, email incident, credential phishing, spear phishing investigation, or phishing remediation. ' domain: cybersecurity subdomain: incident-response tags: - phishing-response - email-security - credential-compromise - email-header-analysis - mailbox-remediation mitre_attack: - T1566 - T1204 - T1534 - T1598 version: 1.0.0 author: mahipal license: Apache-2.0 nist_csf: - RS.MA-01 - RS.MA-02 - RS.AN-03 - RC.RP-01
**Do not use** for business email compromise (BEC) involving compromised internal accounts; use BEC response procedures which focus on account takeover investigation.
Evaluate the reported email to determine if it is malicious:
Email Header Analysis Checklist: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Return-Path: billing@spoofed-domain[.]com From: "IT Support" <support@corp-lookalike[.]com> Reply-To: attacker@gmail[.]com (different from From) SPF: FAIL (sender IP not authorized for domain) DKIM: FAIL (signature invalid) DMARC: FAIL (policy: none - no enforcement) Received: from mail.attacker-infra[.]net [45.33.x.x] X-Originating-IP: 45.33.x.x Message-ID: <random@attacker-infra.net>
Classification criteria:
Examine URLs and attachments in a safe environment:
**URL Analysis:**
**Attachment Analysis:**
Identify all recipients and assess who interacted with the phishing email:
Scope Assessment: ━━━━━━━━━━━━━━━━ Total Recipients: 47 users Delivered to Inbox: 38 users (9 caught by email gateway) Opened Email: 24 users (email tracking pixel data) Clicked Link: 8 users (proxy/firewall logs) Entered Credentials: 3 users (phishing page submitted form data) Opened Attachment: 2 users (EDR process execution telemetry)
Search methods:
Execute containment actions based on impact assessment:
**Email Containment:**
**Account Containment (for users who entered credentials):**
# Microsoft 365: Revoke sessions and reset password
Connect-AzureAD
Revoke-AzureADUserAllRefreshToken -ObjectId "user@corp.com"
Set-AzureADUserPassword -ObjectId "user@corp.com" -ForceChangePasswordNextLogin $true
# Check for mailbox forwarding rules
Get-InboxRule -Mailbox "user@corp.com" | Where-Object {$_.ForwardTo -or $_.RedirectTo}
# Remove suspicious forwarding rules
Remove-InboxRule -Mailbox "user@corp.com" -Identity "Rule Name"Remove all traces of the phishing attack:
Open-source security arsenal for AI coding agents: 784 cybersecurity skills, scanner integrations, and a security MCP for Claude Code, Cursor, opencode, Gemini CLI, Cline, and any agentskills.io agent. Mapped to OWASP, MITRE ATT&CK, NIST CSF, D3FEND, ATLAS.
Repo: Mikaru0Mystic/sectinel
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Detect dangerous ACL misconfigurations in Active Directory using ldap3 to identify GenericAll, WriteDACL, and
Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source
Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect BOLA/IDOR attacks, rate limit bypass,
Analyze advanced persistent threat (APT) group techniques using MITRE ATT&CK Navigator to create layered heatmaps
Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative