EclecticIQ

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

EclecticIQ क्या है?

EclecticIQ EclecticIQ Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture, structure and ingest threat data into EclecticIQ Platform. All in one flow."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में EclecticIQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}