BinaryEdge
App Vendor: BinaryEdge
App Category: None
Connector Version: v2.0.0
API Version: v2.0.0
About App
The BinaryEdge app acquires, analyzes, and classifies data from across the internet. The BinaryEdge platform allows you to gather data points from exposed servers online. The BinaryEdge APIs allow you to connect to the BinaryEdge platform and database where you can query and perform analytics on all the data that is collected and constantly updated.
Action Name | Description |
---|---|
Fetch IP Address History Details | This action retrieves details of the entered IP address for the last 6 months. |
Check DNS Details | This action retrieves a list of known DNS results for the entered domain. |
Check Domain Details | This action retrieves a list of known sub-domains for the entered domain. |
Check Domain Record Details | This action retrieves the A or AAAA domain records for the entered IP address. |
Check IP Address Details | This action retrieves details for the entered IP address. |
Check CVE Details for an IP Address | This action retrieves a list of Common Vulnerabilities and Exposures (CVE) that might affect a specific IP address. |
Check IP Address Risk Score Details | This action retrieves the risk score for the entered IP address. |
Search Query | This action retrieves information based on the entered search query. Here, the search query used is user-defined. |
Check Data Leaks for Email Address | This action retrieves how many data leaks affected the email address. |
Check Data Leaks for Email Domain | This action retrieves the number of emails addresses that are affected by data leaks for the entered domain. |
Configuration Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
API Key | Enter the BinaryEdge API key. Example: 3c9c865f4a740b524cfd06b2fb1ab213 | Password | Required |
Action: Fetch IP Address History Details
This action retrieves details of the entered IP address for the last 6 months.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP Address | Enter the IP address for which you want to fetch details. Example: 168.212.226.204 | Text | Required |
Example Request
[ { "ip_address": "168.212.226.204" } ]
Action: Check DNS Details
This action retrieves a list of known DNS results for the entered domain.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain for which you want to fetch DNS results. Example: google.com | Text | Required |
Example Request
[ { "domain": "google.com" } ]
Action: Check Domain Details
This action retrieves a list of known sub-domains for the entered domain.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain for which you want to fetch a list of known sub-domains. Example: google.com | Text | Required |
Example Request
[ { "domain": "google.com" } ]
Action: Check Domain Record Details
This action retrieves the A or AAAA domain records for the entered IP address.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP Address | Enter the IP address for which you want to retrieve the A or AAAA records Example: 168.212.226.204 | Text | Required |
Example Request
[ { "ip_address": "168.212.226.204" } ]
Action: Check IP Address Details
This action retrieves details for the entered IP address.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP Address | Enter the IP address for which you want to fetch details. Example: 168.212.226.204 | Text | Required |
Example Request
[ { "ip_address": "168.212.226.204" } ]
Action: Check CVE Details for an IP Address
This action retrieves a list of Common Vulnerabilities and Exposures (CVE) that might affect a specific IP address.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP Address | Enter the IP address for which you want to fetch a list of CVEs. Example: 168.212.226.204 | Text | Required |
Example Request
[ { "ip_address": "168.212.226.204" } ]
Action: Check IP Address Risk Score Details
This action retrieves the risk score for the entered IP address.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP Address | Enter the IP address for which you want to fetch the risk score. Example: 168.212.226.204 | Text | Required |
Example Request
[ { "ip_address": "168.212.226.204" } ]
Action: Search query
This action retrieves information based on the entered search query. Here, the search query used is user-defined.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Query String | Enter the query for which you want to retrieve information. Example: ddos | Text | Required |
Example Request
[ { "search_string": "ddos" } ]
Action: Check Data Leaks for Email Address
This action verifies how many data leaks affected the email address.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Email Address | Enter the email address for which you want to retrieve the number of data leaks Example: user.001@example.com | Text | Required |
Example Request
[ { "email_id": "user.001@example.com" } ]
Action: Check Data Leaks for Email Domain
This action retrieves the number of emails addresses that are affected by data leaks for the entered domain.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain for which you want to retrieve the number of email addresses affected by data leaks. Example: google.com | Text | Required |
Example Request
[ { "domain": "google.com" } ]