The FpcNisCategory enumerated type contains values that describe the category associated with the Network Inspection System (NIS) signatures. These categories represent the types of threats that the signatures protect against.
typedef enum { fpcNisCategoryVulnerability
A signature type that is used to identify generic attacks that leverage a specific network vulnerability.
= 0, fpcNisCategoryExploit
A signature type that is used to identify known specific exploits or a class of exploits leveraging one or more known network vulnerabilities.
= 1, fpcNisCategoryPolicy
A signature type that is used to identify a potential class of exploits leveraging one or more known network vulnerabilities. There is no specific exploit in the wild to validate this signature.
= 2, fpcNisCategoryOther
A miscellaneous signature type that does not fit into any of the other categories.
= 3 } FpcNisCategory;
A signature type that is used to identify generic attacks that leverage a specific network vulnerability.
A signature type that is used to identify known specific exploits or a class of exploits leveraging one or more known network vulnerabilities.
A signature type that is used to identify a potential class of exploits leveraging one or more known network vulnerabilities. There is no specific exploit in the wild to validate this signature.
A miscellaneous signature type that does not fit into any of the other categories.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.