portgroup


Description

This table contains static group with list of ports that are used in various port/profile discovery types. This table gets loaded on initial database load.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
name text 2147483647 null

Unique name for portgroup record. Values for name are, common, vulnerable, infectious. Please note that at the moment only vulnerable and infectious groups are used in discovery.

ports _int4 10 null

Array of port numbers for given portgroup record.

Table contained 2 rows

Indexes

Constraint Name Type Sort Column(s)
pk_portgroup Primary key Asc name