Account Enrichment - Generic Deprecated Hidden

Deprecated. Use "Account Enrichment - Generic v2.1" playbook instead.\ \ Enrich Accounts using one or more integrations

Deprecated Content (Deprecated) · 8 tasks · 1 input · 8 outputs

Details

IDaccount_enrichment_-_generic
From Version5.0.0
Tasks8

README

Deprecated. Use “Account Enrichment - Generic v2.1” playbook instead. Enrich Accounts using one or more integrations

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

  • Exists
  • ADGetUser

Commands

  • ad-get-user

Playbook Inputs


Name Description Default Value Required
Username The Username to enrich ${Account.Username} Optional

Playbook Outputs


Path Description Type
Account Account object unknown
Account.Type Type of the Account entity string
Account.ID The unique Account DN (Distinguished Name) string
Account.Username The Account username string
Account.Email The email address associated with the Account unknown
Account.Groups The groups the Account is part of unknown
Account.DisplayName The Account display name string
Account.Manager The Account’s manager string

Playbook Image


Account_Enrichment_Generic

Inputs

  • Username — The Username to enrich

Outputs

  • Account — Account object
  • Account.Type — Type of the Account entity
  • Account.ID — The unique Account DN (Distinguished Name)
  • Account.Username — The Account username
  • Account.Email — The email address associated with the Account
  • Account.Groups — The groups the Account is part of
  • Account.DisplayName — The Account display name
  • Account.Manager — The Account's manager

Commands used

ad-get-user

Flowchart

yes no yes yes Start Start Is there a username to query? Is there a username to qu... Active Directory Active Directory Done Done Is Active Directory enabled? - Exists Is Active Directory enabled? Exists Get Account info from Active Directory - ADGetUser Get Account info from Act... ADGetUser Is Active Directory v2 enabled? - Exists Is Active Directory v2 en... Exists Get Account info from Active Directory - ad-get-user Get Account info from Act... ad-get-user
Deprecated. Use "Account Enrichment - Generic v2.1" playbook instead. Enrich accounts using one or more integrations. Supported integrations - - Active Directory

## 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
* ADGetUser

### Commands
This playbook does not use any commands.

## Playbook Inputs
---

| **Name** | **Description** | **Default Value** | **Required** |
| --- | --- | --- | --- |
| Username | The username to enrich. | Account.Username | Optional |

## Playbook Outputs
---

| **Path** | **Description** | **Type** |
| --- | --- | --- |
| Account | The account object. | unknown |
| Account.Type | The account entity type. | string |
| Account.ID | The unique account DN \(Distinguished Name\). | string |
| Account.Username | The account username. | string |
| Account.Email | The email address associated with the account. | unknown |
| Account.Groups | The groups the account belongs to. | unknown |
| Account.DisplayName | The account display name. | string |
| Account.Manager | The account's manager. | string |

## Playbook Image
---
![Account_Enrichment_Generic_v2](https://raw.githubusercontent.com/demisto/content/1bdd5229392bd86f0cc58265a24df23ee3f7e662/docs/images/playbooks/Account_Enrichment_Generic_v2.png)