Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate 'Get endpoint details - Generic' Playbook #31196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ version: -1
contentitemexportablefields:
contentitemfields: {}
name: Get endpoint details - Generic
description: "This playbook uses the generic command !endpoint to retrieve details\
\ on a specific endpoint.\nThis command currently supports the following integrations:\n\
- Palo Alto Networks Cortex XDR - Investigation and Response.\n- CrowdStrike Falcon. "
description: "Deprecated. Use the `Endpoint Enrichment - Generic v2.1` playbook instead.\nThis playbook uses the generic command !endpoint to retrieve details on a specific endpoint.\nThis command currently supports the following integrations:\n- Palo Alto Networks Cortex XDR - Investigation and Response.\n- CrowdStrike Falcon. "
starttaskid: "0"
tasks:
"0":
Expand Down Expand Up @@ -672,3 +670,4 @@ outputs:
tests:
- Get endpoint details - Generic - test
fromversion: 5.5.0
deprecated: true
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
Deprecated. Use the `Endpoint Enrichment - Generic v2.1` playbook instead.
This playbook uses the generic command !endpoint to retrieve details on a specific endpoint.
This command currently supports the following integrations:
- Palo Alto Networks Cortex XDR - Investigation and Response.
- CrowdStrike Falcon.

## Dependencies

This playbook uses the following sub-playbooks, integrations, and scripts.

### Sub-playbooks

This playbook does not use any sub-playbooks.

### Integrations

This playbook does not use any integrations.

### Scripts
Set

* Set

### Commands
endpoint

* endpoint

## Playbook Inputs

---

| **Name** | **Description** | **Default Value** | **Required** |
Expand All @@ -28,6 +35,7 @@ endpoint
| Endpoint_hostname | The hostname of the endpoint that you want to get details about. | | Optional |

## Playbook Outputs

---

| **Path** | **Description** | **Type** |
Expand All @@ -38,9 +46,11 @@ endpoint
| Endpoint.ID | The endpoint's ID. | string |
| Endpoint.Status | The endpoint's status. | string |
| Endpoint.IsIsolated | Endpoint isolation status. | string |
| Endpoint.MACAddress | Endpoint MAC Address. | string |
| Endpoint.MACAddress | Endpoint MAC address. | string |
| Endpoint.Vendor | The integration name of the endpoint vendor. | string |

## Playbook Image

---
![Get endpoint details - Generic](https://raw.githubusercontent.com/demisto/content/7138d5c3ca780a7d385623aff3f63f113845c36b/Packs/CommonPlaybooks/doc_files/Get_endpoint_details_-_Generic.png)

![Get endpoint details - Generic](../doc_files/Get_endpoint_details_-_Generic.png)
6 changes: 6 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/2_4_37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Get endpoint details - Generic

- Deprecated. Use the `Endpoint Enrichment - Generic v2.1` playbook instead.
2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Playbooks",
"description": "Frequently used playbooks pack.",
"support": "xsoar",
"currentVersion": "2.4.36",
"currentVersion": "2.4.37",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading