analyze_nfc_security
Identify NFC/RFID card types via SAK/ATQA, lookup known attacks, get step-by-step cloning guides, and receive tailored security defense recommendations.
Instructions
NFC/RFID security analysis — card identification, attack lookup, cloning guides (Mifare, HID, EM4100), EMV relay analysis, defense recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sak | No | [identify_card] SAK value as hex string (HF cards) | |
| atqa | No | [identify_card] ATQA value as hex string (HF cards) | |
| mode | Yes | Operation mode: lookup_attack (by ID), search_attacks (by criteria), identify_card (from scan params), clone_guide (step-by-step cloning), defense (security recommendations) | |
| category | No | [search_attacks] Filter by attack category | |
| protocol | No | [search_attacks] Filter by protocol name (e.g. 'Mifare', 'HID', 'EM4100') | |
| attack_id | No | [lookup_attack] NFC/RFID attack ID (e.g. 'mifare_classic_darkside', 'emv_relay', 'lf_clone') | |
| card_type | No | [clone_guide] Card type to clone | |
| data_rate | No | [identify_card] Data rate for LF cards | |
| frequency | No | [search_attacks] Filter by frequency (e.g. '125 kHz', '13.56 MHz') | |
| deployment | No | [defense] Deployment type for defense recommendations | |
| known_keys | No | [clone_guide] Known sector keys as comma-separated hex (for Mifare Classic) | |
| modulation | No | [identify_card] Modulation type for LF cards | |
| uid_length | No | [identify_card] UID length in bytes |