Splash

Integration version: 4.0

Use Cases

Perform enrichment of entities.

Configure Splash integration in Google Security Operations

For detailed instructions on how to configure an integration inGoogle SecOps, seeConfigureintegrations.

Integration parameters

Use the following parameters to configure the integration:

Parameter Display NameTypeDefault ValueIs MandatoryDescription
API RootStringhttps:/{{ip address}}:8050YesAPI root of the Splash instance.
Verify SSLCheckboxCheckedYesIf enabled, verifies that the SSL certificate for the connection to the Splash server is valid.
Note: You can make changes at a later stage if needed. Once configured, theInstances can be used in Playbooks. For detailed information on configuring andsupporting multiple instances, please seeSupporting multiple instances.

Actions

Ping

Description

Test connectivity to Splash with parameters provided at the integrationconfiguration page in the Google Security Operations Marketplace tab.

Run On

This action doesn't run on entities.

Action Results

Script Result
Script Result NameValue Options
is_successis_success=False
is_successis_success=True
Case Wall
Result TypeValue / DescriptionType
Output message*

The action should not fail nor stop a playbook execution:
if successful: "Successfully connected to the Splash server with the provided connection parameters!"

The action should fail and stop a playbook execution:
if not successful: "Failed to connect to the Splash server! Error is {0}".format(exception.stacktrace)

General

Enrich Entities

Description

Enrich entities using information from Splash. Supported entities: URL, IPAddress.

Note: URLs need to have a schema. For IP addresses, action will add the "HTTPS"schema.

Parameters

Parameter Display NameTypeDefault ValueIs MandatoryDescription
Create InsightCheckboxCheckedNoIf enabled, action will create an insight containing all of the retrieved information about the entity.
Include PNG ScreenshotCheckboxCheckedNoIf enabled, action will return a PNG screenshot in an insight. Note: "Create Insight" should be enabled for this parameter to work.
Include HistoryCheckboxUncheckedNoIf enabled, action will return history information.
Include HARCheckboxUncheckedNoIf enabled, action will return HAR information.

Run On

This action runs on the following entities:

  • URL
  • IP Address

Action Results

Entity Enrichment
Enrichment Field NameLogic - When to apply
original_urlWhen available in JSON
final_urlWhen available in JSON
titleWhen available in JSON
has_historyWhen available in JSON
was_redirectedWhen available in JSON
count_har_entriesWhen available in JSON
Insights

Enrich Entities insightexample

Script Result
Script Result NameValue OptionsExample
is_successTrue/Falseis_success:False
JSON Result
{"url":"https://172.30.203.38/","requestedUrl":"https://172.30.203.38/","geometry":[0,0,1024,768],"title":"Siemplify","history":[],"har":{}}
Case Wall
Result typeValue/DescriptionType
Output message*

The action should not fail nor stop a playbook execution:
if data is available for one(is_success = true): "Successfully enriched the following entities using information from Splash: {entity.identifier}".

If data is not available for one (is_success=true): "Action wasn't able to enrich the following entities using information from Splash: {entity.identifier}"

If data is not available for all (is_success=false): None of the provided entities were enriched.

The action should fail and stop a playbook execution:
if fatal error, like wrong credentials, no connection to server, other: "Error executing action "Enrich Entities". Reason: {0}''.format(error.Stacktrace)

General

Case Wall Table

Title: {entity.identifier}Entity

Need more help?Get answers from Community members and Google SecOps professionals.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.