Skip to main content

Vulnerability Data Model

The Vulnerability data model represents a security vulnerability impacting a network asset or host. It extends the Finding data model.

The following table details the default attributes of the Vulnerability data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2typeReference (Vulnerability definition)ISNo
3portNumberN/ANo
4protocolTextN/ANo
5baseRiskScoreCalculated (Number)N/ANo
6riskFactorOffsetCalculated (Number)N/ANo
7riskScoreCalculated (Number)N/ANo
8riskRatingCalculated (Singe Choice)N/ANo
9ageInDaysCalculated (Number)N/ANo
10slaCalculated (Number)N/ANo
11slaLevelCalculated (Text)N/ANo
12dueDateCalculated (Date Time)N/ANo
13complianceStatusCalculated (Singe Choice)N/ANo
14daysToFixCalculated (Number)N/ANo
15confidenceSingle ChoiceN/ANo
16summaryTextN/ANo
17descriptionTextN/ANo
18assessmentReference (Assessment)DISCOVERED_INNo
19severitySingle ChoiceN/ANo
20statusStatusN/ANo
21resultsTextN/ANo
22statusCategoryCalculated (Singe Choice)N/ANo
23targetsReference (Asset)HASNo
24remediationSLANumberN/ANo
25firstFoundDate TimeN/ANo
26lastFoundDate TimeN/ANo
27lastFixedDate TimeN/ANo
28extendedDueDateDate TimeN/ANo
29riskOwnerCategoryN/ANo
30remediationOwnerCategoryN/ANo
31riskScoringModelRisk Scoring ModelN/ANo
32riskFactorsRisk FactorsN/ANo
33slaDefinitionSLAN/ANo
34uidTextN/AYes
35dataModelNameCalculated (Text)N/ANo
36sourceUidsText (Multivalued)N/ANo
37connectorCategoriesText (Multivalued)N/ANo
38connectorNamesText (Multivalued)N/ANo
39dataIntegrationTitlesText (Multivalued)N/ANo
40sourcesIconsSource data models iconsN/ANo
41nameTextN/ANo
42categoriesText (Multivalued)N/ANo
43flowStateTextN/ANo
44sourcesReference (Base model)SOURCED_FROMNo
45dateCreatedDate TimeN/ANo
46lastUpdatedDate TimeN/ANo
47createdByTextN/ANo
48updatedByTextN/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.