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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Threat Analytics Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}