Uptycs - Outbound Connection to Threat IOC Incident
Uptycs Pack.#
This Playbook is part of theGets information about connections from IOC incidents.
#
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.
#
ScriptsThis playbook does not use any scripts.
#
Commands- uptycs-get-alerts
- uptycs-get-socket-events
- uptycs-get-parent-information
- uptycs-get-parent-event-information
- uptycs-get-process-event-information
- uptycs-get-process-child-processes
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
alert_id | The unique Uptycs ID for a particular alert. | ${incident.alertid} | Required |
#
Playbook OutputsPath | Description | Type |
---|---|---|
Uptycs.ProcEvent.pid | The PID for the process. | number |
Uptycs.ProcEvent.upt_time | The time that the process was spawned. | date |
Uptycs.ParentEvent.pid | The PID of the process (this is the same number as the input argument 'parent'). | number |
Uptycs.ParentEvent.upt_time | The time that the process was spawned. | date |
Uptycs.Children.pid | The PID of a child process. | number |
Uptycs.Children.upt_add_time | The time that the process was spawned. | date |
Uptycs.Children.upt_remove_time | The time that the process was removed. | date |