Skip to main content

Uptycs - Outbound Connection to Threat IOC Incident

This Playbook is part of the Uptycs Pack.#

Gets information about connections from IOC incidents.

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#

This 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 Inputs#


NameDescriptionDefault ValueRequired
alert_idThe unique Uptycs ID for a particular alert.${incident.alertid}Required

Playbook Outputs#


PathDescriptionType
Uptycs.ProcEvent.pidThe PID for the process.number
Uptycs.ProcEvent.upt_timeThe time that the process was spawned.date
Uptycs.ParentEvent.pidThe PID of the process (this is the same number as the input argument 'parent').number
Uptycs.ParentEvent.upt_timeThe time that the process was spawned.date
Uptycs.Children.pidThe PID of a child process.number
Uptycs.Children.upt_add_timeThe time that the process was spawned.date
Uptycs.Children.upt_remove_timeThe time that the process was removed.date

Playbook Image#


Uptycs_Outbound_Connection_to_Threat_IOC_Incident