OAPivot

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

OAPivot란 무엇입니까?

OAPivot은(는) OpenAnalysis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OAPivot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
공식 URL https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
설명 OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
파일 크기 12.2 KB
설치 횟수 352
현재 버전 1.3.0
최근 업데이트 2017-12-22
출시 날짜 2017-12-21
개발자 OpenAnalysis
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}