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

Τι είναι το Cisco AMP/TG/Umbrella/CTR Intelligence Search;

Το Cisco AMP/TG/Umbrella/CTR Intelligence Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον schuang.dev, και η κύρια λειτουργία του είναι "Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cisco AMP/TG/Umbrella/CTR Intelligence Search

Λήψη αρχείων επέκτασης Cisco AMP/TG/Umbrella/CTR Intelligence Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cisco AMP/TG/Umbrella/CTR Intelligence Search Cisco AMP/TG/Umbrella/CTR Intelligence Search
ID hieoklflmijjcjmeflpmjcokjcbcgbbm
Επίσημο URL https://chrome.google.com/webstore/detail/cisco-amptgumbrellactr-in/hieoklflmijjcjmeflpmjcokjcbcgbbm
Περιγραφή Right click URL or select test to search on Cisco AMP/TG (including Threat Response) and Umbrella. Requires respective portal accts
Μέγεθος Αρχείου 50.29 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.0.14.1
Τελευταία Ενημέρωση 2020-08-08
Ημερομηνία Δημοσίευσης 2018-10-11
Αξιολόγηση 4.93/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής schuang.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cisco.com/c/en/us/td/docs/security/securex/getting-started-guide/b-securex-getting-started/m_introduction.html
Υποστηριζόμενες Γλώσσες 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
}