<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IDS vs IPS: Active Response Confusion in CISSP Materials in Tech Talk</title>
    <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89147#M5410</link>
    <description>&lt;P&gt;I found this table, hopefully, it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; IDS (Passive) IPS (Active)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Primary Action&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Detects and Alerts&lt;/TD&gt;&lt;TD&gt;Detects and Prevents&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Placement&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Out-of-band (Passive)&lt;/TD&gt;&lt;TD&gt;Inline (Active)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Manual&lt;/TD&gt;&lt;TD&gt;Automated&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Risk&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Minimal impact on traffic&lt;/TD&gt;&lt;TD&gt;Potential for false positives&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Visibility&lt;/TD&gt;&lt;TD&gt;Protection&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Sun, 12 Apr 2026 15:29:33 GMT</pubDate>
    <dc:creator>dcontesti</dc:creator>
    <dc:date>2026-04-12T15:29:33Z</dc:date>
    <item>
      <title>IDS vs IPS: Active Response Confusion in CISSP Materials</title>
      <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89003#M5405</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I’m posting this in the right place. I looked through the different sections, and since my question is quite technical, the Tech Talk forum seemed appropriate. Please let me know if it would be better suited elsewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m currently preparing for the CISSP using multiple resources, including the official study guide by Mike Chapple. While studying Chapter 17 (Domain 7 – Security Operations), I came across a section discussing IDS and IPS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The book clearly explains that an IDS can rely on both signature-based (knowledge-based) detection and behavior-based detection. So far, so good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in the section specifically titled “IDS Response”, it mentions that an IDS can have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A passive response (e.g., alerting/notification), and&lt;/LI&gt;&lt;LI&gt;An active response, where it may modify the environment (for example, updating firewall ACLs to block traffic from a malicious IP).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This suggests that an IDS is not strictly limited to passive behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, I encountered a practice question (from the official practice tests by the same author) where the correct answer implied that an IDS is always passive, and that only an IPS provides active responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand the nuance often mentioned: when an IDS performs active responses, it is sometimes considered to be functioning as an IPS. I also understand the architectural distinction — an IPS is inline and can block traffic in real time, whereas an IDS is typically out-of-band (e.g., via a SPAN port), observing traffic rather than directly controlling it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, from a technical standpoint, I’m struggling with the apparent contradiction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The study guide states that an IDS can take active actions (like modifying firewall rules),&lt;/LI&gt;&lt;LI&gt;Yet exam-style questions seem to treat IDS as strictly passive.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my questions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For CISSP exam purposes, should we always treat IDS as passive and IPS as active, even if that simplifies reality?&lt;/LI&gt;&lt;LI&gt;Is the distinction primarily about inline vs out-of-band architecture, rather than the actual capability to trigger changes in the environment?&lt;/LI&gt;&lt;LI&gt;Or is the idea that any “active response” effectively reclassifies the system as an IPS?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I’m trying to reconcile the theoretical explanation with the exam expectations, especially since both sources come from the same author.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your insights!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2026 18:57:50 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89003#M5405</guid>
      <dc:creator>JPMARTIN</dc:creator>
      <dc:date>2026-04-04T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDS vs IPS: Active Response Confusion in CISSP Materials</title>
      <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89013#M5406</link>
      <description>&lt;P&gt;Without actually seeing the material, it is a little difficult to know what the author may/may not have meant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding is that an IDS is indeed a passive monitoring tool that identifies potential threats and alerts administrators and &lt;STRONG&gt;IF&lt;/STRONG&gt; integrated with a FIREWALL&amp;nbsp; can send instructions to the Firewall to update its policies.&amp;nbsp; The IDS is still passive and still alerting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Others, I could be wrong?&amp;nbsp; Also, let's ask the team at ISC2 their opinion.&amp;nbsp;&amp;nbsp;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1533099493"&gt;@CBMExamTeam&lt;/a&gt;&amp;nbsp;your thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 12:05:31 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89013#M5406</guid>
      <dc:creator>dcontesti</dc:creator>
      <dc:date>2026-04-05T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: IDS vs IPS: Active Response Confusion in CISSP Materials</title>
      <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89106#M5409</link>
      <description>&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;Unfortunately, I have read so many questions that I cannot trace it back ahah.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So despite the fact an IDS could definitely send instructions to a FW, it does not make him an active device because it is no in line with the traffic (which in this case, would be considered an IPS)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought passive = alerting, active = take action like send instructions, even if it is not real time because on the SPAN port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 19:55:26 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89106#M5409</guid>
      <dc:creator>JPMARTIN</dc:creator>
      <dc:date>2026-04-09T19:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: IDS vs IPS: Active Response Confusion in CISSP Materials</title>
      <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89147#M5410</link>
      <description>&lt;P&gt;I found this table, hopefully, it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; IDS (Passive) IPS (Active)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Primary Action&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Detects and Alerts&lt;/TD&gt;&lt;TD&gt;Detects and Prevents&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Placement&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Out-of-band (Passive)&lt;/TD&gt;&lt;TD&gt;Inline (Active)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Manual&lt;/TD&gt;&lt;TD&gt;Automated&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Risk&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Minimal impact on traffic&lt;/TD&gt;&lt;TD&gt;Potential for false positives&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Visibility&lt;/TD&gt;&lt;TD&gt;Protection&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 12 Apr 2026 15:29:33 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89147#M5410</guid>
      <dc:creator>dcontesti</dc:creator>
      <dc:date>2026-04-12T15:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: IDS vs IPS: Active Response Confusion in CISSP Materials</title>
      <link>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89166#M5411</link>
      <description>&lt;P&gt;It does! And the comprehensive view you just shared confort me, as I do have the same understanding.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 13:27:36 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/IDS-vs-IPS-Active-Response-Confusion-in-CISSP-Materials/m-p/89166#M5411</guid>
      <dc:creator>JPMARTIN</dc:creator>
      <dc:date>2026-04-13T13:27:36Z</dc:date>
    </item>
  </channel>
</rss>

