OAPivot

OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.

Was ist OAPivot?

OAPivot ist eine Chrome-Erweiterung, die von OpenAnalysis entwickelt wurde, und ihr Hauptmerkmal ist "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

OAPivot-Erweiterungs-CRX-Datei herunterladen

Laden Sie OAPivot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use our Google Chrome plugin to instantly enrich indicators directly from your browser. OA Pivot enables indicator searching across the leading public malware intelligence feeds and tools. Simply right click on any term you want to enrich and select the service you want to search. If you have a VirusTotal Intelligence account, or a VirusShare account, OA Pivot will also enable one-click downloads based on the sample hash.   

Changelog 

1.3.0
- Added bgp.he.net to Network Enrichments
- Bug fixes                    

Grundlegende Informationen zur Erweiterung

Name OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
Offizielle URL https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
Beschreibung OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
Dateigröße 12.2 KB
Installationsanzahl 352
Aktuelle Version 1.3.0
Letztes Update 2017-12-22
Veröffentlichungsdatum 2017-12-21
Entwickler OpenAnalysis
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OAPivot",
    "version": "1.3.0",
    "description": "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.",
    "author": "Sean Wilson & Sergei Frankoff",
    "homepage_url": "http:\/\/www.openanalysis.net\/#services",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*.virustotal.com\/*",
        "https:\/\/virusshare.com\/*",
        "https:\/\/*.hybrid-analysis.com\/*"
    ],
    "background": {
        "scripts": [
            "plugin.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}