Datalake

Datalake Browser Extension

Datalake क्या है?

Datalake Datalake Orange Cyberdefense द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Datalake Browser Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Datalake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Datalake Datalake
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:\/\/*\/*"
            ]
        }
    ]
}