Process Email - Core v2
Phishing Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This playbook adds email details to the relevant context entities and handles the case where original emails are attached.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsThis playbook does not use any integrations.
#
Scripts- IdentifyAttachedEmail
- Set
- SetAndHandleEmpty
- SetGridField
- ParseEmailFiles
#
Commands- setIncident
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
File | An EML or MSG file. | File | Optional |
The receiving email address. | incident.emailto | Optional | |
EmailCC | CC addresses | incident.emailcc | Optional |
EmailFrom | The originator of the email. | incident.emailfrom | Optional |
EmailSubject | The email subject. | incident.emailsubject | Optional |
EmailText | The email text. | incident.emailbody | Optional |
EmailHtml | The HTML version of the email. | incident.emailhtml | Optional |
EmailHeaders | The email headers. | incident.emailheaders | Optional |
EmailFormat | The email format. | incident.emailformat | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
Email.HTML | The email HTML body, if it exists. | string |
The email object. | unknown | |
Email.CC | The email CC addresses. | string |
Email.From | The email 'from' sender. | string |
Email.Subject | The email subject. | string |
Email.To | The email 'to' addresses. | string |
Email.Text | The email text body, if it exists. | string |
Email.Headers | The full email headers as a single string. | string |
Email.Attachments | The list of attachment names in the email. | string |
Email.Format | The format of the email, if available. | string |
File | The file object. | unknown |