Learn about Intrusion Detection Systems

Host-based IDS

"Host-based Intrusion Detection Systems are confined to monitoring activity on the local host."

  Why is IDS Needed?
  Intrusion Overview
  What is IDS?
  Desirable Features
  Anomaly-Based
  Misuse-Based
  Host-Based
  Network-Based
  Current IDS Limitations
  IDS Implementations
  Room to Improve
  Using AI in IDS

The first IDS designs were introduced in the early 80’s as Host-based Intrusion Detection Systems (HIDS).  Host-based Intrusion Detection Systems are confined to monitoring activity on the local host computer. This monitoring can include network traffic to the host, or local object (files, processes, services) access on the host.

For example, a HIDS implementation can be used to analyze all the network traffic transmitted to the computer and pass only the packets deemed safe onto the computer. A HIDS could also be a service running on the local machine that periodically examines the system security logs for suspicious activity.

Keep in mind, suspicious activity in one environment may not equate to suspicious activity in another environment. So rules that define what suspicious activity need to be created.  Some examples of possible suspicious activities include; several unauthorized logon attempts, confidential file access, deletion of logs, etc.

Benefits to Host-based Intrusion Detection System Implementations:

- Direct system information access. Since HIDS exist directly on the host system, it can directly access local system resources (operating system configurations, files, registry, software installations, etc).

- Can associate users with local computer processes.

- Since a host is part of the target, a HIDS can provide detailed information on the state of the system during the attack.

- Low resource utilization: HIDS only deal with the inspection of traffic and events local to the host. 

IDStutorial.com, Copyright © 2007 - 2012 All Rights Reserved. Copying content from this website is strictly not allowed and will be pursued by legal channels when found. The information on this site is the opinions of the author, it is not guaranteed to be correct, and is to be used for information purposes only.