Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
identifier: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
is_enable: true
version: 0.0
name: Wiz - Get Issue Details
description: 'Retrieve detailed information about a Wiz issue using the Get Issue
Details action, extract key risk and resource information, and present the findings
on the case wall for analyst investigation. '
debug_alert_identifier: ''
debug_base_alert_identifier: ''
is_debug_mode: false
type: block
template_name: null
original_workflow_identifier: 21bc85db-3fbb-4d03-a6a1-4cfdc9b42e21
version_comment: null
version_creator: null
creator: e1d6479b-8562-41b0-9b01-be914ca251db
priority: 2
category: 243
is_automatic: false
is_archived: false
last_editor: null
default_access_level: edit
creation_source: user_or_api_initiated
simulation_clone: false
permissions: []
environments:
- '*'
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type: block
content_hub_display_name: 'Wiz - Get Issue Details'
author: 'Accenture'
contact_email: '' # In case support is needed, this email will be used by secops customers to open support queries (required for partner contributed content)
tags: ['WIZ', 'Issues', 'Enrichment']
should_display_in_content_hub: true
contribution_type: third_party # Options: google, partner, or third_party
acknowledge_debug_data_included: true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- description: Initial release of Wiz - Get Issue Details
integration_version: 1.0
item_name: Wiz - Get Issue Details
item_type: Block
publish_time: '2026-08-31'
new: true
regressive: false
deprecated: false
removed: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
name: TemplateEngine_Render Template
description: This action will render a Jinja2 template using a JSON input for issue
details from Wiz.
identifier: f4996c60-6203-4594-8371-1d93b8d4334f
original_step_id: d9d29273-4470-4ca4-9278-7489484960a3
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
parent_step_ids:
- 4dd6c4ac-c5b5-49b2-8325-c239e11d1a07
parent_step_id: 4dd6c4ac-c5b5-49b2-8325-c239e11d1a07
instance_name: Build Issue Summary
is_automatic: true
is_skippable: false
action_provider: Scripts
start_loop_step_id: null
parameters:
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: AssignedUsers
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: DistinctDuplicateEntities
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: DynamicInjectionInstancePlaceholder
value: ''
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: FallbackIntegrationInstance
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: FetchInstanceByName
value: 'false'
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: HasApprovalLink
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: IntegrationInstance
value: 03edb6fd-5733-4e02-abbb-4d54fc8b1dd1
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: MessageToAssignee
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: PendingActionTimeout
value: null
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: RetryConfiguration
value: '{"Enabled":false,"IntervalInSeconds":30,"NumberOfRetries":1}'
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: ScriptName
value: TemplateEngine_Render Template
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: ScriptParametersEntityFields
value: '{"JSON Object":"{}","Jinja":"{%- set case_severity = \"[Case.Severity]\"
-%}{%- macro wiz_severity_badge(value) -%}{%- set v = value | trim | lower
-%}{%- if v == \"critical\" -%}<span class=\"wiz-badge wiz-badge-critical\"><span
class=\"wiz-dot\" style=\"background:#ff4444;box-shadow:0 0 6px #ff4444;\"></span>{{
value }}</span>{%- elif v == \"high\" -%}<span class=\"wiz-badge wiz-badge-high\"><span
class=\"wiz-dot\" style=\"background:#ff4444;box-shadow:0 0 6px #ff4444;\"></span>{{
value }}</span>{%- elif v == \"medium\" -%}<span class=\"wiz-badge wiz-badge-medium\"><span
class=\"wiz-dot\" style=\"background:#f59e0b;box-shadow:0 0 6px #f59e0b;\"></span>{{
value }}</span>{%- elif v == \"low\" -%}<span class=\"wiz-badge wiz-badge-low\"><span
class=\"wiz-dot\" style=\"background:#22c55e;box-shadow:0 0 6px #22c55e;\"></span>{{
value }}</span>{%- elif v == \"informational\" -%}<span class=\"wiz-badge
wiz-badge-info\"><span class=\"wiz-dot\" style=\"background:#94a3b8;box-shadow:0
0 6px #94a3b8;\"></span>{{ value }}</span>{%- else -%}<span class=\"wiz-badge
wiz-badge-unknown\"><span class=\"wiz-dot\" style=\"background:#506070;\"></span>{{
value }}</span>{%- endif -%}{%- endmacro -%}<div class=\"wiz-widget\"><style>.wiz-widget{font-family:''Segoe
UI'',Arial,sans-serif;max-width:600px;background:#0f1923;border:1.5px solid
#2a3a4a;border-radius:10px;overflow:hidden;}.wiz-widget .wiz-header{background:#111e2b;padding:10px
16px;border-bottom:1px solid #1e3a5f;display:flex;align-items:center;gap:10px;}.wiz-widget
.wiz-header-icon{width:28px;height:28px;background:rgba(90,60,180,0.35);border:1px
solid rgba(90,60,180,0.5);border-radius:6px;flex-shrink:0;}.wiz-widget .wiz-header-title{font-size:13px;font-weight:700;color:#d0e8ff;letter-spacing:0.05em;}.wiz-widget
.wiz-body{padding:14px 16px;display:flex;flex-direction:column;gap:10px;}.wiz-widget
.wiz-field{background:#111e2b;border:1px solid #1e3a5f;border-radius:6px;padding:10px
14px;}.wiz-widget .wiz-label{font-size:9.5px;font-weight:700;letter-spacing:0.1em;color:#4a7090;text-transform:uppercase;margin-bottom:4px;}.wiz-widget
.wiz-value{font-size:12.5px;color:#a8d4ff;}.wiz-widget .wiz-grid{display:grid;grid-template-columns:1fr
1fr;gap:10px;}.wiz-widget .wiz-footer{padding:6px 16px;border-top:1px solid
#1e3a5f;font-size:9px;color:#2a4a6a;letter-spacing:0.08em;text-transform:uppercase;}.wiz-widget
.wiz-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:0.05em;}.wiz-widget
.wiz-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;display:inline-block;}.wiz-widget
.wiz-badge-critical{color:#ff4444;}.wiz-widget .wiz-badge-high{color:#ff4444;}.wiz-widget
.wiz-badge-medium{color:#f59e0b;}.wiz-widget .wiz-badge-low{color:#22c55e;}.wiz-widget
.wiz-badge-info{color:#94a3b8;}.wiz-widget .wiz-badge-unknown{color:#506070;}.wiz-widget
.wiz-status-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#a8d4ff;}</style><div
class=\"wiz-header\"><div class=\"wiz-header-icon\"></div><span class=\"wiz-header-title\">Issue
Summary</span></div><div class=\"wiz-body\"><div class=\"wiz-field\"><div
class=\"wiz-label\">Issue ID</div><div class=\"wiz-value\">[Case.Issue_ID]</div></div><div
class=\"wiz-grid\"><div class=\"wiz-field\"><div class=\"wiz-label\">Severity</div>{{
wiz_severity_badge(case_severity) }}</div><div class=\"wiz-field\"><div class=\"wiz-label\">Status</div><span
class=\"wiz-status-badge\"><span class=\"wiz-dot\" style=\"background:#a8d4ff;box-shadow:0
0 6px #a8d4ff;\"></span>[Case.Status]</span></div></div><div class=\"wiz-field\"><div
class=\"wiz-label\">Issue Type</div><div class=\"wiz-value\">[Case.Isssue_Type]</div></div><div
class=\"wiz-field\"><div class=\"wiz-label\">Description</div><div class=\"wiz-value\">[Case.Issue_Description]</div></div></div><div
class=\"wiz-footer\">Powered by Wiz</div></div>","Include Case Data":false,"Template":"{\"Content\":\"\",\"ContentTemplateName\":\"\",\"HtmlTemplateName\":\"\"}"}'
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: SelectedScopeName
value: All entities
- step_id: f4996c60-6203-4594-8371-1d93b8d4334f
playbook_id: 5ffa2277-426b-4546-b317-ae33bd2ab2e2
name: UseEntitiesLoopScope
value: null
action_name: TemplateEngine_Render Template
parallel_actions: []
integration: TemplateEngine
parent_container_id: null
is_touched_by_ai: false
is_debug_mock_data: false
step_debug_data:
step_id: d9d29273-4470-4ca4-9278-7489484960a3
playbook_id: 21bc85db-3fbb-4d03-a6a1-4cfdc9b42e21
creation_time: 0
modification_time: 0
result_value: ''
result_json: ''
scope_entities_enrichment_data: []
auto_skip_on_failure: false
previous_result_condition: '{}'
type: action
Loading