1. Cisco, Cisco Secure IPS (formerly Firepower NGIPS) Data Sheet: "Cisco Secure IPS provides multiple layers of advanced threat protection. It stops more threats, including both known and unknown attacks, with one of the industry’s most effective IPS... It continuously analyzes network activity for suspicious behavior to rapidly detect and stop stealthy attacks before they cause damage." This highlights the capability to stop unknown attacks through behavioral analysis, which is key to defeating polymorphic malware.
2. NIST Special Publication 800-94, Guide to Intrusion Detection and Prevention Systems (IDPS), Section 2.2.2, "Detection Methodologies": This document describes anomaly-based detection, a category that includes heuristics. It states, "The primary benefit of anomaly-based detection is that it can be effective at detecting previously unknown threats." This directly supports the use of such systems against new variants like polymorphic malware.
3. Cisco Press, CCNP and CCIE Security Core SCOR 350-701 Official Cert Guide, Chapter 20, "Intrusion Prevention and Content Security": The guide explains that Next-Generation IPS (NGIPS) goes beyond static signatures. It discusses how these systems use "policy and rule sets that can be based on traffic anomalies, compliance, or behavior," which is the principle behind using heuristics to identify and block threats like polymorphic malware that signature-based methods would miss.