Datalake
Datalake Browser Extension
什麼是Datalake?
Datalake是由Datalake Orange Cyberdefense開發的Chrome擴展程式,該擴展的主要功能是“Datalake Browser Extension”。
擴展截圖
下載Datalake擴展crx文件
下載Datalake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
官方網址 | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
簡介 | Datalake Browser Extension |
檔案大小 | 1.39 MB |
安裝次數 | 180 |
目前版本 | 0.2 |
更新時間 | 2023-07-03 |
上架時間 | 2023-07-02 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Datalake Orange Cyberdefense |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.orangecyberdefense.com/ |
隱私政策頁面URL | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
支援的語言 | 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:\/\/*\/*" ] } ] } |