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 |
公式URL | 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 |
Eメール | [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:\/\/*\/*" ] } ] } |