Extract URLs from Local Shared Data

Last updated: Aug 13, 2024

Extracts all URLs from the playbook's Local Shared Data.

READER NOTE

This command can only be executed within an event/incident playbook.

Implementation

System

Command Category

Cyber Utility

Tags

Condition Local Shared Data

Inputs

N/A

Output

Return Data

The returned result of this command. If some required parameters are not defined, this returned data could be empty. The returned result can be passed down directly to a subsequent command in playbooks.

Sample Data

JSON
Succeed
Context Data

The response data from the utility command.

Sample Data

JSON
[
    "http://www.d3security.com",
    "http://192.168.1.193/VSOC/d3_ir/pages"
]