Datalake
Datalake Browser Extension
O que é Datalake?
Datalake é uma extensão do Chrome desenvolvida por Datalake Orange Cyberdefense, e sua principal característica é "Datalake Browser Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Datalake
Baixe arquivos de extensão Datalake no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
URL Oficial | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
Descrição | Datalake Browser Extension |
Tamanho do Arquivo | 1.39 MB |
Contagem de Instalações | 180 |
Versão Atual | 0.2 |
Última Atualização | 2023-07-03 |
Data de Publicação | 2023-07-02 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Datalake Orange Cyberdefense |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.orangecyberdefense.com/ |
URL da Página de Política de Privacidade | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |