Datalake
Datalake Browser Extension
Co to jest Datalake?
Datalake to rozszerzenie Chrome opracowane przez Datalake Orange Cyberdefense, a jego główną funkcją jest „Datalake Browser Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Datalake
Pobierz pliki rozszerzeń Datalake w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
Oficjalny URL | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
Opis | Datalake Browser Extension |
Rozmiar pliku | 1.39 MB |
Liczba instalacji | 180 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2023-07-03 |
Data Publikacji | 2023-07-02 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Datalake Orange Cyberdefense |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.orangecyberdefense.com/ |
Adres URL Strony Polityki Prywatności | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |