What Is OS Security
What Is OS Security
The term operating system (OS) security refers to practices and measures that can
ensure the confidentiality, integrity, and availability (CIA) of operating systems.
The most common techniques used to protect operating systems include the use of
antivirus software and other endpoint protection measures, regular OS patch
updates, a firewall for monitoring network traffic, and enforcement of secure
access through least privileges and user controls.
Malware
Malware is short for malicious software, which encompasses a range of attack
vectors such as viruses, worms, trojans, and rootkits. Malware is injected into a
system without the owner’s consent, or by masquerading as legitimate software,
with the objective of stealing, destroying or corrupting data, or compromising the
device.Malware can also replicate, allowing it to spread further in a corporate
network and beyond.
Network Intrusion
Network intrusion occurs when an individual gains access to a system for improper
use. There are several types of network intrusion depending on the type of intruder:
Threat actors look for buffer overflow vulnerabilities, which they can exploit to
inject scripts that help them hijack the system or crash it.
Authentication Measures
Authentication involves matching an identified user with the programs or data they
are allowed to access. All operating systems have controls that can be used to
verify that users who run a particular program are authorized to do so.
You can use the following techniques to authenticate users at the operating system
level:
o Security keys: keys are provided by a key generator, usually in the form of a
physical dongle. The user must insert the key into a slot in the machine to log in.
o Username-password combinations: The user enters a username that is registered
with the OS, along with a matching password.
o Biometric signatures: The user scans a physical attribute, such as a fingerprint or
retina, to identify themselves.