You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMU conflict, physical breach, or confirmed attack — page on-call
ThreatType enum
Value
Name
Meaning
0
THREAT_TYPE_UNSPECIFIED
1
GPS_SPOOFING
GPS signal manipulation detected
2
TSP_REPLAY_ATTACK
Transit signal priority request replay
3
PREEMPT_SPOOF
Emergency preemption spoof attempt
4
MMU_CONFLICT
Malfunction Management Unit detected conflicting greens
5
NETWORK_INTRUSION
Firewall/IDS alert (Palo Alto, etc.)
Notes
physical_fingerprint is intentionally bytes — the format is producer-defined (RF spectral characteristics, signal-strength patterns, etc.). Consumers comparing fingerprints should agree on the encoding out-of-band.
source is free-form to accommodate diverse third-party sources without proto changes. Producers should keep values stable across alerts (e.g., always "PALO_ALTO", not sometimes "PaloAlto").
Add new threat types in ThreatType rather than overloading description — keeps consumers' filtering/routing simple.