Endpoint Enrichment - Generic Deprecated Hidden
Deprecated. Use "Endpoint Enrichment - Generic v2.1" playbook instead. Enrich an Endpoint Hostname using one or more integrations
Deprecated Content (Deprecated) · 22 tasks · 1 input · 6 outputs
Details
| ID | endpoint_enrichment_-_generic |
|---|---|
| From Version | 5.0.0 |
| Tasks | 22 |
README
DEPRECATED. Use “Endpoint Enrichment - Generic v2.1” playbook instead. Enriches an Endpoint hostname using one or more integrations.
Dependencies
This playbook uses the following sub-playbooks, integrations, and scripts.
Sub-playbooks
- CrowdStrike Endpoint Enrichment
Integrations
- carbonblack
- SentinelOne
- Cylance Protect
Scripts
- Exists
- ADGetComputer
- EPOFindSystem
Commands
- so-agents-query
- cb-sensor-info
- cylance-protect-get-devices
Playbook Inputs
| Name | Description | Default Value | Required |
|---|---|---|---|
| Hostname | The hostname to enrich. | ${Endpoint.Hostname} | Optional |
Playbook Outputs
| Path | Description | Type |
|---|---|---|
| Endpoint | The Endpoint’s object. | unknown |
| Endpoint.Hostname | The hostname to enrich. | string |
| Endpoint.OS | The Endpoint OS. | string |
| Endpoint.IP | The list of Endpoint IP addresses. | unknown |
| Endpoint.MAC | The list of Endpoint MAC addresses. | unknown |
| Endpoint.Domain | The Endpoint domain name. | string |
Playbook Image

Inputs
Hostname— The hostname to enrich
Outputs
Endpoint— The Endpoint's objectEndpoint.Hostname— The hostname to enrichEndpoint.OS— Endpoint OSEndpoint.IP— List of endpoint IP addressesEndpoint.MAC— List of endpoint MAC addressesEndpoint.Domain— Endpoint domain name
Commands used
cb-sensor-info
cylance-protect-get-devices
so-agents-query
Flowchart
DEPRECATED. Use "Endpoint Enrichment - Generic v2.1" playbook instead. Enriches an endpoint by hostname using one or more integrations. Currently, the following integrations are supported: - Active Directory - McAfee ePolicy Orchestrator - Carbon Black Enterprise Response - Cylance Protect - CrowdStrike Falcon Host ## Dependencies This playbook uses the following sub-playbooks, integrations, and scripts. ### Sub-playbooks * CrowdStrike Endpoint Enrichment ### Integrations * Cylance Protect * epo * carbonblack ### Scripts * ADGetComputer * Exists ### Commands * cb-sensor-info * epo-find-system * cylance-protect-get-devices ## Playbook Inputs --- | **Name** | **Description** | **Default Value** | **Source** | **Required** | | --- | --- | --- | --- | --- | | Hostname | The hostname of the endpoint to enrich. | Hostname | Endpoint | Optional | ## Playbook Outputs --- | **Path** | **Description** | **Type** | | --- | --- | --- | | Endpoint | The endpoint object of the endpoint that was enriched. | unknown | | Endpoint.Hostname | The hostnames of the endpoints that were enriched. | string | | Endpoint.OS | The operating systems running on the endpoints that were enriched. | string | | Endpoint.IP | A list of the IP addresses of the endpoints. | unknown | | Endpoint.MAC | A list of the MAC addresses of the endpoints that were enriched. | unknown | | Endpoint.Domain | The domain names of the endpoints that were enriched. | string | ## Playbook Image --- 