Malware
Software intentionally designed to cause damage to a computer, server, client, or network. Categories include viruses, worms, trojans, ransomware, spyware, adware, and fileless malware. Modern malware increasingly uses polymorphic techniques, living-off-the-land binaries, and AI-generated social engineering to evade detection.
Mean Time to Detect (MTTD)
The average time it takes for an organization to discover a security incident or breach after it has occurred. MTTD is a critical security operations metric — the shorter the detection time, the less damage an attacker can inflict. Industry benchmarks from IBM's Cost of a Data Breach report indicate the global average MTTD is approximately 194 days.
Mean Time to Respond (MTTR)
The average time it takes for an organization to contain and remediate a security incident after detection. Combined with MTTD, MTTR provides a comprehensive view of an organization's incident response effectiveness. Reducing MTTR through automation, playbooks, and practiced response procedures directly lowers breach costs.
Microsegmentation
A security technique that divides a network into small, isolated segments to limit lateral movement and contain breaches. Each segment can have its own security policies, and traffic between segments is strictly controlled. Microsegmentation is a key component of Zero Trust architecture and is particularly effective in cloud and data center environments.
Multi-Factor Authentication (MFA)
An authentication method that requires users to provide two or more verification factors to gain access: something you know (password), something you have (security token or phone), and/or something you are (biometric). MFA significantly reduces the risk of credential-based attacks, which account for over 80% of data breaches according to the Verizon DBIR.