Skip to main content

Host Data Model

The Host data model is a computer that serves as a container for workloads. It typically runs an operating system and has an IP address. It extends the Asset data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2hostnameTextN/ANo
3publicDnsNameTextN/ANo
4privateDnsNameTextN/ANo
5privateIpAddressesText (Multivalued)N/ANo
6baseRiskScoreCalculated (Number)N/ANo
7publicIpAddressesText (Multivalued)N/ANo
8riskFactorOffsetCalculated (Number)N/ANo
9ipAddressesText (Multivalued)N/ANo
10macAddressesText (Multivalued)N/ANo
11osTextN/ANo
12osPlatformTextN/ANo
13modelTextN/ANo
14manufacturerTextN/ANo
15cloudProviderTextN/ANo
16cloudInstanceIdTextN/ANo
17cloudAccountIdTextN/ANo
18cloudRegionTextN/ANo
19hostImageReference (Host image)DEPLOYED_FROMNo
20lastStartedDate TimeN/ANo
21lastStoppedData TimeN/ANo
22subnetsCalculated (Reference)IN_RANGENo
23riskScoreCalculated (Number)N/ANo
24riskRatingCalculated (Single Choice)N/ANo
25openFindingCountCalcuated (Number)N/ANo
26numberOutOfComplianceCalculated (Number)N/ANo
27complianceStatusCalculated (Single Choice)N/ANo
28statusSingle ChoiceN/ANo
29firstSeenDate TimeN/ANo
30lastSeenDate TimeN/ANo
31lastInventoryUpdateDate TimeN/ANo
32lastEnrollmentDate TimeN/ANo
33lastAssessedDate TimeN/ANo
34tagsText (Multivalued)N/ANo
35complianceFlagsText (Multivalued)N/ANo
36businessServicesReference (Business service)SUPPORTSNo
37applicationsReference (Application)SUPPORTSNo
38ownersReference (Person)OWNSNo
39typeCategoryN/ANo
40remediationOwnerCategoryN/ANo
41riskOwnerCategoryN/ANo
42profilesCategoryN/ANo
43environmentsCategoryN/ANo
44technologiesCategoryN/ANo
45numberOfDataIntegrationSourcesCalculated (Number)N/ANo
46numberOfSourceDatasetsCalculated (Number)N/ANo
47numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
48riskScoringModelRisk Scoring ModelN/ANo
49riskFactorsRisk FactorsN/ANo
50uidTextN/AYes
51dataModelNameCalculated (Text)N/ANo
52sourceUidsText (Multivalued)N/ANo
53connectorCategoriesText (Multivalued)N/ANo
54connectorNamesText (Multivalued)N/ANo
55dataIntegrationTitlesText (Multivalued)N/ANo
56sourcesIconsSource data models iconsN/ANo
57nameTextN/ANo
58summaryTextN/ANo
59descriptionTextN/ANo
60categoriesText (Multivalued)N/ANo
61flowStateTextN/ANo
62sourcesReference (Base model)SOURCED_FROMNo
63dateCreatedDate TimeN/ANo
64lastUpdatedDate TimeN/ANo
65createdByTextN/ANo
66updatedByTextN/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.