- 02 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
Goole Safe URL 1.0.0
- Updated on 02 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
Goole Safe URL - 1.0.0
tags: python
Table of Contents
Description
Integration with Google Safe Browsing is created to support CDC users by providing enrichments for URLs. This is done to determine if URLs are included on any of the safe browsing lists. If a URL is found on one or more lists, the matching information is returned - which enable CDC users to make informed decisions regarding incident response.
Safe Browsing is a Google service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Examples of unsafe web resources are social engineering sites (phishing and deceptive sites) and sites that host malware or unwanted software. CDC users can send a single URL or several URLs at once to look up if there is a threat in one or more of them.
CyberProof uses custom adaptive cards to display large amounts of threat data in a meaningful and intuitive GUI, to facilitate easy understanding of complex enriched data about URLs.
Integration Type: | Enrichment |
Information read: | URL reputation |
API Supported: | API V4.0 |
Input: | URL to be enriched |
Output: | Details enriched information about URL provided in Input |
Classification: | Public |
CDC Command Lines
* **lookup_urls_cli**
Get information from google safe browsing about several web urls.
Option | Type | Description | Required |
---|---|---|---|
urls | string | A several URLS to look up if there's a threat in one or more of them. | True |
* **lookup_url_cli**
Get information from google safe browsing about a certain web url.
Option | Type | Description | Required |
---|---|---|---|
url | string | A single URL to look up if it is a threat. | True |
Workflows
* **post_lookup_url**
Post lookup-url in CDC by ID of incident/message/chanel.
* **post_lookup_urls**
Post lookup-urls in CDC by ID of incident/message/chanel.
Rules
No rules
Sensors
No sensors
Triggers
No triggers