External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # 1. Get a challenge and the proof-of-work parameters curl -s https://api.moltrust.ch/identity/register-challenge # → {"challenge": "...", "pow": {"seed": "...", "difficulty_bits": N}} # 2. Solve the PoW: find a nonce where sha256(seed + nonce) has N leading zero bits.- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
