ThreatConnect Intelligence Anywhere

Browser extension that enables users to query ThreatConnect, add indicators, and group indicators directly from a supported browser.

ThreatConnect Intelligence Anywhere là gì?

ThreatConnect Intelligence Anywhere là một tiện ích mở rộng Chrome được phát triển bởi ThreatConnect, và tính năng chính của nó là "Browser extension that enables users to query ThreatConnect, add indicators, and group indicators directly from a supported browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThreatConnect Intelligence Anywhere

Tải xuống các tệp mở rộng ThreatConnect Intelligence Anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ThreatConnect Intelligence Anywhere v3 builds on the capabilities of previous versions with the addition of CAL natural language processing (NLP) that enables you to scan a web page and query the CAL NLP engine for matches on MITRE® ATT&CK® techniques. NLP looks for language that is indicative of MITRE ATT&CK techniques rather than looking for an exact match. When a technique is identified, you can hover over the text for additional insights on that technique and add relevant indicator information to your threat library for future investigations.   

Users will also benefit from an updated Browser Extension interface for a more intuitive experience. Updates include ranking Indicators based on ThreatAssess score, a settings menu alphabetized by source, and the ability to filter between Groups and Indicators. With Browser Extension v3, you’ll maximize insights on MITRE ATT&CK techniques without having to track your findings in a spreadsheet. 

With Intelligence Anywhere, users can scan an online resource for potential Indicators, query ThreatConnect for information about scan results, and import Indicators and Group Indicators directly into ThreatConnect from a supported web browser. 

ThreatConnect Intelligence Anywhere can scan various online resources for potential Indicators, including static and dynamic webpages, social media platforms, Google Docs files, email messages, and even ThreatConnect itself.

Users have the ability to: 

Instantaneously access the insight of ThreatConnect at their fingertips, directly from the web browser they’re working from - fewer clicks means less frustration and quicker results.

Immediately leverage the global context from CAL, including classifiers from our analytics, anonymized observations/sightings of IOCs, and trending impressions information.

Quickly import disparate single indicators or batches of unstructured data along with associated source information into ThreatConnect without disrupting their investigative process - simply tag and import as a group when you’re ready.

Increase the value of their threat intelligence program by giving more users access at no additional cost and without the burden of learning and regularly accessing a new system.

In order to use the extension, users must be using a ThreatConnect version 6.7 or later.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThreatConnect Intelligence Anywhere ThreatConnect Intelligence Anywhere
ID jdmbmkfikgnbihmkpmkjakgipodpefce
URL Chính Thức https://chromewebstore.google.com/detail/threatconnect-intelligenc/jdmbmkfikgnbihmkpmkjakgipodpefce
Mô tả Browser extension that enables users to query ThreatConnect, add indicators, and group indicators directly from a supported browser.
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 559
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2021-06-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ThreatConnect
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://threatconnect.com/
URL Trang Chính Sách Bảo Mật https://threatconnect.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThreatConnect Intelligence Anywhere",
    "short_name": "tc-browser-extension",
    "description": "Browser extension that enables users to query ThreatConnect, add indicators, and group indicators directly from a supported browser.",
    "manifest_version": 2,
    "minimum_chrome_version": "0",
    "version": "3.0.1",
    "web_accessible_resources": [
        "index.html",
        "\/assets\/content-scripts\/content-styles.css",
        "assets\/icons\/favicon-32x32.png"
    ],
    "icons": {
        "512": "\/assets\/icons\/favicon-512x512.png",
        "192": "\/assets\/icons\/favicon-192x192.png",
        "128": "\/assets\/icons\/favicon-128x128.png",
        "32": "\/assets\/icons\/favicon-32x32.png",
        "16": "\/assets\/icons\/favicon-16x16.png"
    },
    "chrome_url_overrides": [],
    "options_ui": {
        "page": "index.html#\/settings"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/favicon-32x32.png",
        "default_title": "ThreatConnect Intelligence Anywhere",
        "default_popup": "index.html#home"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "browser-polyfill.js",
                "assets\/content\/main.js",
                "assets\/content-scripts\/content-utilities.js",
                "assets\/content-scripts\/scan-page.js",
                "assets\/content-scripts\/show-results.js",
                "assets\/content-scripts\/content-listeners.js"
            ]
        }
    ],
    "background": {
        "page": "\/assets\/background-scripts\/background.html"
    }
}