首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >CISSP考试指南笔记:5.10 访问控制监控

CISSP考试指南笔记:5.10 访问控制监控

作者头像
血狼debugeeker
发布2021-03-02 10:51:36
发布2021-03-02 10:51:36
6300
举报
文章被收录于专栏:debugeeker的专栏debugeeker的专栏

Intrusion Detection Systems


Intrusion detection systems (IDSs) are different from traditional firewall products because they are designed to detect a security breach. Intrusion detection is the process of detecting an unauthorized use of, or attack upon, a computer, network, or telecommunications infrastructure.

Although different types of IDS products are available, they all have three common components: sensors, analyzers, and administrator interfaces.

Network-Based IDSs

A network-based IDS (NIDS) uses sensors, which are either host computers with the necessary software installed or dedicated appliances—each with its network interface card (NIC) in promiscuous mode.

Host-Based IDSs

A host-based IDS (HIDS) can be installed on individual workstations and/or servers to watch for inappropriate or anomalous activity.

Knowledge or Signature-Based Intrusion Detection

Knowledge is accumulated by the IDS vendors about specific attacks and how they are carried out. Models of how the attacks are carried out are developed and called signatures.

State-Based IDSs

This type of IDS scans for attack signatures in the context of a stream of activity instead of just looking at individual packets. It can only identify known attacks and requires frequent updates of its signatures.

Statistical Anomaly–Based IDS

A statistical anomaly–based IDS is a behavioral-based system. Behavioral-based IDS products do not use predefined signatures, but rather are put in a learning mode to build a profile of an environment’s “normal” activities.

Protocol Anomaly–Based IDS

A statistical anomaly–based IDS can use protocol anomaly–based filters. These types of IDSs have specific knowledge of each protocol they will monitor.

Traffic Anomaly–Based IDS

Most behavioral-based IDSs have traffic anomaly–based filters, which detect changes in traffic patterns, as in DoS attacks or a new service that appears on the network.

剩余内容请看本人公众号debugeeker, 链接为CISSP考试指南笔记:5.10 访问控制监控

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021/02/23 ,如有侵权请联系 cloudcommunity@tencent.com 删除
目录
  • Intrusion Detection Systems
    • Network-Based IDSs
    • Host-Based IDSs
    • Knowledge or Signature-Based Intrusion Detection
    • State-Based IDSs
    • Statistical Anomaly–Based IDS
    • Protocol Anomaly–Based IDS
    • Traffic Anomaly–Based IDS
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档