Datalake

Datalake Browser Extension

Apa itu Datalake?

Datalake adalah ekstensi Chrome yang dikembangkan oleh Datalake Orange Cyberdefense, dan fitur utamanya adalah "Datalake Browser Extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Datalake

Unduh file ekstensi Datalake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Datalake Datalake
ID ofkjlejdfoajhmidddcifhgoccmjhope
URL Resmi https://chromewebstore.google.com/detail/datalake/ofkjlejdfoajhmidddcifhgoccmjhope
Deskripsi Datalake Browser Extension
Ukuran File 1.39 MB
Jumlah Instalasi 180
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-07-03
Tanggal Publikasi 2023-07-02
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Datalake Orange Cyberdefense
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.orangecyberdefense.com/
URL Halaman Kebijakan Privasi https://www.orange-business.com/sites/default/files/201812_privacy-protection-policy-orange-business-services_1.pdf
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}