Threat Analytics Search

Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.

什麼是Threat Analytics Search?

Threat Analytics Search是由https://criticalstart.com開發的Chrome擴展程式,該擴展的主要功能是“Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.”。

擴展截圖

screenshot
screenshot
screenshot

下載Threat Analytics Search擴展crx文件

下載Threat Analytics Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Threat Analytics Chrome Extension is a tool for Security Analysts, Malware Hunters, and Incident Responders. This extension enables you to use the Context Menu (right click menu) in Chrome to conduct single or group searches for selected text. Most useful scenarios are when you need to search a File Hash, IP Address or Domain across multiple websites at once.

The only requirement is that the Website you are searching provides a way to send parameters either using GET or POST requests. This extension supports both mechanisms. 

Threat Analytics is focused on using information to make decisions during event analysis about assets in your organization. During our work with customers, our analysts often use the same websites repeatedly to gather information about File Hashes, IP Addresses, Domains etc.

Also integrates with RSA Security Analytics, NetWitness Investigator, and Carbon Black.

Also supports encoding when the website you are using for your research requires Base64 encoded parameters.

This extension is fully Open Source under Apache 2 license and developed/maintained on GitHub here https://github.com/AdvancedThreatAnalytics/threat-analytics-search                    

擴展基本資訊

名稱 Threat Analytics Search Threat Analytics Search
ID eliokoocofjemjjohafbmhmgjmedomko
官方網址 https://chromewebstore.google.com/detail/threat-analytics-search/eliokoocofjemjjohafbmhmgjmedomko
簡介 Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.
檔案大小 5.75 MB
安裝次數 2,160
目前版本 5.1.1
更新時間 2021-11-24
上架時間 2019-08-26
評分 4.88/5 共 17 次評分
開發者 https://criticalstart.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.criticalstart.com
說明頁面URL https://github.com/AdvancedThreatAnalytics/threat-analytics-search/issues
隱私政策頁面URL https://www.criticalstart.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "name": "Threat Analytics Search",
    "manifest_version": 3,
    "version": "5.1.1",
    "icons": {
        "16": ".\/images\/icon_16.png",
        "32": ".\/images\/icon_32.png",
        "48": ".\/images\/icon_48.png",
        "128": ".\/images\/icon_128.png"
    },
    "description": "Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpwQdswwbWCDVkWd4XMJ1nxuzZYNmgnturk8DeuZgc85IPRiLyg5TTQKgSVjGU2s\/i8a3qB\/RsmMw7LR2V8f2L0z4qUO2CX3UfqeOtJMv1MkcUPTYBj7bOGe5sj4bFtKFMBD2YiSizlIFkFe63q0fr1QX6eF3DCBpgheYUTfmkzQIDAQAB",
    "homepage_url": "http:\/\/www.criticalstart.com\/company\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}