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 |
电子邮箱 | [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:\/\/*\/*" ] } ] } |