REFang

REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.

REFang란 무엇입니까?

REFang은(는) OpenAnalysis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        REFang is aimed to help malware analysts and researchers who are actively analyzing online reports which include defanged indicators. The extension copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. The refanged content is stored within the clipboard, so the analyst can use the value within additional online services or within their own local applications.                    

확장 프로그램 기본 정보

이름 REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
공식 URL https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
설명 REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
파일 크기 9.07 KB
설치 횟수 34
현재 버전 1.0.1
최근 업데이트 2017-12-04
출시 날짜 2017-12-04
평점 5.00/5 총 1 개의 평점
개발자 OpenAnalysis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.openanalysis.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "REFang",
    "version": "1.0.1",
    "description": "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.",
    "author": "Sean Wilson & Sergei Frankoff",
    "homepage_url": "http:\/\/www.openanalysis.net",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "plugin.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}