Datalake
Datalake Browser Extension
Datalake là gì?
Datalake là một tiện ích mở rộng Chrome được phát triển bởi Datalake Orange Cyberdefense, và tính năng chính của nó là "Datalake Browser Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Datalake
Tải xuống các tệp mở rộng Datalake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofkjlejdfoajhmidddcifhgoccmjhope |
URL Chính Thức | https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope |
Mô tả | Datalake Browser Extension |
Kích Thước Tệp | 1.39 MB |
Số Lần Cài Đặt | 180 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-07-03 |
Ngày Phát Hành | 2023-07-02 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Datalake Orange Cyberdefense |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.orangecyberdefense.com/ |
URL Trang Chính Sách Bảo Mật | https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |