Demo Environment
Privacy & Compliance
Privacy-preserving by design
The platform is architected so that person-level data never exists downstream of the anonymization stage.
Zero PII Storage
Subscriber identifiers are hashed and discarded at the processing edge. Only aggregate counts persist.
Configurable Retention
Rolling retention windows (e.g. 90 days) apply to aggregate statistics — no long-term individual records exist.
Full Audit Logging
Every query, export, and API call is logged with authenticated identity for independent oversight.
Design principles
- No individual subscriber identifiers (IMSI, MSISDN, IMEI) are stored. They are hashed and discarded during processing.
- Only aggregate counts by region, home country, and time window are retained.
- No individual movement tracking or breadcrumb trails.
- No targeting of specific individuals or devices.
- Data retention is configurable (e.g., 90-day rolling window for aggregate statistics).
- All access is logged with full audit trails.
- REST API access requires authenticated government credentials.