Datalake
Datalake Browser Extension
¿Qué es Datalake?
Datalake es una extensión de Chrome desarrollada por Datalake Orange Cyberdefense, y su función principal es "Datalake Browser Extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Datalake
Descarga archivos de extensión Datalake en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
URL Oficial | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
Descripción | Datalake Browser Extension |
Tamaño del Archivo | 1.39 MB |
Cantidad de Instalaciones | 180 |
Versión Actual | 0.2 |
Última Actualización | 2023-07-03 |
Fecha de Publicación | 2023-07-02 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Datalake Orange Cyberdefense |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.orangecyberdefense.com/ |
URL de la Página de Política de Privacidad | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |