From e4b28fe54e787f2568a82dbd14acd19df3f1ea24 Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 27 Mar 2026 07:34:28 -0400 Subject: [PATCH] Enrich Training tools metadata (THE-171) Populate enrichment fields for all 7 Training tools: - GeoGuesser (freemium, passive) - Verif!cation Quiz Bot (free, passive; updated URL to x.com/quiztime) - Forensic OSINT KB Guides (freemium, passive) - Open Source Intelligence Techniques / IntelTechniques (paid, passive) - Plessas (paid, passive) - The OSINTion (paid, passive) - Smart Questions (free, passive) Co-Authored-By: Paperclip --- public/arf.json | 119 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 112 insertions(+), 7 deletions(-) diff --git a/public/arf.json b/public/arf.json index b8b4568..91fb546 100644 --- a/public/arf.json +++ b/public/arf.json @@ -7872,39 +7872,144 @@ { "name": "GeoGuesser", "type": "url", - "url": "https://www.geoguessr.com/" + "url": "https://www.geoguessr.com/", + "description": "Geography game for geolocation OSINT training; users observe visual clues in Street View panoramas to guess locations worldwide.", + "status": "live", + "pricing": "freemium", + "bestFor": "Geolocation skills, visual intelligence analysis, landmark identification", + "input": "Street View imagery, map interface", + "output": "Accuracy score, location guess feedback, player rankings", + "opsec": "passive", + "opsecNote": "No active reconnaissance; purely observational gameplay using public imagery.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Verif!cation Quiz Bot", "type": "url", - "url": "https://twitter.com/quiztime" + "url": "https://x.com/quiztime", + "description": "Daily OSINT verification challenges posted on X (Twitter), using a community-driven quiz format for image geolocation and source verification.", + "status": "live", + "pricing": "free", + "bestFor": "Community OSINT challenges, image verification techniques, collaborative research", + "input": "Shared images and verification questions from quizmasters", + "output": "Community discussion threads, solution walkthroughs, and learning outcomes", + "opsec": "passive", + "opsecNote": "No active probing; public community engagement via social replies.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, { "name": "Forensic OSINT KB Guides", "type": "url", - "url": "https://www.forensicosint.com/osint-guide" + "url": "https://www.forensicosint.com/osint-guide", + "description": "Knowledge base of digital forensics guides for evidence capture and court-admissible documentation, including web capture and metadata analysis.", + "status": "live", + "pricing": "freemium", + "bestFor": "Digital evidence preservation, chain-of-custody documentation, court-ready OSINT reporting", + "input": "Target URLs or digital media requiring forensic capture", + "output": "Timestamped artifacts, metadata analysis guidance, preserved evidence workflows", + "opsec": "passive", + "opsecNote": "Evidence collection focus; requires proper methodology for investigative and legal contexts.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Open Source Intelligence Techniques", "type": "url", - "url": "https://inteltechniques.com/" + "url": "https://inteltechniques.com/", + "description": "Professional OSINT training and certification by IntelTechniques with extensive video modules, documentation, and practical investigative exercises.", + "status": "live", + "pricing": "paid", + "bestFor": "Professional OSINT certification, structured curriculum, advanced investigative techniques", + "input": "Student participation in course modules, notes, and guided practical exercises", + "output": "Course completion, certification-track readiness, and advanced OSINT methodology", + "opsec": "passive", + "opsecNote": "Instructor-led educational platform focused on passive investigative methodology.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Plessas", "type": "url", - "url": "https://plessas.net/online-training" + "url": "https://plessas.net/online-training", + "description": "Expert-led OSINT training courses by Plessas Experts Network, from fundamentals to intensive hands-on investigation programs.", + "status": "live", + "pricing": "paid", + "bestFor": "Professional investigative training, corporate intelligence, legal and compliance investigations", + "input": "Structured coursework, practical OSINT exercises, and instructor interaction", + "output": "Course completion outcomes, investigative skill development, and training credentials", + "opsec": "passive", + "opsecNote": "Educational environment centered on passive research techniques.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "The OSINTion", "type": "url", - "url": "https://www.theosintion.com/courses" + "url": "https://www.theosintion.com/courses", + "description": "Affordable OSINT training courses by Joe Gray, including people OSINT, business investigations, and blockchain-focused instruction.", + "status": "live", + "pricing": "paid", + "bestFor": "Accessible OSINT courses, CTF-style learning, people and business intelligence workflows", + "input": "Live or remote class participation, practical exercises, and case-study analysis", + "output": "Completed coursework, practical investigative techniques, and reusable OSINT workflows", + "opsec": "passive", + "opsecNote": "Training-focused environment without active network probing requirements.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Smart Questions", "type": "url", - "url": "https://www.catb.org/esr/faqs/smart-questions.html" + "url": "https://www.catb.org/esr/faqs/smart-questions.html", + "description": "Foundational guide by Eric S. Raymond on asking effective technical questions in open-source and technical communities.", + "status": "live", + "pricing": "free", + "bestFor": "Research methodology, effective questioning, and stronger information-seeking habits", + "input": "Reader engagement with essay guidelines and practical examples", + "output": "Improved question framing, clearer research requests, and better community responses", + "opsec": "passive", + "opsecNote": "Pure methodology reference; no target interaction or probing.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }