| AP (Access Point) | A wireless networking device that allows WiFi devices to connect to a network. Your router at home is an access point. |
| ARP | Address Resolution Protocol — maps IP addresses to MAC (hardware) addresses on a local network. Lacks authentication, making it vulnerable to spoofing. |
| Baseline | A snapshot of the "normal" state of a network environment. Used as a reference to detect changes (drift). |
| BLE | Bluetooth Low Energy — a power-efficient version of Bluetooth used by fitness trackers, beacons, IoT devices, and tracking tags. |
| BSSID | Basic Service Set Identifier — the MAC address of a WiFi access point. Each physical radio has a unique BSSID. |
| DNS | Domain Name System — translates human-readable domain names (e.g., google.com) into IP addresses. Can be spoofed to redirect traffic. |
| Drift | Change in the network environment compared to a captured baseline. Can indicate legitimate changes or adversarial activity. |
| Evil Twin | A rogue access point that impersonates a legitimate network by copying its SSID. Used to trick devices into connecting to the attacker. |
| Jaccard Index | A similarity score (0.0 to 1.0) comparing two sets. In Z.R.A.K., it measures how much the current scan matches the baseline. 1.0 = perfect match. |
| MAC Address | Media Access Control address — a unique hardware identifier assigned to every network interface. Can reveal the device manufacturer. |
| Man-in-the-Middle | An attack where the adversary positions themselves between two communicating parties, intercepting and potentially modifying traffic. |
| RSSI | Received Signal Strength Indicator — a measurement of how strong a wireless signal is, typically in dBm. Closer to 0 = stronger signal. |
| SSID | Service Set Identifier — the name of a WiFi network as it appears in your device's network list. |
| TLS | Transport Layer Security — the encryption protocol that protects HTTPS connections. Certificates verify server identity. |
| WPA2/WPA3 | WiFi Protected Access — security protocols that encrypt WiFi traffic. WPA3 is the latest and most secure standard. |