Datalake

Datalake Browser Extension

Datalake란 무엇입니까?

Datalake은(는) Datalake Orange Cyberdefense에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Datalake Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Datalake 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
            ]
        }
    ]
}