Terminology Index
Glossary
1801 terms
Showing 577-608 of 1801 terms
Digital Signature
A cryptographic proof that data came from a private key holder and has not changed.
Distributed Tracing for Security
Using distributed tracing, which follows a single request across the many services it touches, for security purposes, reconstructing how a request flowed through a microservices system to investigate anomalies and attacks.
In microservices, one user action may traverse dozens of services, making it hard to see the whole picture. Distributed tracing tags a request with a trace ID and records its path, and for security this enables reconstructing how a malicious or anomalous request propagated, where it was handled improperly, and which services were involved. It is a pillar of cloud-native observability, complementing logs and metrics for investigating distributed attacks.
Introduced in: Cloud-Native Security
Examples
- Tracing a suspicious request across the microservices it touched.
- Reconstructing an attack's path through services using trace data.
- Spotting where a request was handled abnormally along its trace.
No related terms linked yet.
