Node Tags Overview
Explore the various tags that help identify the roles and characteristics of your nodes.
| Name | Description | Color | Associated Nodes | Actions |
|---|---|---|---|---|
| Entry-node | Initial point of ingress for incoming connections. | Primary | 6 | View |
| Exit-node | Final egress point that communicates with external services. | Danger | 11 | View |
| Fake-honeypot | Decoy node designed to attract and study attackers. | Danger | 11 | View |
| Relay | Simply relays traffic, often used to chain or hide origin. | Primary | 11 | View |
| Beacon | Signals or pings other nodes periodically. | Info | 1 | View |
| Anonymized | Obfuscates metadata like IP or identity. | Success | 5 | View |
| Gateway | Acts as ingress or egress point between subnets. | Secondary | 7 | View |
| Deceiver | Returns manipulated or false information. | Warning | 9 | View |
| Static-ip | Has fixed IP and known identity. | Success | 10 | View |
| Dynamic | Changes IP and ports regularly. | Light | 2 | View |
| Encrypted | All peer comms are wrapped in custom encryption. | Indigo | 5 | View |
| High-latency | Intentionally delays messages. | Warning | 7 | View |
| Vpn-exit | Running behind VPN exit node. | Success | 8 | View |
| Sandboxed | Running in isolated container for analysis. | Info | 4 | View |
| Custom-logic | Running custom behavior or forked code. | Success | 5 | View |
| Sleeper | Inactive for long periods, awakens under trigger. | Success | 15 | View |
| Snitch | Logs or leaks peer activity to master node. | Danger | 6 | View |
| Randomized | Behavior randomized on each run. | Light | 8 | View |
| Multi-homed | Multiple interfaces or IP identities. | Info | 5 | View |
| Edge-cache | Caches recent payloads or responses near edge. | Info | 7 | View |
| Clone | Mimics behavior of a legitimate node. | Warning | 9 | View |
| Mirror | Reflects incoming requests to other systems. | Primary | 10 | View |
| Recorder | Captures all traffic and logs in detail. | Danger | 7 | View |
| Proxy-chain | Part of chained proxy system. | Info | 8 | View |
| Heartbeat | Sends regular liveness checks. | Light | 3 | View |
| Modulator | Alters packet size, timing or headers. | Secondary | 7 | View |
| Traffic-sink | Silently drops all incoming and outgoing packets. | Dark | 5 | View |
| Malformed | Intentionally emits broken or malformed packets. | Danger | 9 | View |
| Decoupler | Breaks synchronous links, introduces async behavior. | Secondary | 4 | View |
| Controller | Central logic controller for orchestrating other nodes. | Indigo | 7 | View |