Datalake
Datalake Browser Extension
Wat is Datalake?
Datalake is een Chrome-extensie ontwikkeld door Datalake Orange Cyberdefense, en de belangrijkste functie is "Datalake Browser Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Datalake
Download Datalake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Provides real time access to CERT Orange Cyberdefense Threat Intelligence directly in your browser for all web-based content and applications (SIEM, SOAR, EDR, ...). Scrape web content for indicators of interest and integrate Cyber Threat Intelligence results directly into web content. Features: · SCAN: identify a list of technical indicators based on web-content scraping like IP adresses, URLs, file hashes, domains, FQDNs, emails. · VERIFY: lookup into CERT Orange Cyberdefense Datalake and visualize directly inside the web page the reputation score tied to each indicator. Click on the score to be redirected to Datalake full threat details page.
Basisinformatie over de Extensie
Naam | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
Officiële URL | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
Beschrijving | Datalake Browser Extension |
Bestandsgrootte | 1.39 MB |
Aantal Installaties | 180 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2023-07-03 |
Publicatiedatum | 2023-07-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Datalake Orange Cyberdefense |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.orangecyberdefense.com/ |
URL van de Privacybeleid Pagina | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Datalake", "version": "0.2", "description": "Datalake Browser Extension", "manifest_version": 3, "permissions": [ "identity" ], "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_popup": "index.html", "default_title": "Datalake" }, "icons": { "16": "assets\/white-box-logo.png", "48": "assets\/white-box-logo.png", "128": "assets\/icon-128x128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/white-box-logo.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |