EclecticIQ

Capture, structure and ingest threat data into EclecticIQ Platform. All in one flow.

EclecticIQ란 무엇입니까?

EclecticIQ은(는) EclecticIQ Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture, structure and ingest threat data into EclecticIQ Platform. All in one flow."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        EclecticIQ Browser Extension is an add-on for your web browser that is specifically made for EclecticIQ Platform, the analyst-centric Threat Intelligence Platform. Analysts use the extension to automatically capture unstructured threat data displayed in their web browser, from human-written reports to machine-generated security controls. Threat data can be grouped into new STIX entities and enriched with contextual data, without ever leaving the page. With a single click, the data gets ingested and ends up fully structured in the Platform, ready for analysis.  
 
>> Automatic data capture 
Capture all the indicators, IP addresses, hashes, domains, URIs, email addresses, and filenames displayed on a simple webpage or multi-page PDF document. You can choose to capture the whole text or only a section of it, or even tweak the regular expressions used for better results. The Browser Extension makes time-consuming and tedious manual data entry and its inherent risk of error a thing of the past, allowing you to work faster and focus on structuring the data. 
 
>> In-context entity editor 
Group all captured data into new STIX entities on-the-fly or only those observables that aren’t already known in the Platform. You can also add contextual data such as maliciousness, confidence, indicator type, tags, taxonomy, TLP, source group and STIX reference data. The Browser Extension lets you do it all from a single view with the original webpage in the background, ensuring minimal context switching and a smooth structuring workflow. 
 
>> Structured data ingestion 
Easily transfer structured data from the Browser Extension to the Platform via a single click, eliminating the need for manual file exporting and importing. You can ingest structured data from a single webpage, or buffer data from multiple pages and ingest in one go. The Browser Extension ensures all data gets ingested with minimal human interaction.                    

확장 프로그램 기본 정보

이름 EclecticIQ EclecticIQ
ID palpgaigcadbokempolkolbjjolmogoh
공식 URL https://chrome.google.com/webstore/detail/eclecticiq/palpgaigcadbokempolkolbjjolmogoh
설명 Capture, structure and ingest threat data into EclecticIQ Platform. All in one flow.
파일 크기 1.6 MB
설치 횟수 52
현재 버전 1.0.3
최근 업데이트 2020-03-26
출시 날짜 2020-03-25
평점 5.00/5 총 4 개의 평점
개발자 EclecticIQ Apps
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://docs.eclecticiq.com/integrations/eclecticiq-browser-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "description": "Capture, structure and ingest threat data into EclecticIQ Platform. All in one flow.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "EclecticIQ",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/*\/"
    ],
    "version": "1.0.3"
}