Retrieve active and public hosts in your Brinqa instance.

External Documentation

To learn more, visit the Brinqa documentation.

Example Output

{
  "data": {
    "hosts": [
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "QQNS9715.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.205Z",
        "id": "1624846130314362889",
        "macAddresses": "[B0:B1:36:1B:74:AF]",
        "openFindingCount": 52,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[felipe.gould@example.com]", "name": "Felipe Gould"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"},
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[barton.friesner@example.com]", "name": "Barton Friesner"}
        ]
      },
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "EWRQ3377.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.247Z",
        "id": "1624846130314362896",
        "macAddresses": "[B9:49:3D:CE:13:16]",
        "openFindingCount": 38,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[christa.bodenschatz@example.com]", "name": "Christa Bodenschatz"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"}
        ]
      },
      // ... other hosts ...
    ]
  }
}

Workflow Library Example

List Active and Public Hosts with Brinqa and Send Results Via Email

Preview this Workflow on desktop

Retrieve active and public hosts in your Brinqa instance.

External Documentation

To learn more, visit the Brinqa documentation.

Example Output

{
  "data": {
    "hosts": [
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "QQNS9715.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.205Z",
        "id": "1624846130314362889",
        "macAddresses": "[B0:B1:36:1B:74:AF]",
        "openFindingCount": 52,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[felipe.gould@example.com]", "name": "Felipe Gould"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"},
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[barton.friesner@example.com]", "name": "Barton Friesner"}
        ]
      },
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "EWRQ3377.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.247Z",
        "id": "1624846130314362896",
        "macAddresses": "[B9:49:3D:CE:13:16]",
        "openFindingCount": 38,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[christa.bodenschatz@example.com]", "name": "Christa Bodenschatz"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"}
        ]
      },
      // ... other hosts ...
    ]
  }
}

Workflow Library Example

List Active and Public Hosts with Brinqa and Send Results Via Email

Preview this Workflow on desktop