OSINT=*

Chrome extension that searches all the threat feeds

OSINT=*คืออะไร?

OSINT=* เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Odell และคุณลักษณะหลักของมันคือ "Chrome extension that searches all the threat feeds"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OSINT=*

ดาวน์โหลดไฟล์ส่วนขยาย OSINT=* ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Highlight and right click IOC and search all relevant threat feeds. Developed by Adam Odell and Shady Khourshid. 

Searches IP addresses, hashes, and domain names across the following sources when relevant:
* VirusTotal
* Cisco Talos
* IBM X-Force
* Hybrid Analysis
* AbuseIPDB
* IPinfo.io
* GreyNoise
* Shodan.io

Source code: https://github.com/AdamMOdell/OSINT-equals-star                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OSINT=* OSINT=*
ID nfijbakmigddoodbhooklbcanfkmgcfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk
คำอธิบาย Chrome extension that searches all the threat feeds
ขนาดไฟล์ 279 KB
จำนวนการติดตั้ง 941
เวอร์ชันปัจจุบัน 1.03
อัปเดตครั้งล่าสุด 2021-11-04
วันที่เผยแพร่ 2021-08-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Adam Odell
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AdamMOdell/OSINT-equals-star
URL หน้าช่วยเหลือ https://github.com/AdamMOdell/OSINT-equals-star
ภาษาที่รองรับ en
manifest.json
{
    "author": "Adam Odell, Shady Khourshid",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Chrome extension that searches all the threat feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "OSINT=*",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.03",
    "options_ui": {
        "page": "options-menu\\options.html",
        "open_in_tab": false
    }
}