FpcNisCategory Enumeration

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.

Syntax

typedef enum  {
  fpcNisCategoryVulnerability   = 0,
  fpcNisCategoryExploit         = 1,
  fpcNisCategoryPolicy          = 2,
  fpcNisCategoryOther           = 3
} FpcNisCategory;

Constants

  • fpcNisCategoryVulnerability
    A signature type that is used to identify generic attacks that leverage a specific network vulnerability.

  • fpcNisCategoryExploit
    A signature type that is used to identify known specific exploits or a class of exploits leveraging one or more known network vulnerabilities.

  • 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.

  • fpcNisCategoryOther
    A miscellaneous signature type that does not fit into any of the other categories.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010