acquiring-disk-image-w…
Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through
Pass-the-Ticket (PtT) is a lateral movement technique that uses stolen Kerberos tickets (TGT or TGS) to authenticate
$ npx -y skills add Mikaru0Mystic/sectinel --skill conducting-pass-the-ticket-attack --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/conducting-pass-the-ticket-attackContext preview
The summary Claude sees to decide when to auto-load this skill.
Pass-the-Ticket (PtT) is a lateral movement technique that uses stolen Kerberos tickets (TGT or TGS) to authenticate
name: conducting-pass-the-ticket-attack description: Pass-the-Ticket (PtT) is a lateral movement technique that uses stolen Kerberos tickets (TGT or TGS) to authenticate to services without knowing the user's password. By extracting Kerberos tickets fro domain: cybersecurity subdomain: red-teaming tags: - red-team - adversary-simulation - mitre-attack - exploitation - post-exploitation - kerberos - pass-the-ticket - lateral-movement version: '1.0' author: mahipal license: Apache-2.0 d3fend_techniques: - Token Binding - Execution Isolation - Restore Access - Application Protocol Command Analysis - Process Termination nist_csf: - ID.RA-01 - GV.OV-02 - DE.AE-07
> **Legal Notice:** This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws.
Pass-the-Ticket (PtT) is a lateral movement technique that uses stolen Kerberos tickets (TGT or TGS) to authenticate to services without knowing the user's password. By extracting Kerberos tickets from memory (LSASS) on a compromised host, an attacker can inject those tickets into their own session to impersonate the ticket owner and access resources as that user.
1. Gain local admin access on target workstation 2. Dump Kerberos tickets from LSASS memory using Mimikatz or Rubeus 3. Export tickets in .kirbi format (Mimikatz) or base64 (Rubeus) 4. Identify high-value tickets (Domain Admin TGTs, service tickets to critical systems)
1. Purge existing Kerberos tickets from attacker session 2. Import/inject stolen ticket into current session 3. Verify ticket is loaded and valid 4. Access target resources using injected ticket
1. Access remote systems using the stolen ticket identity 2. Perform actions as the impersonated user 3. Collect additional credentials from accessed systems 4. Document evidence of successful lateral movement
| Tool | Purpose | Command | |------|---------|---------| | Mimikatz | Ticket export/import | sekurlsa::tickets /export, kerberos::ptt | | Rubeus | Ticket dumping and injection | dump, ptt, tgtdeleg | | Impacket ticketConverter | Convert between formats | ticketConverter.py ticket.kirbi ticket.ccache | | Impacket psexec/smbexec | Remote execution with ticket | KRB5CCNAME=ticket.ccache psexec.py |
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