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

O que é Cisco AMP/TG/Umbrella/CTR Intelligence Search?

Cisco AMP/TG/Umbrella/CTR Intelligence Search é uma extensão do Chrome desenvolvida por schuang.dev, e sua principal característica é "Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cisco AMP/TG/Umbrella/CTR Intelligence Search

Baixe arquivos de extensão Cisco AMP/TG/Umbrella/CTR Intelligence Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts
Tamanho do Arquivo 50.29 KB
Contagem de Instalações 1,000
Versão Atual 0.0.14.1
Última Atualização 2020-08-08
Data de Publicação 2018-10-11
Classificação 4.93/5 Total de 14 Avaliações
Desenvolvedor schuang.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cisco.com/c/en/us/td/docs/security/securex/getting-started-guide/b-securex-getting-started/m_introduction.html
Idiomas Suportados 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
}