Cisco AMP/TG/Umbrella/CTR Intelligence Search

Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts

¿Qué es Cisco AMP/TG/Umbrella/CTR Intelligence Search?

Cisco AMP/TG/Umbrella/CTR Intelligence Search es una extensión de Chrome desarrollada por schuang.dev, y su función principal es "Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cisco AMP/TG/Umbrella/CTR Intelligence Search

Descarga archivos de extensión Cisco AMP/TG/Umbrella/CTR Intelligence Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Final Update:
This chrome extension is now obsolete with the release of Cisco SecureX platform.  Cisco SecureX platform connects the breadth of Cisco's integrated security portfolio and infrastructure for a consistent experience that unifies visibility, enables automation, and strengthens your security across network, endpoint, cloud, and applications.  Check out the additional capabilities that the SecureX Ribbon and Casebook app can provide:
https://www.cisco.com/c/en/us/td/docs/security/securex/getting-started-guide/b-securex-getting-started/m_introduction.html

----
V0.0.14
- Fixed Investigate in Cisco Threat Response to use the respective regional AMP cloud configured in extension options settings.
V0.0.13
- Rebranded AMP Visibility to Cisco Threat Response.
- Cisco Threat Response should be the primary search interface...  Moved it to top
- Updated selected text search to Cisco Threat Response with better input validation/sanitization
- Additional selected text input parsing to automatically change hxxp(s) to http(s) for directly pivoting from Talos Blog posts
- Additional selected text input parsing to automatically change IP Addresses and domains from w[.]x[.]y[.]z to w.x.y.z for directly pivoting from Talos Blog posts.
- Added support for AMP APJC Cloud in options menu
V0.0.12
- Updated search to include strings any selected text to Cisco AMP Visibility
V0.0.11
- Updated search to Sourcefire AMP to reflect branding change to Cisco AMP
V0.0.10
- Updated Opendns/ODNS to reflect branding change to Cisco Umbrella
- Also updated Investigate lookups to investigate.umbrella.com
v0.0.9
- Added an extension Options page that allows:
   o selection of AMP US or EU Clouds
     Direct EU Console search will soon be deprecated in favor of options
   o definition of an AMP Private Cloud server to extend search into
      Supports FQDN (e.g. private-amp.example.com) or IP Address
V0.0.8
- Added hash search into OpenDNS Investigate
V0.0.7
- Added Context Based search to search back within Cisco AMP for Endpoints console for selected text by Hash, filename, device name, URL or IP Address.
v0.0.6
- Added OpenDNS Investigate search options
---
Context Menu enabled Threat Intelligence search of selected text
URL - Searches Cisco AMP Threat Grid for any known threat intelligence associated to the URL
URL - Searches Cisco OpenDNS for any known threat intelligence associated to the FQDN in URL
IP/Domain - Searches Cisco AMP Threat Grid and OpenDNS Investigate for any known threat intelligence
MD5/SHA Hash - Searches Cisco AMP Threat Grid for any known threat intelligence associated to the file.  Does not search OpenDNS since hashes are not indexed there.                    

Información Básica de la Extensión

Nombre Cisco AMP/TG/Umbrella/CTR Intelligence Search Cisco AMP/TG/Umbrella/CTR Intelligence Search
ID hieoklflmijjcjmeflpmjcokjcbcgbbm
URL Oficial https://chrome.google.com/webstore/detail/cisco-amptgumbrellactr-in/hieoklflmijjcjmeflpmjcokjcbcgbbm
Descripción Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts
Tamaño del Archivo 50.29 KB
Cantidad de Instalaciones 1,000
Versión Actual 0.0.14.1
Última Actualización 2020-08-08
Fecha de Publicación 2018-10-11
Calificación 4.93/5 Total de 14 Calificaciones
Desarrollador schuang.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cisco.com/c/en/us/td/docs/security/securex/getting-started-guide/b-securex-getting-started/m_introduction.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cisco AMP\/TG\/Umbrella\/CTR Intelligence Search",
    "short_name": "Cisco Adv Threat Intelligence Search",
    "author": "Shyue Hong Chuang ",
    "description": "Right click URL or select test to search on Cisco AMP\/TG (including Threat Response) and Umbrella. Requires respective portal accts",
    "version": "0.0.14.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "ats-search.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "ATS-Search-icon16.png",
        "48": "ATS-Search-icon48.png",
        "128": "ATS-Search-icon128.png"
    },
    "manifest_version": 2
}