Keyloggers
Logic bomb
A logic bomb is a piece of malicious code intentionally inserted into a software system, application, or network that remains dormant until specific, predefined conditions are met (e.g., a date, time, or user action). When triggered, it executes destructive actions, such as deleting data, corrupting systems, or triggering ransomware.
Real-world logic bombs
Preventing a logic bomb
Rootkits
Originally a Unix technique– The “root” in rootkit
* Modifies core system files– Part of the kernel
* Can be invisible to the operating system– Won’t see it in Task Manager
* Also invisible to traditional anti-virus utilities– If you can’t see it, you can’t stop it
Finding and removing rootkits