External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Hash ```bash curl -X POST https://hash.agentutil.net/v1/hash \ -H "Content-Type: application/json" \ -d '{"input": "hello world", "algorithm": "sha256"}' ```- Confidence
- 92% confidence
- Finding
- curl -X POST https://hash.agentutil.net/v1/hash \ -H "Content-Type: application/json" \ -d '{"input": "hello world", "algorithm": "sha256"}' ``` Algorithms: md5, sha1, sha256, sha512, crc32. Opti
