Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Red Team Tactics

  • 867 installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

red-team-tactics is a Claude skill that teaches MITRE ATT&CK-based adversary simulation principles—including attack phases, detection evasion, and reporting—for authorized security assessments and defensive validation.

About

red-team-tactics is a community Claude skill (risk: offensive) covering adversary simulation principles based on the MITRE ATT&CK framework. It maps the full attack lifecycle from reconnaissance through initial access, execution, persistence, privilege escalation, defense evasion, credential access, and discovery. The skill is restricted to authorized security assessments, defensive validation, or controlled educational environments only. Developers and security engineers reach for red-team-tactics when planning structured red-team exercises, understanding ATT&CK-aligned attack phases, documenting detection evasion considerations, or producing assessment reports—not for unauthorized penetration testing or casual exploit experimentation outside approved scopes.

  • MITRE ATT&CK lifecycle covering 14 distinct attack phases from Reconnaissance to Impact
  • Adversary simulation principles for authorized security assessments and defensive validation
  • Passive vs active reconnaissance trade-off analysis and tactics
  • Defense evasion, credential access, lateral movement, and exfiltration techniques
  • AUTHORIZED USE ONLY for controlled educational environments and authorized pentesting

Red Team Tactics by the numbers

  • 867 all-time installs (skills.sh)
  • +22 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #408 of 2,209 Security skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill red-team-tactics

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs867
repo stars44k
Security audit1 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

How do you structure MITRE ATT&CK red team exercises?

Simulate adversary behavior and strengthen defenses using structured MITRE ATT&CK principles.

Who is it for?

Security engineers running authorized red-team assessments or defensive validation exercises who need structured MITRE ATT&CK attack lifecycle guidance.

Skip if: Unauthorized penetration testing, casual exploit use outside approved scopes, or developers seeking only application feature implementation help.

When should I use this skill?

An authorized security assessment needs MITRE ATT&CK attack phase planning, adversary simulation structure, or red-team reporting guidance.

What you get

ATT&CK-aligned attack phase plans, detection evasion analysis notes, and authorized red-team assessment reports.

  • ATT&CK-aligned attack plan
  • Detection evasion analysis
  • Red-team assessment report

By the numbers

  • Covers 8+ MITRE ATT&CK attack lifecycle phases from reconnaissance through discovery

Files

SKILL.mdMarkdownGitHub ↗
AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.

Red Team Tactics

Adversary simulation principles based on MITRE ATT&CK framework.

---

1. MITRE ATT&CK Phases

Attack Lifecycle

RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE
       ↓              ↓              ↓            ↓
   PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY
       ↓              ↓              ↓            ↓
LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT

Phase Objectives

PhaseObjective
ReconMap attack surface
Initial AccessGet first foothold
ExecutionRun code on target
PersistenceSurvive reboots
Privilege EscalationGet admin/root
Defense EvasionAvoid detection
Credential AccessHarvest credentials
DiscoveryMap internal network
Lateral MovementSpread to other systems
CollectionGather target data
C2Maintain command channel
ExfiltrationExtract data

---

2. Reconnaissance Principles

Passive vs Active

TypeTrade-off
PassiveNo target contact, limited info
ActiveDirect contact, more detection risk

Information Targets

CategoryValue
Technology stackAttack vector selection
Employee infoSocial engineering
Network rangesScanning scope
Third partiesSupply chain attack

---

3. Initial Access Vectors

Selection Criteria

VectorWhen to Use
PhishingHuman target, email access
Public exploitsVulnerable services exposed
Valid credentialsLeaked or cracked
Supply chainThird-party access

---

4. Privilege Escalation Principles

Windows Targets

CheckOpportunity
Unquoted service pathsWrite to path
Weak service permissionsModify service
Token privilegesAbuse SeDebug, etc.
Stored credentialsHarvest

Linux Targets

CheckOpportunity
SUID binariesExecute as owner
Sudo misconfigurationCommand execution
Kernel vulnerabilitiesKernel exploits
Cron jobsWritable scripts

---

5. Defense Evasion Principles

Key Techniques

TechniquePurpose
LOLBinsUse legitimate tools
ObfuscationHide malicious code
TimestompingHide file modifications
Log clearingRemove evidence

Operational Security

  • Work during business hours
  • Mimic legitimate traffic patterns
  • Use encrypted channels
  • Blend with normal behavior

---

6. Lateral Movement Principles

Credential Types

TypeUse
PasswordStandard auth
HashPass-the-hash
TicketPass-the-ticket
CertificateCertificate auth

Movement Paths

  • Admin shares
  • Remote services (RDP, SSH, WinRM)
  • Exploitation of internal services

---

7. Active Directory Attacks

Attack Categories

AttackTarget
KerberoastingService account passwords
AS-REP RoastingAccounts without pre-auth
DCSyncDomain credentials
Golden TicketPersistent domain access

---

8. Reporting Principles

Attack Narrative

Document the full attack chain: 1. How initial access was gained 2. What techniques were used 3. What objectives were achieved 4. Where detection failed

Detection Gaps

For each successful technique:

  • What should have detected it?
  • Why didn't detection work?
  • How to improve detection

---

9. Ethical Boundaries

Always

  • Stay within scope
  • Minimize impact
  • Report immediately if real threat found
  • Document all actions

Never

  • Destroy production data
  • Cause denial of service (unless scoped)
  • Access beyond proof of concept
  • Retain sensitive data

---

10. Anti-Patterns

❌ Don't✅ Do
Rush to exploitationFollow methodology
Cause damageMinimize impact
Skip reportingDocument everything
Ignore scopeStay within boundaries

---

Remember: Red team simulates attackers to improve defenses, not to cause harm.

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

How it compares

Pick red-team-tactics over generic security checklists when you need ATT&CK-aligned adversary simulation structure for authorized assessments.

FAQ

What framework does red-team-tactics follow?

red-team-tactics applies MITRE ATT&CK adversary simulation principles across attack lifecycle phases including reconnaissance, initial access, execution, persistence, privilege escalation, defense evasion, and credential access.

Is red-team-tactics for unauthorized hacking?

red-team-tactics is authorized use only for security assessments, defensive validation, or controlled educational environments. The skill documents ATT&CK phases and reporting, not permission for unauthorized penetration testing.

Is Red Team Tactics safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Securityauditappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.