Datalake

Datalake Browser Extension

Τι είναι το Datalake;

Το Datalake είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Datalake Orange Cyberdefense, και η κύρια λειτουργία του είναι "Datalake Browser Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Datalake

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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:\/\/*\/*"
            ]
        }
    ]
}