Terminology Index
Glossary
2953 terms
Log Integrity
Ensuring logs cannot be secretly altered or deleted, so they remain trustworthy for detection, investigation, and evidence. Attackers often try to tamper with logs to hide activity, making integrity protection important.
Log integrity means logs are protected against unauthorized modification or deletion, through measures like forwarding logs off the host promptly, write-once storage, access controls, and cryptographic verification. It matters because attackers commonly clear or edit logs to cover their tracks, and because logs used as evidence must be demonstrably unaltered. Maintaining integrity ensures detection and investigation rest on trustworthy data and that logs hold up if needed legally.
Introduced in: Logging, Monitoring, and Telemetry
Examples
- Forwarding logs off the host immediately so local tampering is moot.
- Using write-once storage to prevent log alteration.
- Detecting attempts to clear logs as a sign of an attacker hiding activity.
Related
