
|
An application protocol-based intrusion detection system consists of a
system or agent that would typically sit within a group of servers, monitoring
and analyzing the communication on application specific protocols. For example;
in a web server with database this would monitor the SQL protocol specific to
the middleware/business-login as it transacts with the database.
A
host-based intrusion detection system consists of an agent on a host which
identifies intrusions by analyzing system calls, application logs, file-system
modifications (binaries, password files, capability/acl databases) and other
host activities and state.
A hybrid intrusion detection system
combines two or more approaches. Host agent data is combined with network
information to form a comprehensive view of the network. |