Skip to main content

Cyware Orchestrate

Leak-Lookup

App Vendor: Leak-Lookup

Connector Category: Data Enrichment & Threat Intelligence

Product Version: 1.0.0

Connector Version: 1.0.0

API Version: 1.0.0

About App

The Leak-Lookup app allows you to search across thousands of data breaches to stay on top of credentials that might be compromised, allowing you to proactively stay on top of the latest data leaks with ease. You can integrate Leak-Lookup with the Orchestrate application to check if a particular Email ID, Domain, Username, or IP address is present in a data breach.

The Leak-Lookup app in the Orchestrate application can perform the below-listed actions:

Action Name

Description

Check Domain

This action can be used to check if a Domain was part of a data breach.

Check Email

This action can be used to check if an email ID was exposed in a data breach.

Check IP address

This action can be used to check if an IP address was part of a data breach.

Check Username

This action can be used to check if a username was mentioned in a breach.

Configuration parameters

The following configuration parameters are required for the Leak-Lookup app to communicate with the Leak-Lookup enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

API Key

Enter the Leak-Lookup API Key.

Text

Required

Action: Check Domain

This action can be used to check if a Domain was part of a data breach.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Domain Name

Enter the Domain Name you want to search.

Text

Required

Example Request
[
    {
        "domain": "cyware.com"
    }
]
Action: Check Email

This action can be used to check if an email ID was exposed in a data breach.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Email ID

Enter the Email ID you want to search.

Text

Required

Example Request
[
    {
        "email": "abc@xyz.com"
    }
]
Action: Check IP address

This action can be used to check if an IP address was part of a data breach.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

IP address

Enter the IP address you want to search.

Text

Required

Example Request
[
    {
        "ip": "1.1.1.1"
    }
]
Action: Check Username

This action can be used to check if a username was mentioned in a breach.

Input Parameter

Parameter

Description

Field Type

Required/Optional

Comments

Username

Enter the username you want to search.

Text

Required

Example Request
[
    {
        "username": "John Doe"
    }
]