From 42e430659bec5ef75676fbd668e0bf03d55569be Mon Sep 17 00:00:00 2001 From: Jieyab89 Date: Sat, 29 Mar 2025 21:28:05 +0700 Subject: [PATCH] fix web based --- Web-Based/README.md | 2 - Web-Based/gen-node/node-generate.py | 11 +- Web-Based/gen-node/osint_data.json | 16478 -------------------------- Web-Based/index.html | 29 + Web-Based/osint_data.json | 22 +- 5 files changed, 56 insertions(+), 16486 deletions(-) delete mode 100644 Web-Based/gen-node/osint_data.json diff --git a/Web-Based/README.md b/Web-Based/README.md index 09d380f..4826187 100644 --- a/Web-Based/README.md +++ b/Web-Based/README.md @@ -2,8 +2,6 @@ # USAGE -*Search is case sensitive - ## Update Items Please run the python script on folder gen node diff --git a/Web-Based/gen-node/node-generate.py b/Web-Based/gen-node/node-generate.py index 135cdd3..5f5eaad 100644 --- a/Web-Based/gen-node/node-generate.py +++ b/Web-Based/gen-node/node-generate.py @@ -3,11 +3,13 @@ import json import os url = "https://raw.githubusercontent.com/Jieyab89/OSINT-Cheat-sheet/refs/heads/main/README.md" +# URL (add another soon) response = requests.get(url) data = response.text -json_file = "osint_data.json" +json_file = os.path.join(os.pardir, "osint_data.json") + if os.path.exists(json_file): with open(json_file, "r", encoding="utf-8") as f: try: @@ -18,19 +20,18 @@ else: existing_data = [] existing_categories = {cat["category"]: cat for cat in existing_data} - new_categories = {} current_category = None for line in data.split("\n"): line = line.strip() - if line.startswith("# "): + if line.startswith("# "): current_category = line[2:].strip() if current_category not in new_categories: new_categories[current_category] = {"category": current_category, "items": []} - elif line.startswith("- [") and "](" in line: + elif line.startswith("- [") and "](" in line: parts = line.split("[", 1)[1].split("](") name = parts[0].strip() link = parts[1].split(")")[0].strip() @@ -50,4 +51,4 @@ for category, new_data in new_categories.items(): with open(json_file, "w", encoding="utf-8") as f: json.dump(list(existing_categories.values()), f, indent=4, ensure_ascii=False) -print("Data updated: osint_data.json") +print(f"Data updated: {json_file}") diff --git a/Web-Based/gen-node/osint_data.json b/Web-Based/gen-node/osint_data.json deleted file mode 100644 index 31e0bbf..0000000 --- a/Web-Based/gen-node/osint_data.json +++ /dev/null @@ -1,16478 +0,0 @@ -[ - { - "category": "OSINT CHEAT SHEET - List OSINT Tools [![Github Badge](https://img.shields.io/badge/-Jieyab89-black?style=flat&logo=github&logoColor=white&link=https://github.com/Jieyab89/)](https://github.com/Jieyab89)", - "items": [] - }, - { - "category": "Tips & Trick Safe Guide Using Resources", - "items": [] - }, - { - "category": "These Resources Are Recommend For", - "items": [] - }, - { - "category": "Linux Distribution For OSINT", - "items": [ - { - "name": "tlosint-live", - "url": "https://github.com/tracelabs/tlosint-live" - }, - { - "name": "tails", - "url": "https://tails.net/" - }, - { - "name": "qubes", - "url": "https://www.qubes-os.org/doc/" - }, - { - "name": "parrot sec", - "url": "https://www.parrotsec.org/" - }, - { - "name": "csi linux", - "url": "https://csilinux.com/csi-linux-downloads/" - } - ] - }, - { - "category": "EXIF TOOL COMMAND", - "items": [ - { - "name": "Exiftool", - "url": "https://exiftool.org/" - }, - { - "name": "List tagname", - "url": "https://exiftool.org/TagNames/" - }, - { - "name": "List tagnme 2", - "url": "https://metacpan.org/dist/Image-ExifTool/view/lib/Image/ExifTool/TagNames.pod" - }, - { - "name": "List tagname 3", - "url": "https://manpages.org/imageexiftooltagnames/3" - }, - { - "name": "Exif python script remover", - "url": "https://github.com/davidbombal/red-python-scripts/blob/main/remove_exif.py" - } - ] - }, - { - "category": "SOCMINT", - "items": [ - { - "name": "Instagram", - "url": "https://github.com/Datalux/Osintgram" - }, - { - "name": "Tinfoleak", - "url": "https://github.com/vaguileradiaz/tinfoleak" - }, - { - "name": "Graph Search", - "url": "http://socmint.tools/graph.htm" - }, - { - "name": "Alfred", - "url": "https://github.com/Alfredredbird/alfred" - }, - { - "name": "Blackbird", - "url": "https://github.com/p1ngul1n0/blackbird" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "maigret", - "url": "https://github.com/soxoj/maigret" - }, - { - "name": "social searcher", - "url": "https://www.social-searcher.com/" - }, - { - "name": "inteltechniques", - "url": "https://inteltechniques.com/tools/index.html" - }, - { - "name": "SNSSCRAPE", - "url": "https://github.com/JustAnotherArchivist/snscrape" - }, - { - "name": "TOOKIE OSINT", - "url": "https://github.com/Alfredredbird/tookie-osint" - }, - { - "name": "Hoaxy", - "url": "https://hoaxy.osome.iu.edu/" - }, - { - "name": "Offensive OSINT", - "url": "https://www.os-surveillance.io/#choose-plan" - }, - { - "name": "botsentinel", - "url": "https://botsentinel.com/dashboard" - }, - { - "name": "keyhole", - "url": "https://keyhole.co/" - }, - { - "name": "skopenow", - "url": "https://www.skopenow.com/" - }, - { - "name": "pipl", - "url": "https://pipl.com/" - }, - { - "name": "Get account & gather info", - "url": "https://commentpicker.com/" - }, - { - "name": "SociaBlade", - "url": "http://socialblade.com" - }, - { - "name": "Open Measures", - "url": "https://openmeasures.io/" - }, - { - "name": "UBIKRON", - "url": "https://www.osint-tool.com/unravel-help/" - }, - { - "name": "CSE SOCMINT search data like vidio", - "url": "https://cse.google.com/cse?cx=004121198361051842949:uqqcf2re4ts" - }, - { - "name": "CSE SOCMINT INSTA", - "url": "https://cse.google.com/cse?cx=d69e08526637c468d#gsc.tab=0&gsc.sort=" - }, - { - "name": "CSE SOCMINT tools search", - "url": "https://cse.google.com/cse?cx=029ffbc44aa3946cb#gsc.tab=0&gsc.sort=&gsc.ref=more%3Afb" - }, - { - "name": "CSE Search comment", - "url": "https://cse.google.com/cse?cx=006368593537057042503:ig4r3rz35qi#gsc.tab=0" - }, - { - "name": "voilanorbert", - "url": "https://www.voilanorbert.com/" - } - ] - }, - { - "category": "Collection Dataset", - "items": [ - { - "name": "Kaggle", - "url": "https://www.kaggle.com/" - }, - { - "name": "RAPID API Collection", - "url": "https://rapidapi.com/hub" - }, - { - "name": "Exploit Database", - "url": "https://www.exploit-db.com/google-hacking-database" - }, - { - "name": "AWS open data", - "url": "https://registry.opendata.aws/" - }, - { - "name": "Open Network", - "url": "http://www.opendatanetwork.com/" - }, - { - "name": "WHO Data", - "url": "https://www.who.int/data/gho/" - }, - { - "name": "Gpt OSINT", - "url": "https://github.com/gigz/gpt-osint" - }, - { - "name": "Humdata", - "url": "https://data.humdata.org/dataset" - }, - { - "name": "Google datasetsearch", - "url": "https://datasetsearch.research.google.com/" - }, - { - "name": "OSINT Collection", - "url": "https://start.me/p/DPYPMz/the-ultimate-osint-collection" - }, - { - "name": "Academic Torrent", - "url": "https://academictorrents.com/" - }, - { - "name": "Microsoft Building Fingerprints", - "url": "https://github.com/microsoft/GlobalMLBuildingFootprints" - }, - { - "name": "MAXAR Satellite imagery", - "url": "https://www.maxar.com/open-data" - }, - { - "name": "Satellite Collection", - "url": "https://www.nesdis.noaa.gov/real-time-imagery/imagery-collections" - }, - { - "name": "Open measure", - "url": "https://public.openmeasures.io/" - }, - { - "name": "Fiugis", - "url": "https://fiugis.maps.arcgis.com/home/search.html?restrict=false&sortField=relevance&sortOrder=desc&categories=%2FCategories%2FLocation#content" - }, - { - "name": "Earth ESA", - "url": "https://earth.esa.int/eogateway" - }, - { - "name": "Google Public Data", - "url": "https://www.google.com/publicdata/directory" - }, - { - "name": "paperswithcode", - "url": "https://paperswithcode.com/" - }, - { - "name": "ID BPS", - "url": "https://www.bps.go.id/id" - }, - { - "name": "ID data Kementrian & Lembaha Dataset", - "url": "https://data.go.id/home" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "datasetlist", - "url": "https://www.datasetlist.com/" - }, - { - "name": "roboflow", - "url": "https://roboflow.com/" - }, - { - "name": "databoks katadata ID", - "url": "https://databoks.katadata.co.id/" - }, - { - "name": "Google Engine Dataset", - "url": "https://developers.google.com/earth-engine/datasets" - }, - { - "name": "All world geojson data", - "url": "https://code.highcharts.com/mapdata/" - }, - { - "name": "statista", - "url": "https://www.statista.com/" - }, - { - "name": "World Bank Open Data", - "url": "https://data.worldbank.org/" - }, - { - "name": "iceye sat dataset", - "url": "https://www.iceye.com/resources/datasets" - }, - { - "name": "gigasheet", - "url": "https://app.gigasheet.com/datasets" - }, - { - "name": "techforpalestine", - "url": "https://data.techforpalestine.org/" - }, - { - "name": "genocide", - "url": "https://genocide.club/" - }, - { - "name": "data world", - "url": "https://data.world/search?q=" - }, - { - "name": "KEMNAKER Data ID", - "url": "https://satudata.kemnaker.go.id/data" - }, - { - "name": "BNN Stats ID", - "url": "https://puslitdatin.bnn.go.id/portfolio/data-statistik-kasus-narkoba/" - }, - { - "name": "Microsoft Building Dataset", - "url": "https://planetarycomputer.microsoft.com/dataset/ms-buildings" - }, - { - "name": "huggingface", - "url": "https://huggingface.co/" - }, - { - "name": "goodstats ID", - "url": "https://goodstats.id/" - }, - { - "name": "ransomwhe Browse ransomware data", - "url": "https://ransomwhe.re/#report" - }, - { - "name": "botometer Twitter bot dataset", - "url": "https://botometer.osome.iu.edu/bot-repository/datasets.html" - }, - { - "name": "Aircraft Mil Dataset", - "url": "https://github.com/sdr-enthusiasts/plane-alert-db" - }, - { - "name": "datareportal", - "url": "https://datareportal.com/" - }, - { - "name": "medgismar GIS", - "url": "https://medgismar.rempec.org/" - }, - { - "name": "Conflict Gaza damage", - "url": "https://ee-ollielballinger.projects.earthengine.app/view/gazadamage" - }, - { - "name": "resourcewatch", - "url": "https://resourcewatch.org/data/explore" - }, - { - "name": "Open Measures Database", - "url": "https://openmeasures.io/" - }, - { - "name": "planet openstreetmap", - "url": "https://planet.openstreetmap.org/planet/" - }, - { - "name": "arcgis dataset", - "url": "https://hub.arcgis.com/search?collection=Dataset" - }, - { - "name": "atlasofsurveillance", - "url": "https://atlasofsurveillance.org/" - }, - { - "name": "ID Pelaporan LHKPN", - "url": "https://elhkpn.kpk.go.id/portal/user/petakepatuhan" - }, - { - "name": "NASA Fire Dataset", - "url": "https://firms.modaps.eosdis.nasa.gov/" - }, - { - "name": "Dataset global forest watch", - "url": "https://data.globalforestwatch.org/" - }, - { - "name": "datasets global fire data", - "url": "https://www.globalfiredata.org/related.html#fireatlas" - }, - { - "name": "UNRWA photoshelter", - "url": "https://unrwa.photoshelter.com/search" - }, - { - "name": "Committee to Protect Journalists Dataset", - "url": "https://cpj.org/" - }, - { - "name": "worldbank webdocs", - "url": "https://thedocs.worldbank.org/en/doc/webdocs" - }, - { - "name": "ALEPT OCCRP", - "url": "https://aleph.occrp.org/" - }, - { - "name": "archive Machine Learning Repository", - "url": "https://archive.ics.uci.edu/" - }, - { - "name": "data EU", - "url": "https://data.europa.eu/en" - }, - { - "name": "Crime Data Explorer (CDE)", - "url": "https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/downloads" - }, - { - "name": "Other Dataset Collection", - "url": "https://github.com/awesomedata/awesome-public-datasets" - } - ] - }, - { - "category": "Forums & Sites", - "items": [ - { - "name": "Bellingcat Discord", - "url": "https://discord.com/invite/nTaNPmz" - }, - { - "name": "Independent OSINT", - "url": "https://discord.com/invite/2DGJ2EC" - }, - { - "name": "OSINT.Team", - "url": "https://osint.team" - }, - { - "name": "Seccodeid Forum", - "url": "https://forum.seccodeid.com/category/osint" - }, - { - "name": "Reddit OSINT", - "url": "https://www.reddit.com/r/OSINT" - }, - { - "name": "TraceLabs Discord", - "url": "https://discord.com/invite/Rn8z2QNAD9" - }, - { - "name": "IntelTechniques", - "url": "https://inteltechniques.com/" - }, - { - "name": "Google Group", - "url": "https://groups.google.com/?pli=1" - }, - { - "name": "4Chan", - "url": "https://4chansearch.com/" - }, - { - "name": "boardreader", - "url": "https://boardreader.com/" - }, - { - "name": "maltego", - "url": "https://www.maltego.com/categories/osint/" - }, - { - "name": "offensiveosint", - "url": "https://www.offensiveosint.io/" - }, - { - "name": "sizeof", - "url": "https://sizeof.cat/archive/" - }, - { - "name": "onniforums", - "url": "https://onniforums.com/" - }, - { - "name": "intelligencewithsteve", - "url": "https://www.intelligencewithsteve.com/blog/categories/osint" - }, - { - "name": "SANS", - "url": "https://www.sans.org/blog/-must-have-free-resources-for-open-source-intelligence-osint-/" - }, - { - "name": "cybdetective", - "url": "https://cybdetective.com/" - }, - { - "name": "secjuice", - "url": "https://www.secjuice.com/" - }, - { - "name": "sector35", - "url": "https://sector035.nl/articles/category:week-in-osint" - }, - { - "name": "ohshint", - "url": "https://ohshint.gitbook.io/oh-shint-its-a-blog" - }, - { - "name": "osintcombine", - "url": "https://www.osintcombine.com/blog" - }, - { - "name": "osintteam", - "url": "https://osintteam.blog/" - }, - { - "name": "KASE OSINT Scenario", - "url": "https://kasescenarios.com/" - }, - { - "name": "Sophia Santos", - "url": "https://gralhix.com/" - }, - { - "name": "goosint", - "url": "https://goosint.com/" - }, - { - "name": "Bellingcat Volunteer", - "url": "https://sites.google.com/bellingcat.com/bellingcat-volunteer-community/projects-opportunities" - }, - { - "name": "benjaminstrick", - "url": "https://benjaminstrick.com/blog/" - }, - { - "name": "osinord", - "url": "https://www.osinord.com/" - } - ] - }, - { - "category": "Meta Search", - "items": [ - { - "name": "100SearchEngines", - "url": "https://www.100searchengines.com" - }, - { - "name": "Bing vs. Google", - "url": "http://bvsg.org" - }, - { - "name": "DADgogo", - "url": "http://dadgogo.com" - }, - { - "name": "Etools", - "url": "http://www.etools.ch" - }, - { - "name": "WebCrawler", - "url": "http://www.webcrawler.com" - } - ] - }, - { - "category": "Code Search", - "items": [ - { - "name": "Chromium Code Search", - "url": "https://source.chromium.org/chromium" - }, - { - "name": "Code Finder", - "url": "http://codefinder.dev/" - }, - { - "name": "codefinder org", - "url": "https://codefinder.org/" - }, - { - "name": "Android Code Search", - "url": "https://cs.android.com" - }, - { - "name": "CodeSeek", - "url": "https://www.codeseek.co" - }, - { - "name": "Debian Code Search", - "url": "http://codesearch.debian.net" - }, - { - "name": "Scala", - "url": "https://www.programcreek.com/scala" - }, - { - "name": "SearchCode", - "url": "https://searchcode.com" - }, - { - "name": "SourceCodeOnline", - "url": "http://www.sourcecodeonline.com" - }, - { - "name": "Woboq", - "url": "https://code.woboq.org" - }, - { - "name": "publicwww", - "url": "https://publicwww.com/" - }, - { - "name": "DevsecOps Secure Code", - "url": "https://devsecopsguides.com/docs/rules" - }, - { - "name": "awesomeopensource", - "url": "https://awesomeopensource.com/" - }, - { - "name": "nerdydata", - "url": "https://www.nerdydata.com/reports/new" - }, - { - "name": "Github code search", - "url": "https://github.com/search?type=code" - }, - { - "name": "sourcegraph", - "url": "https://sourcegraph.com/search" - }, - { - "name": "cybdetective code search", - "url": "https://cybdetective.com/codesearch.html" - }, - { - "name": "postman", - "url": "https://www.postman.com/explore/collections" - }, - { - "name": "swaggerhub", - "url": "https://app.swaggerhub.com/search" - }, - { - "name": "ecosyste", - "url": "https://ecosyste.ms/" - }, - { - "name": "wpdirectory", - "url": "https://wpdirectory.net/" - }, - { - "name": "launchpad", - "url": "https://launchpad.net/" - }, - { - "name": "snipplr", - "url": "https://snipplr.com/all" - } - ] - }, - { - "category": "Competitive Programming", - "items": [ - { - "name": "Hackerrank", - "url": "https://www.hackerrank.com/" - }, - { - "name": "Code chef", - "url": "https://www.codechef.com/" - }, - { - "name": "Code war", - "url": "https://www.codewars.com/" - } - ] - }, - { - "category": "File & FTP", - "items": [ - { - "name": "4shared", - "url": "https://www.4shared.com" - }, - { - "name": "FileSearching", - "url": "http://www.filesearching.com" - }, - { - "name": "File chef", - "url": "https://www.filechef.com" - }, - { - "name": "Global File Search", - "url": "http://globalfilesearch.com" - }, - { - "name": "Search Shared", - "url": "https://www.searchshared.info" - }, - { - "name": "MMNT", - "url": "http://www.mmnt.ru" - } - ] - }, - { - "category": "Social Media Search and Monitoring", - "items": [ - { - "name": "Awario", - "url": "https://awario.com" - }, - { - "name": "Brand24", - "url": "https://brand24.com" - }, - { - "name": "Samdesk", - "url": "https://www.samdesk.io" - }, - { - "name": "Maltego social links", - "url": "https://www.maltego.com/transform-hub/social-links-ce/" - }, - { - "name": "Maltego Social Links Pro", - "url": "https://www.maltego.com/transform-hub/social-links-pro/" - }, - { - "name": "Social Searcher", - "url": "https://www.social-searcher.com/" - }, - { - "name": "Social Analyzer", - "url": "https://github.com/qeeqbox/social-analyzer" - }, - { - "name": "SNSCRAPE - Scraper", - "url": "https://github.com/JustAnotherArchivist/snscrape" - }, - { - "name": "OSINT compass", - "url": "https://osint-compass-portal.onrender.com/" - }, - { - "name": "Phantom Buster Scraper", - "url": "https://phantombuster.com/phantombuster" - }, - { - "name": "Open measure", - "url": "https://public.openmeasures.io/" - }, - { - "name": "huntintel", - "url": "https://www.huntintel.io/" - }, - { - "name": "Sherlock Eye", - "url": "https://sherlockeye.io/" - }, - { - "name": "clauneck", - "url": "https://github.com/serpapi/clauneck" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "socialscan", - "url": "https://pypi.org/project/socialscan/" - }, - { - "name": "drone emprit", - "url": "https://pers.droneemprit.id/" - }, - { - "name": "brandmentions", - "url": "https://brandmentions.com/" - }, - { - "name": "meltwater", - "url": "https://www.meltwater.com/en" - } - ] - }, - { - "category": "Social Media Management and Content Discovery", - "items": [ - { - "name": "Buffer", - "url": "https://buffer.com" - }, - { - "name": "Coosto", - "url": "https://www.coosto.com" - }, - { - "name": "Social Analyzer", - "url": "https://github.com/qeeqbox/social-analyzer" - }, - { - "name": "SNSCRAPE - Scraper", - "url": "https://github.com/JustAnotherArchivist/snscrape" - }, - { - "name": "Phantom Buster", - "url": "https://phantombuster.com/phantombuster" - }, - { - "name": "huntintel", - "url": "https://www.huntintel.io/" - }, - { - "name": "Sherlock Eye", - "url": "https://sherlockeye.io/" - }, - { - "name": "clauneck", - "url": "https://github.com/serpapi/clauneck" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "socialscan", - "url": "https://pypi.org/project/socialscan/" - }, - { - "name": "socialcatfish", - "url": "https://socialcatfish.com/" - } - ] - }, - { - "category": "Hastag & Keyword Analysis", - "items": [ - { - "name": "keyhole", - "url": "https://keyhole.co/" - }, - { - "name": "brandmentions", - "url": "https://app.brandmentions.com/" - }, - { - "name": "wordtracker", - "url": "https://www.wordtracker.com/" - }, - { - "name": "keywordtool", - "url": "https://keywordtool.io/" - }, - { - "name": "tweetbinder", - "url": "https://www.tweetbinder.com/" - }, - { - "name": "onemilliontweetmap", - "url": "https://onemilliontweetmap.com/" - }, - { - "name": "trackmyhashtag", - "url": "https://www.trackmyhashtag.com/" - }, - { - "name": "Tweet Deck", - "url": "https://pro.twitter.com/" - }, - { - "name": "droneemprit", - "url": "https://pers.droneemprit.id/" - }, - { - "name": "Google Trends", - "url": "https://trends.google.com/trends/" - }, - { - "name": "Google keyword planner", - "url": "https://ads.google.com/intl/en_id/home/tools/keyword-planner/" - }, - { - "name": "keyworddiscovery", - "url": "https://www.keyworddiscovery.com/" - }, - { - "name": "Yandex Trends", - "url": "https://wordstat.yandex.com/" - }, - { - "name": "orangedatamining", - "url": "https://orangedatamining.com/" - }, - { - "name": "twtdata", - "url": "https://www.twtdata.com/" - }, - { - "name": "gephi", - "url": "https://gephi.org/" - }, - { - "name": "Tweetdeck", - "url": "https://pro.twitter.com/" - } - ] - }, - { - "category": "Web Intelligence", - "items": [ - { - "name": "anubis", - "url": "https://github.com/jonluca/anubis" - }, - { - "name": "robtex", - "url": "https://www.robtex.com/" - }, - { - "name": "aware-online", - "url": "https://www.aware-online.com/en/osint-tools/website-search-tool/" - }, - { - "name": "subdomainfinder search history subdomain", - "url": "https://subdomainfinder.c99.nl/" - }, - { - "name": "awseye - search AWS", - "url": "https://awseye.com/" - }, - { - "name": "cloudflare radar", - "url": "https://radar.cloudflare.com/" - }, - { - "name": "webscout", - "url": "https://webscout.io/" - }, - { - "name": "fullhunt", - "url": "https://fullhunt.io/" - }, - { - "name": "hunter", - "url": "https://hunter.how/" - }, - { - "name": "odin", - "url": "https://search.odin.io/" - }, - { - "name": "domaincodex", - "url": "https://www.domaincodex.com/" - }, - { - "name": "dnslytics", - "url": "https://dnslytics.com/" - }, - { - "name": "Better Whois", - "url": "http://www.betterwhois.com" - }, - { - "name": "ican whois", - "url": "https://lookup.icann.org/en" - }, - { - "name": "whoishistory osint", - "url": "https://osint.sh/whoishistory/" - }, - { - "name": "DNS History", - "url": "http://dnshistory.org" - }, - { - "name": "DNS Spy", - "url": "https://dnsspy.io" - }, - { - "name": "DNS Checker", - "url": "https://dnschecker.org" - }, - { - "name": "HackerTarget", - "url": "https://hackertarget.com/ip-tools" - }, - { - "name": "RedHunt Labs Attack Surface Recon API", - "url": "https://devportal.redhuntlabs.com/home" - }, - { - "name": "Shodan", - "url": "https://www.shodan.io" - }, - { - "name": "Wappalyzer", - "url": "https://www.wappalyzer.com/" - }, - { - "name": "Sudomy", - "url": "https://github.com/screetsec/Sudomy" - }, - { - "name": "Testssl", - "url": "https://testssl.sh/" - }, - { - "name": "Nmap", - "url": "https://nmap.org/" - }, - { - "name": "builtwith", - "url": "https://builtwith.com/" - }, - { - "name": "VirusTotal", - "url": "https://www.virustotal.com/gui/" - }, - { - "name": "Nessus", - "url": "https://www.tenable.com/products/nessus" - }, - { - "name": "Nikto", - "url": "https://cirt.net/Nikto2" - }, - { - "name": "Webshag", - "url": "https://github.com/wereallfeds/webshag" - }, - { - "name": "wayback machine", - "url": "https://archive.org/web/" - }, - { - "name": "Farsight DNSDB Transforms for Maltego", - "url": "https://www.maltego.com/transform-hub/farsight-dnsdb/" - }, - { - "name": "Web Screnshhot Maltego Transforms", - "url": "https://github.com/TURROKS/Maltego_Web2Screenshot" - }, - { - "name": "Nuclei", - "url": "https://github.com/projectdiscovery/nuclei" - }, - { - "name": "Netcraft", - "url": "https://www.netcraft.com/tools/" - }, - { - "name": "DNSX", - "url": "https://github.com/projectdiscovery/dnsx" - }, - { - "name": "cachedview", - "url": "https://cachedview.com/" - }, - { - "name": "Zoomeye", - "url": "http://zoomeye.org/" - }, - { - "name": "securitytrails", - "url": "https://securitytrails.com/" - }, - { - "name": "hakrawler", - "url": "https://github.com/hakluke/hakrawler" - }, - { - "name": "Dork Lab", - "url": "https://github.com/rtwillett/DorkLab" - }, - { - "name": "Websecreenshoot", - "url": "https://github.com/maaaaz/webscreenshot" - }, - { - "name": "Leakos", - "url": "https://github.com/carlospolop/Leakos" - }, - { - "name": "Pastos", - "url": "https://github.com/carlospolop/Pastos" - }, - { - "name": "SNYK", - "url": "snyk.io" - }, - { - "name": "Similar Sites", - "url": "https://www.similarsites.com/" - }, - { - "name": "Similar Web", - "url": "https://www.similarweb.com/" - }, - { - "name": "smallseotools compare web similar", - "url": "https://smallseotools.com/similar-sites/" - }, - { - "name": "spyonweb", - "url": "https://spyonweb.com/" - }, - { - "name": "analyzeid", - "url": "https://analyzeid.com/" - }, - { - "name": "Zeus-Scanner", - "url": "https://github.com/Ekultek/Zeus-Scanner" - }, - { - "name": "CloudFail", - "url": "https://github.com/m0rtem/CloudFail.git" - }, - { - "name": "Real IP Discover", - "url": "https://github.com/elefr3n/real_ip_discover.git" - }, - { - "name": "Mend Io", - "url": "https://www.mend.io/vulnerability-database" - }, - { - "name": "whois request", - "url": "whoisrequest.com" - }, - { - "name": "completedns", - "url": "completedns.com" - }, - { - "name": "dnsdumper", - "url": "dnsdumpster.com" - }, - { - "name": "A href Backlink Checker", - "url": "https://ahrefs.com/backlink-checker" - }, - { - "name": "Neil Patel Backlink", - "url": "https://neilpatel.com/backlinks/" - }, - { - "name": "Semrush Backlink", - "url": "https://www.semrush.com/analytics/backlinks/" - }, - { - "name": "Small SEO Tool Backlink", - "url": "https://smallseotools.com/backlink-checker/" - }, - { - "name": "SEO Backlink Check", - "url": "https://www.seobility.net/en/backlinkchecker/" - }, - { - "name": "Moz Backlink", - "url": "https://moz.com/link-explorer" - }, - { - "name": "SPAM Check Score", - "url": "https://www.dapachecker.org/spam-score-checker" - }, - { - "name": "MOZ Spam Check", - "url": "https://moz.com/help/link-explorer/link-building/spam-score" - }, - { - "name": "WEB Check", - "url": "https://web-check.xyz/" - }, - { - "name": "brightcloud ip lookup", - "url": "https://www.brightcloud.com/tools/url-ip-lookup.php" - }, - { - "name": "Url Filltering", - "url": "https://urlfiltering.paloaltonetworks.com/" - }, - { - "name": "Katana", - "url": "https://github.com/projectdiscovery/katana" - }, - { - "name": "chiasmod0n", - "url": "https://github.com/chiasmod0n/chiasmodon?tab=readme-ov-file" - }, - { - "name": "redirectdetective", - "url": "https://redirectdetective.com/" - }, - { - "name": "wheregoes", - "url": "https://wheregoes.com/" - }, - { - "name": "spyoffers", - "url": "https://www.spyoffers.com/" - }, - { - "name": "Web Leaked Credentials", - "url": "https://github.com/h4x0r-dz/Leaked-Credentials/" - }, - { - "name": "host tracker", - "url": "https://www.host-tracker.com/en" - }, - { - "name": "crt.sh", - "url": "https://crt.sh/" - }, - { - "name": "merklemap.com", - "url": "https://www.merklemap.com/" - }, - { - "name": "view DNS", - "url": "https://viewdns.info/" - }, - { - "name": "visualping", - "url": "https://visualping.io/" - }, - { - "name": "jam dev browser extension", - "url": "https://jam.dev/" - }, - { - "name": "Whoxy Whois History", - "url": "https://www.whoxy.com/whois-history/" - }, - { - "name": "whoisfreaks Whois History", - "url": "https://whoisfreaks.com/" - }, - { - "name": "domaintools Whois History", - "url": "https://research.domaintools.com/research/whois-history/" - }, - { - "name": "whoisxmlapi Whois History", - "url": "https://whois-history.whoisxmlapi.com/" - }, - { - "name": "fofa", - "url": "https://en.fofa.info/" - }, - { - "name": "nerdydata", - "url": "https://www.nerdydata.com/reports/new" - }, - { - "name": "urlquery", - "url": "https://urlquery.net/" - }, - { - "name": "transparencyreport Google", - "url": "https://transparencyreport.google.com/safe-browsing/search" - }, - { - "name": "stat ripe", - "url": "https://stat.ripe.net/" - }, - { - "name": "favicon-hash", - "url": "https://favicon-hash.kmsec.uk/" - }, - { - "name": "FavFreak", - "url": "https://github.com/devanshbatham/FavFreak" - }, - { - "name": "LeakIX", - "url": "https://leakix.net" - }, - { - "name": "vstat", - "url": "https://vstat.info/" - }, - { - "name": "Waymore", - "url": "https://forum.seccodeid.com/d/waymore-find-way-more-from-the-wayback-machine" - }, - { - "name": "DMCA Lumen DB", - "url": "https://lumendatabase.org/" - }, - { - "name": "SubDomainRadar", - "url": "https://subdomainradar.io" - }, - { - "name": "dnshistory", - "url": "https://osint.sh/dnshistory/" - }, - { - "name": "bellingcat wayback-google-analytics", - "url": "https://github.com/bellingcat/wayback-google-analytics" - }, - { - "name": "dnsdumpster", - "url": "https://dnsdumpster.com/" - }, - { - "name": "domains - search similarity domain and niche web", - "url": "https://www.domains.ch/en" - }, - { - "name": "favihash", - "url": "https://www.favihash.com/" - }, - { - "name": "subdosec vulnshot", - "url": "https://subdosec.vulnshot.com/" - }, - { - "name": "waybackpack download wayback archive url", - "url": "https://github.com/jsvine/waybackpack" - }, - { - "name": "urlvoid", - "url": "https://www.urlvoid.com/" - }, - { - "name": "netlas.io", - "url": "https://app.netlas.io/host/" - } - ] - }, - { - "category": "Analysing URLs", - "items": [ - { - "name": "dnshistory", - "url": "https://osint.sh/dnshistory/" - }, - { - "name": "Unfurl", - "url": "https://github.com/obsidianforensics/unfurl" - }, - { - "name": "VirusTotal", - "url": "https://www.virustotal.com/gui/home/upload" - }, - { - "name": "Archive Org", - "url": "https://archive.org/web/" - }, - { - "name": "Iplocation", - "url": "https://iplocation.io/website-link-analyzer" - }, - { - "name": "Smallseotools", - "url": "https://smallseotools.com/website-link-analyzer-tool/" - }, - { - "name": "Abuse IP", - "url": "https://www.abuseipdb.com/" - }, - { - "name": "Check-The-Sum", - "url": "https://check-the-sum.fr/" - }, - { - "name": "Check Phish", - "url": "https://checkphish.ai/" - }, - { - "name": "Radar By Cloudflare", - "url": "https://radar.cloudflare.com/" - }, - { - "name": "Is it Phishing", - "url": "https://isitphishing.org/" - }, - { - "name": "Kaspersky", - "url": "https://opentip.kaspersky.com/" - }, - { - "name": "PolySwarm", - "url": "https://polyswarm.network/" - }, - { - "name": "Threat Miner", - "url": "https://www.threatminer.org/" - }, - { - "name": "Netcraft", - "url": "https://www.netcraft.com/tools/" - }, - { - "name": "Malwareworld", - "url": "https://malwareworld.com/" - }, - { - "name": "DNS TWIST", - "url": "https://github.com/elceef/dnstwist" - }, - { - "name": "URL CRAZY - Phishing detector", - "url": "https://github.com/urbanadventurer/urlcrazy" - }, - { - "name": "CRT - Find cert ssl and etc", - "url": "https://crt.sh/" - }, - { - "name": "Phishing catcher", - "url": "https://github.com/x0rz/phishing_catcher" - }, - { - "name": "Open Phish", - "url": "https://openphish.com/phishing_feeds.html" - }, - { - "name": "Phishtalk", - "url": "https://www.phishtank.com/phish_archive.php" - }, - { - "name": "URL Haus", - "url": "https://urlhaus.abuse.ch/" - }, - { - "name": "Expand Url", - "url": "https://www.expandurl.net/" - }, - { - "name": "Tiny Scan", - "url": "https://www.tiny-scan.com" - }, - { - "name": "redirectdetective", - "url": "https://redirectdetective.com/" - }, - { - "name": "wheregoes", - "url": "https://wheregoes.com/" - }, - { - "name": "spyoffers", - "url": "https://www.spyoffers.com/" - }, - { - "name": "vx-underground", - "url": "https://vx-underground.org/" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "metadefender", - "url": "https://metadefender.opswat.com/" - }, - { - "name": "fofa", - "url": "https://en.fofa.info/" - }, - { - "name": "safeweb norton", - "url": "https://safeweb.norton.com/" - }, - { - "name": "haveibeensquatted", - "url": "https://www.haveibeensquatted.com/" - }, - { - "name": "favihash", - "url": "https://www.favihash.com/" - }, - { - "name": "waybackpack download wayback archive url", - "url": "https://github.com/jsvine/waybackpack" - }, - { - "name": "Google Safe Browsing", - "url": "https://developers.google.com/safe-browsing?hl=id" - } - ] - }, - { - "category": "Researching Cyber Threats", - "items": [ - { - "name": "Alien Vault", - "url": "https://otx.alienvault.com" - }, - { - "name": "Censys", - "url": "https://censys.io" - }, - { - "name": "CVE Details", - "url": "https://www.cvedetails.com" - }, - { - "name": "IBM X-Force Exchange", - "url": "https://exchange.xforce.ibmcloud.com" - }, - { - "name": "JoeSandbox Cloud", - "url": "https://www.joesandbox.com" - }, - { - "name": "Is It Hacked?", - "url": "http://www.isithacked.com" - }, - { - "name": "Is It Phishing", - "url": "https://isitphishing.org" - }, - { - "name": "Kaspersky Threat", - "url": "https://opentip.kaspersky.com" - }, - { - "name": "Malware Domain List", - "url": "http://www.malwaredomainlist.com/mdl.php" - }, - { - "name": "Malware URL Website", - "url": "https://www.malwareurl.com/listing-urls.php" - }, - { - "name": "Quttera", - "url": "https://quttera.com" - }, - { - "name": "Virus total", - "url": "https://www.virustotal.com/gui/home/upload" - }, - { - "name": "Virus Share", - "url": "https://virusshare.com" - }, - { - "name": "Yara Doc", - "url": "https://yara.readthedocs.io/en/stable/" - }, - { - "name": "Yara Hub", - "url": "https://yaraify.abuse.ch/yarahub/" - }, - { - "name": "Spiderfoot", - "url": "https://www.spiderfoot.net/" - }, - { - "name": "NVD", - "url": "https://nvd.nist.gov/search" - }, - { - "name": "Seclist", - "url": "https://seclists.org/fulldisclosure/" - }, - { - "name": "CVE Mitre", - "url": "https://cve.mitre.org/cve/search_cve_list.html" - }, - { - "name": "Malicious Check", - "url": "https://forum.seccodeid.com/d/phishing-email-analysis-tools" - }, - { - "name": "Email Header Analysis", - "url": "https://mxtoolbox.com/EmailHeaders.aspx" - }, - { - "name": "Email-Analytics", - "url": "https://emailanalytics.com/email-headers/" - }, - { - "name": "Email Header Analisis Toolbox", - "url": "https://toolbox.googleapps.com/apps/messageheader/" - }, - { - "name": "Url Scan", - "url": "https://urlscan.io/" - }, - { - "name": "AnyRun", - "url": "https://any.run/" - }, - { - "name": "Hybrid Analysis", - "url": "https://www.hybrid-analysis.com/" - }, - { - "name": "VMRay Sandbox", - "url": "https://www.vmray.com/" - }, - { - "name": "Browser Sandbox", - "url": "https://www.browserling.com/" - }, - { - "name": "locabrowser sandbox", - "url": "https://www.locabrowser.com/" - }, - { - "name": "Fillter Bypass", - "url": "https://www.filterbypass.me/id" - }, - { - "name": "Abuse IP DB", - "url": "https://www.abuseipdb.com/" - }, - { - "name": "Check-The-Sum", - "url": "https://check-the-sum.fr/" - }, - { - "name": "Talos CTI", - "url": "https://www.talosintelligence.com/" - }, - { - "name": "Phishing Analysis Tool", - "url": "https://www.phishtool.com/" - }, - { - "name": "Phish Verification System", - "url": "https://phishtank.org/" - }, - { - "name": "PolySwarm", - "url": "https://www.maltego.com/transform-hub/polyswarm/" - }, - { - "name": "ThreatCrowd", - "url": "https://www.maltego.com/transform-hub/threatcrowd/" - }, - { - "name": "HYAS Insight", - "url": "https://www.maltego.com/transform-hub/hyas-insight/" - }, - { - "name": "Phishstats", - "url": "https://phishstats.info/" - }, - { - "name": "GitGuardian", - "url": "https://www.gitguardian.com/monitor-public-github-for-secrets" - }, - { - "name": "Rescure", - "url": "https://rescure.me/feeds.html" - }, - { - "name": "PolySwarm", - "url": "https://polyswarm.network/" - }, - { - "name": "Darkfeed", - "url": "https://darkfeed.io/" - }, - { - "name": "Header Email", - "url": "https://github.com/umair9747/headmail" - }, - { - "name": "Badan Pemeriksa APK", - "url": "https://apk.ibnux.com/?s=0" - }, - { - "name": "SPAMHAUS", - "url": "https://www.spamhaus.org/" - }, - { - "name": "Spiderfoot HX", - "url": "https://www.spiderfoot.net/open-source-vs-hx/" - }, - { - "name": "Flare", - "url": "https://flare.io/" - }, - { - "name": "Malwareworld", - "url": "https://malwareworld.com/" - }, - { - "name": "DNS TWIST", - "url": "https://github.com/elceef/dnstwist" - }, - { - "name": "URL CRAZY - Phishing detector", - "url": "https://github.com/urbanadventurer/urlcrazy" - }, - { - "name": "CRT - Find cert ssl and etc", - "url": "https://crt.sh/" - }, - { - "name": "Phishing catcher", - "url": "https://github.com/x0rz/phishing_catcher" - }, - { - "name": "Blackite", - "url": "https://blackkite.com/community/" - }, - { - "name": "Open Phish", - "url": "https://openphish.com/phishing_feeds.html" - }, - { - "name": "Phish Talk", - "url": "https://www.phishtank.com/phish_archive.php" - }, - { - "name": "Threat Feeds", - "url": "https://threatfeeds.io/" - }, - { - "name": "Threat Miner", - "url": "https://www.threatminer.org/" - }, - { - "name": "Intel OWL", - "url": "https://github.com/intelowlproject/IntelOwl/" - }, - { - "name": "RiskIQ", - "url": "https://community.riskiq.com/" - }, - { - "name": "LOKI", - "url": "https://github.com/Neo23x0/Loki" - }, - { - "name": "Mandiant", - "url": "https://www.mandiant.com/advantage/threat-intelligence" - }, - { - "name": "Mend Io", - "url": "https://www.mend.io/vulnerability-database" - }, - { - "name": "TRIAGE", - "url": "https://tria.ge/reports/public" - }, - { - "name": "EML Analyzer", - "url": "https://eml-analyzer.herokuapp.com/#/" - }, - { - "name": "Cyber Chef", - "url": "https://gchq.github.io/CyberChef/" - }, - { - "name": "Expand Url", - "url": "https://www.expandurl.net/" - }, - { - "name": "Wanna Browser Sandbox", - "url": "https://www.wannabrowser.net/" - }, - { - "name": "pestudio", - "url": "https://www.winitor.com/download" - }, - { - "name": "procmon", - "url": "https://learn.microsoft.com/en-us/sysinternals/downloads/procmon" - }, - { - "name": "C2-Tracker", - "url": "https://github.com/montysecurity/C2-Tracker" - }, - { - "name": "malpedia", - "url": "https://malpedia.caad.fkie.fraunhofer.de/" - }, - { - "name": "vx-underground", - "url": "https://vx-underground.org/" - }, - { - "name": "shellpub", - "url": "https://n.shellpub.com/en" - }, - { - "name": "qianxin", - "url": "https://ti.qianxin.com/en" - }, - { - "name": "CAPA MANDIANT", - "url": "https://github.com/mandiant/capa" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "decompiler", - "url": "https://www.decompiler.com/" - }, - { - "name": "deepdarkCTI", - "url": "https://github.com/fastfire/deepdarkCTI" - }, - { - "name": "metadefender", - "url": "https://metadefender.opswat.com/" - }, - { - "name": "CTX", - "url": "https://www.ctx.io/" - }, - { - "name": "SNYK", - "url": "https://security.snyk.io/" - }, - { - "name": "Github advisoreis", - "url": "https://github.com/advisories/" - }, - { - "name": "Openwall", - "url": "https://www.openwall.com/" - }, - { - "name": "Falcon Feeds", - "url": "https://falconfeeds.io/" - }, - { - "name": "filescan", - "url": "https://www.filescan.io/scan" - }, - { - "name": "urlquery", - "url": "https://urlquery.net/" - }, - { - "name": "transparencyreport google", - "url": "https://transparencyreport.google.com/safe-browsing/search" - }, - { - "name": "trustpositif Kominfo ID", - "url": "https://trustpositif.kominfo.go.id/" - }, - { - "name": "Malware Bazaar", - "url": "https://bazaar.abuse.ch/browse/" - }, - { - "name": "tria", - "url": "https://tria.ge" - }, - { - "name": "safeweb norton", - "url": "https://safeweb.norton.com/" - }, - { - "name": "threatbook", - "url": "https://threatbook.io/" - }, - { - "name": "pulsedive", - "url": "https://pulsedive.com/dashboard/" - }, - { - "name": "cuckoo", - "url": "https://cuckoo.cert.ee/" - }, - { - "name": "neiki", - "url": "https://tip.neiki.dev/" - }, - { - "name": "criminalip", - "url": "https://www.criminalip.io/" - }, - { - "name": "hackedlist", - "url": "https://hackedlist.io/" - }, - { - "name": "cybersixgill", - "url": "https://cybersixgill.com/" - }, - { - "name": "ibmcloud exchange", - "url": "https://exchange.xforce.ibmcloud.com/" - }, - { - "name": "favihash", - "url": "https://www.favihash.com/" - }, - { - "name": "Google Safe Browsing", - "url": "https://developers.google.com/safe-browsing?hl=id" - }, - { - "name": "greynoise", - "url": "https://www.greynoise.io/" - }, - { - "name": "Intel471", - "url": "https://intel471.com/" - } - ] - }, - { - "category": "IoT Search Engines", - "items": [ - { - "name": "criminalip", - "url": "https://www.criminalip.io/" - }, - { - "name": "LeakIX", - "url": "https://leakix.net" - }, - { - "name": "Binary Edge", - "url": "https://www.binaryedge.io" - }, - { - "name": "Shodan", - "url": "https://www.shodan.io" - }, - { - "name": "Shodan Filters", - "url": "https://github.com/T43cr0wl3r/shodan-filters" - }, - { - "name": "Shodan Scripts", - "url": "https://github.com/random-robbie/My-Shodan-Scripts" - }, - { - "name": "Kamerka", - "url": "https://github.com/woj-ciech/Kamerka-GUI" - }, - { - "name": "airportwebcams", - "url": "https://airportwebcams.net/" - }, - { - "name": "Earthcam", - "url": "https://www.earthcam.com/#google_vignette" - }, - { - "name": "tvway", - "url": "http://tvway.ru/" - }, - { - "name": "Cameraftp", - "url": "https://www.cameraftp.com/cameraftp/publish/publishedcameras.aspx" - }, - { - "name": "Insecam", - "url": "http://Insecam.org" - }, - { - "name": "Webcams", - "url": "https://github.com/pbkompasz/webcams" - }, - { - "name": "Molecool CCTV and Nearby", - "url": "https://www.molecool.id/" - }, - { - "name": "Calculator IPVM", - "url": "https://calculator.ipvm.com/" - }, - { - "name": "webcamtaxi", - "url": "https://www.webcamtaxi.com/en/" - }, - { - "name": "weatherbug", - "url": "https://www.weatherbug.com/traffic-cam/" - }, - { - "name": "CCTV location tracking", - "url": "https://github.com/IvanGlinkin/CCTV" - }, - { - "name": "Rusia pub CCTV", - "url": "https://www.geocam.ru/en/" - }, - { - "name": "lIVE CAM beach Australia", - "url": "https://www.livebeaches.com/australia/" - }, - { - "name": "webcamcse cipher387", - "url": "https://cipher387.github.io/webcamcse/" - }, - { - "name": "Sunder Survilance Cam", - "url": "https://sunders.uber.space/?lat=-2.4833826&lon=117.8902853&zoom=11" - }, - { - "name": "Offensive OSINT OS - Surveillance", - "url": "https://www.os-surveillance.io/" - }, - { - "name": "OSM Query surveillance cam", - "url": "https://wiki.openstreetmap.org/wiki/Tag:man_made=surveillance" - }, - { - "name": "cwwp2 surveillance map", - "url": "https://cwwp2.dot.ca.gov/vm/iframemap.htm" - }, - { - "name": "hacked surveillance map", - "url": "https://hacked.camera/map/" - }, - { - "name": "listentothepeople surveillance map", - "url": "https://www.listentothepeople.net/#info" - }, - { - "name": "mapcomplete surveillance map", - "url": "https://mapcomplete.org/surveillance.html" - }, - { - "name": "osmcamera surveillance map", - "url": "https://osmcamera.dihe.de/" - }, - { - "name": "atlasofsurveillance", - "url": "https://atlasofsurveillance.org/" - }, - { - "name": "offensiveosint", - "url": "https://www.offensiveosint.io/offensive-osint-s04e07-open-source-surveillance-cameras/" - }, - { - "name": "netlas.io", - "url": "https://app.netlas.io/host/" - }, - { - "name": "camstreamer", - "url": "https://camstreamer.com/live/map" - }, - { - "name": "worldcams", - "url": "https://worldcams.tv/" - }, - { - "name": "webcamcse CSE", - "url": "https://cipher387.github.io/webcamcse/" - }, - { - "name": "CSE Webcam search", - "url": "https://cse.google.com/cse?cx=013991603413798772546:gjcdtyiytey#gsc.tab=0&gsc.sort=" - } - ] - }, - { - "category": "IP Addresses", - "items": [ - { - "name": "Whats my ip", - "url": "https://whatismyipaddress.com/" - }, - { - "name": "Ip 2 location", - "url": "https://www.ip2location.com/" - }, - { - "name": "unwiredlabs", - "url": "https://unwiredlabs.com/products" - } - ] - }, - { - "category": "Wireless Network", - "items": [ - { - "name": "Wigle", - "url": "https://www.wigle.net/" - }, - { - "name": "Fing Net Scan", - "url": "https://www.fing.com/" - }, - { - "name": "Wifianalyzer", - "url": "https://www.wifianalyzer.info/" - }, - { - "name": "Angry Ip", - "url": "https://angryip.org/" - }, - { - "name": "Advanced ip scanner", - "url": "https://www.advanced-ip-scanner.com/" - }, - { - "name": "Wifimap", - "url": "https://www.wifimap.io/" - }, - { - "name": "Fon", - "url": "https://fon.com/maps/" - }, - { - "name": "SolarWInds", - "url": "https://www.solarwinds.com/network-performance-monitor/use-cases/wifi-monitor" - }, - { - "name": "wifispc", - "url": "https://wifispc.com/" - }, - { - "name": "wificafespots", - "url": "https://www.wificafespots.com/wifi/" - }, - { - "name": "openwifimap", - "url": "https://openwifimap.ne" - }, - { - "name": "unwiredlabs", - "url": "https://unwiredlabs.com/products" - }, - { - "name": "cellphonetrackers wifi tracker", - "url": "https://cellphonetrackers.org/gsm/wifi-tracker.php" - }, - { - "name": "mylnikov BSSID Public API", - "url": "https://www.mylnikov.org/archives/1170" - }, - { - "name": "wifidb", - "url": "https://wifidb.net/wifidb/" - }, - { - "name": "combain", - "url": "https://combain.com/" - }, - { - "name": "freifunk", - "url": "https://www.freifunk-karte.de/" - }, - { - "name": "GONZOsint- geowifi", - "url": "https://github.com/GONZOsint/geowifi" - }, - { - "name": "bgp", - "url": "https://bgp.tools/" - }, - { - "name": "macaddress", - "url": "https://macaddress.io/" - }, - { - "name": "macaddresslookup", - "url": "https://www.macaddresslookup.org/" - }, - { - "name": "macvendorlookup", - "url": "https://www.macvendorlookup.com/" - }, - { - "name": "macvendors", - "url": "https://macvendors.com/" - }, - { - "name": "whoisxmlapi", - "url": "https://mac-address.whoisxmlapi.com/api" - }, - { - "name": "netlas.io", - "url": "https://app.netlas.io/host/" - } - ] - }, - { - "category": "SOC & Threat Hunting", - "items": [ - { - "name": "grafana", - "url": "https://grafana.com/" - }, - { - "name": "wazuh", - "url": "https://wazuh.com/" - }, - { - "name": "Hudson Rock Cybercrime Intelligence Free Tools", - "url": "https://www.hudsonrock.com/threat-intelligence-cybercrime-tools" - }, - { - "name": "Alien Vault", - "url": "https://otx.alienvault.com/" - }, - { - "name": "Exploit db", - "url": "https://www.exploit-db.com/" - }, - { - "name": "AT&T", - "url": "https://cybersecurity.att.com/resource-center#content_analyst-reports" - }, - { - "name": "Yara", - "url": "https://yara.readthedocs.io/en/stable/" - }, - { - "name": "Yara Hub", - "url": "https://yaraify.abuse.ch/yarahub/" - }, - { - "name": "Virustotal", - "url": "https://www.virustotal.com/gui/home/upload" - }, - { - "name": "Joesandbox", - "url": "https://www.joesandbox.com/#windows" - }, - { - "name": "Spiderfoot", - "url": "https://www.spiderfoot.net/" - }, - { - "name": "Open CTI", - "url": "https://github.com/OpenCTI-Platform/opencti" - }, - { - "name": "Solarwinds", - "url": "https://www.solarwinds.com/" - }, - { - "name": "VMware Carbon Black Endpoint", - "url": "https://www.vmware.com/products/carbon-black-cloud-endpoint.html" - }, - { - "name": "Insightidr", - "url": "https://www.rapid7.com/products/insightidr/" - }, - { - "name": "MISP", - "url": "https://www.misp-project.org/" - }, - { - "name": "NVD", - "url": "https://nvd.nist.gov/search" - }, - { - "name": "Seclist", - "url": "https://seclists.org/fulldisclosure/" - }, - { - "name": "CVE Mitre", - "url": "https://cve.mitre.org/cve/search_cve_list.html" - }, - { - "name": "Whois Record", - "url": "https://centralops.net/co/" - }, - { - "name": "Abuse IP DB", - "url": "https://www.abuseipdb.com/" - }, - { - "name": "Check-The-Sum", - "url": "https://check-the-sum.fr/" - }, - { - "name": "Talos CTI", - "url": "https://www.talosintelligence.com/" - }, - { - "name": "Darkfeed", - "url": "https://darkfeed.io/" - }, - { - "name": "Flare", - "url": "https://flare.io/" - }, - { - "name": "Mihari", - "url": "https://github.com/ninoseki/mihari" - }, - { - "name": "Processhacker", - "url": "https://processhacker.sourceforge.io/" - }, - { - "name": "Koodous", - "url": "https://koodous.com/" - }, - { - "name": "Blackite", - "url": "https://blackkite.com/community/" - }, - { - "name": "Open Phish", - "url": "https://openphish.com/phishing_feeds.html" - }, - { - "name": "Phish Talk", - "url": "https://www.phishtank.com/phish_archive.php" - }, - { - "name": "Sophos", - "url": "https://www.sophos.com/en-us/intelix" - }, - { - "name": "Signature Base", - "url": "https://github.com/Neo23x0/signature-base" - }, - { - "name": "SIEM Rules", - "url": "https://www.siemrules.com/" - }, - { - "name": "Threat Feed", - "url": "https://threatfeeds.io/" - }, - { - "name": "Threat Connect", - "url": "https://threatconnect.com/threat-intelligence-operations-platform/" - }, - { - "name": "Threat Miner", - "url": "https://www.threatminer.org/" - }, - { - "name": "Virus Share", - "url": "https://virusshare.com/" - }, - { - "name": "Intel OWL", - "url": "https://github.com/intelowlproject/IntelOwl/" - }, - { - "name": "RiskIQ", - "url": "https://community.riskiq.com/" - }, - { - "name": "TypeDB", - "url": "https://github.com/typedb-osi/typedb-cti" - }, - { - "name": "Goosint", - "url": "https://github.com/ciscocsirt/gosint" - }, - { - "name": "Google APT search", - "url": "https://cse.google.com/cse?cx=003248445720253387346:turlh5vi4xc" - }, - { - "name": "LOKI", - "url": "https://github.com/Neo23x0/Loki" - }, - { - "name": "Mandiant", - "url": "https://www.mandiant.com/advantage/threat-intelligence" - }, - { - "name": "IoC Editor", - "url": "https://fireeye.market/apps/S7cWpi9W" - }, - { - "name": "CREST Threat Intel", - "url": "https://www.crest-approved.org/wp-content/uploads/2022/04/CREST-Cyber-Threat-Intelligence.pdf?ref=secjuice.com" - }, - { - "name": "Intel471", - "url": "https://intel471.com/" - }, - { - "name": "flashpoint", - "url": "https://flashpoint.io/" - }, - { - "name": "pestudio", - "url": "https://www.winitor.com/download" - }, - { - "name": "procmon", - "url": "https://learn.microsoft.com/en-us/sysinternals/downloads/procmon" - }, - { - "name": "zerofox", - "url": "https://www.zerofox.com/platform/" - }, - { - "name": "malpedia", - "url": "https://malpedia.caad.fkie.fraunhofer.de/" - }, - { - "name": "vx-underground", - "url": "https://vx-underground.org/" - }, - { - "name": "shellpub", - "url": "https://n.shellpub.com/en" - }, - { - "name": "qianxin", - "url": "https://ti.qianxin.com/en" - }, - { - "name": "CAPA MANDIANT", - "url": "https://github.com/mandiant/capa" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "decompiler", - "url": "https://www.decompiler.com/" - }, - { - "name": "deepdarkCTI", - "url": "https://github.com/fastfire/deepdarkCTI" - }, - { - "name": "metadefender", - "url": "https://metadefender.opswat.com/" - }, - { - "name": "CTX", - "url": "https://www.ctx.io/" - }, - { - "name": "Falcon Feeds", - "url": "https://falconfeeds.io/" - }, - { - "name": "NetAlertX", - "url": "https://github.com/jokob-sk/NetAlertX" - }, - { - "name": "filescan", - "url": "https://www.filescan.io/scan" - }, - { - "name": "Malware Bazaar", - "url": "https://bazaar.abuse.ch/browse/" - }, - { - "name": "greynoise", - "url": "https://www.greynoise.io/" - }, - { - "name": "darktrace", - "url": "https://darktrace.com/" - }, - { - "name": "threatbook", - "url": "https://threatbook.io/" - }, - { - "name": "pulsedive", - "url": "https://pulsedive.com/dashboard/" - }, - { - "name": "cuckoo", - "url": "https://cuckoo.cert.ee/" - }, - { - "name": "polyswarm", - "url": "https://polyswarm.io/" - }, - { - "name": "recordedfuture", - "url": "https://www.recordedfuture.com/vulnerability-database" - }, - { - "name": "neiki", - "url": "https://tip.neiki.dev/" - }, - { - "name": "dynamite.ai search pcap file", - "url": "https://lab.dynamite.ai/" - }, - { - "name": "packetsafari analys pcap file", - "url": "https://app.packetsafari.com/" - }, - { - "name": "cybersixgill", - "url": "https://cybersixgill.com/" - }, - { - "name": "Google Safe Browsing", - "url": "https://developers.google.com/safe-browsing/reference?hl=id" - } - ] - }, - { - "category": "Automation Dorking", - "items": [ - { - "name": "Dorklab", - "url": "https://github.com/rtwillett/DorkLab" - }, - { - "name": "Ominis-Osint", - "url": "https://github.com/AnonCatalyst/Ominis-Osint" - }, - { - "name": "Go Dork", - "url": "https://github.com/dwisiswant0/go-dork" - }, - { - "name": "Dorkish", - "url": "https://github.com/yousseflahouifi/dorkish" - }, - { - "name": "Dork Collection", - "url": "https://github.com/cipher387/Dorks-collections-list?tab=readme-ov-file" - }, - { - "name": "Fast Dork Scan", - "url": "https://github.com/IvanGlinkin/Fast-Google-Dorks-Scan.git" - }, - { - "name": "Shodan Quries", - "url": "https://github.com/jakejarvis/awesome-shodan-queries" - }, - { - "name": "List Dork", - "url": "https://github.com/BullsEye0/google_dork_list/blob/master/google_Dorks.txt" - }, - { - "name": "CENSYS Queries", - "url": "https://github.com/thehappydinoa/awesome-censys-queries" - }, - { - "name": "Google Dork Simplified", - "url": "https://github.com/dheerajydv19/Google-Dorks-Simplified" - }, - { - "name": "Gdorks", - "url": "https://github.com/Ishanoshada/GDorks" - }, - { - "name": "cybdetective pastebin", - "url": "https://cybdetective.com/pastebin.html" - }, - { - "name": "NAMINT", - "url": "https://seintpl.github.io/NAMINT/" - }, - { - "name": "BullsEye0 dorks", - "url": "https://github.com/BullsEye0/dorks-eye" - }, - { - "name": "dorkgpt", - "url": "https://www.dorkgpt.com/" - }, - { - "name": "dorksearch", - "url": "https://dorksearch.com/" - }, - { - "name": "lullar.com", - "url": "https://com.lullar.com/" - }, - { - "name": "recruitin", - "url": "https://recruitin.net/" - }, - { - "name": "Dorking webcamcse", - "url": "https://cipher387.github.io/webcamcse/" - }, - { - "name": "DEEP DORK", - "url": "https://guilherme-moraiss.github.io/Deep-Dork-Web/" - } - ] - }, - { - "category": "Github", - "items": [ - { - "name": "Github search name", - "url": "https://caius.github.io/github_id/" - }, - { - "name": "Github Archive", - "url": "https://www.gharchive.org/" - }, - { - "name": "Github Dork", - "url": "https://github.com/techgaun/github-dorks" - }, - { - "name": "Fdupes", - "url": "https://github.com/adrianlopezroche/fdupes" - }, - { - "name": "Github API (view owner repo and etc)", - "url": "https://docs.github.com/en/rest/activity/events?apiVersion=2022-11-28" - }, - { - "name": "Github advisories DB", - "url": "https://github.com/advisories" - }, - { - "name": "sn0int github profil extractor", - "url": "https://sn0int.com/r/kpcyrd/github" - }, - { - "name": "Github Trending Repo", - "url": "https://trendingrepos.com/" - }, - { - "name": "Octosuite Github", - "url": "https://github.com/bellingcat/octosuite" - }, - { - "name": "Github find project map", - "url": "https://anvaka.github.io/map-of-github/#2/0/0" - }, - { - "name": "Advanced Search", - "url": "https://github.com/search/advanced" - }, - { - "name": "GitDorker", - "url": "https://github.com/obheda12/GitDorker" - }, - { - "name": "gitdorks_go", - "url": "https://github.com/damit5/gitdorks_go" - } - ] - }, - { - "category": "Dorking", - "items": [] - }, - { - "category": "Dorking Other Search Engine", - "items": [ - { - "name": "YANDEX", - "url": "https://seosly.com/blog/yandex-search-operators/" - }, - { - "name": "BING", - "url": "https://seosly.com/blog/bing-search-operators/" - }, - { - "name": "mediasova", - "url": "https://search.mediasova.com/en/index" - }, - { - "name": "wbmii", - "url": "https://webmii.com/" - }, - { - "name": "YaSeeker - Yandex Search Tools", - "url": "https://github.com/HowToFind-bot/YaSeeker" - } - ] - }, - { - "category": "Bash Dorking Script", - "items": [] - }, - { - "category": "Google Advanced Search Tools", - "items": [ - { - "name": "Advanced google search", - "url": "https://www.google.com/advanced_search" - }, - { - "name": "Google Scholar", - "url": "https://scholar.google.com" - }, - { - "name": "Google Alerts", - "url": "https://www.google.com/alerts" - }, - { - "name": "Google Search History", - "url": "https://myactivity.google.com/myactivity" - } - ] - }, - { - "category": "Other Search Engines", - "items": [ - { - "name": "criminalip", - "url": "https://www.criminalip.io/" - }, - { - "name": "us.searchboth.net", - "url": "http://us.searchboth.net" - }, - { - "name": "Archive.org", - "url": "http://www.arhive.org" - }, - { - "name": "Yandex", - "url": "https://yandex.com" - }, - { - "name": "Pastebin", - "url": "http://www.pastebin.com" - }, - { - "name": "Topix.com", - "url": "http://www.topix.com" - }, - { - "name": "Shodan", - "url": "https://www.shodan.io/" - }, - { - "name": "Piratebays", - "url": "https://thepiratebays.com/" - }, - { - "name": "Onesearch", - "url": "https://www.onesearch.com/" - }, - { - "name": "Searchencrypt", - "url": "https://www.searchencrypt.com/home" - }, - { - "name": "Duckgo", - "url": "https://duckduckgo.com/" - }, - { - "name": "Waymore", - "url": "https://forum.seccodeid.com/d/waymore-find-way-more-from-the-wayback-machine" - }, - { - "name": "StartPage", - "url": "https://www.startpage.com/" - }, - { - "name": "Searx", - "url": "https://searx.space/" - }, - { - "name": "CommonCrawl", - "url": "https://commoncrawl.org/latest-crawl" - }, - { - "name": "Similar Sites", - "url": "https://www.similarsites.com/" - }, - { - "name": "Zap Meta", - "url": "https://www.zapmeta.com/" - }, - { - "name": "Carrot Search", - "url": "https://search.carrot2.org/#/search/web" - }, - { - "name": "Goo Search", - "url": "https://www.goo.ne.jp/" - }, - { - "name": "swisscows", - "url": "https://swisscows.com/en" - }, - { - "name": "odp", - "url": "http://www.odp.org/homepage.php" - }, - { - "name": "Yiipy Search", - "url": "https://www.yippysearchengine.com/" - }, - { - "name": "webarchiveviewer", - "url": "https://cybdetective.com/webarchiveviewer/" - }, - { - "name": "duckduckgo Bangs", - "url": "https://duckduckgo.com/bangs" - }, - { - "name": "mediasova", - "url": "https://search.mediasova.com/en/index" - }, - { - "name": "mojeek", - "url": "https://www.mojeek.com/" - }, - { - "name": "boardreader", - "url": "https://boardreader.com/" - }, - { - "name": "Geoint CSE search", - "url": "https://cse.google.com/cse?cx=015328649639895072395:sbv3zyxzmji#gsc.tab=0&gsc.sort=" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "wbmii", - "url": "https://webmii.com/" - }, - { - "name": "Wiki Leaks", - "url": "https://wikileaks.org/" - }, - { - "name": "bellingcat wayback-google-analytics", - "url": "https://github.com/bellingcat/wayback-google-analytics" - }, - { - "name": "yamli Arabic search", - "url": "https://www.yamli.com/" - }, - { - "name": "ASK", - "url": "http://www.ask.com" - }, - { - "name": "Baidu", - "url": "http://www.baidu.com" - }, - { - "name": "Infospace", - "url": "http://www.infospace.com" - }, - { - "name": "gibiru", - "url": "https://gibiru.com/" - }, - { - "name": "kagi", - "url": "https://kagi.com/" - }, - { - "name": "brave", - "url": "https://search.brave.com/" - }, - { - "name": "stract", - "url": "https://stract.com/" - }, - { - "name": "Google Safe Browsing", - "url": "https://developers.google.com/safe-browsing/reference?hl=id" - }, - { - "name": "qwant", - "url": "https://www.qwant.com" - }, - { - "name": "alltheinternet", - "url": "https://www.alltheinternet.com/" - } - ] - }, - { - "category": "Internet Archive", - "items": [ - { - "name": "DMCA Lumen DB", - "url": "https://lumendatabase.org/" - }, - { - "name": "Wayback Machine", - "url": "https://web.archive.org/" - }, - { - "name": "Intelligence X", - "url": "https://intelx.io/" - }, - { - "name": "Openlibrary", - "url": "https://openlibrary.org/" - }, - { - "name": "Archive Fo", - "url": "https://archive.fo/" - }, - { - "name": "UKWA", - "url": "https://www.webarchive.org.uk/ukwa/" - }, - { - "name": "Archive today", - "url": "https://archive.vn/" - }, - { - "name": "Waymore", - "url": "https://forum.seccodeid.com/d/waymore-find-way-more-from-the-wayback-machine" - }, - { - "name": "Cached Pages", - "url": "http://www.cachedpages.com/" - }, - { - "name": "cachedview", - "url": "https://cachedview.com/" - }, - { - "name": "ArchivEye", - "url": "https://github.com/eastrd/ArchivEye" - }, - { - "name": "Twitter Archive", - "url": "https://github.com/humandecoded/twayback" - }, - { - "name": "Archive Today", - "url": "https://archive.is/" - }, - { - "name": "Wayback Downloader", - "url": "https://github.com/hartator/wayback-machine-downloader" - }, - { - "name": "How to archive tele content", - "url": "https://www.bellingcat.com/resources/how-tos/2022/03/08/how-to-archive-telegram-content-to-document-russias-invasion-of-ukraine/" - }, - { - "name": "webarchiveviewer", - "url": "https://cybdetective.com/webarchiveviewer/" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "Time Travel", - "url": "http://timetravel.mementoweb.org/" - }, - { - "name": "bellingcat wayback-google-analytics", - "url": "https://github.com/bellingcat/wayback-google-analytics" - }, - { - "name": "waybackpack download wayback archive url", - "url": "https://github.com/jsvine/waybackpack" - }, - { - "name": "archive-it", - "url": "https://archive-it.org/" - } - ] - }, - { - "category": "Data Breached OSINT", - "items": [ - { - "name": "clatscope", - "url": "https://github.com/clats97/clatscope" - }, - { - "name": "hackedlist", - "url": "https://hackedlist.io/" - }, - { - "name": "Dehashed", - "url": "https://www.dehashed.com/" - }, - { - "name": "Haveibeenpwned", - "url": "https://haveibeenpwned.com/" - }, - { - "name": "Intelligence X", - "url": "https://intelx.io/" - }, - { - "name": "Wiki Leaks", - "url": "https://wikileaks.org/" - }, - { - "name": "DDO Secrets", - "url": "https://ddosecrets.com/wiki/Distributed_Denial_of_Secrets" - }, - { - "name": "Breached", - "url": "https://breached.to/" - }, - { - "name": "Stealthmole", - "url": "https://www.stealthmole.com/products/darkweb-tracker" - }, - { - "name": "Doxbin", - "url": "https://doxbin.com/" - }, - { - "name": "Search0t", - "url": "https://search.0t.rocks/" - }, - { - "name": "Search0t MAP", - "url": "https://search.0t.rocks/map" - }, - { - "name": "What Breach", - "url": "https://github.com/Ekultek/WhatBreach" - }, - { - "name": "Breach Directory", - "url": "https://breachdirectory.org/" - }, - { - "name": "Snusbase", - "url": "https://snusbase.com/" - }, - { - "name": "Flare", - "url": "https://flare.io/" - }, - { - "name": "Leaklookup", - "url": "https://leak-lookup.com/" - }, - { - "name": "Pastos", - "url": "https://github.com/carlospolop/Pastos" - }, - { - "name": "Blackkite", - "url": "https://blackkite.com/community/" - }, - { - "name": "Facebook Data Breach Cheker", - "url": "https://haveibeenzuckered.com/" - }, - { - "name": "pwnedOrNot", - "url": "https://github.com/thewhiteh4t/pwnedOrNot" - }, - { - "name": "Intel471", - "url": "https://intel471.com/" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "offshoreleaks", - "url": "https://offshoreleaks.icij.org/" - }, - { - "name": "proxynova password breach", - "url": "https://proxynova.com/tools/comb/" - }, - { - "name": "WhiteIntel", - "url": "https://whiteintel.io/" - }, - { - "name": "Leaked Domain", - "url": "https://leaked.domains/" - }, - { - "name": "cybdetective pastebin", - "url": "https://cybdetective.com/pastebin.html" - }, - { - "name": "emploleaks", - "url": "https://github.com/infobyte/emploleaks" - }, - { - "name": "databreaches", - "url": "https://databreaches.net/" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "Leakcheck", - "url": "https://leakcheck.io/" - }, - { - "name": "exposed", - "url": "https://exposed.lol/" - }, - { - "name": "oathnet", - "url": "https://oathnet.ru/" - }, - { - "name": "sn0int pwndb-domains", - "url": "https://sn0int.com/r/kpcyrd/pwndb-domains" - }, - { - "name": "sn0int pwndb-emails", - "url": "https://sn0int.com/r/kpcyrd/pwndb-emails" - }, - { - "name": "trufflehog", - "url": "https://trufflesecurity.com/trufflehog" - }, - { - "name": "9ghz", - "url": "https://9ghz.com/" - }, - { - "name": "leakpeek", - "url": "https://leakpeek.com/" - }, - { - "name": "weleakinfo", - "url": "https://weleakinfo.io/" - }, - { - "name": "leakradar", - "url": "https://leakradar.io/" - }, - { - "name": "leakedpassword", - "url": "https://leakedpassword.com/" - }, - { - "name": "scatteredsecrets", - "url": "https://scatteredsecrets.com/" - }, - { - "name": "BF Database Search", - "url": "https://bf.based.re/" - }, - { - "name": "darkradar", - "url": "https://www.darkradar.io/" - } - ] - }, - { - "category": "Crack Jurnals", - "items": [ - { - "name": "SCI HUB", - "url": "https://sci-hub.hkvisa.net/" - }, - { - "name": "Z-Library", - "url": "https://id.zlibrary-asia.se/s/?q=&type=phrase" - }, - { - "name": "DOAJ (Directory of Open Access Journals)", - "url": "https://doaj.org/" - }, - { - "name": "LibGen (Library Genesis)", - "url": "https://libgen.li/" - }, - { - "name": "ScienceOpen", - "url": "https://www.scienceopen.com/" - }, - { - "name": "CORE", - "url": "https://core.ac.uk/" - }, - { - "name": "Unpaywall", - "url": "https://unpaywall.org/" - }, - { - "name": "Wiley Online Library", - "url": "https://onlinelibrary.wiley.com/" - }, - { - "name": "Open Access Button", - "url": "https://openaccessbutton.org/" - } - ] - }, - { - "category": "Search Jurnals", - "items": [ - { - "name": "Libgen", - "url": "https://libgen.is/" - }, - { - "name": "Ieee", - "url": "https://ieeexplore.ieee.org/Xplore/home.jsp" - }, - { - "name": "Sciencedirect", - "url": "https://www.sciencedirect.com/" - }, - { - "name": "Sinta", - "url": "https://sinta.kemdikbud.go.id/" - }, - { - "name": "Scopus", - "url": "https://www.scopus.com/" - }, - { - "name": "Onesearch ID", - "url": "https://onesearch.id/" - }, - { - "name": "Z-Library", - "url": "https://id.zlibrary-asia.se/s/?q=&type=phrase" - }, - { - "name": "DOAJ (Directory of Open Access Journals)", - "url": "https://doaj.org/" - }, - { - "name": "LibGen (Library Genesis) 2", - "url": "https://libgen.li/" - }, - { - "name": "ScienceOpen", - "url": "https://www.scienceopen.com/" - }, - { - "name": "CORE", - "url": "https://core.ac.uk/" - }, - { - "name": "Springer Support", - "url": "https://www.springeropen.com/journals" - }, - { - "name": "Springer link 2", - "url": "https://link.springer.com/" - }, - { - "name": "Academia.edu", - "url": "https://www.academia.edu/" - }, - { - "name": "CyberLeninka", - "url": "https://cyberleninka.org/" - }, - { - "name": "Unpaywall", - "url": "https://unpaywall.org/" - }, - { - "name": "ResearchGate", - "url": "https://www.researchgate.net/" - }, - { - "name": "Wiley Online Library", - "url": "https://onlinelibrary.wiley.com/" - }, - { - "name": "Open Access Button", - "url": "https://openaccessbutton.org/" - }, - { - "name": "Arjuna Kemdikbud ID", - "url": "https://arjuna.kemdikbud.go.id/#/jurnal" - }, - { - "name": "Bima Kemdikbud ID", - "url": "https://bima.kemdikbud.go.id/pengumuman" - }, - { - "name": "Rama Kemdikbud ID", - "url": "https://rama.kemdikbud.go.id/" - }, - { - "name": "Google scholar", - "url": "https://scholar.google.com/" - }, - { - "name": "Publish or Perish", - "url": "https://harzing.com/resources/publish-or-perish/windows" - }, - { - "name": "mendeley", - "url": "https://www.mendeley.com/" - }, - { - "name": "Sciepub", - "url": "https://www.sciepub.com/portal/search.aspx" - }, - { - "name": "Anjani Kemdikbud ID", - "url": "https://anjani.kemdikbud.go.id/contents/prosedur-pelaporan-78074230?ctx=prosedur-pelaporan" - }, - { - "name": "Zotero", - "url": "https://www.zotero.org/" - }, - { - "name": "ebsco", - "url": "https://www.ebsco.com/" - }, - { - "name": "gale", - "url": "https://www.gale.com/" - }, - { - "name": "hathitrust", - "url": "https://www.hathitrust.org/" - }, - { - "name": "connectedpapers", - "url": "https://www.connectedpapers.com/" - }, - { - "name": "base-search", - "url": "https://www.base-search.net/" - }, - { - "name": "smartquantai", - "url": "https://www.smartquantai.com/" - }, - { - "name": "arxiv", - "url": "https://arxiv.org/multi?group=grp_physics&%2Fform=Form+Interface" - }, - { - "name": "oa citation", - "url": "https://oa.mg/" - } - ] - }, - { - "category": "Blogs Search Engine", - "items": [ - { - "name": "Google Blog", - "url": "https://www.searchblogspot.com/blogger-profiles" - } - ] - }, - { - "category": "Tracking Website Changes", - "items": [ - { - "name": "Changedetection", - "url": "http://www.changedetection.com" - }, - { - "name": "Followthatpage", - "url": "http://www.followthatpage.com" - }, - { - "name": "visualping", - "url": "https://visualping.io/" - }, - { - "name": "ID MA Web Monitoring", - "url": "https://www.mahkamahagung.go.id/id/webmon" - } - ] - }, - { - "category": "Company Reconnaissance Sites (Passive)", - "items": [ - { - "name": "whois", - "url": "http://www.whois.net" - }, - { - "name": "whois by hostinger", - "url": "https://www.hostinger.co.id/whois" - }, - { - "name": "Netcraft", - "url": "http://www.netcraft.com" - }, - { - "name": "Hunter", - "url": "https://hunter.io/" - }, - { - "name": "SignalHire", - "url": "https://www.signalhire.com/" - }, - { - "name": "Spiderfoot", - "url": "https://www.spiderfoot.net/" - }, - { - "name": "Spiderfoot HX", - "url": "https://www.spiderfoot.net/open-source-vs-hx/" - }, - { - "name": "Rocket Reach", - "url": "https://rocketreach.co/" - }, - { - "name": "Glasdoor", - "url": "https://www.glassdoor.com/" - }, - { - "name": "Linkedin", - "url": "https://www.linkedin.com/" - }, - { - "name": "Indeed", - "url": "https://www.indeed.com/companies?from=gnav-title-webapp" - }, - { - "name": "ZoomInfo", - "url": "https://www.zoominfo.com/" - }, - { - "name": "Crunchbase", - "url": "https://www.crunchbase.com/" - }, - { - "name": "Apolo", - "url": "https://www.apollo.io/" - }, - { - "name": "Lusha", - "url": "https://www.lusha.com/" - }, - { - "name": "Jobstreet", - "url": "https://www.jobstreet.com.ph/" - }, - { - "name": "BOTW", - "url": "https://botw.org/" - }, - { - "name": "opencorporates", - "url": "https://opencorporates.com/" - }, - { - "name": "Data OCCRP", - "url": "https://data.occrp.org/" - }, - { - "name": "OSINT Maps", - "url": "https://cybdetective.com/osintmap/" - }, - { - "name": "Tripadvisor", - "url": "https://www.tripadvisor.com/" - }, - { - "name": "Trustindex", - "url": "https://www.trustindex.io/" - }, - { - "name": "G Map Review", - "url": "https://www.google.com/maps/" - }, - { - "name": "Provenexpert", - "url": "https://www.provenexpert.com/" - }, - { - "name": "SIMPU RI", - "url": "https://umrahcerdas.kemenag.go.id/" - }, - { - "name": "collegerecruiter", - "url": "https://www.collegerecruiter.com/" - }, - { - "name": "corporationwiki", - "url": "https://www.corporationwiki.com/" - }, - { - "name": "Maltego social links", - "url": "https://www.maltego.com/transform-hub/social-links-ce/" - }, - { - "name": "indokontraktor ID", - "url": "https://indokontraktor.com/" - }, - { - "name": "opentender ID", - "url": "https://opentender.net/" - }, - { - "name": "ahu ID", - "url": "https://ahu.go.id/pencarian/profil-pt" - }, - { - "name": "Minerba ESDM ID", - "url": "https://momi.minerba.esdm.go.id/gisportal/home/" - }, - { - "name": "MODI ID", - "url": "https://modi.esdm.go.id/portal/dataPerusahaan" - }, - { - "name": "Minerba ESDM ID Map", - "url": "https://momi.minerba.esdm.go.id/public/" - }, - { - "name": "HAKI ID", - "url": "https://pdki-indonesia.dgip.go.id/search?type=trademark&keyword=" - }, - { - "name": "Email Format", - "url": "https://www.email-format.com/i/search/" - }, - { - "name": "opensanctions", - "url": "https://www.opensanctions.org/" - }, - { - "name": "ALEPT OCCRP", - "url": "https://aleph.occrp.org/" - }, - { - "name": "offshoreleaks", - "url": "https://offshoreleaks.icij.org/" - }, - { - "name": "gajiterbaru", - "url": "https://gajiterbaru.id/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Job Planet", - "url": "https://id.jobplanet.com/" - }, - { - "name": "Deals Job", - "url": "https://dealls.com/" - }, - { - "name": "Pay Scale", - "url": "https://www.payscale.com/research/US/Employer" - }, - { - "name": "salary", - "url": "https://www.salary.com/research/employer" - }, - { - "name": "Paylab Salary Info", - "url": "https://www.paylab.com/id/salaryinfo" - }, - { - "name": "emploleaks", - "url": "https://github.com/infobyte/emploleaks" - }, - { - "name": "UK Company Search", - "url": "https://find-and-update.company-information.service.gov.uk/" - }, - { - "name": "Venture Radar", - "url": "https://www.ventureradar.com/search" - }, - { - "name": "tracxn", - "url": "https://tracxn.com/?redirect=false" - }, - { - "name": "Kemenperin ID", - "url": "https://kemenperin.go.id/direktori-perusahaan" - }, - { - "name": "IDX ID", - "url": "https://www.idx.co.id/en/listed-companies/company-profiles" - }, - { - "name": "OJK ID", - "url": "https://www.ojk.go.id/id/kanal/iknb/data-dan-statistik/direktori/direktori-iknb/Default.aspx" - }, - { - "name": "lpse lkpp ID", - "url": "https://lpse.lkpp.go.id/eproc4" - }, - { - "name": "companieshouse ID", - "url": "https://companieshouse.id/" - }, - { - "name": "Fintech ID", - "url": "https://fintech.id/id/member" - }, - { - "name": "Website informer", - "url": "https://website.informer.com/" - }, - { - "name": "contactout", - "url": "https://contactout.com/" - }, - { - "name": "opensecrets", - "url": "https://www.opensecrets.org/" - }, - { - "name": "spyfu", - "url": "https://www.spyfu.com/" - }, - { - "name": "google finance", - "url": "https://www.google.com/finance/" - }, - { - "name": "siteworthtraffic", - "url": "https://www.siteworthtraffic.com/" - }, - { - "name": "ID Bappebti", - "url": "https://ceklegalitas.bappebti.go.id/" - }, - { - "name": "candid", - "url": "https://app.candid.org/" - }, - { - "name": "mycareersfuture SG", - "url": "https://www.mycareersfuture.gov.sg/" - }, - { - "name": "protocol", - "url": "https://protocol.ooo/" - }, - { - "name": "snef SG", - "url": "https://snef.org.sg/" - }, - { - "name": "kendoemailapp", - "url": "https://kendoemailapp.com/" - }, - { - "name": "sgpbusiness", - "url": "https://www.sgpbusiness.com/" - }, - { - "name": "CrossLinked", - "url": "https://github.com/m8sec/CrossLinked" - }, - { - "name": "resourcecontracts", - "url": "https://www.resourcecontracts.org/" - }, - { - "name": "sayari", - "url": "https://sayari.com/" - }, - { - "name": "lexisnexis", - "url": "https://www.lexisnexis.com/en-us" - }, - { - "name": "Public Database of Domestic Politically Exposed Persons of Russia, Belarus and Kazakhstan", - "url": "https://rupep.org/en/" - }, - { - "name": "ID E catalogue", - "url": "https://e-katalog.lkpp.go.id/" - }, - { - "name": "ID SIRUP LKPP", - "url": "https://sirup.lkpp.go.id/sirup/rekap/klpd/L40" - }, - { - "name": "ID INAPROC daftar hitam penyedia", - "url": "https://daftar-hitam.inaproc.id/" - }, - { - "name": "ID SIKAP CARI PELAKU USAHA", - "url": "https://sikap.lkpp.go.id/pelaku-usaha/cari" - }, - { - "name": "ID TKDN Kemenperin", - "url": "https://tkdn.kemenperin.go.id/search.php?where=perush&what=" - } - ] - }, - { - "category": "People Searching", - "items": [ - { - "name": "wbmii", - "url": "https://webmii.com/" - }, - { - "name": "spokeo", - "url": "http://www.spokeo.com" - }, - { - "name": "123people", - "url": "http://www.123people.com" - }, - { - "name": "peepdb", - "url": "http://www.peepdb.com" - }, - { - "name": "reversegeni", - "url": "http://www.reversegenie.com/plate.php" - }, - { - "name": "PDDIKTI ID", - "url": "https://pddikti.kemdikbud.go.id/" - }, - { - "name": "IDEBKU OJK ID", - "url": "https://idebku.ojk.go.id/Public/HomePage" - }, - { - "name": "SINTA ID", - "url": "https://sinta.kemdikbud.go.id/" - }, - { - "name": "Social Searcher", - "url": "https://www.social-searcher.com/" - }, - { - "name": "Pimeyes", - "url": "https://pimeyes.com/en" - }, - { - "name": "Rocketreach", - "url": "https://rocketreach.co/" - }, - { - "name": "SignalHire", - "url": "https://www.signalhire.com/" - }, - { - "name": "Website informer", - "url": "https://website.informer.com/" - }, - { - "name": "Find and Update company", - "url": "https://find-and-update.company-information.service.gov.uk/" - }, - { - "name": "Thatsthem", - "url": "https://thatsthem.com/" - }, - { - "name": "Freepeoplesearch", - "url": "https://freepeoplesearch.com/" - }, - { - "name": "Predicta Search", - "url": "https://www.predictasearch.com/" - }, - { - "name": "Epios", - "url": "https://epieos.com/" - }, - { - "name": "anymailfinder", - "url": "https://anymailfinder.com/" - }, - { - "name": "getprospect", - "url": "https://getprospect.com/" - }, - { - "name": "ZoomInfo", - "url": "https://www.zoominfo.com/" - }, - { - "name": "Apolo", - "url": "https://www.apollo.io/" - }, - { - "name": "Family Tree", - "url": "https://www.familytreenow.com/" - }, - { - "name": "Radaris", - "url": "https://radaris.com/" - }, - { - "name": "beenverified", - "url": "https://www.beenverified.com/people/" - }, - { - "name": "bandcamp", - "url": "https://bandcamp.com/" - }, - { - "name": "Sherlock Eye", - "url": "https://sherlockeye.io/" - }, - { - "name": "NIK PARSE ID", - "url": "https://github.com/bachors/nik_parse.js?tab=readme-ov-file#nik_parsejs" - }, - { - "name": "iD PENCARIAN DATA PM (PENERIMA MANFAAT) BANSOS", - "url": "https://cekbansos.kemensos.go.id/" - }, - { - "name": "Maltego Social Links Pro", - "url": "https://www.maltego.com/transform-hub/social-links-pro/" - }, - { - "name": "fastpeoplesearch", - "url": "https://www.fastpeoplesearch.com/" - }, - { - "name": "fastpeoplesearch.info", - "url": "https://fastpeoplesearch.info/" - }, - { - "name": "intelius", - "url": "https://www.intelius.com/" - }, - { - "name": "recruitin", - "url": "https://recruitin.net/" - }, - { - "name": "recruitmentgeek", - "url": "https://recruitmentgeek.com/tools/linkedin#gsc.tab=0" - }, - { - "name": "Arjuna Kemdikbud ID", - "url": "https://arjuna.kemdikbud.go.id/#/jurnal" - }, - { - "name": "peekyou", - "url": "https://www.peekyou.com/" - }, - { - "name": "castrickclues", - "url": "https://castrickclues.com/" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "clearbit", - "url": "https://clearbit.com/" - }, - { - "name": "idcrawl", - "url": "https://www.idcrawl.com/" - }, - { - "name": "contactout", - "url": "https://contactout.com/" - }, - { - "name": "personlookup", - "url": "https://personlookup.co.za/" - }, - { - "name": "OSINT indsutries", - "url": "https://www.osint.industries/" - }, - { - "name": "infobel", - "url": "https://www.infobel.com/fr/world" - }, - { - "name": "peoplefinder", - "url": "https://www.peoplefinder.com/" - }, - { - "name": "White Pages", - "url": "https://www.whitepages.com/" - }, - { - "name": "locatefamily", - "url": "https://www.locatefamily.com/" - }, - { - "name": "CrossLinked", - "url": "https://github.com/m8sec/CrossLinked" - }, - { - "name": "API for Indonesian ID card (KTP) identification", - "url": "https://github.com/audhiaprilliant/indonesian-id-card-identification" - }, - { - "name": "pipl", - "url": "https://pipl.com/" - }, - { - "name": "skopenow", - "url": "https://www.skopenow.com/" - }, - { - "name": "truepeoplesearch", - "url": "https://www.truepeoplesearch.com/" - }, - { - "name": "411 reverse phone", - "url": "https://www.411.com/reverse-phone" - }, - { - "name": "Public Database of Domestic Politically Exposed Persons of Russia, Belarus and Kazakhstan", - "url": "https://rupep.org/en/" - }, - { - "name": "UBIKRON", - "url": "https://www.osint-tool.com/unravel-help/" - }, - { - "name": "CSE Google Search", - "url": "https://cse.google.com/cse?cx=partner-pub-7233843800519946:6667570044&ie=UTF-8&q=" - }, - { - "name": "ID Sistem Informasi Penelusuran Perkara", - "url": "https://sipp.pn-negara.go.id/" - }, - { - "name": "ID mahkamahagung", - "url": "https://putusan3.mahkamahagung.go.id/" - }, - { - "name": "ID Check the wealth assets of Indonesian ministries", - "url": "https://elhkpn.kpk.go.id/portal/user/check_search_announ#announ" - }, - { - "name": "ID SIKAP CARI PELAKU USAHA", - "url": "https://sikap.lkpp.go.id/pelaku-usaha/cari" - }, - { - "name": "ID Pejabat rekam jejak", - "url": "https://rekamjejak.net/direktori?query=&category=&party=&page=1&limit=9" - } - ] - }, - { - "category": "Family People Search", - "items": [ - { - "name": "Delpher", - "url": "https://www.delpher.nl/" - }, - { - "name": "Myheritage", - "url": "https://www.myheritage.com/" - }, - { - "name": "Myheritage NL", - "url": "https://www.myheritage.nl/" - }, - { - "name": "FamilySearch", - "url": "https://www.familysearch.org/id/indonesia/" - }, - { - "name": "genealogieonline", - "url": "https://www.genealogieonline.nl/en/" - }, - { - "name": "geneanet", - "url": "https://en.geneanet.org/" - }, - { - "name": "wiewaswie NL", - "url": "https://www.wiewaswie.nl/" - }, - { - "name": "familytreenow", - "url": "https://familytreenow.com/" - }, - { - "name": "locatefamily", - "url": "https://www.locatefamily.com/" - }, - { - "name": "spokeo", - "url": "https://www.spokeo.com/" - }, - { - "name": "CSE Google Search", - "url": "https://cse.google.com/cse?cx=partner-pub-7233843800519946:6667570044&ie=UTF-8&q=" - } - ] - }, - { - "category": "Phone Numbers", - "items": [ - { - "name": "predictasearch", - "url": "https://www.predictasearch.com/" - }, - { - "name": "argali", - "url": "http://www.argali.com" - }, - { - "name": "ciddb", - "url": "http://www.ciddb.com/index.php" - }, - { - "name": "cellrevealer", - "url": "http://www.cellrevealer.com" - }, - { - "name": "spydialer", - "url": "http://www.spydialer.com" - }, - { - "name": "Twilio", - "url": "https://www.twilio.com/lookup" - }, - { - "name": "Reverse lookup", - "url": "https://www.reversephonelookup.com/" - }, - { - "name": "PhoneInfoga", - "url": "https://github.com/sundowndev/PhoneInfoga" - }, - { - "name": "Sync", - "url": "https://sync.me/" - }, - { - "name": "National cell", - "url": "https://www.nationalcellulardirectory.com/" - }, - { - "name": "Getcontact", - "url": "https://www.getcontact.com/id/" - }, - { - "name": "Moriarty-Project", - "url": "https://github.com/AzizKpln/Moriarty-Project" - }, - { - "name": "Get Contact", - "url": "https://www.getcontact.com/en/" - }, - { - "name": "True Caller", - "url": "https://www.truecaller.com/" - }, - { - "name": "Cell Id Lookup", - "url": "https://www.reskrim.com/cek.php" - }, - { - "name": "Device Info", - "url": "https://www.deviceinfo.me/" - }, - { - "name": "Unkownphone", - "url": "https://www.unknownphone.com/" - }, - { - "name": "Whocallsme", - "url": "https://whocallsme.com/" - }, - { - "name": "elenchitelefonici", - "url": "https://www.elenchitelefonici.it/" - }, - { - "name": "nationalcellulardirectory", - "url": "https://www.nationalcellulardirectory.com/" - }, - { - "name": "phonebooks", - "url": "https://www.phonebooks.com/" - }, - { - "name": "International Phone Directories", - "url": "https://www.thisnumber.com/" - }, - { - "name": "PhoneInfoga", - "url": "https://demo.phoneinfoga.crvx.fr/#/" - }, - { - "name": "Spy Dialer", - "url": "https://spydialer.com/" - }, - { - "name": "Phone Validator", - "url": "https://www.phonevalidator.com/" - }, - { - "name": "Fone finder", - "url": "https://www.fonefinder.net/" - }, - { - "name": "411 reverse phone", - "url": "https://www.411.com/reverse-phone" - }, - { - "name": "Number guru", - "url": "https://www.numberguru.com/" - }, - { - "name": "Zaba reverse phone", - "url": "https://www.zabasearch.com/reverse-phone-lookup/" - }, - { - "name": "FullContact", - "url": "https://www.maltego.com/transform-hub/full-contact/" - }, - { - "name": "HLR Lookup", - "url": "https://www.hlrlookup.com/" - }, - { - "name": "Ceebydith HLR Lookup", - "url": "https://ceebydith.com/cek-hlr-lokasi-hp.html" - }, - { - "name": "Free HLR", - "url": "https://www.free-hlr.com/" - }, - { - "name": "HLR Lookup API", - "url": "https://www.hlr-lookups.com/" - }, - { - "name": "Maltego Phone Search", - "url": "https://www.maltego.com/transform-hub/phonesearch/" - }, - { - "name": "SignalHire", - "url": "https://www.signalhire.com/" - }, - { - "name": "Emobiletracker", - "url": "https://www.emobiletracker.com/" - }, - { - "name": "OpenCNAM", - "url": "https://docs.maltego.com/support/solutions/articles/15000045282-maltego-opencnam-transforms" - }, - { - "name": "Fullcontact", - "url": "https://www.fullcontact.com/" - }, - { - "name": "seon", - "url": "https://seon.io/resources/the-ultimate-guide-to-free-email-lookup-and-reverse-email-lookup-tools/" - }, - { - "name": "Thatsthem", - "url": "https://thatsthem.com/" - }, - { - "name": "Freepeoplesearch", - "url": "https://freepeoplesearch.com/" - }, - { - "name": "Epios", - "url": "https://epieos.com/" - }, - { - "name": "anymailfinder", - "url": "https://anymailfinder.com/" - }, - { - "name": "getprospect", - "url": "https://getprospect.com/" - }, - { - "name": "ZoomInfo", - "url": "https://www.zoominfo.com/" - }, - { - "name": "Spam Calls", - "url": "https://spamcalls.net/en/" - }, - { - "name": "inteltechniques", - "url": "https://inteltechniques.com/tools/Telephone.html" - }, - { - "name": "pipl", - "url": "https://pipl.com/" - }, - { - "name": "phonebook", - "url": "https://phonebook.cz/" - }, - { - "name": "CALL APP", - "url": "https://callapp.com/app-features" - }, - { - "name": "Number Finder IOS", - "url": "https://apps.apple.com/us/app/number-finder-caller-id-book/id1324048797?platform=iphone" - }, - { - "name": "Dalily Android Apps", - "url": "https://play.google.com/store/apps/details?id=dalily.caller.ids&hl=en&gl=US" - }, - { - "name": "ViewCaller", - "url": "https://play.google.com/store/apps/details?id=id.caller.viewcaller&hl=en_US" - }, - { - "name": "inspektur", - "url": "https://github.com/bgwastu/inspektur" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "countrycode", - "url": "https://countrycode.org/" - }, - { - "name": "HLR Tsel Code Area", - "url": "https://web.archive.org/web/20240730155821/http://www.ppipuskrip.com/cek-kode-hlr-telkomsel.html" - }, - { - "name": "HLR Tsel Area Code", - "url": "https://web.archive.org/web/20240730160717/https://kumparan.com/how-to-tekno/cara-mengetahui-kode-area-no-hp-orang-lain-1yzrnn0bUx1" - }, - { - "name": "Indosat HLR", - "url": "https://panduanbs.com/kode-area-wilayah-hlr-nomor-indosat-ooredo/" - }, - { - "name": "idcrawl", - "url": "https://www.idcrawl.com/phone" - }, - { - "name": "SMS PING", - "url": "https://github.com/MatejKovacic/silent-sms-ping" - }, - { - "name": "SMS PING APK", - "url": "https://f-droid.org/id/packages/com.itds.sms.ping/" - }, - { - "name": "Ghunt online tools", - "url": "https://app.osint.industries/" - }, - { - "name": "numpi", - "url": "https://numpi.com/" - }, - { - "name": "Phunter", - "url": "https://github.com/N0rz3/Phunter" - }, - { - "name": "numlookup", - "url": "https://www.numlookup.com/" - }, - { - "name": "haveibeenzuckered", - "url": "https://haveibeenzuckered.com/" - }, - { - "name": "DetectDee", - "url": "https://github.com/piaolin/DetectDee" - }, - { - "name": "espysys", - "url": "https://espysys.com/" - }, - { - "name": "infobel", - "url": "https://www.infobel.com/fr/world" - }, - { - "name": "email2phonenumber", - "url": "https://github.com/martinvigo/email2phonenumber" - }, - { - "name": "truepeoplesearch", - "url": "https://www.truepeoplesearch.com/" - }, - { - "name": "spokeo", - "url": "https://www.spokeo.com/" - }, - { - "name": "TrueCaller Tele Bot", - "url": "https://t.me/TrueCaller_Z_Bot" - }, - { - "name": "SNS masking", - "url": "https://smsviro.com/home/#pricing" - } - ] - }, - { - "category": "Public Records", - "items": [ - { - "name": "Public Record", - "url": "http://publicrecords.searchsystems.net" - }, - { - "name": "Fam Watchdog", - "url": "http://Familywatchdog.us" - }, - { - "name": "Crime Reports", - "url": "http://www.crimereports.com" - } - ] - }, - { - "category": "Finding Usernames", - "items": [ - { - "name": "clatscope", - "url": "https://github.com/clats97/clatscope" - }, - { - "name": "onchain", - "url": "https://www.onchain.industries/" - }, - { - "name": "OSINT indsutries", - "url": "https://www.osint.industries/" - }, - { - "name": "lullar", - "url": "https://lullar-com-3.appspot.com/en" - }, - { - "name": "namecheckr", - "url": "https://www.namecheckr.com/" - }, - { - "name": "Namechk", - "url": "http://www.namechk.com" - }, - { - "name": "Knowem", - "url": "http://www.knowem.com" - }, - { - "name": "Nexfil", - "url": "https://github.com/thewhiteh4t/nexfil" - }, - { - "name": "Sherlock", - "url": "https://github.com/sherlock-project/sherlock" - }, - { - "name": "Instantusername", - "url": "https://instantusername.com/#/" - }, - { - "name": "Snitch", - "url": "http://snitch.name/" - }, - { - "name": "Checkusernames", - "url": "https://checkusernames.com/" - }, - { - "name": "Maigret", - "url": "https://github.com/soxoj/maigret" - }, - { - "name": "Picuki", - "url": "https://www.picuki.com/" - }, - { - "name": "ZoomInfo", - "url": "https://www.zoominfo.com/" - }, - { - "name": "Alfred", - "url": "https://github.com/Alfredredbird/alfred" - }, - { - "name": "Blackbird", - "url": "https://github.com/p1ngul1n0/blackbird" - }, - { - "name": "Bellingcat Username", - "url": "https://bellingcat.github.io/name-variant-search/#gsc.tab=0" - }, - { - "name": "whatsmyname", - "url": "https://whatsmyname.app/" - }, - { - "name": "holehe", - "url": "https://github.com/megadose/holehe" - }, - { - "name": "peekyou", - "url": "https://www.peekyou.com/" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "User Searcher", - "url": "https://www.user-searcher.com/" - }, - { - "name": "idcrawl", - "url": "https://www.idcrawl.com/username" - }, - { - "name": "Ghunt online tools", - "url": "https://app.osint.industries/" - }, - { - "name": "Bellingcat Name Finder", - "url": "https://bellingcat.github.io/name-variant-search/#gsc.tab=0&gsc.q=%22alex%22&gsc.sort=" - }, - { - "name": "lampyre", - "url": "https://lampyre.io/" - } - ] - }, - { - "category": "Social Networks", - "items": [ - { - "name": "Facebook", - "url": "https://facebook.com/livemap" - }, - { - "name": "Facebook lookup id", - "url": "https://lookup-id.com/#" - }, - { - "name": "Sherlock", - "url": "https://github.com/sherlock-project/sherlock" - }, - { - "name": "Socialsearcher Users", - "url": "https://www.social-searcher.com/" - }, - { - "name": "Nexfil", - "url": "https://github.com/thewhiteh4t/nexfil" - }, - { - "name": "Googlesocialsearch", - "url": "https://www.social-searcher.com/google-social-search/" - }, - { - "name": "Google Social Network Transforms", - "url": "https://www.maltego.com/transform-hub/google-programmable-search-engine-transforms/" - }, - { - "name": "FullContact", - "url": "https://www.maltego.com/transform-hub/full-contact/" - }, - { - "name": "maigret", - "url": "https://github.com/soxoj/maigret" - }, - { - "name": "Blackbird", - "url": "https://github.com/p1ngul1n0/blackbird" - }, - { - "name": "lampyre", - "url": "https://lampyre.io/" - } - ] - }, - { - "category": "Google Queries for Facebook", - "items": [] - }, - { - "category": "Facebook Query Language (FQL)", - "items": [ - { - "name": "Findmyfbid", - "url": "http://www.findmyfbid.com/" - }, - { - "name": "Lists FB Query Endpoint", - "url": "https://gist.github.com/nemec/2ba8afa589032f20e2d6509512381114" - } - ] - }, - { - "category": "The Ultimate Facebook Investigation Tool", - "items": [ - { - "name": "Intel Technique", - "url": "https://inteltechniques.com/osint/facebook.html" - }, - { - "name": "Facebook Search", - "url": "http://search.fb.com/" - }, - { - "name": "Fb-sleep-stats", - "url": "https://github.com/sqren/fb-sleep-stats" - }, - { - "name": "Lookup-ID.com", - "url": "https://lookup-id.com" - }, - { - "name": "Wolfram Alpha Facebook Report", - "url": "http://www.wolframalpha.com/input/?i=facebook+report" - }, - { - "name": "Facebook Recover Lookup", - "url": "https://web.facebook.com/login/identify?ctx=recover&_rdc=1&_rdr" - }, - { - "name": "Who posted facebook", - "url": "https://whopostedwhat.com/" - }, - { - "name": "sowsearch", - "url": "https://www.sowsearch.info/" - }, - { - "name": "Hastag Analzer", - "url": "https://www.hashatit.com/" - }, - { - "name": "Export comment", - "url": "https://exportcomments.com/" - }, - { - "name": "Facebook endpoint", - "url": "https://plessas.net/facebookmatrix" - }, - { - "name": "Facebook Graph", - "url": "https://graph.tips/facebook.html" - }, - { - "name": "Facebook live", - "url": "https://www.facebook.com/watch/live/?ref=live_delegate" - }, - { - "name": "Facebook vid downloader", - "url": "https://fdown.net/" - }, - { - "name": "Skopenow FB Hunter", - "url": "https://www.skopenow.com/" - }, - { - "name": "Facebook Data Breach Cheker", - "url": "https://haveibeenzuckered.com/" - }, - { - "name": "F**ck Facebook Github", - "url": "https://github.com/Ph4nToM00/FuckFacebook" - }, - { - "name": "Facebook search photo", - "url": "https://cse.google.com/cse?cx=013991603413798772546:jyvyp2ppxma#gsc.tab=0" - }, - { - "name": "Facebook custom search", - "url": "https://cse.google.com/cse?cx=95ae46262a5f2958e" - }, - { - "name": "Get account ID Facebook", - "url": "https://commentpicker.com/" - } - ] - }, - { - "category": "OnlyFans", - "items": [ - { - "name": "fansmetrics", - "url": "https://fansmetrics.com/" - }, - { - "name": "onlysearch", - "url": "https://onlysearch.co/" - }, - { - "name": "onlyfinder", - "url": "https://onlyfinder.com/" - }, - { - "name": "onlyfans search", - "url": "https://hubite.com/en/onlyfans-search/" - }, - { - "name": "fansearch", - "url": "https://www.fansearch.com/" - } - ] - }, - { - "category": "Steam", - "items": [ - { - "name": "STEAM DB", - "url": "https://steamdb.info/calculator/" - }, - { - "name": "Steam OSINT tool", - "url": "https://github.com/matiash26/Steam-OSINT-TOOL" - }, - { - "name": "exportcomments", - "url": "https://exportcomments.com/" - } - ] - }, - { - "category": "Slack", - "items": [ - { - "name": "SlackPirate", - "url": "https://github.com/emtunc/SlackPirate" - } - ] - }, - { - "category": "Office365", - "items": [ - { - "name": "Oh365UserFinder", - "url": "https://github.com/dievus/Oh365UserFinder" - }, - { - "name": "o365chk", - "url": "https://github.com/nixintel/o365chk" - } - ] - }, - { - "category": "Keybase", - "items": [ - { - "name": "sn0int keybase", - "url": "https://sn0int.com/r/kpcyrd/keybase" - }, - { - "name": "keybase", - "url": "https://keybase.io/" - } - ] - }, - { - "category": "VK", - "items": [ - { - "name": "SocNet Dynamic Image Search", - "url": "https://github.com/DataSalo/SocNet_Dynamic_Image_Search" - }, - { - "name": "Bellingcat VK scrapper", - "url": "https://github.com/bellingcat/vk-url-scraper" - } - ] - }, - { - "category": "Bluesky", - "items": [ - { - "name": "Bluesky api doc", - "url": "https://docs.bsky.app/" - }, - { - "name": "hoaxy", - "url": "https://hoaxy.osome.iu.edu/" - }, - { - "name": "osintcombine", - "url": "https://www.osintcombine.com/platform" - }, - { - "name": "bcounter", - "url": "https://bcounter.nat.vg/" - }, - { - "name": "vqv", - "url": "https://vqv.app/" - }, - { - "name": "realtime bluesky", - "url": "https://realtime.blue/" - }, - { - "name": "bluesky label", - "url": "https://www.bluesky-labelers.io/" - }, - { - "name": "goodfeeds", - "url": "https://goodfeeds.co/" - }, - { - "name": "bluesky insights", - "url": "https://bluesky-insights.dwagentai.com/" - }, - { - "name": "bluesky-crossposter", - "url": "https://github.com/Linus2punkt0/bluesky-crossposter" - } - ] - }, - { - "category": "Instagram", - "items": [ - { - "name": "mollygram", - "url": "https://mollygram.com/" - }, - { - "name": "indownloader", - "url": "https://indownloader.app/" - }, - { - "name": "instanavigation", - "url": "https://instanavigation.net/" - }, - { - "name": "storynavigation", - "url": "https://storynavigation.com/" - }, - { - "name": "anonyig IG Profiler", - "url": "https://anonyig.com/en/" - }, - { - "name": "Hashtagify", - "url": "http://hashtagify.me" - }, - { - "name": "Iconosquare", - "url": "http://iconosquare.com" - }, - { - "name": "Picodash", - "url": "https://www.picodash.com" - }, - { - "name": "Toutatis", - "url": "https://github.com/megadose/toutatis" - }, - { - "name": "SearchMyBio", - "url": "https://www.searchmy.bio/" - }, - { - "name": "Dumpor", - "url": "https://dumpor.com/" - }, - { - "name": "Hookgram", - "url": "https://hookgram.com/" - }, - { - "name": "Picuki", - "url": "https://www.picuki.com/" - }, - { - "name": "Inflact", - "url": "https://inflact.com/" - }, - { - "name": "Greatfon", - "url": "https://greatfon.com/" - }, - { - "name": "Save Free", - "url": "https://www.save-free.com/" - }, - { - "name": "Insta Location Search", - "url": "https://github.com/bellingcat/instagram-location-search" - }, - { - "name": "Insta story visual maps", - "url": "https://github.com/Jasawn/python-instagram-story-visualiser" - }, - { - "name": "Snap Insta", - "url": "https://snapinsta.app/" - }, - { - "name": "Insta Profiler", - "url": "https://imginn.io/" - }, - { - "name": "Insta Loader", - "url": "https://github.com/instaloader/instaloader" - }, - { - "name": "Storistalker", - "url": "https://storistalker.com/#back" - }, - { - "name": "instahunt", - "url": "https://instahunt.co/" - }, - { - "name": "Sterraxcyl IG Profiler", - "url": "https://github.com/novitae/sterraxcyl" - }, - { - "name": "exportcomments", - "url": "https://exportcomments.com/" - }, - { - "name": "Blastup - Insta Downloader", - "url": "https://blastup.com/instagram-downloader" - }, - { - "name": "Insta Stories View", - "url": "https://storiesdown.com/" - }, - { - "name": "Instagram Auditor", - "url": "https://socialauditor.io/" - }, - { - "name": "Instagram Auditor 2", - "url": "https://hypeauditor.com/free-tools/instagram-audit/?username=indozone.id" - }, - { - "name": "upfluence", - "url": "https://www.upfluence.com/instagram-audit-tool" - }, - { - "name": "toolzu", - "url": "https://toolzu.com/" - }, - { - "name": "pathsocial", - "url": "https://www.pathsocial.com/id/" - }, - { - "name": "export comment Insta", - "url": "https://exportgram.net/" - }, - { - "name": "Get account ID instagram", - "url": "https://commentpicker.com/instagram-user-id.php" - }, - { - "name": "dumpor", - "url": "https://dumpor.io/" - }, - { - "name": "greatfon", - "url": "https://greatfon.io/" - } - ] - }, - { - "category": "Microsoft OneDrive", - "items": [ - { - "name": "Onedrive enum", - "url": "https://github.com/nyxgeek/onedrive_user_enum" - } - ] - }, - { - "category": "Pinterest", - "items": [ - { - "name": "Pingroupie", - "url": "http://pingroupie.com" - }, - { - "name": "Pinterest Downloader", - "url": "https://www.expertsphp.com/pinterest-photo-downloader.html" - }, - { - "name": "Pinterset Guest", - "url": "https://addons.mozilla.org/en-US/firefox/addon/pinterest-guest/" - }, - { - "name": "Pinterest search", - "url": "https://sourcinglab.io/search/pinterest" - } - ] - }, - { - "category": "Reddit", - "items": [ - { - "name": "reddit post analyser", - "url": "https://www.osintcombine.com/free-osint-tools/reddit-post-analyser" - }, - { - "name": "Archive Reddit", - "url": "https://www.redditarchive.com/" - }, - { - "name": "Reddit Search", - "url": "https://redditcommentsearch.com/" - }, - { - "name": "Vizit", - "url": "https://redditstuff.github.io/sna/vizit/" - }, - { - "name": "Sub reddit", - "url": "https://subreddits.org/" - }, - { - "name": "RedActive", - "url": "https://www.redective.com/" - }, - { - "name": "f5bot", - "url": "https://f5bot.com/" - }, - { - "name": "reditr", - "url": "https://reditr.com/search" - }, - { - "name": "Redit Search CSE", - "url": "https://cse.google.com/cse?cx=007749065626525752968:qh5bqebwi30" - }, - { - "name": "Reddit find sub", - "url": "https://anvaka.github.io/" - } - ] - }, - { - "category": "Youtube", - "items": [ - { - "name": "Youtube Comments Finder and Downloader", - "url": "https://ytbcomments.com/" - }, - { - "name": "citizenevidence", - "url": "https://citizenevidence.amnestyusa.org/" - }, - { - "name": "watchframebyframe", - "url": "http://www.watchframebyframe.com/" - }, - { - "name": "YT Mtedata", - "url": "https://mattw.io/youtube-metadata/" - }, - { - "name": "TY Geo Find", - "url": "https://mattw.io/youtube-geofind/" - }, - { - "name": "YT chat downloader", - "url": "https://github.com/xenova/chat-downloader" - }, - { - "name": "youtubecommentsdownloader", - "url": "https://youtubecommentsdownloader.com/" - }, - { - "name": "ytcomment", - "url": "https://ytcomment.kmcat.uk/" - }, - { - "name": "exportcomments", - "url": "https://exportcomments.com/" - }, - { - "name": "yark YT archiving", - "url": "https://github.com/Owez/yark" - }, - { - "name": "Downsub", - "url": "https://downsub.com/" - }, - { - "name": "Savesubs", - "url": "https://savesubs.com/" - }, - { - "name": "hadzy - YT Comment", - "url": "https://hadzy.com/" - }, - { - "name": "Filmot", - "url": "https://filmot.com/" - }, - { - "name": "appsgolem", - "url": "https://appsgolem.com/en/download-most-replayed-moment-youtube-video" - }, - { - "name": "Get account ID YT", - "url": "https://commentpicker.com/" - } - ] - }, - { - "category": "Mastodon", - "items": [ - { - "name": "Masto", - "url": "https://github.com/C3n7ral051nt4g3ncy/Masto" - }, - { - "name": "imagstodon", - "url": "https://seintpl.github.io/imagstodon/" - }, - { - "name": "bluesky-crossposter", - "url": "https://github.com/Linus2punkt0/bluesky-crossposter" - } - ] - }, - { - "category": "Twitter", - "items": [ - { - "name": "Hoaxy", - "url": "https://hoaxy.osome.iu.edu/" - }, - { - "name": "Twitter API", - "url": "https://developer.x.com/en/docs/twitter-api/getting-started/about-twitter-api" - }, - { - "name": "search.twitter.com", - "url": "https://twitter.com/search-home" - }, - { - "name": "twitter advanced", - "url": "https://www.twitter.com/search-advanced" - }, - { - "name": "twitter who_to_follow", - "url": "https://www.twitter.com/who_to_follow" - }, - { - "name": "Backtweets", - "url": "http://backtweets.com" - }, - { - "name": "First Tweet", - "url": "http://ctrlq.org/first" - }, - { - "name": "Foller.me", - "url": "http://foller.me" - }, - { - "name": "Followerwonk", - "url": "http://followerwonk.com" - }, - { - "name": "GeoSocial Footprint", - "url": "http://geosocialfootprint.com" - }, - { - "name": "Gigatweeter", - "url": "http://gigatweeter.com" - }, - { - "name": "Harvard TweetMap", - "url": "http://worldmap.harvard.edu/tweetmap" - }, - { - "name": "Hashtagify", - "url": "http://hashtagify.me" - }, - { - "name": "Hashtags.org", - "url": "http://www.hashtags.org" - }, - { - "name": "MyTweetAlerts", - "url": "https://www.mytweetalerts.com/" - }, - { - "name": "OneMillionTweetMap", - "url": "http://onemilliontweetmap.com" - }, - { - "name": "Social Bearing", - "url": "http://www.socialbearing.com" - }, - { - "name": "Social Rank First Follower", - "url": "http://socialrank.com/firstfollower" - }, - { - "name": "Spoonbill", - "url": "http://spoonbill.io" - }, - { - "name": "Tagdef", - "url": "https://tagdef.com" - }, - { - "name": "Tinfoleak", - "url": "https://tinfoleak.com" - }, - { - "name": "Trends24", - "url": "http://trends24.in" - }, - { - "name": "TrendsMap", - "url": "http://trendsmap.com" - }, - { - "name": "TwChat", - "url": "http://twchat.com" - }, - { - "name": "TweetArchivist", - "url": "http://www.tweetarchivist.com" - }, - { - "name": "TweetDeck", - "url": "https://www.tweetdeck.com" - }, - { - "name": "TweetMap", - "url": "http://mapd.csail.mit.edu/tweetmap" - }, - { - "name": "TweetMap", - "url": "http://worldmap.harvard.edu/tweetmap" - }, - { - "name": "Twiangulate", - "url": "http://www.twiangulate.com" - }, - { - "name": "Twitonomy", - "url": "http://www.twitonomy.com" - }, - { - "name": "Twitter Advanced Search", - "url": "https://twitter.com/search-advanced?lang=en" - }, - { - "name": "Twitter Audit", - "url": "https://www.twitteraudit.com" - }, - { - "name": "Twitter Chat Schedule", - "url": "http://tweetreports.com/twitter-chat-schedule" - }, - { - "name": "Twitter Search", - "url": "http://search.twitter.com" - }, - { - "name": "Twint", - "url": "https://github.com/twintproject/twint" - }, - { - "name": "Twitwork", - "url": "https://github.com/atmoner/TwitWork" - }, - { - "name": "Twitter Account Profiler", - "url": "https://www.sotwe.com/" - }, - { - "name": "Twitter Account Profiler", - "url": "https://twstalker.com/" - }, - { - "name": "Twitter Archive", - "url": "https://github.com/humandecoded/twayback" - }, - { - "name": "History Twitter", - "url": "https://memory.lol/app/" - }, - { - "name": "Wayback Twitter", - "url": "https://waybacktweets.streamlit.app/" - }, - { - "name": "Twitter BOT", - "url": "https://botometer.osome.iu.edu/" - }, - { - "name": "botometer Twitter dataset", - "url": "https://botometer.osome.iu.edu/bot-repository/datasets.html" - }, - { - "name": "Treverse", - "url": "https://github.com/paulgb/Treeverse/blob/master/README.md?utm_content=buffer33d48&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#readme" - }, - { - "name": "Tweetbinder", - "url": "https://www.tweetbinder.com/" - }, - { - "name": "onemilliontweetmap", - "url": "https://onemilliontweetmap.com/" - }, - { - "name": "birdhunt", - "url": "https://birdhunt.co/" - }, - { - "name": "exportcomments", - "url": "https://exportcomments.com/" - }, - { - "name": "followeraudit", - "url": "https://www.followeraudit.com/" - }, - { - "name": "stweet", - "url": "https://github.com/markowanga/stweet" - }, - { - "name": "tweepy", - "url": "https://www.tweepy.org/" - }, - { - "name": "twtdata", - "url": "https://www.twtdata.com/" - }, - { - "name": "botsentinel", - "url": "https://botsentinel.com/dashboard" - }, - { - "name": "bluesky-crossposter", - "url": "https://github.com/Linus2punkt0/bluesky-crossposter" - }, - { - "name": "Get account ID Facebook", - "url": "https://commentpicker.com/" - }, - { - "name": "inteltechniques", - "url": "http://inteltechniques.com/osint/twitter.html" - }, - { - "name": "twitter lolarchiver", - "url": "https://twitter.lolarchiver.com/" - }, - { - "name": "Geoint CSE search", - "url": "https://cse.google.com/cse?cx=015328649639895072395:sbv3zyxzmji#gsc.tab=0&gsc.sort=" - } - ] - }, - { - "category": "Snapchat", - "items": [ - { - "name": "Snapchat MAP", - "url": "https://map.snapchat.com/" - }, - { - "name": "Snapchat Map scrapping", - "url": "https://github.com/nemec/snapchat-map-scraper" - }, - { - "name": "SnapIntel", - "url": "https://github.com/Kr0wZ/SnapIntel" - } - ] - }, - { - "category": "LinkedIn", - "items": [ - { - "name": "LinkedInDumper", - "url": "https://github.com/l4rm4nd/LinkedInDumper" - }, - { - "name": "Weakestlink", - "url": "https://github.com/shellfarmer/WeakestLink" - }, - { - "name": "GatherContacts", - "url": "https://github.com/clr2of8/GatherContacts" - }, - { - "name": "Rocket reach", - "url": "https://rocketreach.co/person" - }, - { - "name": "Phantom Buster", - "url": "https://phantombuster.com/phantombuster" - }, - { - "name": "reversecontact", - "url": "https://www.reversecontact.com/" - }, - { - "name": "Linkedin Search OSINT", - "url": "https://cse.google.com/cse?cx=daaf18e804f81bed0" - }, - { - "name": "Linkedin Google Search Custom", - "url": "https://cse.google.com/cse?cx=002879889969213338875:ykfcyju2xe8" - }, - { - "name": "Linkedin Google Search Custom 2", - "url": "https://cse.google.com/cse?cx=012951739560700154499:8rl_7tkzjgq#gsc.tab=0" - }, - { - "name": "coresignal", - "url": "https://coresignal.com/" - }, - { - "name": "Linkedin Attack Vector", - "url": "https://www.osintdojo.com/diagrams/linkedin" - }, - { - "name": "CrossLinked", - "url": "https://github.com/m8sec/CrossLinked" - } - ] - }, - { - "category": "MySpace", - "items": [] - }, - { - "category": "Tiktok", - "items": [ - { - "name": "tiktok-hashtag-analysis", - "url": "https://github.com/bellingcat/tiktok-hashtag-analysis" - }, - { - "name": "tiktok-downloader", - "url": "https://github.com/Gimenz/tiktok-downloader" - }, - { - "name": "tiktok API", - "url": "https://pypi.org/project/TikTokApi/" - }, - { - "name": "tiktok date extract", - "url": "https://bellingcat.github.io/tiktok-timestamp/" - }, - { - "name": "Gimenz tiktok downloader", - "url": "https://github.com/Gimenz/tiktok-downloader" - }, - { - "name": "exportcomments", - "url": "https://exportcomments.com/" - } - ] - }, - { - "category": "Parler", - "items": [ - { - "name": "Parler Vidio Map", - "url": "https://kylemcdonald.net/parler/map/" - }, - { - "name": "Open Measures", - "url": "https://public.openmeasures.io/" - } - ] - }, - { - "category": "Monitoring & Alerting", - "items": [ - { - "name": "Pastebin Alerts", - "url": "http://pastebin.com/u/alerts" - }, - { - "name": "HaveIBeenPwned", - "url": "http://www.haveIbeenpwned.com" - }, - { - "name": "Hudson Rock Cybercrime Intelligence Free Tools", - "url": "https://www.hudsonrock.com/threat-intelligence-cybercrime-tools" - }, - { - "name": "brandmentions", - "url": "https://brandmentions.com/" - }, - { - "name": "Google Alert", - "url": "https://www.google.com/alerts?hl=en" - }, - { - "name": "flashpoint", - "url": "https://flashpoint.io/" - }, - { - "name": "canarytokens", - "url": "https://canarytokens.org/nest/" - }, - { - "name": "Intel471", - "url": "https://intel471.com/" - } - ] - }, - { - "category": "EXIF Analysis", - "items": [ - { - "name": "regex", - "url": "http://regex.info/exif.cgi" - }, - { - "name": "FindExif", - "url": "http://www.findexif.com" - }, - { - "name": "metapicz", - "url": "http://metapicz.com" - }, - { - "name": "imageforensic", - "url": "http://www.imageforensic.org" - }, - { - "name": "metapicz", - "url": "http://metapicz.com" - }, - { - "name": "jimpl", - "url": "https://jimpl.com/" - }, - { - "name": "pic2map", - "url": "https://www.pic2map.com/" - }, - { - "name": "labs.tib.eu", - "url": "https://labs.tib.eu/geoestimation/" - }, - { - "name": "imago-forensics", - "url": "https://github.com/redaelli/imago-forensics" - }, - { - "name": "Renrot Exif", - "url": "https://github.com/andy-shev/RenRot" - }, - { - "name": "Geotag", - "url": "https://vsudo.net/tools/geotag" - }, - { - "name": "PhotOSINT Browser Extension", - "url": "https://chrome.google.com/webstore/detail/photosint/gonhdjmkgfkokhkflfhkbiagbmoolhcd/related?hl=nl" - }, - { - "name": "Python exif extractor", - "url": "https://github.com/davidbombal/red-python-scripts/blob/main/exif.py" - } - ] - }, - { - "category": "Email Tracking", - "items": [ - { - "name": "Mailcat", - "url": "https://github.com/sharsil/mailcat" - }, - { - "name": "OSINT indsutries", - "url": "https://www.osint.industries/" - }, - { - "name": "lullar", - "url": "https://lullar-com-3.appspot.com/en" - }, - { - "name": "ip-adress", - "url": "http://www.ip-adress.com/trace_email/" - }, - { - "name": "whatismyipaddress", - "url": "http://www.whatismyipaddress.com/trace-email" - }, - { - "name": "hunter", - "url": "https://hunter.io/" - }, - { - "name": "Website informer", - "url": "https://website.informer.com/" - }, - { - "name": "email-checker", - "url": "https://email-checker.net/" - }, - { - "name": "verifyemailaddress", - "url": "https://www.verifyemailaddress.org/" - }, - { - "name": "SignalHire", - "url": "https://www.signalhire.com/" - }, - { - "name": "Holehe", - "url": "https://github.com/megadose/holehe" - }, - { - "name": "Holehe Maltego Transforms", - "url": "https://github.com/megadose/holehe-maltego" - }, - { - "name": "Spokeo", - "url": "https://www.spokeo.com/email-search" - }, - { - "name": "Mx Toolbox - Header Email", - "url": "https://mxtoolbox.com/EmailHeaders.aspx" - }, - { - "name": "getnotify", - "url": "http://www.getnotify.com" - }, - { - "name": "epieos", - "url": "https://epieos.com/" - }, - { - "name": "seon", - "url": "https://seon.io/resources/the-ultimate-guide-to-free-email-lookup-and-reverse-email-lookup-tools/" - }, - { - "name": "Eye", - "url": "https://github.com/N0rz3/Eyes" - }, - { - "name": "Thatsthem", - "url": "https://thatsthem.com/" - }, - { - "name": "Freepeoplesearch", - "url": "https://freepeoplesearch.com/" - }, - { - "name": "Headmail", - "url": "https://github.com/umair9747/headmail" - }, - { - "name": "Poastal", - "url": "https://github.com/jakecreps/poastal" - }, - { - "name": "anymailfinder", - "url": "https://anymailfinder.com/" - }, - { - "name": "getprospect", - "url": "https://getprospect.com/" - }, - { - "name": "Email Hippo", - "url": "https://tools.emailhippo.com/" - }, - { - "name": "Buster", - "url": "https://github.com/sham00n/buster" - }, - { - "name": "Gravatar Email Cheker", - "url": "https://gravatar.com/site/check/" - }, - { - "name": "EmailRep", - "url": "https://emailrep.io/" - }, - { - "name": "pwnedOrNot", - "url": "https://github.com/thewhiteh4t/pwnedOrNot" - }, - { - "name": "Email-Analytics", - "url": "https://emailanalytics.com/email-headers/" - }, - { - "name": "Email Header Analisis Toolbox", - "url": "https://toolbox.googleapps.com/apps/messageheader/" - }, - { - "name": "Sherlock Eye", - "url": "https://sherlockeye.io/" - }, - { - "name": "Ghunt", - "url": "https://github.com/mxrch/GHunt" - }, - { - "name": "Email Format", - "url": "https://www.email-format.com/i/search/" - }, - { - "name": "predictasearch", - "url": "https://www.predictasearch.com/" - }, - { - "name": "emailsearch", - "url": "https://emailsearch.io/" - }, - { - "name": "inspektur", - "url": "https://github.com/bgwastu/inspektur" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "Proxynova", - "url": "https://www.proxynova.com/tools/comb/" - }, - { - "name": "Leakcheck", - "url": "https://leakcheck.io/" - }, - { - "name": "exposed", - "url": "https://exposed.lol/" - }, - { - "name": "findemail", - "url": "https://findemail.io/" - }, - { - "name": "skymem", - "url": "https://www.skymem.info/" - }, - { - "name": "idcrawl", - "url": "https://www.idcrawl.com/email-lookup" - }, - { - "name": "Ghunt online tools", - "url": "https://app.osint.industries/" - }, - { - "name": "Hashes email", - "url": "https://hashes.com/en/emails/md5" - }, - { - "name": "sn0int protonmail-pks", - "url": "https://sn0int.com/r/kpcyrd/protonmail-pks" - }, - { - "name": "checkcybersecurity", - "url": "https://checkcybersecurity.service.ncsc.gov.uk/email-security-check/form" - }, - { - "name": "Proton mail tracking", - "url": "https://github.com/pixelbubble/ProtOSINT" - }, - { - "name": "Proton Protintelligence", - "url": "https://github.com/C3n7ral051nt4g3ncy/Prot1ntelligence" - }, - { - "name": "Ghunt online Japanese Lang", - "url": "https://gmail-osint.activetk.jp/" - }, - { - "name": "OSINT rocks", - "url": "https://osint.rocks/" - }, - { - "name": "email-permutator perform possible email addresses", - "url": "http://metricsparrow.com/toolkit/email-permutator/" - }, - { - "name": "salesblink email-permutator perform possible email addresses", - "url": "https://salesblink.io/email-permutator" - }, - { - "name": "ipkzone email generator", - "url": "https://ipkzone.my.id/gmail/" - }, - { - "name": "snov.io", - "url": "https://snov.io/email-finder" - }, - { - "name": "experte", - "url": "https://www.experte.com/email-finder" - }, - { - "name": "Josue87 EmailFinder", - "url": "https://github.com/Josue87/EmailFinder" - }, - { - "name": "infoga", - "url": "https://www.infoga.io/" - }, - { - "name": "findemail", - "url": "https://findemail.io/" - }, - { - "name": "minelead", - "url": "https://minelead.io/" - }, - { - "name": "espysys", - "url": "https://espysys.com/" - }, - { - "name": "hackcheck", - "url": "https://hackcheck.io/" - }, - { - "name": "h8mail", - "url": "https://github.com/khast3x/h8mail" - }, - { - "name": "lampyre", - "url": "https://lampyre.io/" - }, - { - "name": "onchain", - "url": "https://www.onchain.industries/" - }, - { - "name": "email2phonenumber", - "url": "https://github.com/martinvigo/email2phonenumber" - }, - { - "name": "lullar like a dork", - "url": "https://com.lullar.com/" - }, - { - "name": "clatscope", - "url": "https://github.com/clats97/clatscope" - }, - { - "name": "darkradar", - "url": "https://www.darkradar.io/mail-breach" - }, - { - "name": "voilanorbert", - "url": "https://www.voilanorbert.com/" - } - ] - }, - { - "category": "PGP or GPG Keybase", - "items": [ - { - "name": "keybase.io", - "url": "https://keybase.io/" - }, - { - "name": "keys openpgp", - "url": "https://keys.openpgp.org/" - }, - { - "name": "ubbuntu key server", - "url": "http://keyserver.ubuntu.com:11371/" - } - ] - }, - { - "category": "Shodan Query Options", - "items": [] - }, - { - "category": "Capturing Information", - "items": [ - { - "name": "Exif Viewer", - "url": "https://addons.mozilla.org/en-US/firefox/addon/exif-viewer/" - }, - { - "name": "HTTrack", - "url": "https://www.httrack.com/" - }, - { - "name": "Wayback Machine", - "url": "https://archive.org/web/" - }, - { - "name": "cachedview", - "url": "https://cachedview.com/" - }, - { - "name": "url png", - "url": "https://www.url2png.com/" - }, - { - "name": "Bellingcat Auto Archive", - "url": "https://github.com/bellingcat/auto-archiver" - }, - { - "name": "Archive today", - "url": "https://archive.ph/" - }, - { - "name": "flameshot", - "url": "https://flameshot.org/" - }, - { - "name": "Googl earth pro", - "url": "https://earth.google.com/web" - } - ] - }, - { - "category": "OSINT Online Tool", - "items": [ - { - "name": "Echosec", - "url": "https://www.echosec.net/" - }, - { - "name": "Labs TIB", - "url": "https://labs.tib.eu/info/en/" - }, - { - "name": "Foller", - "url": "https://foller.me/" - }, - { - "name": "Tweet Deck", - "url": "https://tweetdeck.twitter.com/" - }, - { - "name": "Tweet Trips", - "url": "https://www.tweetedtrips.com/" - }, - { - "name": "Tweet Tonomy", - "url": "http://www.twitonomy.com/" - }, - { - "name": "Twinangulate", - "url": "https://www.twiangulate.com/search/" - }, - { - "name": "Geosocial", - "url": "http://geosocialfootprint.com/" - }, - { - "name": "Hash tracking", - "url": "https://www.hashtracking.com/" - }, - { - "name": "Socmint tool", - "url": "http://socmint.tools/" - }, - { - "name": "OSINT Combine", - "url": "https://www.osintcombine.com/tools" - }, - { - "name": "Device Info", - "url": "https://www.deviceinfo.me/" - }, - { - "name": "GRABIFY IP", - "url": "https://grabify.link/" - }, - { - "name": "Cek Rekening", - "url": "https://cekrekening.id/home" - }, - { - "name": "Thatsthem", - "url": "https://thatsthem.com/" - }, - { - "name": "IntelligenceX", - "url": "https://intelx.io/tools" - }, - { - "name": "lolarchiver", - "url": "https://osint.lolarchiver.com/#" - }, - { - "name": "cybdetective public tool", - "url": "https://cybdetective.com/" - }, - { - "name": "OSINT indsutries", - "url": "https://www.osint.industries/" - }, - { - "name": "bbot", - "url": "https://github.com/blacklanternsecurity/bbot" - }, - { - "name": "Meta OSINT", - "url": "https://metaosint.github.io/" - }, - { - "name": "Shrelock", - "url": "https://github.com/sherlock-project/sherlock" - }, - { - "name": "Maltego", - "url": "https://www.maltego.com/" - }, - { - "name": "OSINT Framework", - "url": "https://osintframework.com/" - }, - { - "name": "OSINT Framework 2", - "url": "https://knowlesys.com/osint_framework.html" - }, - { - "name": "Twint", - "url": "https://forum.seccodeid.com/d/twint-twitter-intelligence-tool" - }, - { - "name": "Telegram OSINT", - "url": "https://forum.seccodeid.com/d/telegram-nearby-map" - }, - { - "name": "Recon-Ng", - "url": "https://github.com/lanmaster53/recon-ng" - }, - { - "name": "tinfoleak", - "url": "https://github.com/vaguileradiaz/tinfoleak" - }, - { - "name": "maigret", - "url": "https://github.com/soxoj/maigret" - }, - { - "name": "mosint", - "url": "https://github.com/alpkeskin/mosint" - }, - { - "name": "osint_stuff_tool_collection", - "url": "https://github.com/cipher387/osint_stuff_tool_collection" - }, - { - "name": "instaloctrack", - "url": "https://github.com/bernsteining/instaloctrack" - }, - { - "name": "SpyScrap", - "url": "https://github.com/RuthGnz/SpyScrap" - }, - { - "name": "osintteye", - "url": "https://github.com/rlyonheart/osinteye" - }, - { - "name": "metagoofil", - "url": "https://github.com/kurobeats/metagoofil" - }, - { - "name": "Harvester", - "url": "https://github.com/laramies/theHarvester" - }, - { - "name": "Geo creepy", - "url": "http://www.geocreepy.com/" - }, - { - "name": "trape", - "url": "https://github.com/jofpin/trape" - }, - { - "name": "ReconDog", - "url": "https://github.com/s0md3v/ReconDog" - }, - { - "name": "iKy", - "url": "https://github.com/kennbroorg/iKy" - }, - { - "name": "Ghunt", - "url": "https://github.com/mxrch/GHunt" - }, - { - "name": "Moriarty-Project", - "url": "https://github.com/AzizKpln/Moriarty-Project" - }, - { - "name": "Mr.Holmes", - "url": "https://github.com/Lucksi/Mr.Holmes" - }, - { - "name": "octosuite Advanced Github OSINT Framework", - "url": "https://github.com/rly0nheart/octosuite.git" - }, - { - "name": "Toutatis", - "url": "https://github.com/megadose/toutatis" - }, - { - "name": "A tool for OSINT based threat hunting", - "url": "https://github.com/ninoseki/mihari" - }, - { - "name": "K𝚊𝚛𝚖𝚊 𝚟𝟸 is a Passive Open Source Intelligence", - "url": "https://github.com/Dheerajmadhukar/karma_v2" - }, - { - "name": "Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools", - "url": "https://github.com/elfmaster/libelfmaster" - }, - { - "name": "OSINT tool that allows you to find a person's accounts and emails + breached email", - "url": "https://github.com/Greyjedix/Profil3r" - }, - { - "name": "A tool to search Aviation-related intelligence from public sources", - "url": "https://github.com/n0skill/AVOSINT" - }, - { - "name": "PoC OSINT Discord user and guild information harvester", - "url": "https://github.com/V3ntus/darvester" - }, - { - "name": "Automate downloading archived deleted Tweets", - "url": "https://github.com/Mennaruuk/twayback" - }, - { - "name": "Discover the location of nearby Telegram users", - "url": "https://github.com/tejado/telegram-nearby-map" - }, - { - "name": "OSINT Tool on Twitter and Instagram", - "url": "https://github.com/xadhrit/terra" - }, - { - "name": "The World's simplest facial recognition api for python and the command line", - "url": "https://github.com/ageitgey/face_recognition" - }, - { - "name": "Automation and automation of digital forensic tools", - "url": "https://github.com/google/turbinia" - }, - { - "name": "E4GL30S1NT", - "url": "https://github.com/C0MPL3XDEV/E4GL30S1NT" - }, - { - "name": "Commit stream finding Github repositories by extracting commit", - "url": "https://github.com/x1sec/commit-stream" - }, - { - "name": "SingleFile copy of an entire web page in a single HTML file", - "url": "https://github.com/gildas-lormeau/SingleFile" - }, - { - "name": "Photon Incredibly fast crawler designed for OSINT", - "url": "https://github.com/s0md3v/Photon" - }, - { - "name": "infoooze", - "url": "https://github.com/devXprite/infoooze" - }, - { - "name": "Eye", - "url": "https://github.com/N0rz3/Eyes" - }, - { - "name": "find osint-tool", - "url": "https://find.osint-tool.com/" - }, - { - "name": "More", - "url": "https://forum.seccodeid.com/?q=osint" - }, - { - "name": "UBIKRON", - "url": "https://www.osint-tool.com/unravel-help/" - }, - { - "name": "netlas.io", - "url": "https://app.netlas.io/host/" - } - ] - }, - { - "category": "Telegram Tool", - "items": [ - { - "name": "Maltego Telegram", - "url": "https://github.com/vognik/maltego-telegram" - }, - { - "name": "Telegago", - "url": "https://cse.google.com/cse?cx=006368593537057042503:efxu7xprihg#gsc.tab=0" - }, - { - "name": "Telegram search CSE", - "url": "https://cse.google.com/cse?cx=004805129374225513871:p8lhfo0g3hg&q=" - }, - { - "name": "TelegramDB", - "url": "http://www.telegramdb.org/" - }, - { - "name": "Telegram Database: channels, groups and users", - "url": "https://t.me/s/privatelinks" - }, - { - "name": "Telegram channels and groups catalog", - "url": "https://tgstat.com/" - }, - { - "name": "Social Finder", - "url": "https://socialfinder.app/list/Telegram" - }, - { - "name": "Lyzem Search", - "url": "https://lyzem.com/" - }, - { - "name": "Discover The Best Telegram Channels", - "url": "https://telegramchannels.me/" - }, - { - "name": "Tele Channel Overiview", - "url": "https://telemetr.io/" - }, - { - "name": "Telepathy", - "url": "https://github.com/proseltd/Telepathy" - }, - { - "name": "Telemetr", - "url": "https://telemetr.io/" - }, - { - "name": "Telegramtrac", - "url": "https://github.com/claromes/telegramtrac" - }, - { - "name": "TGDev", - "url": "https://tgdev.io/" - }, - { - "name": "IntelX Telegram", - "url": "https://intelx.io/tools?tab=telegram" - }, - { - "name": "Tele Geo Int", - "url": "https://github.com/Alb-310/Geogramint" - }, - { - "name": "Tele Phone Number Checker - Bellingcat", - "url": "https://github.com/bellingcat/telegram-phone-number-checker" - }, - { - "name": "Telegram Geogramint", - "url": "https://github.com/Alb-310/Geogramint" - }, - { - "name": "Telegram-Trilateration", - "url": "https://github.com/jkctech/Telegram-Trilateration" - }, - { - "name": "TeleTracker by Tsale", - "url": "https://github.com/tsale/TeleTracker" - }, - { - "name": "Teletehon", - "url": "https://docs.telethon.dev/en/stable/basic/installation.html" - }, - { - "name": "Bellingcat Telegram Joiner", - "url": "https://bellingcat.github.io/telegram-group-joiner/" - }, - { - "name": "Awesome-Telegram-OSINT", - "url": "https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT" - }, - { - "name": "Telegram-OSINT", - "url": "https://github.com/The-Osint-Toolbox/Telegram-OSINT" - }, - { - "name": "tlgrm channels by categories", - "url": "https://tlgrm.eu/channels" - }, - { - "name": "TeleBotList", - "url": "https://github.com/MoonWalker440/TeleBotList" - }, - { - "name": "telepathydb", - "url": "https://telepathydb.com/" - }, - { - "name": "telemetryapp", - "url": "https://www.telemetryapp.io/" - }, - { - "name": "fragment", - "url": "https://fragment.com/" - }, - { - "name": "combot Tele Group", - "url": "https://combot.org/top/telegram/groups" - }, - { - "name": "telegram-store", - "url": "https://telegram-store.com/" - }, - { - "name": "tosint", - "url": "https://github.com/drego85/tosint" - }, - { - "name": "Telegram Scammer list ACC Database", - "url": "https://apk.ibnux.com/data/" - } - ] - }, - { - "category": "Document and Slides Search OSINT", - "items": [ - { - "name": "Find-pdf-doc", - "url": "http://www.findpdfdoc.com" - }, - { - "name": "Free Full PDF", - "url": "http://www.freefullpdf.com" - }, - { - "name": "SlideShare", - "url": "http://www.slideshare.net" - }, - { - "name": "Scribd", - "url": "http://www.scribd.com" - }, - { - "name": "Scribd docdownloader", - "url": "https://docdownloader.com/" - }, - { - "name": "Doclibra.com", - "url": "https://doclibra.com/" - }, - { - "name": "FilePursuit", - "url": "https://filepursuit.com/" - }, - { - "name": "NAPALM FTP Indexer", - "url": "https://www.searchftps.net/" - }, - { - "name": "Cryptome - search doc about publication that are prohibited by government", - "url": "https://cryptome.org/" - }, - { - "name": "Finda PDF", - "url": "https://www.findapdf.com/" - }, - { - "name": "Find PDF Doc", - "url": "http://www.findpdfdoc.com/" - }, - { - "name": "Pdf analyzer", - "url": "http://pdf-analyser.edpsciences.org/" - }, - { - "name": "Tools pdf24", - "url": "https://tools.pdf24.org/en/extract-images" - }, - { - "name": "ArchivEye", - "url": "https://github.com/eastrd/ArchivEye" - }, - { - "name": "Metashield Analyzer", - "url": "https://metashieldanalyzer.elevenpaths.com/" - }, - { - "name": "foca", - "url": "https://github.com/ElevenPaths/FOCA" - }, - { - "name": "Psbdmp", - "url": "https://psbdmp.ws/" - }, - { - "name": "ArchivEye", - "url": "https://github.com/eastrd/ArchivEye" - }, - { - "name": "Fdupes", - "url": "https://github.com/adrianlopezroche/fdupes" - }, - { - "name": "kaseware search query", - "url": "https://www.kaseware.com/search-query" - }, - { - "name": "CV REesume Search", - "url": "https://booleanstrings.com/hidden-resumes/#gsc.tab=0&gsc.q=" - }, - { - "name": "booleanstrings document search", - "url": "https://booleanstrings.com/doc-finder-storage/#gsc.tab=0&gsc.q=" - }, - { - "name": "wikileaks", - "url": "https://search.wikileaks.org/" - }, - { - "name": "pdfdrive", - "url": "https://www.pdfdrive.com/search?q=password" - }, - { - "name": "goofile", - "url": "https://www.kali.org/tools/goofile/" - }, - { - "name": "worldbank webdocs", - "url": "https://thedocs.worldbank.org/en/doc/webdocs" - } - ] - }, - { - "category": "Real-Time Search, Social Media Search, and General Social Media Tools", - "items": [ - { - "name": "Hashtatit", - "url": "http://www.hashatit.com" - }, - { - "name": "Rival IQ", - "url": "https://www.rivaliq.com" - }, - { - "name": "SocialBakers", - "url": "http://www.socialbakers.com" - }, - { - "name": "SociaBlade", - "url": "http://socialblade.com" - }, - { - "name": "Social Searcher", - "url": "http://www.social-searcher.com" - }, - { - "name": "Mail.Ru Social Network Search", - "url": "https://go.mail.ru/search_social" - }, - { - "name": "WATools", - "url": "https://watools.io/" - }, - { - "name": "Profil3r", - "url": "https://github.com/Rog3rSm1th/Profil3r" - }, - { - "name": "Oblivion", - "url": "https://github.com/loseys/Oblivion" - }, - { - "name": "Social Analyzer", - "url": "https://github.com/qeeqbox/social-analyzer" - }, - { - "name": "Snsscrape", - "url": "https://github.com/JustAnotherArchivist/snscrape" - }, - { - "name": "stratosphere", - "url": "https://github.com/elehcimd/stratosphere" - }, - { - "name": "OSINT compass", - "url": "https://osint-compass-portal.onrender.com/" - }, - { - "name": "Sherlock Eye", - "url": "https://sherlockeye.io/" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "socialscan", - "url": "https://pypi.org/project/socialscan/" - }, - { - "name": "inspektur", - "url": "https://github.com/bgwastu/inspektur" - } - ] - }, - { - "category": "Image Search", - "items": [ - { - "name": "7Photos", - "url": "http://7photos.net" - }, - { - "name": "Baidu Images", - "url": "http://image.baidu.com" - }, - { - "name": "Bing Images", - "url": "http://www.bing.com/images" - }, - { - "name": "Clarify", - "url": "http://clarify.io" - }, - { - "name": "Flickr", - "url": "https://secure.flickr.com" - }, - { - "name": "GoodSearch Image Search", - "url": "http://www.goodsearch.com/search-image" - }, - { - "name": "Google Image", - "url": "https://images.google.com" - }, - { - "name": "Image Identification Project", - "url": "https://www.imageidentify.com" - }, - { - "name": "MyPicsMap", - "url": "http://www.mypicsmap.com" - }, - { - "name": "PhotoBucket", - "url": "http://photobucket.com" - }, - { - "name": "Picsearch", - "url": "http://www.picsearch.com" - }, - { - "name": "PicTriev", - "url": "http://www.pictriev.com" - }, - { - "name": "StolenCameraFinder", - "url": "http://www.stolencamerafinder.co.uk" - }, - { - "name": "TinEye", - "url": "https://tineye.com" - }, - { - "name": "Worldcam", - "url": "http://www.worldc.am" - }, - { - "name": "Yahoo Image Search", - "url": "https://images.search.yahoo.com" - }, - { - "name": "Yandex Images", - "url": "https://www.yandex.com/images" - }, - { - "name": "Betaface", - "url": "https://www.betaface.com/demo.html" - }, - { - "name": "Search4faces", - "url": "https://search4faces.com/" - }, - { - "name": "Pimeyes", - "url": "https://pimeyes.com/en" - }, - { - "name": "Reminiai", - "url": "https://remini.ai/" - }, - { - "name": "Search4face", - "url": "https://search4faces.com/en/" - }, - { - "name": "Vkfacewatch", - "url": "https://vk.watch/" - }, - { - "name": "Facecheck", - "url": "https://facecheck.id/" - }, - { - "name": "Findmyclone", - "url": "https://www.findmyclone.com/" - }, - { - "name": "Face++", - "url": "https://www.faceplusplus.com/" - }, - { - "name": "AWS-Recon", - "url": "https://aws.amazon.com/rekognition/" - }, - { - "name": "Azure vidio indexer", - "url": "https://vi.microsoft.com/en-us" - }, - { - "name": "Webcams", - "url": "https://github.com/pbkompasz/webcams" - }, - { - "name": "Mever", - "url": "https://mever.iti.gr/forensics/" - }, - { - "name": "InVID Verification", - "url": "https://www.invid-project.eu/tools-and-services/invid-verification-plugin/" - }, - { - "name": "Google Lens", - "url": "https://lens.google.com/" - }, - { - "name": "Robots Verify", - "url": "https://www.robots.ox.ac.uk/~vgg/software/vff/" - }, - { - "name": "Amazon Face Recon", - "url": "https://aws.amazon.com/getting-started/hands-on/detect-analyze-compare-faces-rekognition/" - }, - { - "name": "VGG Image Search Engine (VISE)", - "url": "https://robots.ox.ac.uk/~vgg/software/vise/" - }, - { - "name": "Fake face detector", - "url": "https://seintpl.github.io/AmIReal/" - }, - { - "name": "Telegram Face Match Bot", - "url": "https://t.me/facematch_bot" - }, - { - "name": "berify", - "url": "https://berify.com/" - }, - { - "name": "shutterstock", - "url": "https://www.shutterstock.com/royalty-free/reverse-image-search-for-video" - }, - { - "name": "gettyimages", - "url": "https://www.gettyimages.com/" - }, - { - "name": "imgur", - "url": "https://imgur.com/" - }, - { - "name": "geospy", - "url": "https://geospy.ai/" - }, - { - "name": "sogou", - "url": "https://pic.sogou.com/" - }, - { - "name": "geospy", - "url": "https://geospy.web.app/" - }, - { - "name": "alamy", - "url": "https://www.alamy.com/" - }, - { - "name": "rootabout", - "url": "https://rootabout.com/" - }, - { - "name": "copyseeker", - "url": "https://copyseeker.net/" - }, - { - "name": "infringement image search", - "url": "https://infringement.report/api/raider-reverse-image-search/" - }, - { - "name": "Face Similarity Test Online", - "url": "https://facecomparison.toolpie.com/" - } - ] - }, - { - "category": "Image Analysis", - "items": [ - { - "name": "ExifTool", - "url": "https://exiftool.org/" - }, - { - "name": "Exif Search", - "url": "http://www.exif-search.com" - }, - { - "name": "FotoForensics", - "url": "http://www.fotoforensics.com" - }, - { - "name": "Gbimg.org", - "url": "http://gbimg.org" - }, - { - "name": "Ghiro", - "url": "http://www.getghiro.org" - }, - { - "name": "ImpulseAdventure", - "url": "http://www.impulseadventure.com/photo/jpeg-snoop.html" - }, - { - "name": "Jeffreys Image Metadata Viewer", - "url": "http://exif.regex.info/" - }, - { - "name": "JPEGsnoop", - "url": "https://sourceforge.net/projects/jpegsnoop" - }, - { - "name": "Metapicz", - "url": "http://metapicz.com/" - }, - { - "name": "Forensically", - "url": "https://29a.ch/photo-forensics/" - }, - { - "name": "DiffChecker", - "url": "https://www.diffchecker.com/image-diff/" - }, - { - "name": "ImgOps", - "url": "https://imgops.com/" - }, - { - "name": "Pimeyes", - "url": "https://pimeyes.com/en" - }, - { - "name": "Reminiai", - "url": "https://remini.ai/" - }, - { - "name": "Search4face", - "url": "https://search4faces.com/en/" - }, - { - "name": "Vkfacewatch", - "url": "https://vk.watch/" - }, - { - "name": "Facecheck", - "url": "https://facecheck.id/" - }, - { - "name": "Findmyclone", - "url": "https://www.findmyclone.com/" - }, - { - "name": "Face++", - "url": "https://www.faceplusplus.com/" - }, - { - "name": "AWS-Recon", - "url": "https://aws.amazon.com/rekognition/" - }, - { - "name": "Image Analyzer", - "url": "https://www.maltego.com/transform-hub/image-analyzer/" - }, - { - "name": "Pelock", - "url": "https://www.pelock.com/products/steganography-online-codec" - }, - { - "name": "OCR Image", - "url": "https://www.newocr.com/" - }, - { - "name": "labs.tib.eu", - "url": "https://labs.tib.eu/geoestimation/" - }, - { - "name": "Webcams", - "url": "https://github.com/pbkompasz/webcams" - }, - { - "name": "imago-forensics", - "url": "https://github.com/redaelli/imago-forensics" - }, - { - "name": "Face recon", - "url": "https://github.com/ageitgey/face_recognition" - }, - { - "name": "Cleanup pictures", - "url": "https://cleanup.pictures/" - }, - { - "name": "Mever", - "url": "https://mever.iti.gr/forensics/" - }, - { - "name": "InVID Verification", - "url": "https://www.invid-project.eu/tools-and-services/invid-verification-plugin/" - }, - { - "name": "Google Lens", - "url": "https://lens.google.com/" - }, - { - "name": "Exif Purge", - "url": "https://www.exifpurge.com/" - }, - { - "name": "VGG Image Classification", - "url": "https://www.robots.ox.ac.uk/~vgg/software/vic/" - }, - { - "name": "VGG Image Search Engine (VISE)", - "url": "https://robots.ox.ac.uk/~vgg/software/vise/" - }, - { - "name": "Fake face detector", - "url": "https://seintpl.github.io/AmIReal/" - }, - { - "name": "GeoSpy", - "url": "https://geospy.web.app/" - }, - { - "name": "gvision", - "url": "https://github.com/GONZOsint/gvision" - }, - { - "name": "DiffChecker", - "url": "https://www.diffchecker.com/image-diff/" - }, - { - "name": "ImgOps", - "url": "https://imgops.com/" - }, - { - "name": "Telegram Face Match Bot", - "url": "https://t.me/facematch_bot" - }, - { - "name": "picarta", - "url": "https://picarta.ai/" - }, - { - "name": "ID KTP OCR", - "url": "https://github.com/fauzantaqiyuddin/fastapi-ocr-ktp" - }, - { - "name": "Python exif extractor", - "url": "https://github.com/davidbombal/red-python-scripts/blob/main/exif.py" - }, - { - "name": "exterro", - "url": "https://www.exterro.com/digital-forensics-software/ftk-imager" - }, - { - "name": "media IO", - "url": "https://www.media.io/" - }, - { - "name": "Geospy Github", - "url": "https://github.com/atiilla/geospy" - }, - { - "name": "imagga", - "url": "https://imagga.com/" - }, - { - "name": "geospy", - "url": "https://geospy.ai/" - }, - { - "name": "Image J", - "url": "https://imagej.net/ij/index.html" - }, - { - "name": "Imjoy", - "url": "https://ij.imjoy.io/" - }, - { - "name": "Image J github", - "url": "https://github.com/imagej/ImageJ" - }, - { - "name": "imagemeasurement", - "url": "https://imagemeasurement.online/image/view" - }, - { - "name": "powertoys Microsoft", - "url": "https://learn.microsoft.com/en-us/windows/powertoys/screen-ruler" - }, - { - "name": "Apple Ruler", - "url": "https://support.apple.com/id-id/102468" - }, - { - "name": "geohints", - "url": "https://geohints.com/" - }, - { - "name": "graylark", - "url": "https://graylark.io/" - }, - { - "name": "stylesuxx Steganography Online", - "url": "https://stylesuxx.github.io/steganography/" - }, - { - "name": "earthkit", - "url": "https://earthkit.app/" - }, - { - "name": "imageforensic", - "url": "https://www.imageforensic.org/" - }, - { - "name": "watermarkremover", - "url": "https://www.watermarkremover.io/" - }, - { - "name": "georgeom", - "url": "https://georgeom.net/StegOnline/upload" - }, - { - "name": "fotoforensics", - "url": "https://fotoforensics.com/" - }, - { - "name": "picsman", - "url": "https://www.picsman.ai/" - }, - { - "name": "Face Similarity Test Online", - "url": "https://facecomparison.toolpie.com/" - }, - { - "name": "photopea", - "url": "https://www.photopea.com/" - }, - { - "name": "demuc", - "url": "https://demuc.de/" - } - ] - }, - { - "category": "Stock Images", - "items": [ - { - "name": "Flickr", - "url": "https://secure.flickr.com" - }, - { - "name": "pexels", - "url": "https://www.pexels.com/" - }, - { - "name": "AlltheFreeStock", - "url": "http://allthefreestock.com" - }, - { - "name": "Death to Stock", - "url": "http://deathtothestockphoto.com" - }, - { - "name": "Freeimages", - "url": "http://www.freeimages.com" - }, - { - "name": "Freestocks.org", - "url": "http://freestocks.org" - }, - { - "name": "Gratisography", - "url": "http://www.gratisography.com" - }, - { - "name": "IM Free", - "url": "http://www.imcreator.com/free" - }, - { - "name": "ISO Republic", - "url": "http://isorepublic.com" - }, - { - "name": "iStockphoto", - "url": "http://www.istockphoto.com" - }, - { - "name": "Kaboompics", - "url": "http://kaboompics.com" - }, - { - "name": "LibreStock", - "url": "https://librestock.com" - }, - { - "name": "Life of Pix", - "url": "http://www.lifeofpix.com" - }, - { - "name": "NegativeSpace", - "url": "http://negativespace.co" - }, - { - "name": "New Old Stock", - "url": "http://nos.twnsnd.co" - }, - { - "name": "Pixabay", - "url": "https://pixabay.com" - }, - { - "name": "Pexels", - "url": "https://www.pexels.com" - }, - { - "name": "Stocksnap", - "url": "https://stocksnap.io" - }, - { - "name": "Shutterstock", - "url": "http://www.shutterstock.com" - }, - { - "name": "tookapic", - "url": "https://stock.tookapic.com" - }, - { - "name": "Unsplash", - "url": "https://unsplash.com" - }, - { - "name": "Pimeyes", - "url": "https://pimeyes.com/en" - }, - { - "name": "Pixiv", - "url": "https://www.pixiv.net/en/" - }, - { - "name": "gettyimages", - "url": "https://www.gettyimages.com/" - }, - { - "name": "imgur", - "url": "https://imgur.com/" - } - ] - }, - { - "category": "Video Search and Other Video Tools", - "items": [ - { - "name": "Google Lens", - "url": "https://lens.google/" - }, - { - "name": "Google Vid", - "url": "https://www.google.com/videohp" - }, - { - "name": "Aol Videos", - "url": "http://on.aol.com" - }, - { - "name": "Bing Videos", - "url": "http://www.bing.com/?scope=video" - }, - { - "name": "Clarify", - "url": "http://clarify.io" - }, - { - "name": "DailyMotion", - "url": "http://www.dailymotion.com" - }, - { - "name": "Deturl", - "url": "http://deturl.com" - }, - { - "name": "Earthcam", - "url": "http://www.earthcam.com" - }, - { - "name": "Insecam", - "url": "http://insecam.org/" - }, - { - "name": "clipchamp", - "url": "https://clipchamp.com/en/" - }, - { - "name": "Internet Archive: Open Source Videos", - "url": "https://archive.org/details/opensource_movies" - }, - { - "name": "LiveLeak", - "url": "http://www.liveleak.com" - }, - { - "name": "Metatube", - "url": "http://www.metatube.com" - }, - { - "name": "Veoh", - "url": "http://www.veoh.com" - }, - { - "name": "Vimeo", - "url": "https://vimeo.com" - }, - { - "name": "Yahoo Video Search", - "url": "http://video.search.yahoo.com" - }, - { - "name": "YouTube", - "url": "https://www.youtube.com" - }, - { - "name": "YouTube Data Viewer", - "url": "https://www.amnestyusa.org/citizenevidence" - }, - { - "name": "YouTube Metadata", - "url": "https://mattw.io/youtube-metadata/" - }, - { - "name": "YouTube Geofind", - "url": "https://mattw.io/youtube-geofind/" - }, - { - "name": "Video Stabilization Methods", - "url": "https://github.com/yaochih/awesome-video-stabilization" - }, - { - "name": "Azure vidio indexer", - "url": "https://vi.microsoft.com/en-us" - }, - { - "name": "Bilibili scraper", - "url": "https://github.com/yixiangyin/bilibili-scraper" - }, - { - "name": "Webcams", - "url": "https://github.com/pbkompasz/webcams" - }, - { - "name": "Kamerka", - "url": "https://github.com/woj-ciech/Kamerka-GUI" - }, - { - "name": "airportwebcams", - "url": "https://airportwebcams.net/" - }, - { - "name": "Earthcam", - "url": "https://www.earthcam.com/#google_vignette" - }, - { - "name": "tvway", - "url": "http://tvway.ru/" - }, - { - "name": "unscreen", - "url": "https://www.unscreen.com/" - }, - { - "name": "shutterstock", - "url": "https://www.shutterstock.com/royalty-free/reverse-image-search-for-video" - }, - { - "name": "invid-project", - "url": "https://www.invid-project.eu/tools-and-services/invid-verification-plugin/" - } - ] - }, - { - "category": "Geospatial Research and Mapping Tools", - "items": [ - { - "name": "plonkit guide for geospatial", - "url": "https://www.plonkit.net/guide" - }, - { - "name": "Apple Maps", - "url": "https://beta.maps.apple.com/" - }, - { - "name": "Atlasify", - "url": "http://www.atlasify.com" - }, - { - "name": "Batchgeo", - "url": "http://batchgeo.com" - }, - { - "name": "Bing Maps", - "url": "http://www.bing.com/maps" - }, - { - "name": "CartoDB", - "url": "https://cartodb.com" - }, - { - "name": "Colorbrewer", - "url": "http://colorbrewer2.org" - }, - { - "name": "CrowdMap", - "url": "https://crowdmap.com" - }, - { - "name": "Dominoc925", - "url": "https://dominoc925-pages.appspot.com/mapplets/cs_mgrs.html" - }, - { - "name": "DualMaps", - "url": "https://www.mapchannels.com/dualmaps7/map.htm" - }, - { - "name": "GeoGig", - "url": "http://geogig.org" - }, - { - "name": "GeoNames", - "url": "http://www.geonames.org" - }, - { - "name": "Esri", - "url": "http://www.esri.com" - }, - { - "name": "Flash Earth", - "url": "http://www.flashearth.com" - }, - { - "name": "Google Earth", - "url": "http://www.google.com/earth" - }, - { - "name": "Google Earth Pro", - "url": "https://www.google.com/intl/en/earth/versions/#earth-pro" - }, - { - "name": "Google Maps", - "url": "https://www.google.com/maps" - }, - { - "name": "Google Maps Streetview Player", - "url": "http://brianfolts.com/driver" - }, - { - "name": "Google My Maps", - "url": "https://www.google.com/maps/about/mymaps" - }, - { - "name": "GPSVisualizer", - "url": "http://www.gpsvisualizer.com" - }, - { - "name": "GrassGIS", - "url": "http://grass.osgeo.org" - }, - { - "name": "Here", - "url": "http://here.com" - }, - { - "name": "Hyperlapse Google Street View", - "url": "https://github.com/TeehanLax/Hyperlapse.js" - }, - { - "name": "Inspire Geoportal", - "url": "http://inspire-geoportal.ec.europa.eu" - }, - { - "name": "InstantAtlas", - "url": "http://www.instantatlas.com" - }, - { - "name": "Instant Google Street View", - "url": "http://www.instantstreetview.com" - }, - { - "name": "Kartograph", - "url": "http://kartograph.org" - }, - { - "name": "Leaflet", - "url": "http://leafletjs.com" - }, - { - "name": "MapAList", - "url": "http://mapalist.com" - }, - { - "name": "MapBox", - "url": "https://www.mapbox.com" - }, - { - "name": "Mapbuildr", - "url": "https://mapbuildr.com" - }, - { - "name": "Mapchart.net", - "url": "https://mapchart.net" - }, - { - "name": "Maperitive", - "url": "http://maperitive.net" - }, - { - "name": "MapHub", - "url": "https://maphub.net" - }, - { - "name": "MapJam", - "url": "http://mapjam.com" - }, - { - "name": "Mapline", - "url": "https://mapline.com" - }, - { - "name": "Map Maker", - "url": "https://maps.co" - }, - { - "name": "Mapquest", - "url": "https://www.mapquest.com" - }, - { - "name": "Modest Maps", - "url": "http://modestmaps.com" - }, - { - "name": "NGA GEOINT", - "url": "https://github.com/ngageoint" - }, - { - "name": "OpenLayers", - "url": "http://openlayers.org" - }, - { - "name": "Polymaps", - "url": "http://polymaps.org" - }, - { - "name": "Perry Castaneda Library", - "url": "https://www.lib.utexas.edu/maps" - }, - { - "name": "Open Street Map", - "url": "http://www.openstreetmap.org" - }, - { - "name": "QGIS", - "url": "http://qgis.org" - }, - { - "name": "QuickMaps", - "url": "https://chrome.google.com/webstore/detail/quick-maps/bgbojmobaekecckmomemopckmeipecij" - }, - { - "name": "Scribble Maps", - "url": "http://scribblemaps.com" - }, - { - "name": "Terrapattern", - "url": "http://www.terrapattern.com" - }, - { - "name": "Tableau", - "url": "http://www.tableausoftware.com" - }, - { - "name": "Timescape", - "url": "https://www.timescape.io" - }, - { - "name": "View in Google Earth", - "url": "http://www.mgmaps.com/kml/#view" - }, - { - "name": "Wikimapia", - "url": "http://wikimapia.org" - }, - { - "name": "World Aeronautical Database", - "url": "http://worldaerodata.com" - }, - { - "name": "WorldMap Harvard", - "url": "http://worldmap.harvard.edu" - }, - { - "name": "ViaMichelin", - "url": "http://www.viamichelin.com" - }, - { - "name": "Yahoo Maps", - "url": "https://maps.yahoo.com" - }, - { - "name": "Zeemaps", - "url": "https://www.zeemaps.com" - }, - { - "name": "Sentinel Hub", - "url": "https://www.sentinel-hub.com/explore/sentinelplayground/" - }, - { - "name": "Maxar", - "url": "https://discover.digitalglobe.com/" - }, - { - "name": "Zoom Earth", - "url": "https://zoom.earth/" - }, - { - "name": "Remote Pixel", - "url": "https://remotepixel.ca/projects/index.html" - }, - { - "name": "SunCalc", - "url": "https://www.suncalc.org/" - }, - { - "name": "mooncalc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "planetscalc", - "url": "https://www.planetscalc.org/" - }, - { - "name": "moonsighting", - "url": "https://www.moonsighting.com/" - }, - { - "name": "mooncalendar", - "url": "https://www.mooncalc.org/mooncalendar/" - }, - { - "name": "ArcGIS", - "url": "https://livingatlas.arcgis.com/en/browse/" - }, - { - "name": "Pic2Map", - "url": "https://www.pic2map.com/" - }, - { - "name": "Mapillary", - "url": "https://www.mapillary.com/app/" - }, - { - "name": "KartaView", - "url": "https://kartaview.org/map/" - }, - { - "name": "Satellites Pro", - "url": "https://satellites.pro/" - }, - { - "name": "Liveuamap", - "url": "https://liveuamap.com/" - }, - { - "name": "Descartes Labs", - "url": "https://maps.descarteslabs.com/" - }, - { - "name": "Baidu Maps", - "url": "https://map.baidu.com/" - }, - { - "name": "MapChecking", - "url": "https://www.mapchecking.com/" - }, - { - "name": "Windy", - "url": "https://www.windy.com/" - }, - { - "name": "SOAR", - "url": "https://soar.earth/" - }, - { - "name": "digiKam", - "url": "https://www.digikam.org/" - }, - { - "name": "geoq", - "url": "https://github.com/ngageoint/geoq" - }, - { - "name": "gvision", - "url": "https://github.com/GONZOsint/gvision" - }, - { - "name": "OSM Bellingcat", - "url": "https://osm-search.bellingcat.com/" - }, - { - "name": "labs.tib.eu", - "url": "https://labs.tib.eu/geoestimation/" - }, - { - "name": "sketchmapper", - "url": "https://sketchmapper.cellgrid.co/" - }, - { - "name": "github sketchmapper", - "url": "https://github.com/mlkin/sketchmapper" - }, - { - "name": "byt-georagging", - "url": "https://github.com/Yachay-AI/byt5-geotagging" - }, - { - "name": "CSIS maps", - "url": "https://amti.csis.org/maps/" - }, - { - "name": "Humdata maps", - "url": "https://data.humdata.org/group" - }, - { - "name": "Planet - satellite maps", - "url": "https://www.planet.com/products/" - }, - { - "name": "OSM Finder", - "url": "https://github.com/Xetnus/osm-finder" - }, - { - "name": "OSM Finder - Web based", - "url": "https://osm-finder.netlify.app/" - }, - { - "name": "Wayback Geospatial", - "url": "https://livingatlas.arcgis.com/wayback" - }, - { - "name": "Twitter Geo", - "url": "http://geosocialfootprint.com/" - }, - { - "name": "Insta Geo", - "url": "https://github.com/bellingcat/instagram-location-search" - }, - { - "name": "NASA EARTH", - "url": "https://www.earthdata.nasa.gov/learn/find-data/near-real-time/firms" - }, - { - "name": "EARTH DATA NASA", - "url": "https://wvs.earthdata.nasa.gov/" - }, - { - "name": "peakvisor", - "url": "https://peakvisor.com/" - }, - { - "name": "peakfinder", - "url": "https://www.peakfinder.com/" - }, - { - "name": "Calc Map Coordinate", - "url": "https://www.calcmaps.com/map-coordinates/" - }, - { - "name": "Latlong Calc", - "url": "https://www.latlong.net/" - }, - { - "name": "Gps Visualizer", - "url": "https://www.gpsvisualizer.com/calculators" - }, - { - "name": "Iq Air", - "url": "https://www.iqair.com/id/" - }, - { - "name": "NASA Earth Data", - "url": "https://search.earthdata.nasa.gov/search" - }, - { - "name": "NASA World View", - "url": "https://worldview.earthdata.nasa.gov/" - }, - { - "name": "Earth Exploer", - "url": "https://earthexplorer.usgs.gov/" - }, - { - "name": "Sky Watch Earth Cache", - "url": "https://skywatch.com/earthcache/" - }, - { - "name": "Sentinel Hub", - "url": "https://www.sentinel-hub.com/" - }, - { - "name": "Skylens", - "url": "https://app.skylens.io/" - }, - { - "name": "Geocreepy", - "url": "https://www.geocreepy.com/" - }, - { - "name": "garmin", - "url": "https://www.garmin.co.id/products/outdoor/gpsmap64s-sea/" - }, - { - "name": "Corona Atlsa", - "url": "https://corona.cast.uark.edu/" - }, - { - "name": "BMKG RI", - "url": "https://www.bmkg.go.id/" - }, - { - "name": "GIS INA", - "url": "https://tanahair.indonesia.go.id/portal-web/" - }, - { - "name": "Kpler", - "url": "https://www.kpler.com/" - }, - { - "name": "wanderlog review on Google maps", - "url": "https://wanderlog.com/" - }, - { - "name": "planet", - "url": "https://www.planet.com/" - }, - { - "name": "NBR Map", - "url": "https://map.nbr.org/interactivemap/" - }, - { - "name": "geohints", - "url": "https://geohints.com/" - }, - { - "name": "geotips", - "url": "https://geotips.net/" - }, - { - "name": "shademap", - "url": "https://shademap.app/" - }, - { - "name": "shadowmap", - "url": "https://shadowmap.org/" - }, - { - "name": "livingatlas wayback", - "url": "https://livingatlas.arcgis.com/wayback" - }, - { - "name": "livingatlas wayback Guide", - "url": "https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/mapping/use-world-imagery-wayback/" - }, - { - "name": "supermapol", - "url": "https://www.supermapol.com/" - }, - { - "name": "supermapol docs", - "url": "https://doc.supermapol.com/en/Introduction/Introduction.html" - }, - { - "name": "gpsjam", - "url": "https://gpsjam.org/" - }, - { - "name": "freemaptools", - "url": "https://www.freemaptools.com/" - }, - { - "name": "bbbike", - "url": "https://mc.bbbike.org/mc/" - }, - { - "name": "geojson", - "url": "https://geojson.io/" - }, - { - "name": "mooncalc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "moon timeanddate", - "url": "https://www.timeanddate.com/" - }, - { - "name": "urbanaccessregulations", - "url": "https://urbanaccessregulations.eu/userhome/map" - }, - { - "name": "mapsm", - "url": "https://mapsm.com/" - }, - { - "name": "picarta", - "url": "https://picarta.ai/" - }, - { - "name": "Kaseware Geospatial", - "url": "https://www.kaseware.com/geospatial-analysis-software" - }, - { - "name": "nominatim OSM", - "url": "https://nominatim.openstreetmap.org/" - }, - { - "name": "Calculator IPVM", - "url": "https://calculator.ipvm.com/" - }, - { - "name": "f4map", - "url": "https://demo.f4map.com/" - }, - { - "name": "osmbuildings", - "url": "https://osmbuildings.org/" - }, - { - "name": "geospy", - "url": "https://geospy.ai/" - }, - { - "name": "unwiredlabs", - "url": "https://unwiredlabs.com/products" - }, - { - "name": "copernix", - "url": "https://copernix.io/" - }, - { - "name": "skydb DB for building", - "url": "https://www.skydb.net/" - }, - { - "name": "dataspace copernicus EU", - "url": "https://browser.dataspace.copernicus.eu/" - }, - { - "name": "openinframap", - "url": "https://openinframap.org/#2/57.92/72.82/L,O" - }, - { - "name": "openseamap", - "url": "https://map.openseamap.org/" - }, - { - "name": "openstreetbrowser", - "url": "https://openstreetbrowser.org/" - }, - { - "name": "maproulette", - "url": "https://maproulette.org/" - }, - { - "name": "Old maps online", - "url": "https://www.oldmapsonline.org/en/" - }, - { - "name": "graylark", - "url": "https://graylark.io/" - }, - { - "name": "earthkit", - "url": "https://earthkit.app/" - }, - { - "name": "drivingdirectionsandmaps", - "url": "https://www.drivingdirectionsandmaps.com/" - }, - { - "name": "virtualglobetrotting", - "url": "https://virtualglobetrotting.com/" - }, - { - "name": "Population Count", - "url": "https://landscan.ornl.gov/" - }, - { - "name": "grid Area mapping", - "url": "https://grid.bellingcat.com/" - }, - { - "name": "Maritim world lightphotos", - "url": "https://www.lightphotos.net/photos/map_all.php" - }, - { - "name": "geohack", - "url": "https://geohack.toolforge.org/" - }, - { - "name": "alltrails", - "url": "https://www.alltrails.com/" - }, - { - "name": "pastvu map", - "url": "https://pastvu.com/" - }, - { - "name": "Latest change OSM", - "url": "https://rene78.github.io/latest-changes/#5/-3.448/115.532" - }, - { - "name": "Offensive OSINT", - "url": "https://www.os-surveillance.io/#choose-plan" - }, - { - "name": "OSM - Taginfo", - "url": "https://taginfo.openstreetmap.org/keys" - }, - { - "name": "Bellingcat Google Maps review Filename Chrome Extension", - "url": "https://www.bellingcat.com/resources/2024/10/15/google-maps-image-filename-finder-tool/" - }, - { - "name": "SOAR Earth", - "url": "https://soar.earth/maps?" - }, - { - "name": "Kamerka", - "url": "https://github.com/woj-ciech/Kamerka-GUI" - }, - { - "name": "dual maps", - "url": "https://data.mashedworld.com/dualmaps/map.htm" - }, - { - "name": "instantstreetview", - "url": "https://www.instantstreetview.com/" - }, - { - "name": "skyscrapercenter Buildings", - "url": "https://www.skyscrapercenter.com/buildings" - }, - { - "name": "Geo and 3D building in Istanbul", - "url": "https://harita.istanbul/" - }, - { - "name": "anvaka city road creator", - "url": "https://anvaka.github.io/city-roads" - }, - { - "name": "Windows mapp", - "url": "https://apps.microsoft.com/detail/9wzdncrdtbvb?hl=en-US&gl=US" - }, - { - "name": "worldatlas", - "url": "https://www.worldatlas.com/countries" - }, - { - "name": "earthquake hazards USGS", - "url": "https://www.usgs.gov/programs/earthquake-hazards" - }, - { - "name": "ID earthquake bmkg", - "url": "https://www.bmkg.go.id/gempabumi/" - }, - { - "name": "mapcreator", - "url": "https://mapcreator.io/" - }, - { - "name": "google initiative news - Basic GEE", - "url": "https://newsinitiative.withgoogle.com/resources/trainings/introduction-to-google-earth-engine/" - }, - { - "name": "shadowbreakintl", - "url": "https://www.shadowbreakintl.com/#products" - }, - { - "name": "earthkit", - "url": "https://agent.earthkit.app/" - }, - { - "name": "SHP to KML Converrt", - "url": "https://mygeodata.cloud/converter/shp-to-kml" - }, - { - "name": "Geojson to KML Convert", - "url": "https://mygeodata.cloud/converter/geojson-to-kml" - }, - { - "name": "geojson", - "url": "https://geojson.io/#map=5.37/-4.098/137.614" - }, - { - "name": "geojson", - "url": "https://geojson.tools/" - }, - { - "name": "mapshaper", - "url": "https://mapshaper.org/" - }, - { - "name": "osm-3d globe", - "url": "https://osm-3d.org/screenshots.en.htm" - }, - { - "name": "OSM 3D Map Lists Awesome", - "url": "https://wiki.openstreetmap.org/wiki/3D" - }, - { - "name": "streets gl", - "url": "https://streets.gl/" - }, - { - "name": "G maps", - "url": "https://maps.google.com/maps" - }, - { - "name": "G earth", - "url": "https://earth.google.com/web" - }, - { - "name": "F4maps", - "url": "https://demo.f4map.com/" - }, - { - "name": "arcgis", - "url": "https://www.arcgis.com/home/webscene/viewer.html?layers=ca0470dbbddb4db28bad74ed39949e25" - }, - { - "name": "hub arcgis", - "url": "https://hub.arcgis.com/maps/ca0470dbbddb4db28bad74ed39949e25/about" - }, - { - "name": "onegeo", - "url": "https://onegeo.co/data/" - }, - { - "name": "osmbuildings", - "url": "https://osmbuildings.org/?lat=31.54568&lon=34.45578&zoom=16.8&tilt=30" - }, - { - "name": "mapbox", - "url": "https://www.mapbox.com/" - }, - { - "name": "maptoolkit", - "url": "https://www.maptoolkit.com/" - }, - { - "name": "maptiler", - "url": "https://www.maptiler.com/maps/" - }, - { - "name": "3D mapper", - "url": "https://3d-mapper.com/" - }, - { - "name": "peakvisor", - "url": "https://peakvisor.com/" - }, - { - "name": "Blender 3D maker", - "url": "https://www.blender.org/" - }, - { - "name": "3D Maker by OSM", - "url": "https://osmbuildings.org/documentation/leaflet/" - }, - { - "name": "Microsoft GlobalMLBuildingFootprints", - "url": "https://github.com/microsoft/GlobalMLBuildingFootprints" - }, - { - "name": "Microsoft flightsimulator", - "url": "https://www.flightsimulator.com/" - }, - { - "name": "wego here", - "url": "https://wego.here.com/" - }, - { - "name": "sunpath3d", - "url": "https://drajmarsh.bitbucket.io/sunpath3d.html" - }, - { - "name": "Microsoft Building Dataset", - "url": "https://planetarycomputer.microsoft.com/dataset/ms-buildings" - }, - { - "name": "osm-3d globe", - "url": "https://osm-3d.org/screenshots.en.htm" - }, - { - "name": "maps3d", - "url": "https://maps3d.io/" - }, - { - "name": "osm2world", - "url": "https://osm2world.org/" - }, - { - "name": "euspaceimaging", - "url": "https://www.euspaceimaging.com/products/3d-products/" - }, - { - "name": "Baidu maps", - "url": "https://map.baidu.com/" - }, - { - "name": "cesium", - "url": "https://cesium.com/" - }, - { - "name": "Earth Engine Doc", - "url": "https://developers.google.com/earth-engine/guides/getstarted" - }, - { - "name": "Google Earth Engine: A Quick Guide for Beginners", - "url": "https://gisgeography.com/google-earth-engine/" - } - ] - }, - { - "category": "Nearby Map From Geospatial", - "items": [ - { - "name": "virtualglobetrotting", - "url": "https://virtualglobetrotting.com/" - }, - { - "name": "foursquare", - "url": "https://location.foursquare.com/" - }, - { - "name": "tripadvisor", - "url": "https://www.tripadvisor.com/" - }, - { - "name": "booking", - "url": "https://booking.com" - }, - { - "name": "agoda", - "url": "https://agoda.com" - }, - { - "name": "wanderlog review on Google maps", - "url": "https://wanderlog.com/" - }, - { - "name": "airbnb", - "url": "https://www.airbnb.co.id/" - }, - { - "name": "copernix", - "url": "https://copernix.io/" - }, - { - "name": "trip", - "url": "https://www.trip.com/" - }, - { - "name": "traveloka", - "url": "https://www.traveloka.com/" - }, - { - "name": "hotels", - "url": "https://id.hotels.com/" - }, - { - "name": "booking", - "url": "https://www.booking.com/" - }, - { - "name": "yelp", - "url": "https://www.yelp.com/" - }, - { - "name": "wikinearby", - "url": "https://wikinearby.toolforge.org/" - }, - { - "name": "Wikimapia", - "url": "http://wikimapia.org" - }, - { - "name": "vrbo", - "url": "https://www.vrbo.com/" - } - ] - }, - { - "category": "Fact Checking", - "items": [ - { - "name": "Captin Fact", - "url": "https://captainfact.io/" - }, - { - "name": "Fact Check", - "url": "http://www.factcheck.org" - }, - { - "name": "Full Fact", - "url": "https://fullfact.org" - }, - { - "name": "Snopes", - "url": "http://www.snopes.com" - }, - { - "name": "Verification Handbook", - "url": "http://verificationhandbook.com" - }, - { - "name": "Google Fact", - "url": "https://toolbox.google.com/factcheck/explorer" - }, - { - "name": "Google Fact API", - "url": "https://toolbox.google.com/factcheck/apis" - }, - { - "name": "Open Measures", - "url": "https://openmeasures.io/" - }, - { - "name": "Hoaxy", - "url": "https://hoaxy.osome.iu.edu/" - }, - { - "name": "FEAT Visual Tool", - "url": "https://github.com/GONZOsint/FEAT" - }, - { - "name": "followeraudit", - "url": "https://www.followeraudit.com/" - }, - { - "name": "TEMPO news ID cek fakta", - "url": "https://cekfakta.tempo.co/" - }, - { - "name": "How to Verify Guide", - "url": "https://www.howtoverify.info/Image/Where/Geolocation/Manual_geolocation" - }, - { - "name": "Gephi Visual Tool", - "url": "https://gephi.org/" - }, - { - "name": "3 new ways to check images and sources online", - "url": "https://blog.google/products/search/google-search-new-fact-checking-features/" - } - ] - }, - { - "category": "Server Information Gathering Also Web", - "items": [ - { - "name": "viewdns - IP history", - "url": "https://viewdns.info/iphistory/?domain" - }, - { - "name": "cloudflare radar", - "url": "https://radar.cloudflare.com/" - }, - { - "name": "fullhunt", - "url": "https://fullhunt.io/" - }, - { - "name": "shodan", - "url": "https://www.shodan.io/" - }, - { - "name": "hunter", - "url": "https://hunter.how/" - }, - { - "name": "odin", - "url": "https://search.odin.io/" - }, - { - "name": "onyphe", - "url": "https://search.onyphe.io/" - }, - { - "name": "censys", - "url": "https://search.censys.io/" - }, - { - "name": "zoomeye", - "url": "https://www.zoomeye.ai/" - }, - { - "name": "greynoise", - "url": "https://viz.greynoise.io/" - }, - { - "name": "Testssl", - "url": "https://testssl.sh/" - }, - { - "name": "Nesus", - "url": "https://www.tenable.com/products/nessus" - }, - { - "name": "securitytrails", - "url": "https://securitytrails.com/" - }, - { - "name": "SSL Scan", - "url": "https://www.kali.org/tools/sslscan/" - }, - { - "name": "subdomainfinder search history subdomain", - "url": "https://subdomainfinder.c99.nl/" - } - ] - }, - { - "category": "CTF Analysis & Exploit", - "items": [ - { - "name": "Cybercheff", - "url": "https://gchq.github.io/CyberChef/" - }, - { - "name": "dcode", - "url": "https://www.dcode.fr/cipher-identifier" - }, - { - "name": "Bettercap", - "url": "https://github.com/bettercap/bettercap" - }, - { - "name": "Yersinia", - "url": "https://github.com/tomac/yersinia" - }, - { - "name": "FeatherDuster", - "url": "https://github.com/nccgroup/featherduster" - }, - { - "name": "Hash Extender", - "url": "https://github.com/iagox86/hash_extender" - }, - { - "name": "Hashcat", - "url": "https://hashcat.net/hashcat/" - }, - { - "name": "DLLInjector", - "url": "https://github.com/OpenSecurityResearch/dllinjector" - }, - { - "name": "Metasploit", - "url": "https://www.metasploit.com/" - }, - { - "name": "Pwntools", - "url": "https://github.com/Gallopsled/pwntools" - }, - { - "name": "ROPgadget", - "url": "https://github.com/JonathanSalwan/ROPgadget" - }, - { - "name": "Exiftool", - "url": "https://exiftool.org/" - }, - { - "name": "Malzilla", - "url": "https://malzilla.sourceforge.net/downloads.html" - }, - { - "name": "Zmap", - "url": "https://zmap.io/" - }, - { - "name": "Nmap", - "url": "https://nmap.org/" - }, - { - "name": "Wireshark", - "url": "https://www.wireshark.org/" - }, - { - "name": "Apktool", - "url": "https://ibotpeaches.github.io/Apktool/" - }, - { - "name": "Ninja Binary", - "url": "https://binary.ninja/" - }, - { - "name": "Binwalk", - "url": "https://github.com/ReFirmLabs/binwalk" - }, - { - "name": "GDB", - "url": "https://www.sourceware.org/gdb/" - }, - { - "name": "GEF", - "url": "https://github.com/hugsy/gef" - }, - { - "name": "IDA", - "url": "https://www.hex-rays.com/ida-pro/" - }, - { - "name": "PEDA", - "url": "https://github.com/longld/peda" - }, - { - "name": "Radare2", - "url": "https://github.com/radareorg/radare2" - }, - { - "name": "Windbg", - "url": "http://www.windbg.org/" - }, - { - "name": "Boomerang", - "url": "https://github.com/BoomerangDecompiler/boomerang" - }, - { - "name": "Detox", - "url": "http://relentless-coding.org/projects/jsdetox/install" - }, - { - "name": "SmartDeblur", - "url": "https://github.com/Y-Vladimir/SmartDeblur" - }, - { - "name": "HitPaw", - "url": "https://online.hitpaw.com/online-photo-enhancer.html?linksource=header" - }, - { - "name": "ImageMagick", - "url": "http://www.imagemagick.org/script/index.php" - }, - { - "name": "Exiv2", - "url": "https://exiv2.org/manpage.html" - }, - { - "name": "Stegbreak", - "url": "https://linux.die.net/man/1/stegbreak" - }, - { - "name": "Steghide", - "url": "https://steghide.sourceforge.net/" - }, - { - "name": "Stegsolve", - "url": "https://github.com/zardus/ctf-tools/blob/master/stegsolve/install" - }, - { - "name": "SearchSploit", - "url": "https://www.exploit-db.com/searchsploit" - }, - { - "name": "Exploitalert", - "url": "https://www.exploitalert.com/browse-exploit.html" - }, - { - "name": "Lollabs", - "url": "https://lolbas-project.github.io/" - }, - { - "name": "GtfoBins", - "url": "https://gtfobins.github.io/" - }, - { - "name": "Hacktricks", - "url": "https://book.hacktricks.xyz/welcome/readme" - }, - { - "name": "Payload all the things", - "url": "https://github.com/swisskyrepo/PayloadsAllTheThings" - }, - { - "name": "All about bug bounty", - "url": "https://github.com/daffainfo/AllAboutBugBounty" - }, - { - "name": "Bug Bounty", - "url": "https://github.com/Yudha-ard/Bug-Bounty" - }, - { - "name": "DnsSpy", - "url": "https://github.com/dnSpy/dnSpy" - }, - { - "name": "regex101", - "url": "https://regex101.com/" - }, - { - "name": "Search CTF Writeups", - "url": "https://ctfsearch.hackmap.win/" - }, - { - "name": "ippsec - WU CTF", - "url": "https://ippsec.rocks/?#" - } - ] - }, - { - "category": "Zero Day", - "items": [ - { - "name": "0day", - "url": "https://0day.today/" - }, - { - "name": "Zerodium", - "url": "https://zerodium.com/" - }, - { - "name": "0day fans", - "url": "https://0dayfans.com/" - } - ] - }, - { - "category": "Cryptocurrency Investigation", - "items": [ - { - "name": "bitquery", - "url": "https://explorer.bitquery.io/" - }, - { - "name": "Blockchain", - "url": "https://www.blockchain.com/" - }, - { - "name": "Flashpoint", - "url": "https://flashpoint.io/resources/research/flashpoint-and-chainalysis-investigate-hydra-where-cryptocurrency-cybercrime-goes-dark/" - }, - { - "name": "Intel471", - "url": "https://intel471.com/" - }, - { - "name": "Tatum", - "url": "https://tatum.io/" - }, - { - "name": "bitquery", - "url": "https://www.bitquery.io/" - }, - { - "name": "Bitcoin Abuse", - "url": "https://www.bitcoinabuse.com/" - }, - { - "name": "GraphSense", - "url": "https://github.com/INTERPOL-Innovation-Centre/GraphSense-Maltego-transform" - }, - { - "name": "Blockhain Explorer", - "url": "https://www.blockexplorer.com/l/en-US/" - }, - { - "name": "blockcypher", - "url": "https://live.blockcypher.com/" - }, - { - "name": "BTC Scan", - "url": "https://btcscan.org/" - }, - { - "name": "TON of privacy", - "url": "https://github.com/aaarghhh/a_TON_of_privacy" - }, - { - "name": "OXT", - "url": "https://oxt.me/" - }, - { - "name": "etherscan", - "url": "https://etherscan.io/" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "Maltego Social Links Pro", - "url": "https://www.maltego.com/transform-hub/social-links-pro/" - }, - { - "name": "trackenn", - "url": "https://github.com/kennbroorg/trackenn?tab=readme-ov-file" - }, - { - "name": "tokensniffer", - "url": "https://tokensniffer.com/" - }, - { - "name": "opensea", - "url": "https://opensea.io/" - }, - { - "name": "nyckel NFT Finder", - "url": "https://www.nyckel.com/nft-finder" - }, - { - "name": "chainabuse", - "url": "https://www.chainabuse.com/" - }, - { - "name": "bitinfocharts", - "url": "https://bitinfocharts.com/" - }, - { - "name": "blockchair", - "url": "https://blockchair.com/" - }, - { - "name": "GraphSense-Maltego-transform", - "url": "https://github.com/INTERPOL-Innovation-Centre/GraphSense-Maltego-transform" - }, - { - "name": "chainalysis", - "url": "https://www.chainalysis.com/blockchain-intelligence/" - }, - { - "name": "onchain industries", - "url": "https://www.onchain.industries/" - }, - { - "name": "breadcrumbs", - "url": "https://www.breadcrumbs.app/" - } - ] - }, - { - "category": "Crypto Market & Analysis", - "items": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/" - }, - { - "name": "coinbase", - "url": "https://www.coinbase.com/explore" - }, - { - "name": "binance", - "url": "https://www.binance.com/en/markets" - }, - { - "name": "tronscan", - "url": "https://tronscan.org/#/" - }, - { - "name": "walletexplorer", - "url": "https://www.walletexplorer.com/" - }, - { - "name": "bitref", - "url": "https://bitref.com/" - }, - { - "name": "blockchain", - "url": "https://www.blockchain.com/explorer" - }, - { - "name": "blockexplorer", - "url": "https://blockexplorer.com/" - }, - { - "name": "blockcypher", - "url": "https://live.blockcypher.com/" - }, - { - "name": "intelx", - "url": "https://intelx.io/" - }, - { - "name": "oxt", - "url": "https://oxt.me/" - }, - { - "name": "bitcoinwhoswho", - "url": "https://www.bitcoinwhoswho.com/" - }, - { - "name": "etherscan", - "url": "https://etherscan.io/" - }, - { - "name": "etherchain", - "url": "https://www.etherchain.org/" - }, - { - "name": "web3 username search", - "url": "https://app.ens.domains/" - }, - { - "name": "chainabuse", - "url": "https://www.chainabuse.com/" - }, - { - "name": "bitinfocharts", - "url": "https://bitinfocharts.com/" - }, - { - "name": "blockchair", - "url": "https://blockchair.com/" - }, - { - "name": "bitaps", - "url": "https://bitaps.com/" - }, - { - "name": "3pxl", - "url": "https://3xpl.com/bitcoin" - }, - { - "name": "ARKHAM INTEL", - "url": "https://intel.arkm.com/" - }, - { - "name": "onchain industries", - "url": "https://www.onchain.industries/" - }, - { - "name": "breadcrumbs", - "url": "https://www.breadcrumbs.app/" - } - ] - }, - { - "category": "Cell Investigation", - "items": [ - { - "name": "wigle", - "url": "https://wigle.net/" - }, - { - "name": "Opencellid", - "url": "https://opencellid.org/" - }, - { - "name": "CellTower Locator - Cell2gps", - "url": "http://www.cell2gps.com/" - }, - { - "name": "Cell-id Query", - "url": "https://www.cell-id.info/?lang=en" - }, - { - "name": "Location API", - "url": "unwiredlabs" - }, - { - "name": "Cell Mapping", - "url": "https://www.cellmapper.net/" - }, - { - "name": "Global Internet Infrastructure Map", - "url": "https://www.infrapedia.com/" - }, - { - "name": "Spy Dialer", - "url": "https://spydialer.com/" - }, - { - "name": "Phone Validator", - "url": "https://www.phonevalidator.com/" - }, - { - "name": "Free Operator Search", - "url": "https://freecarrierlookup.com/" - }, - { - "name": "HLR Lookup", - "url": "https://www.hlrlookup.com/" - }, - { - "name": "Ceebydith HLR Lookup", - "url": "https://ceebydith.com/cek-hlr-lokasi-hp.html" - }, - { - "name": "Free HLR", - "url": "https://www.free-hlr.com/" - }, - { - "name": "HLR Lookup API", - "url": "https://www.hlr-lookups.com/" - }, - { - "name": "Maltego Phone Search", - "url": "https://www.maltego.com/transform-hub/phonesearch/" - }, - { - "name": "Emobiletracker", - "url": "https://www.emobiletracker.com/" - }, - { - "name": "Phone Validator", - "url": "https://www.phonevalidator.com/index.aspx" - }, - { - "name": "Reverse Phone", - "url": "https://www.reversephonecheck.com/" - }, - { - "name": "Reverse Phone Lookup", - "url": "https://www.reversephonelookup.com/" - }, - { - "name": "OpenCNAM", - "url": "https://docs.maltego.com/support/solutions/articles/15000045282-maltego-opencnam-transforms" - }, - { - "name": "Search Country Operator (IMSI)", - "url": "https://www.heicard.com/en/operator.html" - }, - { - "name": "Analysis of IMSI numbers", - "url": "https://www.numberingplans.com/?page=analysis&sub=imsinr" - }, - { - "name": "World MCC & MNC Code", - "url": "https://en.wikipedia.org/wiki/Mobile_country_code" - }, - { - "name": "World MCC & MNC Code 2", - "url": "https://www.mcc-mnc.com/" - }, - { - "name": "World Mobile Network Code", - "url": "https://en.wikipedia.org/wiki/Mobile_network_codes_in_ITU_region_5xx_(Oceania" - }, - { - "name": "World Network Coverage", - "url": "https://www.nperf.com/en/map/ID/-/-/signal/?ll=-2.5678942164342513&lg=118.01999999999998&zoom=5" - }, - { - "name": "Profone GSM Tracker", - "url": "https://cellphonetrackers.org/gsm/gsm-tracker.php" - }, - { - "name": "Thatsthem", - "url": "https://thatsthem.com/" - }, - { - "name": "Freepeoplesearch", - "url": "https://freepeoplesearch.com/" - }, - { - "name": "IMSI imei info", - "url": "https://www.imei.info/imsi/" - }, - { - "name": "cellebrite", - "url": "https://cellebrite.com/en/ufed/" - }, - { - "name": "LIST MCC & MNC World", - "url": "https://docs.routee.net/docs/list-of-mccmnc-codes" - }, - { - "name": "Cell Global Identity World", - "url": "https://en.wikipedia.org/wiki/Cell_Global_Identity" - }, - { - "name": "MCC MNC World Net", - "url": "https://mcc-mnc.net/" - }, - { - "name": "Cell Global Identity Article", - "url": "https://medium.com/@fthcknmz/cell-global-identity-cgi-407ea0288943" - }, - { - "name": "GSM Cell ID", - "url": "https://en.wikipedia.org/wiki/GSM_Cell_ID" - }, - { - "name": "predictasearch", - "url": "https://www.predictasearch.com/" - }, - { - "name": "CALL APP", - "url": "https://callapp.com/app-features" - }, - { - "name": "Number Finder IOS", - "url": "https://apps.apple.com/us/app/number-finder-caller-id-book/id1324048797?platform=iphone" - }, - { - "name": "Dalily Android Apps", - "url": "https://play.google.com/store/apps/details?id=dalily.caller.ids&hl=en&gl=US" - }, - { - "name": "ViewCaller", - "url": "https://play.google.com/store/apps/details?id=id.caller.viewcaller&hl=en_US" - }, - { - "name": "ip info", - "url": "https://ipinfo.io/" - }, - { - "name": "countrycode", - "url": "https://countrycode.org/" - }, - { - "name": "evrytania", - "url": "http://www.evrytania.com/lte-tools" - }, - { - "name": "sqimway", - "url": "https://www.sqimway.com/" - }, - { - "name": "cell2gps", - "url": "http://cell2gps.net/" - }, - { - "name": "unwiredlabs", - "url": "https://unwiredlabs.com/products" - }, - { - "name": "cellphonetrackers", - "url": "https://cellphonetrackers.org/gsm/gsm-tracker.php" - }, - { - "name": "netmonster", - "url": "https://netmonster.app/" - }, - { - "name": "SMS PING", - "url": "https://github.com/MatejKovacic/silent-sms-ping" - }, - { - "name": "SMS PING APK", - "url": "https://f-droid.org/id/packages/com.itds.sms.ping/" - }, - { - "name": "Wireshark wiki voip call", - "url": "https://wiki.wireshark.org/VoIP_calls" - }, - { - "name": "opensignal", - "url": "https://www.opensignal.com/" - }, - { - "name": "osmocom", - "url": "https://osmocom.org/projects/baseband" - }, - { - "name": "DTMF Decoder", - "url": "https://dtmf.netlify.app/" - }, - { - "name": "ipification API", - "url": "https://www.ipification.com/" - }, - { - "name": "rayhunter", - "url": "https://github.com/EFForg/rayhunter" - } - ] - }, - { - "category": "IMEI Investigation", - "items": [ - { - "name": "SNDeepinfo", - "url": "https://sndeep.info/" - }, - { - "name": "Imei Numbers", - "url": "http://imei-number.com/" - }, - { - "name": "Nobbi", - "url": "http://www.nobbi.com/" - }, - { - "name": "IMEI Info", - "url": "https://www.imei.info/" - }, - { - "name": "International Numberingplans", - "url": "https://www.numberingplans.com/" - }, - { - "name": "IPhone IMEI", - "url": "https://iunlocker.com/en/check_imei.php" - } - ] - }, - { - "category": "Chat Apps Investigation", - "items": [ - { - "name": "Analyze your WhatsApp Chat", - "url": "https://whatsanalyze-80665.web.app/" - }, - { - "name": "Chat Visualizer", - "url": "https://chatvisualizer.com/" - }, - { - "name": "WhatsApp Group Links", - "url": "https://whatsgrouplink.com/" - }, - { - "name": "Download WhatsApp Profile Picture", - "url": "https://watools.io/download-profile-picture" - }, - { - "name": "WhatsApp Group Links 2", - "url": "https://whatsappgroup.info/" - }, - { - "name": "Wa tools", - "url": "https://watools.io/" - }, - { - "name": "whatsanalyze", - "url": "https://whatsanalyze.com/" - }, - { - "name": "chatvisualizer", - "url": "https://chatvisualizer.com/" - }, - { - "name": "WaGpScraper", - "url": "https://github.com/riz4d/WaGpScraper" - }, - { - "name": "realgrouplinks", - "url": "https://realgrouplinks.com/" - }, - { - "name": "TelegramDB", - "url": "http://www.telegramdb.org/" - }, - { - "name": "tosint", - "url": "https://github.com/drego85/tosint" - }, - { - "name": "Telegram Search Engine", - "url": "https://xtea.io/" - }, - { - "name": "Telegram Database: channels, groups and users", - "url": "https://t.me/s/privatelinks" - }, - { - "name": "Telegram channels and groups catalog", - "url": "https://tgstat.com/" - }, - { - "name": "Social Finder", - "url": "https://socialfinder.app/list/Telegram" - }, - { - "name": "Telegago", - "url": "https://cse.google.com/cse?q=+&cx=006368593537057042503:efxu7xprihg#gsc.tab=0&gsc.q=%20&gsc.page=1" - }, - { - "name": "Lyzem Search", - "url": "https://lyzem.com/" - }, - { - "name": "Discover The Best Telegram Channels", - "url": "https://telegramchannels.me/" - }, - { - "name": "Tele Channel Overiview", - "url": "https://telemetr.io/" - }, - { - "name": "Telegramtrac", - "url": "https://github.com/claromes/telegramtrac" - }, - { - "name": "TGDev", - "url": "https://tgdev.io/" - }, - { - "name": "Telegram Geogramint", - "url": "https://github.com/Alb-310/Geogramint" - }, - { - "name": "Telegram-Trilateration", - "url": "https://github.com/jkctech/Telegram-Trilateration" - }, - { - "name": "TeleTracker by Tsale", - "url": "https://github.com/tsale/TeleTracker" - }, - { - "name": "Teletehon", - "url": "https://docs.telethon.dev/en/stable/basic/installation.html" - }, - { - "name": "Telegram Search CSE", - "url": "https://cse.google.com/cse?cx=004805129374225513871:p8lhfo0g3hg&q=" - }, - { - "name": "Bellingcat Telegram Joiner", - "url": "https://bellingcat.github.io/telegram-group-joiner/" - } - ] - }, - { - "category": "Build Sockpuppet Accounts", - "items": [ - { - "name": "How to build sockpupper account", - "url": "https://www.osintcurio.us/2018/12/27/the-puppeteer/" - }, - { - "name": "Thispersondoesnotexist", - "url": "https://www.thispersondoesnotexist.com/" - }, - { - "name": "Protonmail", - "url": "https://protonmail.com/" - }, - { - "name": "Nordvpn", - "url": "https://nordvpn.com/" - }, - { - "name": "NOX", - "url": "https://www.bignox.com/" - }, - { - "name": "Browser Extension", - "url": "https://nordvpn.com/blog/use-these-browser-extensions-for-your-privacy/" - }, - { - "name": "Burner Phone Number", - "url": "https://www.mintmobile.com/" - }, - { - "name": "Phone Burner", - "url": "https://www.phoneburner.com/" - }, - { - "name": "Hushed", - "url": "https://hushed.com/" - }, - { - "name": "Temp Phone Number", - "url": "https://temporary-phone-number.com/" - }, - { - "name": "Temp Phone Number and SMS activate", - "url": "https://sms-activate.org/en" - }, - { - "name": "Temp Phone Number SMS Receive", - "url": "https://temp-number.org/" - }, - { - "name": "dingtone Second Phone Number", - "url": "https://www.dingtone.me/" - }, - { - "name": "call Second Phone Number", - "url": "https://www.call.com/" - }, - { - "name": "Temp Mail 1", - "url": "https://mail.tm/en/" - }, - { - "name": "Temp Mail 2", - "url": "https://temp-mail.org/en/" - }, - { - "name": "Temp Mail 3", - "url": "https://tempmailo.com/" - }, - { - "name": "Temp Mail 4", - "url": "https://www.guerrillamail.com/" - }, - { - "name": "Temp Mail 5", - "url": "https://www.mailinator.com/" - }, - { - "name": "Temp Mail 6", - "url": "https://tempmail.so/" - }, - { - "name": "Cryptocurrency Payment Monero", - "url": "https://www.getmonero.org/" - }, - { - "name": "Cryptocurrency Payment Bitcoin", - "url": "https://bitcoin.org/en/" - }, - { - "name": "Openpgp", - "url": "https://www.openpgp.org/" - }, - { - "name": "Operating System", - "url": "https://tails.boum.org/" - }, - { - "name": "Zmail", - "url": "https://zmail.sourceforge.net/" - }, - { - "name": "Open DNS", - "url": "https://www.opendns.com/home-internet-security/" - }, - { - "name": "I2P", - "url": "https://geti2p.net/en/" - }, - { - "name": "TOR", - "url": "https://www.torproject.org/download/" - }, - { - "name": "proxychains", - "url": "https://www.kali.org/tools/proxychains-ng/" - }, - { - "name": "Apple Kuncitara - Securing your own device", - "url": "https://support.apple.com/id-id/guide/iphone/iph049680987/ios" - }, - { - "name": "AI Vidio Maker", - "url": "https://www.synthesia.io/free-ai-video-demo#OptimizedForSharing_New" - }, - { - "name": "fakeinfo", - "url": "https://fakeinfo.net/" - }, - { - "name": "Online SMS", - "url": "https://online-sms.org/" - }, - { - "name": "fakepersongenerator", - "url": "https://www.fakepersongenerator.com/fake-name-generator" - }, - { - "name": "dangerzone - Securing your own device", - "url": "https://github.com/freedomofpress/dangerzone" - }, - { - "name": "coveryourtracks - Securing your own device", - "url": "https://coveryourtracks.eff.org/" - }, - { - "name": "NIK creator ID", - "url": "https://nik.zakiego.com/" - }, - { - "name": "NIK & KK ID Generator", - "url": "https://web.archive.org/web/20241204174239/https://www.scribd.com/document/402863097/Nik-Kk-Generator" - }, - { - "name": "EKTP-Generator ID", - "url": "https://github.com/veldanava/EKTP-Generator" - }, - { - "name": "FAKE KTP ID", - "url": "https://www.capcut.com/templates/FAKE-KTP-7231021297839475969?template_scale=360%3A227" - }, - { - "name": "Google Safe Browsing", - "url": "https://developers.google.com/safe-browsing?hl=id" - }, - { - "name": "SNS masking", - "url": "https://smsviro.com/home/#pricing" - }, - { - "name": "USER AGENT LIST", - "url": "https://www.useragentstring.com/pages/useragentstring.php" - }, - { - "name": "Roop Image face swap from AI", - "url": "https://github.com/s0md3v/roop" - }, - { - "name": "DeepFaceLive", - "url": "https://github.com/iperov/DeepFaceLive" - }, - { - "name": "DeepFaceLab", - "url": "https://github.com/iperov/DeepFaceLab" - }, - { - "name": "Facefusion", - "url": "https://docs.facefusion.io/installation/platform/windows" - }, - { - "name": "Roop", - "url": "https://github.com/s0md3v/roop/wiki" - }, - { - "name": "Deepfake Offensive Toolkit", - "url": "https://github.com/sensity-ai/dot" - }, - { - "name": "huggingface", - "url": "https://huggingface.co/" - }, - { - "name": "deepfakesweb", - "url": "https://deepfakesweb.com/" - }, - { - "name": "Swapface", - "url": "https://swapface.org/#/home" - }, - { - "name": "liveportrait animate your photo", - "url": "https://liveportrait.org/" - }, - { - "name": "LivePortrait", - "url": "https://github.com/KwaiVGI/LivePortrait" - }, - { - "name": "OBS", - "url": "https://obsproject.com/" - }, - { - "name": "splitcam", - "url": "https://splitcam.com/" - }, - { - "name": "altercam", - "url": "https://altercam.com/" - }, - { - "name": "Virtual cam apk mod", - "url": "https://apkcombo.com/id/virtual-camera-live-assist/virtual.camera.app/download/apk" - }, - { - "name": "vcamare - CN", - "url": "https://vcames.xyz/" - }, - { - "name": "virtual camera moudle lsposed", - "url": "https://github.com/Xposed-Modules-Repo/com.example.vcam" - }, - { - "name": "android virtual cam - CN", - "url": "https://github.com/w2016561536/android_virtual_cam" - }, - { - "name": "Deep-Live-Cam", - "url": "https://github.com/hacksider/Deep-Live-Cam" - }, - { - "name": "privacyguides", - "url": "https://www.privacyguides.org/en/" - } - ] - }, - { - "category": "Enhance Image Quality", - "items": [ - { - "name": "Upscale Media Image Enhancer", - "url": "https://www.upscale.media/upload" - }, - { - "name": "Letsenhance", - "url": "https://letsenhance.io/" - }, - { - "name": "Cutout", - "url": "https://www.cutout.pro/photo-enhancer-sharpener-upscaler" - }, - { - "name": "Upscale", - "url": "https://upscalepics.com/" - }, - { - "name": "Canva", - "url": "https://www.canva.com/features/image-enhancer/" - }, - { - "name": "Adobe", - "url": "https://www.adobe.com/express/feature/image/enhance" - }, - { - "name": "Picwish", - "url": "https://picwish.com/unblur-image-portrait" - }, - { - "name": "Fotor", - "url": "https://www.fotor.com/features/unblur-image/" - }, - { - "name": "SIUN", - "url": "https://github.com/minyuanye/SIUN" - }, - { - "name": "DPED", - "url": "https://github.com/aiff22/DPED" - }, - { - "name": "neural-enhance", - "url": "https://dockship.io/model/neural-enhance/5de4333901afe15d4ec10393" - }, - { - "name": "neural-enhance", - "url": "https://github.com/alexjc/neural-enhance" - }, - { - "name": "Reminiai", - "url": "https://remini.ai/" - }, - { - "name": "Depix", - "url": "https://github.com/beurtschipper/Depix" - }, - { - "name": "Realesrgan", - "url": "https://replicate.com/xinntao/realesrgan" - }, - { - "name": "HitPaw", - "url": "https://online.hitpaw.com/online-photo-enhancer.html?linksource=header" - }, - { - "name": "Cleanup Pictures", - "url": "https://cleanup.pictures/" - }, - { - "name": "Gfpgan", - "url": "https://replicate.com/tencentarc/gfpgan" - }, - { - "name": "Realesrgan Playground", - "url": "https://real-esrgan.com/#Playground" - }, - { - "name": "waifu2x", - "url": "https://waifu2x.org/" - }, - { - "name": "imglarger", - "url": "https://imglarger.com/Anime16K" - }, - { - "name": "imageupscaler", - "url": "https://imageupscaler.com/deblurring/" - }, - { - "name": "Face-Real-ESRGAN", - "url": "https://huggingface.co/spaces/doevent/Face-Real-ESRGAN" - }, - { - "name": "imgify", - "url": "https://imgify.net/ai-photo-enhancer/" - } - ] - }, - { - "category": "Locations Data Mapping", - "items": [ - { - "name": "Google maps", - "url": "https://www.google.co.id/maps" - }, - { - "name": "Social geo lens", - "url": "https://www.osintcombine.com/social-geo-lens" - }, - { - "name": "Open street map", - "url": "https://www.openstreetmap.org/" - }, - { - "name": "Google Maps Geocoding", - "url": "https://www.maltego.com/transform-hub/google-maps-geocoding-transforms/" - }, - { - "name": "Googleearthengine", - "url": "https://earthengine.google.com/#intro" - }, - { - "name": "OSM Bellingcat", - "url": "https://osm-search.bellingcat.com/" - }, - { - "name": "byt5-geotagging", - "url": "https://github.com/Yachay-AI/byt5-geotagging" - }, - { - "name": "CSIS maps", - "url": "https://amti.csis.org/maps/" - }, - { - "name": "Humdata maps", - "url": "https://data.humdata.org/group" - }, - { - "name": "Planet - satellite maps", - "url": "https://www.planet.com/products/" - }, - { - "name": "OSM Finder", - "url": "https://github.com/Xetnus/osm-finder" - }, - { - "name": "OSM Finder - Web based", - "url": "https://osm-finder.netlify.app/" - }, - { - "name": "wanderlog review on Google maps", - "url": "https://wanderlog.com/" - }, - { - "name": "map making app", - "url": "https://map-making.app/" - }, - { - "name": "Overpass turbo", - "url": "https://overpass-turbo.eu/#" - }, - { - "name": "Bellingcat Shadow Finder", - "url": "https://github.com/bellingcat/ShadowFinder" - }, - { - "name": "Belinggcat Shadow Finder Hosted", - "url": "https://colab.research.google.com/github/GalenReich/ShadowFinder/blob/main/ShadowFinderColab.ipynb#scrollTo=OBTVWE8tu2Pe" - }, - { - "name": "Moon Calc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "Coordinate Calc", - "url": "https://www.maps.ie/coordinates.html" - }, - { - "name": "latlongdata calc", - "url": "https://latlongdata.com/lat-long-converter/" - }, - { - "name": "Docs overpass API", - "url": "https://overpass-api.de/" - }, - { - "name": "Zoom earth", - "url": "https://zoom.earth/" - }, - { - "name": "satellites", - "url": "https://satellites.pro/#" - }, - { - "name": "wikimapia", - "url": "https://wikimapia.org/" - }, - { - "name": "peakfinder", - "url": "https://www.peakfinder.com/" - }, - { - "name": "kartaview", - "url": "https://kartaview.org/" - }, - { - "name": "mapillary", - "url": "https://www.mapillary.com/app/?lat=20&lng=0&z=1.5" - }, - { - "name": "calcmaps", - "url": "https://www.calcmaps.com/map-area/" - }, - { - "name": "nominatim OSM", - "url": "https://nominatim.openstreetmap.org/" - }, - { - "name": "moscow RU", - "url": "https://moscow.flamp.ru/" - }, - { - "name": "sun calc", - "url": "https://www.suncalc.org/" - }, - { - "name": "mooncalc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "planetscalc", - "url": "https://www.planetscalc.org/" - }, - { - "name": "moonsighting", - "url": "https://www.moonsighting.com/" - }, - { - "name": "mooncalendar", - "url": "https://www.mooncalc.org/mooncalendar/" - }, - { - "name": "earthkit", - "url": "https://earthkit.app/satellite" - }, - { - "name": "gaisma sunrise, sunset arround world", - "url": "https://www.gaisma.com/en/" - }, - { - "name": "Ej Atlas", - "url": "https://ejatlas.org/" - } - ] - }, - { - "category": "Discord Server Search", - "items": [ - { - "name": "Discord servers", - "url": "https://discordservers.com/" - }, - { - "name": "Discord history tracker", - "url": "https://www.dht.chylex.com/" - }, - { - "name": "Darvester", - "url": "https://github.com/darvester/darvester" - }, - { - "name": "Discord Leaks", - "url": "https://discordleaks.unicornriot.ninja/discord/server/" - }, - { - "name": "Dutchosintguy Discord", - "url": "https://github.com/Dutchosintguy/OSINT-Discord-resources" - }, - { - "name": "discordbee.com", - "url": "https://discordbee.com/" - }, - { - "name": "Disboard", - "url": "https://disboard.org/servers" - } - ] - }, - { - "category": "Darkweb Search Engines", - "items": [ - { - "name": "Thehiddenwiki", - "url": "http://thehiddenwiki.org" - }, - { - "name": "Onion Link", - "url": "http://www.onion.link" - }, - { - "name": "MEMEX", - "url": "https://memex.garden/" - }, - { - "name": "Onion", - "url": "https://onion.cab" - }, - { - "name": "Onion city", - "url": "https://onion.city/" - }, - { - "name": "Ahmia", - "url": "https://ahmia.fi/" - }, - { - "name": "TorBot", - "url": "https://github.com/DedSecInside/TorBot" - }, - { - "name": "Darkfeed", - "url": "https://darkfeed.io/" - }, - { - "name": "Onionsearch", - "url": "https://github.com/megadose/OnionSearch" - }, - { - "name": "Darknet Book", - "url": "https://github.com/darknet-book/tor-guide" - }, - { - "name": "immuniweb", - "url": "https://www.immuniweb.com/darkweb/" - }, - { - "name": "darknetlive", - "url": "https://darknetlive.com/onions" - }, - { - "name": "ransomwatch", - "url": "https://ransomwatch.telemetry.ltd/#/" - }, - { - "name": "watchguard ransomtracker", - "url": "https://www.watchguard.com/wgrd-security-hub/ransomware-tracker" - }, - { - "name": "Ahmia Onion Site", - "url": "http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/" - }, - { - "name": "Haystak Onion Site", - "url": "http://haystak5njsmn2hqkewecpaxetahtwhsbsa64jom2k22z5afxhnpxfid.onion/" - }, - { - "name": "Dark Search Onion Site", - "url": "http://darkschn4iw2hxvpv2vy2uoxwkvs2padb56t3h4wqztre6upoc5qwgid.onion" - }, - { - "name": "Tor66 Onion Site", - "url": "http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/" - }, - { - "name": "Torch", - "url": "http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega" - }, - { - "name": "Darkowl", - "url": "https://www.darkowl.com/" - }, - { - "name": "Digital Shadows", - "url": "https://www.maltego.com/transform-hub/digital-shadows/" - }, - { - "name": "Onion Live", - "url": "https://onion.live/" - }, - { - "name": "ATII", - "url": "https://followmoneyfightslavery.org/" - }, - { - "name": "Onion Land Search", - "url": "http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/" - }, - { - "name": "hunchly", - "url": "https://www.hunch.ly/" - }, - { - "name": "hunch darkweb guide", - "url": "https://www.hunch.ly/resources/Hunchly-Dark-Web-Setup.pdf" - }, - { - "name": "darkweblinks", - "url": "https://darkweblinks.io/" - }, - { - "name": "onion scan", - "url": "https://onionscan.org/" - }, - { - "name": "hunch ly", - "url": "https://www.hunch.ly/darkweb-osint/" - }, - { - "name": "DarkWeb Archive - Active Japan lang", - "url": "https://darkweb-archive.activetk.jp/" - }, - { - "name": "iaca-darkweb-tools", - "url": "https://iaca-darkweb-tools.com/search-darkweb/" - }, - { - "name": "Not Evil", - "url": "http://hss3uro2hsxfogfq.onion/" - }, - { - "name": "Visitor", - "url": "http://visitorfi5kl7q7i.onion/" - }, - { - "name": "deepweblinks - other lists", - "url": "https://deepweblinks.net/" - } - ] - }, - { - "category": "Darkweb Intelligence", - "items": [ - { - "name": "WhiteIntel", - "url": "https://whiteintel.io/" - }, - { - "name": "darkradar", - "url": "https://www.darkradar.io/" - }, - { - "name": "Stealthmole", - "url": "https://www.stealthmole.com/products/darkweb-tracker" - }, - { - "name": "Darkweb bookmarks", - "url": "https://www.osintcombine.com/dw-osint-bookmarks" - }, - { - "name": "Maltego digital shadows transform", - "url": "https://www.maltego.com/transform-hub/digital-shadows/" - }, - { - "name": "Maltego cybersixgill transform", - "url": "https://www.maltego.com/transform-hub/cybersixgill/" - }, - { - "name": "Doge Darknet Osint Graph Explorer", - "url": "https://github.com/pielco11/DOGE" - }, - { - "name": "Maltego social links professional transform", - "url": "https://www.maltego.com/transform-hub/social-links-pro/" - }, - { - "name": "TorBot", - "url": "https://github.com/DedSecInside/TorBot" - }, - { - "name": "Darkfeed", - "url": "https://darkfeed.io/" - }, - { - "name": "Flare", - "url": "https://flare.io/" - }, - { - "name": "pryingdeep", - "url": "https://github.com/iudicium/pryingdeep" - }, - { - "name": "Maltego", - "url": "https://www.maltego.com/" - }, - { - "name": "Darknet Book", - "url": "https://github.com/darknet-book/tor-guide" - }, - { - "name": "Onios Scan", - "url": "https://github.com/s-rah/onionscan" - }, - { - "name": "Cyber Int Darkweb Intel Platform", - "url": "https://cyberint.com/platform/threat-intelligence/" - }, - { - "name": "SOC Radar Darkweb Int Monitoring", - "url": "https://socradar.io/products/dark-web-monitoring/" - }, - { - "name": "I2P Download", - "url": "https://geti2p.net/en/" - }, - { - "name": "zerofox", - "url": "https://www.zerofox.com/platform/" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "sizeof", - "url": "https://sizeof.cat/archive/" - }, - { - "name": "dailydarkweb", - "url": "https://dailydarkweb.net/" - }, - { - "name": "darkwebinformer", - "url": "https://darkwebinformer.com/" - }, - { - "name": "Ahmia Onion Site", - "url": "http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/" - }, - { - "name": "Haystak Onion Site", - "url": "http://haystak5njsmn2hqkewecpaxetahtwhsbsa64jom2k22z5afxhnpxfid.onion/" - }, - { - "name": "Dark Search Onion Site", - "url": "http://darkschn4iw2hxvpv2vy2uoxwkvs2padb56t3h4wqztre6upoc5qwgid.onion" - }, - { - "name": "Tor66 Onion Site", - "url": "http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/" - }, - { - "name": "Torch", - "url": "http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega" - }, - { - "name": "Darkowl", - "url": "https://www.darkowl.com/" - }, - { - "name": "Digital Shadows", - "url": "https://www.maltego.com/transform-hub/digital-shadows/" - }, - { - "name": "Onion Live", - "url": "https://onion.live/" - }, - { - "name": "ATII", - "url": "https://followmoneyfightslavery.org/" - }, - { - "name": "Onion Land Search", - "url": "http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/" - }, - { - "name": "hunchly", - "url": "https://www.hunch.ly/" - }, - { - "name": "hunch darkweb guide", - "url": "https://www.hunch.ly/resources/Hunchly-Dark-Web-Setup.pdf" - }, - { - "name": "darkweblinks", - "url": "https://darkweblinks.io/" - }, - { - "name": "hunch ly", - "url": "https://www.hunch.ly/darkweb-osint/" - }, - { - "name": "darknetstats", - "url": "https://www.darknetstats.com/" - }, - { - "name": "darknetlive", - "url": "https://darknetlive.com/" - }, - { - "name": "Deepweb more resouces", - "url": "http://whitepapers.virtualprivatelibrary.net/DeepWeb.pdf" - }, - { - "name": "TOR map", - "url": "https://tormap.org/" - }, - { - "name": "Read Darkweb", - "url": "https://github.com/0xSojalSec/read-dark-web" - }, - { - "name": "deepweblinks", - "url": "https://deepweblinks.net/" - }, - { - "name": "onionlandsearchengine", - "url": "https://onionlandsearchengine.net/" - }, - { - "name": "tor link", - "url": "https://tor.link/" - }, - { - "name": "iaca-darkweb-tools", - "url": "https://iaca-darkweb-tools.com/search-darkweb/" - } - ] - }, - { - "category": "Digital Forensics", - "items": [ - { - "name": "Yggdrasil", - "url": "https://github.com/Jarl-Bjoern/Yggdrasil/" - }, - { - "name": "MISP", - "url": "https://www.misp-project.org/" - }, - { - "name": "Maltego", - "url": "https://www.maltego.com/" - }, - { - "name": "Filesec", - "url": "https://filesec.io/" - }, - { - "name": "Logstash kibana", - "url": "https://www.elastic.co/logstash/" - }, - { - "name": "Kibana", - "url": "https://www.elastic.co/kibana/" - }, - { - "name": "Extundelete Ext3 or ext4 partition recovery", - "url": "https://extundelete.sourceforge.net/" - }, - { - "name": "TestDisk", - "url": "https://www.cgsecurity.org/wiki/TestDisk_Download" - }, - { - "name": "VirusTotal", - "url": "https://www.virustotal.com/gui/home/upload" - }, - { - "name": "Avilla Forensics", - "url": "https://forum.seccodeid.com/d/avillaforensics-mobile-digital-forensics" - }, - { - "name": "Autopsy", - "url": "https://www.autopsy.com/" - }, - { - "name": "Recuva", - "url": "https://www.ccleaner.com/recuva" - }, - { - "name": "Magnetforensics", - "url": "https://www.magnetforensics.com/free-tools/" - }, - { - "name": "Opentxt", - "url": "https://www.opentext.com/products/security-cloud" - }, - { - "name": "Ntfstool Forensics", - "url": "https://forum.seccodeid.com/d/ntfstool-forensics-tool-for-ntfs-parser-mft-bitlocker-deleted-files" - }, - { - "name": "Sleuthkit", - "url": "https://www.sleuthkit.org/sleuthkit/" - }, - { - "name": "SIFT SANS", - "url": "https://www.sans.org/tools/sift-workstation/" - }, - { - "name": "SIFT CLI", - "url": "https://github.com/teamdfir/sift-cli/releases/tag/v1.8.5" - }, - { - "name": "HYAS Insight", - "url": "https://www.maltego.com/transform-hub/hyas-insight/" - }, - { - "name": "imago-forensics", - "url": "https://github.com/redaelli/imago-forensics" - }, - { - "name": "SimpleImager", - "url": "https://github.com/QXJ6YW4/SimpleImager" - }, - { - "name": "Processhacker", - "url": "https://processhacker.sourceforge.io/" - }, - { - "name": "Koodous", - "url": "https://koodous.com/" - }, - { - "name": "Nirsoft Bwowsing History", - "url": "https://www.nirsoft.net/utils/browsing_history_view.html" - }, - { - "name": "dfrlab.org", - "url": "https://dfrlab.org/research/" - }, - { - "name": "atlanticcouncil", - "url": "https://www.atlanticcouncil.org/" - }, - { - "name": "Mever", - "url": "https://mever.iti.gr/forensics/" - }, - { - "name": "cellebrite", - "url": "https://cellebrite.com/en/ufed/" - }, - { - "name": "MOBSF", - "url": "https://github.com/MobSF/Mobile-Security-Framework-MobSF" - }, - { - "name": "RMS - Mobile Pentest", - "url": "https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security" - }, - { - "name": "APK Leaks", - "url": "https://github.com/dwisiswant0/apkleaks" - }, - { - "name": "forensictools", - "url": "https://github.com/cristianzsh/forensictools" - }, - { - "name": "VolWeb", - "url": "https://github.com/k1nd0ne/VolWeb" - }, - { - "name": "C2-Tracker", - "url": "https://github.com/montysecurity/C2-Tracker" - }, - { - "name": "Wanna Browser Sandbox", - "url": "https://www.wannabrowser.net/" - }, - { - "name": "pestudio", - "url": "https://www.winitor.com/download" - }, - { - "name": "procmon", - "url": "https://learn.microsoft.com/en-us/sysinternals/downloads/procmon" - }, - { - "name": "IoC Editor", - "url": "https://fireeye.market/apps/S7cWpi9W" - }, - { - "name": "Gfobins", - "url": "https://gtfobins.github.io/" - }, - { - "name": "Lolbas", - "url": "https://lolbas-project.github.io/" - }, - { - "name": "Loonbins", - "url": "https://www.loobins.io/tactics/collection/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "decompiler", - "url": "https://www.decompiler.com/" - }, - { - "name": "exterro", - "url": "https://www.exterro.com/digital-forensics-software/ftk-imager" - }, - { - "name": "wireshark", - "url": "https://www.wireshark.org/" - }, - { - "name": "bulk-extractor", - "url": "https://www.kali.org/tools/bulk-extractor/" - }, - { - "name": "sleuthkit", - "url": "https://www.sleuthkit.org/" - }, - { - "name": "recoverit", - "url": "https://recoverit.wondershare.net/ad/data-recovery.html?gad_source=1" - }, - { - "name": "easeus", - "url": "https://www.easeus.com/" - }, - { - "name": "belkasoft", - "url": "https://belkasoft.com/x" - }, - { - "name": "domaintools", - "url": "https://www.domaintools.com/" - }, - { - "name": "Imperva", - "url": "https://www.imperva.com/products/attack-analytics/" - }, - { - "name": "magnetforensics", - "url": "https://www.magnetforensics.com/" - }, - { - "name": "IBM", - "url": "https://www.ibm.com/products/qradar-siem" - }, - { - "name": "Hex viewer", - "url": "https://github.com/Keidan/HexViewer" - }, - { - "name": "Ghidra", - "url": "https://www.ghidra-sre.org/" - }, - { - "name": "IDA", - "url": "https://hex-rays.com/ida-free/" - }, - { - "name": "PSPY Linux", - "url": "https://github.com/DominicBreuker/pspy" - }, - { - "name": "Process explorer Windows", - "url": "https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer" - }, - { - "name": "volatilityfoundation", - "url": "https://github.com/volatilityfoundation" - }, - { - "name": "Fire eye tool", - "url": "https://fireeye.market/" - }, - { - "name": "SANS Faculty Free Tools", - "url": "https://assets.contentstack.io/v3/assets/blt36c2e63521272fdc/bltd8ba96a0fce78883/Free_Faculty_Tools.pdf" - }, - { - "name": "Forensically", - "url": "https://29a.ch/photo-forensics/" - }, - { - "name": "GCK'S FILE SIGNATURES TABLE", - "url": "https://www.garykessler.net/library/file_sigs.html" - }, - { - "name": "stylesuxx Steganography Online", - "url": "https://stylesuxx.github.io/steganography/" - }, - { - "name": "fdupes", - "url": "https://github.com/adrianlopezroche/fdupes" - }, - { - "name": "georgeom", - "url": "https://georgeom.net/StegOnline/upload" - }, - { - "name": "fotoforensics", - "url": "https://fotoforensics.com/" - }, - { - "name": "List and guides about tools forensic", - "url": "https://ericzimmerman.github.io/#!index.md" - } - ] - }, - { - "category": "Write Your Investigation", - "items": [ - { - "name": "Yoga", - "url": "https://github.com/WebBreacher/yoga" - }, - { - "name": "storymap js", - "url": "https://storymap.knightlab.com/" - }, - { - "name": "Malteo CaseFile", - "url": "https://docs.maltego.com/support/solutions/articles/15000018948-what-is-maltego-casefile-" - } - ] - }, - { - "category": "Securing Your Privacy", - "items": [ - { - "name": "Eraser", - "url": "https://eraser.heidi.ie/" - }, - { - "name": "Thunderbird", - "url": "https://www.thunderbird.net/en-US/" - }, - { - "name": "Ublock origin", - "url": "https://github.com/gorhill/uBlock" - }, - { - "name": "Zmail", - "url": "https://zmail.sourceforge.net/" - }, - { - "name": "Open DNS", - "url": "https://www.opendns.com/home-internet-security/" - }, - { - "name": "I2P", - "url": "https://geti2p.net/en/" - }, - { - "name": "Gnupg", - "url": "https://gnupg.org/" - }, - { - "name": "HTTPS Everywhere", - "url": "https://www.eff.org/https-everywhere/" - }, - { - "name": "Pelock", - "url": "https://www.pelock.com/products/steganography-online-codec" - }, - { - "name": "Tails OS", - "url": "https://tails.boum.org/" - }, - { - "name": "WOT", - "url": "https://www.mywot.com/" - }, - { - "name": "Temp Mail 1", - "url": "https://mail.tm/en/" - }, - { - "name": "Temp Mail 2", - "url": "https://temp-mail.org/en/" - }, - { - "name": "Temp Mail 3", - "url": "https://tempmailo.com/" - }, - { - "name": "Phone Burner", - "url": "https://www.phoneburner.com/" - }, - { - "name": "Hushed", - "url": "https://hushed.com/" - }, - { - "name": "Privacy Badger", - "url": "https://privacybadger.org/" - }, - { - "name": "U block origin", - "url": "https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en" - }, - { - "name": "Blur IMG Extension", - "url": "https://chromewebstore.google.com/detail/blur-the-image-and-video/aikjogmpaoaookmacnkbenekcnkjlkmi?hl=en-US&authuser=0" - }, - { - "name": "Apple Kuncitara", - "url": "https://support.apple.com/id-id/guide/iphone/iph049680987/ios" - }, - { - "name": "Apple Focus Mode", - "url": "https://support.apple.com/id-id/guide/iphone/iphd6288a67f/17.0/ios/17.0" - }, - { - "name": "Bitcoin", - "url": "https://bitcoin.org/id/" - }, - { - "name": "Monero", - "url": "https://www.getmonero.org/" - }, - { - "name": "Keepas", - "url": "https://keepass.info/" - }, - { - "name": "Dashlane", - "url": "https://www.dashlane.com/" - }, - { - "name": "Nordpass", - "url": "https://nordpass.com/" - }, - { - "name": "Securing your email", - "url": "https://cybernews.com/secure-email-providers/find-all-accounts-linked-to-email-address/" - } - ] - }, - { - "category": "Fraud Checker", - "items": [ - { - "name": "scamsearch", - "url": "https://www.scamsearch.io/" - }, - { - "name": "ScamDB", - "url": "https://scamdb.net/" - }, - { - "name": "Cek Rekening", - "url": "https://cekrekening.id/home" - }, - { - "name": "Kredibel", - "url": "https://www.kredibel.com/" - }, - { - "name": "Verihub", - "url": "https://verihubs.com/" - }, - { - "name": "Scamadviser", - "url": "https://www.maltego.com/transform-hub/scamadviser/" - }, - { - "name": "Ipqualityscore", - "url": "https://docs.maltego.com/support/solutions/articles/15000041408-maltego-ipqualityscore-transforms#overview-0-0" - }, - { - "name": "OpenCNAM", - "url": "https://docs.maltego.com/support/solutions/articles/15000045282-maltego-opencnam-transforms" - }, - { - "name": "Fullcontact", - "url": "https://www.fullcontact.com/" - }, - { - "name": "Spam Calls", - "url": "https://spamcalls.net/en/" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "scamsearch global scam database", - "url": "https://scamsearch.io/" - }, - { - "name": "getcontact", - "url": "https://getcontact.com/en/" - }, - { - "name": "SEON", - "url": "https://seon.io/" - }, - { - "name": "snusbase", - "url": "https://snusbase.com/" - }, - { - "name": "Telegram Scammer list ACC Database", - "url": "https://apk.ibnux.com/data/" - } - ] - }, - { - "category": "Content Removal & Strict Media Content", - "items": [ - { - "name": "Google image removal", - "url": "https://support.google.com/websearch/answer/4628134" - }, - { - "name": "Delete Me", - "url": "https://joindeleteme.com/" - }, - { - "name": "backgroundchecks", - "url": "https://backgroundchecks.org/justdeleteme/#go" - }, - { - "name": "ATII", - "url": "https://followmoneyfightslavery.org/" - }, - { - "name": "Stopncii", - "url": "https://stopncii.org" - }, - { - "name": "Bing content removal", - "url": "www.bing.com/webmasters/tools/contentremoval" - }, - { - "name": "Google content removal", - "url": "https://search.google.com/search-console/remove-outdated-content" - }, - { - "name": "Web archiver remover", - "url": "https://help.archive.org/help/how-do-i-request-to-remove-something-from-archive-org/" - }, - { - "name": "Facebook Privacy", - "url": "https://www.facebook.com/help/124518907626945" - }, - { - "name": "zerofox", - "url": "https://www.zerofox.com/" - }, - { - "name": "Instagram Privacy", - "url": "https://help.instagram.com/147542625391305" - }, - { - "name": "Missing Kids", - "url": "https://www.missingkids.org/gethelpnow/isyourexplicitcontentoutthere" - }, - { - "name": "Takeit Down", - "url": "https://takeitdown.ncmec.org/" - }, - { - "name": "Inhope", - "url": "https://www.inhope.org/EN#hotlineReferral" - }, - { - "name": "ReportIWF Indonesia", - "url": "https://report.iwf.org.uk/id" - }, - { - "name": "ReportIWF", - "url": "https://www.iwf.org.uk/our-technology/report-remove/" - }, - { - "name": "kemenpppa Indonesia", - "url": "https://www.kemenpppa.go.id/" - }, - { - "name": "National Center for Missing and Exploited Children", - "url": "https://report.cybertip.org/" - }, - { - "name": "Inhope", - "url": "https://inhope.org/" - }, - { - "name": "cybertip US", - "url": "https://report.cybertip.org/" - }, - { - "name": "cybertip Canada", - "url": "https://www.cybertip.ca/en/" - }, - { - "name": "internethotline Japan", - "url": "https://www.internethotline.jp/" - }, - { - "name": "safekaznet Kazakhstan", - "url": "http://www.safekaznet.kz/en/report-2" - }, - { - "name": "Liga Internet Russia", - "url": "https://ligainternet.ru/hotline/" - }, - { - "name": "Kocs Korean", - "url": "https://www.kocsc.or.kr/mainPage.do" - }, - { - "name": "Thailand Internet Hotline", - "url": "https://www.thaihotline.org/" - }, - { - "name": "Jugendschutz Germany", - "url": "https://www.jugendschutz.net/" - }, - { - "name": "FSM Germany", - "url": "https://www.fsm.de/" - }, - { - "name": "ECO Germany", - "url": "https://www.internet-beschwerdestelle.de/de/index.html" - }, - { - "name": "NCOSE", - "url": "https://endsexualexploitation.org/about/" - }, - { - "name": "More info all region", - "url": "https://support.google.com/websearch/answer/148666?hl=id" - }, - { - "name": "411 white pages", - "url": "https://www.whitepages.com/suppression-requests" - }, - { - "name": "411 Info", - "url": "https://411.info/manage/" - }, - { - "name": "Absolute People Search", - "url": "https://absolutepeoplesearch.com/optout" - }, - { - "name": "Acxiom", - "url": "https://isapps.acxiom.com/optout/optout.aspx" - }, - { - "name": "Addresses", - "url": "https://www.intelius.com/opt-out/submit/" - }, - { - "name": "Address Search", - "url": "https://addresssearch.com/remove-info.php" - }, - { - "name": "Archives", - "url": "https://archives.com/optout" - }, - { - "name": "Apollo", - "url": "https://www.apollo.io/privacy-policy/remove/" - }, - { - "name": "Arivify", - "url": "https://www.arivify.com/removal" - }, - { - "name": "Azerch", - "url": "https://www.azerch.com/Policies/Privacy" - }, - { - "name": "Background Alert", - "url": "https://www.backgroundalert.com/optout/" - }, - { - "name": "Background Check", - "url": "https://backgroundcheck.run/ng/control/privacy" - }, - { - "name": "Background Checkers", - "url": "https://www.backgroundcheckers.net/optOut/name/landing" - }, - { - "name": "BatchSkipTracing", - "url": "https://batchskiptracing.com/personal-information" - }, - { - "name": "BatchLeads", - "url": "https://batchleads.io/personal-information" - }, - { - "name": "BatchDialer", - "url": "https://batchdialer.com/personal-information" - }, - { - "name": "BatchDriven", - "url": "https://batchdriven.com/personal" - }, - { - "name": "Been Verified", - "url": "https://www.beenverified.com/faq/opt-out/" - }, - { - "name": "Buzzfile", - "url": "http://www.buzzfile.com/Company/Remove" - }, - { - "name": "Call Truth", - "url": "https://www.calltruth.com/opt_out.php" - }, - { - "name": "Caller Smart", - "url": "https://www.callersmart.com/opt-out" - }, - { - "name": "Centeda", - "url": "https://centeda.com/ng/control/privacy" - }, - { - "name": "Check People", - "url": "https://www.checkpeople.com/opt-out" - }, - { - "name": "Check Secrets", - "url": "https://www.checksecrets.com/optOut/name/landing" - }, - { - "name": "Checkr", - "url": "https://candidate.checkr.com/privacy/delete" - }, - { - "name": "City-Data", - "url": "https://www.city-data.com/privacy-form.php?w=usget" - }, - { - "name": "ClickSearch", - "url": "https://clicksearch.us/optout" - }, - { - "name": "Clustr Maps", - "url": "https://clustrmaps.com/bl/opt-out" - }, - { - "name": "Complete Investigation Services", - "url": "http://www.cisworldwide.com/search/index.php?xpath=lp_optout" - }, - { - "name": "Confidential Phone Lookup", - "url": "https://www.confidentialphonelookup.com" - }, - { - "name": "Contact Out", - "url": "https://contactout.com/optout" - }, - { - "name": "Connected Investors", - "url": "https://connectedinvestors.com/content/do-not-sell" - }, - { - "name": "Corporation Wiki", - "url": "https://www.corporationwiki.com/profiles/public" - }, - { - "name": "Councilon", - "url": "https://councilon.com/ex/control/privacy" - }, - { - "name": "Cyber Background Checks", - "url": "https://www.cyberbackgroundchecks.com/removal" - }, - { - "name": "Data Axle", - "url": "https://www.data-axle.com/do-not-sell-my-data/" - }, - { - "name": "DataVeria", - "url": "https://dataveria.com/ng/control/privacy" - }, - { - "name": "DataChk", - "url": "https://www.datacheckinc.com/contact/" - }, - { - "name": "Dehashed", - "url": "https://dehashed.com/" - }, - { - "name": "DelvePoint", - "url": "https://www.delvepoint.com" - }, - { - "name": "DexKnows", - "url": "https://tinyurl.com/dexknowscom" - }, - { - "name": "DirectMail", - "url": "https://www.directmail.com/mail_preference/" - }, - { - "name": "DMA Choice", - "url": "https://www.ims-dm.com/cgi/dncc.php" - }, - { - "name": "Epsilon-Main", - "url": "https://www.epsilon.com/privacy-policy/" - }, - { - "name": "Epsilon-Abacus", - "url": "https://www.epsilon.com/privacy-policy/" - }, - { - "name": "Epsilon-CFD", - "url": "https://www.epsilon.com/privacy-policy/" - }, - { - "name": "Epsilon-Shopper", - "url": "https://www.epsilon.com/privacy-policy/" - }, - { - "name": "Fama", - "url": "https://fama.io/privacy/" - }, - { - "name": "FamilySearch", - "url": "https://familysearch.org/privacy" - }, - { - "name": "Family Tree Now", - "url": "https://www.familytreenow.com/optout" - }, - { - "name": "Fast People Fast", - "url": "https://findpeoplefast.net/company/remove-my-info" - }, - { - "name": "Fast People Search", - "url": "https://www.fastpeoplesearch.com/removal" - }, - { - "name": "Fax VIN", - "url": "https://www.faxvin.com/company/privacy" - }, - { - "name": "Find People Search", - "url": "https://findpeoplesearch.com/customerservice/" - }, - { - "name": "Free Background Checks", - "url": "https://www.infopay.com/privacy" - }, - { - "name": "Free People Directory", - "url": "https://www.freepeopledirectory.com/optout" - }, - { - "name": "Free Public Profile", - "url": "https://www.freepublicprofile.com/Removal" - }, - { - "name": "FindRec", - "url": "https://findrec.com/ng/control/privacy" - }, - { - "name": "Glad I Know", - "url": "https://gladiknow.com/opt-out" - }, - { - "name": "GoLookup", - "url": "https://golookup.com/support/optout" - }, - { - "name": "Grey Pages", - "url": "https://www.grey-pages.com/removal" - }, - { - "name": "Haines & Company", - "url": "https://www.haines.com/privacy-policy/" - }, - { - "name": "Hometry", - "url": "https://homemetry.com/control/privacy" - }, - { - "name": "HPCC-USA", - "url": "https://www.hpcc-usa.org/research/change-listing.html" - }, - { - "name": "ID Crawl", - "url": "https://www.idcrawl.com/opt-out" - }, - { - "name": "ID True", - "url": "https://www.idtrue.com/optout/" - }, - { - "name": "Infopay", - "url": "mailto:privacy@infopay.com" - }, - { - "name": "Infospace", - "url": "https://infospace.intelius.com/optout.php" - }, - { - "name": "Infotracer", - "url": "https://infotracer.com/optout" - }, - { - "name": "Infotracer UK", - "url": "https://infotracer.com/optout/" - }, - { - "name": "Instant Check Mate", - "url": "https://instantcheckmate.com/optout" - }, - { - "name": "InstantPeopleFinder", - "url": "https://www.intelius.com/opt-out" - }, - { - "name": "Intelius", - "url": "https://www.intelius.com/opt-out" - }, - { - "name": "IntelligenceX", - "url": "https://intelx.io/abuse" - }, - { - "name": "IRBSearch", - "url": "mailto:customercare@irbsearch.com" - }, - { - "name": "Kiwi Searches", - "url": "https://kiwisearches.com/optout" - }, - { - "name": "LexisNexis/Accurint", - "url": "https://optout.lexisnexis.com" - }, - { - "name": "LexisNexis Direct Marketing", - "url": "https://www.lexisnexis.com/privacy/directmarketingopt-out.aspx" - }, - { - "name": "Locate Family", - "url": "https://www.locatefamily.com/removal2.html" - }, - { - "name": "Locate People", - "url": "https://www.locatepeople.org/optout" - }, - { - "name": "MashPanel", - "url": "https://www.mashpanel.com/remove.php" - }, - { - "name": "Mastercard", - "url": "https://www.mastercard.us/en-us/vision/corp-responsibility/commitment-to-privacy/privacy/data-analytics-opt-out.html" - }, - { - "name": "Mastercard", - "url": "https://www.mastercard.us/en-us/vision/corp-responsibility/commitment-to-privacy/privacy/email-opt-out.html" - }, - { - "name": "MugshotLook", - "url": "https://www.mugshotlook.com/optOut/name/landing" - }, - { - "name": "MyHeritage", - "url": "https://faq.myheritage.com/en/article/how-do-i-delete-my-account-on-myheritage" - }, - { - "name": "MyLife", - "url": "https://www.mylife.com/ccpa/index.pubview" - }, - { - "name": "National Cellular Directory", - "url": "https://www.nationalcellulardirectory.com/optout/" - }, - { - "name": "Neighbor Report", - "url": "https://neighbor.report/remove" - }, - { - "name": "NewEnglandFacts", - "url": "https://newenglandfacts.com/ng/control/privacy" - }, - { - "name": "Numberville", - "url": "https://numberville.com/opt-out.html" - }, - { - "name": "Nuwber", - "url": "https://nuwber.com/removal/link" - }, - { - "name": "Official USA", - "url": "https://www.officialusa.com/opt-out" - }, - { - "name": "Old Friends", - "url": "https://old-friends.co/" - }, - { - "name": "PeekYou", - "url": "https://www.peekyou.com/about/contact/optout/" - }, - { - "name": "Peep Lookup", - "url": "https://www.peeplookup.com/opt_out" - }, - { - "name": "PeopleBackgroundCheck", - "url": "https://people-background-check.com/ng/control/privacy" - }, - { - "name": "People By Name", - "url": "https://www.peoplebyname.com/remove.php" - }, - { - "name": "People By Phone", - "url": "https://www.peoplebyphone.com/remove-my-number/" - }, - { - "name": "People Data Labs", - "url": "https://www.peopledatalabs.com/opt-out-form" - }, - { - "name": "People Finder", - "url": "https://peoplefinder.com/optout.php" - }, - { - "name": "People Finders", - "url": "https://www.peoplefinders.com/opt-out#IT" - }, - { - "name": "People Looker", - "url": "https://www.peoplelooker.com/f/optout/search" - }, - { - "name": "People Search 123", - "url": "https://www.peoplesearch123.com/optOut/name/landing" - }, - { - "name": "People Search Expert", - "url": "https://www.peoplesearchexpert.com" - }, - { - "name": "People Finder", - "url": "https://peoplefinder.com/optout.php" - }, - { - "name": "People Finders", - "url": "https://www.peoplefinders.com/opt-out#IT" - }, - { - "name": "People Looker", - "url": "https://www.peoplelooker.com/f/optout/search" - }, - { - "name": "People Search 123", - "url": "https://www.peoplesearch123.com/optOut/name/landing" - }, - { - "name": "People Search Now", - "url": "https://www.peoplesearchnow.com/opt-out" - }, - { - "name": "People Searcher", - "url": "https://www.peoplesearcher.com/optOut/name/landing" - }, - { - "name": "People Smart", - "url": "https://www.peoplesmart.com/app/optout/search" - }, - { - "name": "People Trace UK", - "url": "https://www.peopletraceuk.com/RequestRecordRemoval.asp" - }, - { - "name": "People’s Check", - "url": "https://www.peoplescheck.com/optout/" - }, - { - "name": "People Whiz", - "url": "https://www.peoplewhiz.com/remove-my-info" - }, - { - "name": "Phonebook BT", - "url": "https://www.productsandservices.bt.com/consumer/edw/privacypolicy/copyform/bt/#/" - }, - { - "name": "Pub360", - "url": "https://pub360.com/ng/control/privacy" - }, - { - "name": "Public Data Digger", - "url": "https://publicdatadigger.com/removeprofile" - }, - { - "name": "Public Data USA", - "url": "https://publicdatausa.com/optout.php" - }, - { - "name": "Public Info Services", - "url": "https://www.publicinfoservices.com/help-center/remove-my-public-record" - }, - { - "name": "Public Records", - "url": "https://publicrecords.directory/contact.php" - }, - { - "name": "Public Records Now", - "url": "https://www.publicrecordsnow.com/static/view/optout/" - }, - { - "name": "Quick People Trace", - "url": "https://www.peoplefinders.com/opt-out#IT" - }, - { - "name": "Radaris", - "url": "https://radaris.com/control/privacy" - }, - { - "name": "Reveal Name", - "url": "https://www.revealname.com/opt_out" - }, - { - "name": "Reveal Phone Owner", - "url": "https://www.revealphoneowner.com/data-removal" - }, - { - "name": "Sales Spider", - "url": "http://salespidermedia.com/opt-out-and-information-removal.php" - }, - { - "name": "Search Bug", - "url": "https://www.searchbug.com/peoplefinder/how-to-remove.aspx" - }, - { - "name": "Search People Free", - "url": "https://www.searchpeoplefree.com/opt-out" - }, - { - "name": "Selfie Systems", - "url": "https://www.spokeo.com/optout" - }, - { - "name": "Smart Background Checks", - "url": "https://www.smartbackgroundchecks.com/optout" - }, - { - "name": "Social Catfish", - "url": "https://socialcatfish.com/opt-out/" - }, - { - "name": "Spy Dialer", - "url": "https://www.spydialer.com/optout.aspx" - }, - { - "name": "Spokeo", - "url": "https://www.spokeo.com/optout" - }, - { - "name": "SpyFly", - "url": "https://www.spyfly.com/help-center/remove-info" - }, - { - "name": "Spytox", - "url": "https://www.spytox.com/opt_out" - }, - { - "name": "State Records", - "url": "https://infotracer.com/optout/" - }, - { - "name": "Super Pages", - "url": "https://tinyurl.com/dexknowscom" - }, - { - "name": "Sync Me", - "url": "https://sync.me/optout/" - }, - { - "name": "Telephone Directories", - "url": "https://www.telephonedirectories.us/Edit_Records" - }, - { - "name": "Tenn Help", - "url": "https://www.tennhelp.com/public-resources/change-listing.html" - }, - { - "name": "That’s Them", - "url": "https://thatsthem.com/optout" - }, - { - "name": "The Real Yellow Pages", - "url": "https://tinyurl.com/dexknowscom" - }, - { - "name": "Thomson Reuters/Westlaw/CLEAR", - "url": "https://privacyportal-cdn.onetrust.com/dsarwebform/dbf5ae8a-0a6a-4f4b-b527-7f94d0de6bbc/5dc91c0f-f1b7-4b6e-9d42-76043adaf72d.html" - }, - { - "name": "TLO", - "url": "https://service.transunion.com/dss/ccpa_optout.page" - }, - { - "name": "Tower Data", - "url": "https://dashboard.towerdata.com/optout/" - }, - { - "name": "True Caller", - "url": "https://www.truecaller.com/unlisting" - }, - { - "name": "True People Search", - "url": "https://www.truepeoplesearch.com/removal" - }, - { - "name": "True People Search.net", - "url": "https://truepeoplesearch.net/remove-my-info" - }, - { - "name": "Truth Finder", - "url": "https://www.truthfinder.com/opt-out/" - }, - { - "name": "United States Phonebook", - "url": "http://www.unitedstatesphonebook.com/contact.php" - }, - { - "name": "Unmask", - "url": "https://unmask.com/opt-out" - }, - { - "name": "USA People Search", - "url": "https://www.usa-people-search.com/manage/" - }, - { - "name": "US Phone Pro", - "url": "https://www.usphonepro.com/opt_out" - }, - { - "name": "US Phonebook", - "url": "https://www.usphonebook.com/opt-out" - }, - { - "name": "USA Trace", - "url": "https://www.peoplefinders.com/opt-out#IT" - }, - { - "name": "US Search", - "url": "https://www.ussearch.com/opt-out/submit/" - }, - { - "name": "Valassis", - "url": "https://valassis.com/do-not-sell-my-personal-information/" - }, - { - "name": "Valpak/Cox", - "url": "https://www.valpak.com/coupons/show/mailinglistsuppression" - }, - { - "name": "Verecor", - "url": "https://findrec.com/page/privacy" - }, - { - "name": "Vericora", - "url": "https://vericora.com/ng/control/privacy" - }, - { - "name": "Veriforia", - "url": "https://veriforia.com/ng/control/privacy" - }, - { - "name": "Veripages", - "url": "https://veripages.com/page/contact" - }, - { - "name": "Verispy", - "url": "https://www.dataaccessmanagement.com/verispy/" - }, - { - "name": "Veritora", - "url": "https://federal-data.com/control/profile?url=" - }, - { - "name": "Visa", - "url": "https://marketingreportoptout.visa.com/OPTOUT/request.do" - }, - { - "name": "Voter Records", - "url": "https://voterrecords.com/faq" - }, - { - "name": "White Pages", - "url": "http://www.whitepages.com/suppression_requests" - }, - { - "name": "WYTY", - "url": "https://www.wyty.com/remove/" - }, - { - "name": "XLEK", - "url": "https://www.xlek.com/optout.php" - }, - { - "name": "Yellow Book", - "url": "https://www.beenverified.com/app/optout/search" - }, - { - "name": "Yellow Pages", - "url": "https://tinyurl.com/dexknowscom" - }, - { - "name": "ZoomInfo", - "url": "https://www.zoominfo.com/about-zoominfo/privacy-manage-profile" - }, - { - "name": "Get Contact Unlisting", - "url": "https://getcontact.com/en/manage" - }, - { - "name": "Interpol int", - "url": "https://www.interpol.int/en/How-we-work/Notices/Yellow-Notices/View-Yellow-Notices" - } - ] - }, - { - "category": "Vehicle OSINT", - "items": [ - { - "name": "licenseplatemania", - "url": "https://licenseplatemania.com/" - }, - { - "name": "worldlicenseplates", - "url": "http://worldlicenseplates.com/" - }, - { - "name": "platesmania", - "url": "https://platesmania.com/uk/search?&lang=en" - }, - { - "name": "findbyplate", - "url": "https://findbyplate.com/" - }, - { - "name": "google image", - "url": "https://www.google.com/imghp?hl=en" - }, - { - "name": "Wiki Routes", - "url": "https://wikiroutes.info/en/padang" - }, - { - "name": "Carnet", - "url": "https://carnet.ai/" - }, - { - "name": "ID number plate", - "url": "https://auto2000.co.id/berita-dan-tips/plat-nomor-seluruh-indonesia" - }, - { - "name": "ID number wikipedia", - "url": "https://id.wikipedia.org/wiki/Tanda_Nomor_Kendaraan_Bermotor_Indonesia" - }, - { - "name": "World Car Brand Wikipedia", - "url": "https://en.wikipedia.org/wiki/List_of_car_brands" - }, - { - "name": "License Plate Lookup", - "url": "https://www.licenseplatelookup.org" - }, - { - "name": "carlogos", - "url": "https://www.carlogos.org/car-brands/" - }, - { - "name": "commercialtrucktrader", - "url": "https://www.commercialtrucktrader.com/" - }, - { - "name": "License Plate AI Recognition", - "url": "https://github.com/winter2897/Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano" - }, - { - "name": "vehicleregistrationapi", - "url": "https://www.vehicleregistrationapi.com/" - }, - { - "name": "vehiclehistory", - "url": "https://www.vehiclehistory.com/license-plate-search" - }, - { - "name": "faxvin", - "url": "https://www.faxvin.com/license-plate-lookup" - }, - { - "name": "worldlicenseplates", - "url": "http://www.worldlicenseplates.com/" - }, - { - "name": "autotraveler", - "url": "https://autotraveler.ru/en/spravka/vehicle-registration-codes-in-the-world.html#.Y3R6BnbMJPY" - }, - { - "name": "cipher387", - "url": "https://cipher387.github.io/venicle_number_search_toolbox/" - }, - { - "name": "inteltechniques", - "url": "https://inteltechniques.com/tools/Vehicle.html" - }, - { - "name": "avtocod", - "url": "https://avtocod.ru/" - }, - { - "name": "dmvcivls.gov", - "url": "https://dmvcivls-wselfservice.ct.gov/Registration/VerifyRegistration" - }, - { - "name": "etimspayments", - "url": "https://prodpci.etimspayments.com/pbw/include/dc_parking/input.jsp?ticketType=P" - }, - { - "name": "platerecognizer", - "url": "https://platerecognizer.com/" - }, - { - "name": "partialnumberplate UK", - "url": "https://www.partialnumberplate.co.uk/" - }, - { - "name": "ID Samsat", - "url": "https://samsat.info/cek-pajak-kendaraan-bermotor-online" - }, - { - "name": "Free Car Check UK", - "url": "https://motorscan.co.uk/" - }, - { - "name": "faxvin", - "url": "https://www.faxvin.com/" - }, - { - "name": "vehiclehistory", - "url": "https://www.vehiclehistory.com/" - }, - { - "name": "vindecoderz", - "url": "https://www.vindecoderz.com/" - }, - { - "name": "fordvinlookup", - "url": "https://www.fordvinlookup.com/" - }, - { - "name": "chevroletforum", - "url": "https://chevroletforum.com/forum/vindecoder.php" - }, - { - "name": "hyundaiforum", - "url": "https://www.hyundaiforum.com/forum/vindecoder.php" - }, - { - "name": "nissanusa", - "url": "https://www.nissanusa.com/recalls-vin.html" - }, - { - "name": "cadillacforum", - "url": "https://www.cadillacforum.com/forum/vindecoder.php" - }, - { - "name": "dodgeforum", - "url": "https://dodgeforum.com/forum/vindecoder.php" - }, - { - "name": "toyota", - "url": "https://www.toyota.com/owners/my-vehicle/vehicle-specification.html" - }, - { - "name": "audiworld", - "url": "https://www.audiworld.com/forums/vindecoder.php" - }, - { - "name": "vinpit", - "url": "https://vinpit.com/vin-decoder/yamaha" - }, - { - "name": "scionlife", - "url": "https://www.scionlife.com/forums/vindecoder.php" - }, - { - "name": "nhtsa", - "url": "https://www.nhtsa.gov/vin-decoder" - }, - { - "name": "bigrigvin", - "url": "https://bigrigvin.com/" - }, - { - "name": "cartell Japan", - "url": "https://www.cartell.ie/japanese-import/" - }, - { - "name": "carvx JP", - "url": "https://carvx.jp/" - }, - { - "name": "cyclevin", - "url": "https://cyclevin.com/" - }, - { - "name": "epicvin", - "url": "https://epicvin.com/" - }, - { - "name": "VIN Decoder", - "url": "https://vpic.nhtsa.dot.gov/decoder" - }, - { - "name": "moovitapp (Global)", - "url": "https://moovitapp.com/index/id/Tranportasi_Umum-countries" - }, - { - "name": "KAI ID ROUTE", - "url": "https://commuterline.id/perjalanan-krl/peta-rute" - }, - { - "name": "transjakarta ID ROUTE", - "url": "https://transjakarta.co.id/rute" - }, - { - "name": "Jaklingko ID MAP", - "url": "https://www.jaklingkoindonesia.co.id/id/map" - }, - { - "name": "Palembang ID Pub Transport", - "url": "https://geoportal.palembang.go.id/pencarian?kategori=Transportasi" - } - ] - }, - { - "category": "Aircraft Tracking", - "items": [ - { - "name": "flightradar24", - "url": "https://www.flightradar24.com/" - }, - { - "name": "flightaware", - "url": "https://www.flightaware.com/" - }, - { - "name": "radarbox", - "url": "https://www.radarbox.com/" - }, - { - "name": "adsbexchange", - "url": "https://globe.adsbexchange.com/" - }, - { - "name": "Planefinder", - "url": "https://planefinder.net/" - }, - { - "name": "Live ATC", - "url": "https://www.liveatc.net/" - }, - { - "name": "planespotters", - "url": "https://www.planespotters.net/" - }, - { - "name": "theaviationist", - "url": "https://theaviationist.com/" - }, - { - "name": "airrecognition", - "url": "https://web.archive.org/web/20240000000000*/https://airrecognition.com/" - }, - { - "name": "gpsjam", - "url": "https://gpsjam.org/" - }, - { - "name": "federal aviation administration", - "url": "https://www.faa.gov/" - }, - { - "name": "adsb one", - "url": "https://adsb.one/" - }, - { - "name": "adsb lol", - "url": "https://www.adsb.lol/" - }, - { - "name": "adsb fi", - "url": "https://adsb.fi/" - }, - { - "name": "open sky network", - "url": "https://opensky-network.org/" - }, - { - "name": "adsb im", - "url": "https://www.adsb.im/home" - }, - { - "name": "flightsafety", - "url": "https://asn.flightsafety.org/" - }, - { - "name": "airfleets", - "url": "https://www.airfleets.net/home/" - }, - { - "name": "skyvector", - "url": "https://skyvector.com/" - }, - { - "name": "flightconnections", - "url": "https://www.flightconnections.com/" - }, - { - "name": "flight status check current flight", - "url": "https://flight-status.com/" - }, - { - "name": "jetphotos", - "url": "https://www.jetphotos.com/" - }, - { - "name": "raf", - "url": "https://www.raf.mod.uk/" - }, - { - "name": "skytrack", - "url": "https://github.com/ANG13T/skytrack" - }, - { - "name": "dictatoralert", - "url": "https://dictatoralert.org/" - }, - { - "name": "airspace", - "url": "https://www.airspace-review.com/" - }, - { - "name": "airframes", - "url": "https://www.airframes.org/" - }, - { - "name": "Aircraft Mil Dataset", - "url": "https://github.com/sdr-enthusiasts/plane-alert-db" - }, - { - "name": "live-military", - "url": "https://www.live-military-mode-s.eu/" - }, - { - "name": "theairtraffic", - "url": "https://globe.theairtraffic.com/" - }, - { - "name": "ADS hub Station", - "url": "https://www.adsbhub.org/stations.php" - }, - { - "name": "airportia", - "url": "https://www.airportia.com/" - }, - { - "name": "utopiax", - "url": "https://www.utopiax.org/" - }, - { - "name": "Civil Aircraft Register ID", - "url": "https://web.archive.org/web/20241222182708/https://imsis-djpu.dephub.go.id/PortalDKPPU/CAR2023-eng.pdf" - }, - { - "name": "Plane Registration", - "url": "https://id.wikipedia.org/wiki/Registrasi_pesawat" - }, - { - "name": "Plane Registration 2", - "url": "https://en.wikipedia.org/wiki/List_of_aircraft_registration_prefixes" - }, - { - "name": "Military Aircraft Wiki", - "url": "https://en.wikipedia.org/wiki/Military_aircraft" - }, - { - "name": "Search Model Aircraft", - "url": "https://dna.icao.int/wagmar/Search/InitAircraftSearchModel" - } - ] - }, - { - "category": "Ship Tracking & Maritim", - "items": [ - { - "name": "shiptracker", - "url": "https://shiptracker.live/" - }, - { - "name": "marinetraffic", - "url": "https://www.marinetraffic.com/" - }, - { - "name": "vesselfinder", - "url": "https://www.vesselfinder.com/" - }, - { - "name": "gisis", - "url": "https://gisis.imo.org/Public/Default.aspx" - }, - { - "name": "WindWard", - "url": "https://windward.ai/" - }, - { - "name": "Kpler", - "url": "https://www.kpler.com/" - }, - { - "name": "Container tracking", - "url": "http://container-tracking.org/" - }, - { - "name": "marineteacher", - "url": "https://www.marineteacher.com/" - }, - { - "name": "seasearcher", - "url": "https://www.seasearcher.com/" - }, - { - "name": "shipfinder", - "url": "https://shipfinder.co/" - }, - { - "name": "shiplocation", - "url": "https://www.shiplocation.com/" - }, - { - "name": "CMA CGM vesel finder", - "url": "https://www.cma-cgm.com/ebusiness/schedules/voyage" - }, - { - "name": "marinevesseltraffic", - "url": "https://www.marinevesseltraffic.com/2013/02/military-ship-track.html" - }, - { - "name": "globalmaritimetraffic", - "url": "https://www.globalmaritimetraffic.org/gmtds.html" - }, - { - "name": "Maritim world lightphotos", - "url": "https://www.lightphotos.net/photos/map_all.php" - }, - { - "name": "openseamap", - "url": "https://map.openseamap.org/" - }, - { - "name": "equasis", - "url": "https://www.equasis.org/EquasisWeb/public/HomePage" - }, - { - "name": "MARITIME AWARENESS PROJECT", - "url": "https://map.nbr.org/interactivemap/" - }, - { - "name": "shipspotting", - "url": "https://www.shipspotting.com/" - }, - { - "name": "maritime DB", - "url": "https://www.maritime-database.com/" - }, - { - "name": "portfocus", - "url": "https://portfocus.com/#google_vignette" - }, - { - "name": "submarinecablemap", - "url": "https://www.submarinecablemap.com/" - }, - { - "name": "AIS Signal Map", - "url": "https://www.aishub.net/coverage" - }, - { - "name": "myshiptracking", - "url": "https://www.myshiptracking.com/" - }, - { - "name": "vesseltracker", - "url": "https://www.vesseltracker.com/" - }, - { - "name": "shipnext", - "url": "https://shipnext.com/vessel/9417440/Ohio" - }, - { - "name": "magicport", - "url": "https://magicport.ai/" - }, - { - "name": "opencpn GPS Navigation Software", - "url": "https://opencpn.org/OpenCPN/info/about.html" - }, - { - "name": "incidentnews NOOA", - "url": "https://incidentnews.noaa.gov/map" - }, - { - "name": "EMSA", - "url": "https://www.emsa.europa.eu/" - } - ] - }, - { - "category": "Railways", - "items": [ - { - "name": "AU Railways", - "url": "http://www.railpage.org.au/railmaps/" - }, - { - "name": "Global Open Railways", - "url": "https://www.openrailwaymap.org/" - }, - { - "name": "Open Railways", - "url": "https://wiki.openstreetmap.org/wiki/OpenRailwayMap" - }, - { - "name": "Train Tracker", - "url": "https://mobility.portal.geops.io/world.geops.transit?lang=en&layers=strassennamen,haltekanten,haltestellen,pois,world.geops.traviclive&x=810000&y=5900000&z=5.5" - }, - { - "name": "Yandex Train Map", - "url": "https://rasp.yandex.ru/map/trains/" - }, - { - "name": "KAI ID", - "url": "https://penumpang.kai.id/daop" - }, - { - "name": "KAI ID Map Railway", - "url": "https://www.arcgis.com/apps/View/index.html?appid=27b7119dc6754d3e9e584a4fa71e5744" - }, - { - "name": "World Railway Train", - "url": "https://mobility.portal.geops.io/world.geops.transit?layers=paerke,strassennamen,haltekanten,haltestellen,pois,world.geops.traviclive&x=12003263.13&y=-842145.41&z=7.98" - }, - { - "name": "Railway zugfinder", - "url": "https://www.zugfinder.net/" - }, - { - "name": "KAI ID ROUTE", - "url": "https://commuterline.id/perjalanan-krl/peta-rute" - } - ] - }, - { - "category": "GPT OSINT (AI)", - "items": [ - { - "name": "claude", - "url": "https://claude.ai/login" - }, - { - "name": "deepseek", - "url": "https://www.deepseek.com/" - }, - { - "name": "Gpt osint", - "url": "https://github.com/gigz/gpt-osint" - }, - { - "name": "cursor", - "url": "https://www.cursor.com/features" - }, - { - "name": "lmstudio", - "url": "https://lmstudio.ai/" - }, - { - "name": "ollama uncensored", - "url": "https://ollama.com/library/llama2-uncensored" - }, - { - "name": "Hacker AI", - "url": "https://chat.hackerai.co/id/login" - }, - { - "name": "Blackbox AI", - "url": "https://www.blackbox.ai/" - }, - { - "name": "Chat GPT", - "url": "https://openai.com/chatgpt/" - }, - { - "name": "poe AI", - "url": "https://poe.com/login" - }, - { - "name": "Chat-PDF", - "url": "https://www.chatpdf.com/" - }, - { - "name": "perplexity", - "url": "https://www.perplexity.ai/" - }, - { - "name": "UBIKRON", - "url": "https://www.osint-tool.com/unravel-help/" - }, - { - "name": "earthkit", - "url": "https://agent.earthkit.app/" - }, - { - "name": "browser-use", - "url": "https://github.com/browser-use/browser-use" - }, - { - "name": "interviewcoder", - "url": "https://www.interviewcoder.co/" - } - ] - }, - { - "category": "OSINT for Red Team", - "items": [ - { - "name": "PayloadsAllThePDFs", - "url": "https://github.com/luigigubello/PayloadsAllThePDFs" - }, - { - "name": "resourcehacker", - "url": "https://www.angusj.com/resourcehacker/" - }, - { - "name": "php exeoutput", - "url": "https://www.exeoutput.com/" - }, - { - "name": "python pyinstaller", - "url": "https://pyinstaller.org/en/stable/" - }, - { - "name": "python py2exe", - "url": "https://www.py2exe.org/" - }, - { - "name": "0day", - "url": "https://0day.today/" - }, - { - "name": "cvexploits", - "url": "https://cvexploits.io/" - }, - { - "name": "rustcat", - "url": "https://github.com/robiot/rustcat" - }, - { - "name": "criminalip", - "url": "https://www.criminalip.io/" - }, - { - "name": "SearchSploit", - "url": "https://www.exploit-db.com/searchsploit" - }, - { - "name": "Apk mirror", - "url": "https://www.apkmirror.com/" - }, - { - "name": "apkpure", - "url": "https://apkpure.com/id/" - }, - { - "name": "pylingual", - "url": "https://pylingual.io/" - }, - { - "name": "Phishious", - "url": "https://github.com/CanIPhish/Phishious" - }, - { - "name": "Operative framework", - "url": "https://github.com/gaulliath/operative-framework/releases/tag/2.0a" - }, - { - "name": "Mod Login", - "url": "https://github.com/clong/ModLogin" - }, - { - "name": "Cr3dOv3r", - "url": "https://github.com/D4Vinci/Cr3dOv3r" - }, - { - "name": "Crackmapexec", - "url": "https://www.kali.org/tools/crackmapexec/" - }, - { - "name": "Datasploit", - "url": "https://github.com/datasploit/datasploit" - }, - { - "name": "CloudFail", - "url": "https://github.com/m0rtem/CloudFail" - }, - { - "name": "cloudgazer", - "url": "https://github.com/Aidennnn33/cloudgazer" - }, - { - "name": "Rustcan", - "url": "https://github.com/RustScan/RustScan" - }, - { - "name": "NMAP", - "url": "https://nmap.org/" - }, - { - "name": "Getrails", - "url": "https://pypi.org/project/getrails/" - }, - { - "name": "OWASP Maryam", - "url": "https://owasp.org/www-project-maryam/" - }, - { - "name": "Metabigor", - "url": "https://github.com/j3ssie/metabigor?tab=readme-ov-file" - }, - { - "name": "OSINT BBOT", - "url": "https://github.com/blacklanternsecurity/bbot" - }, - { - "name": "Spiderfoot", - "url": "https://github.com/smicallef/spiderfoot" - }, - { - "name": "Zeus-Scanner", - "url": "https://github.com/Ekultek/Zeus-Scanner" - }, - { - "name": "Zenrows", - "url": "https://www.zenrows.com/" - }, - { - "name": "Scrapfly", - "url": "https://scrapfly.io/" - }, - { - "name": "capsolver", - "url": "https://www.capsolver.com/id" - }, - { - "name": "2captcha", - "url": "https://2captcha.com/" - }, - { - "name": "Puppeter", - "url": "https://www.npmjs.com/package/puppeteer-extra-plugin-stealth" - }, - { - "name": "MOBSF", - "url": "https://github.com/MobSF/Mobile-Security-Framework-MobSF" - }, - { - "name": "RMS - Mobile Pentest", - "url": "https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security" - }, - { - "name": "Mortar", - "url": "https://github.com/0xsp-SRD/mortar" - }, - { - "name": "APK Leaks", - "url": "https://github.com/dwisiswant0/apkleaks" - }, - { - "name": "Web copilot", - "url": "https://github.com/h4r5h1t/webcopilot" - }, - { - "name": "Nuclei template js template", - "url": "https://github.com/ayadim/Nuclei-bug-hunter/blob/main/file/web/js/js-analyse.yaml" - }, - { - "name": "Atlas Sql Tamper Suggester", - "url": "https://github.com/m4ll0k/Atlas" - }, - { - "name": "Go Phish", - "url": "https://getgophish.com/" - }, - { - "name": "Advanced SQL Injection", - "url": "https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet" - }, - { - "name": "Payload all the things", - "url": "https://github.com/swisskyrepo/PayloadsAllTheThings" - }, - { - "name": "Hack Tricks", - "url": "https://book.hacktricks.xyz/" - }, - { - "name": "GAP-Burp-Extension", - "url": "https://github.com/xnl-h4ck3r/GAP-Burp-Extension" - }, - { - "name": "Cloundflare", - "url": "https://github.com/greycatz/CloudUnflare" - }, - { - "name": "Cloudmare", - "url": "https://github.com/MrH0wl/Cloudmare" - }, - { - "name": "emkei", - "url": "https://emkei.cz/" - }, - { - "name": "GraphSpy", - "url": "https://github.com/RedByte1337/GraphSpy" - }, - { - "name": "revshells", - "url": "https://www.revshells.com/" - }, - { - "name": "enum4linux", - "url": "https://github.com/CiscoCXSecurity/enum4linux" - }, - { - "name": "vulmap", - "url": "https://github.com/zhzyker/vulmap" - }, - { - "name": "HPING", - "url": "https://github.com/antirez/hping" - }, - { - "name": "AlliN", - "url": "https://github.com/P1-Team/AlliN" - }, - { - "name": "KUNYU", - "url": "https://github.com/knownsec/Kunyu" - }, - { - "name": "jwt tool", - "url": "https://github.com/ticarpi/jwt_tool" - }, - { - "name": "Jawir", - "url": "https://github.com/dundorma/jawir" - }, - { - "name": "jwt-secrets-list", - "url": "https://github.com/wallarm/jwt-secrets/blob/master/jwt.secrets.list" - }, - { - "name": "aparoid", - "url": "https://github.com/stefan2200/aparoid" - }, - { - "name": "sploitus", - "url": "https://sploitus.com/" - }, - { - "name": "thehacker recipe", - "url": "https://www.thehacker.recipes/" - }, - { - "name": "OPSEC", - "url": "https://github.com/WesleyWong420/OPSEC-Tradecraft" - }, - { - "name": "CSAF CSLAB", - "url": "https://github.com/csalab-id/csaf" - }, - { - "name": "hakoriginfinder", - "url": "https://github.com/hakluke/hakoriginfinder" - }, - { - "name": "gmapsapiscanner", - "url": "https://github.com/ozguralp/gmapsapiscanner" - }, - { - "name": "jsluice", - "url": "https://github.com/BishopFox/jsluice" - }, - { - "name": "DisableFlagSecure", - "url": "https://github.com/LSPosed/DisableFlagSecure" - }, - { - "name": "trufflehog", - "url": "https://github.com/trufflesecurity/trufflehog" - }, - { - "name": "SecretFinder", - "url": "https://github.com/m4ll0k/SecretFinder" - }, - { - "name": "uproot-JS", - "url": "https://github.com/0xDexter0us/uproot-JS" - }, - { - "name": "JS beautify vscode extension", - "url": "https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify" - }, - { - "name": "Bug bounty hunter javascript reccon", - "url": "https://www.bugbountyhunter.com/guides/?type=javascript_files" - }, - { - "name": "Javascript reccon", - "url": "https://gist.github.com/fuckup1337/49484c35c8ad8ae1d165ffe7d71375eb" - }, - { - "name": "Nuclei OSINT Templates", - "url": "https://github.com/cipher387/juicyinfo-nuclei-templates" - }, - { - "name": "Official Nuclei Templates", - "url": "https://github.com/projectdiscovery/nuclei-templates" - }, - { - "name": "XRAY", - "url": "https://github.com/chaitin/xray/blob/master/README_ID.md" - }, - { - "name": "aquasecurity vuln list", - "url": "https://github.com/aquasecurity/vuln-list" - }, - { - "name": "trivy", - "url": "https://github.com/aquasecurity/trivy" - }, - { - "name": "grype", - "url": "https://github.com/anchore/grype" - }, - { - "name": "aquasecurity Redhat vuln list", - "url": "https://github.com/aquasecurity/vuln-list-redhat" - }, - { - "name": "Vuls", - "url": "https://vuls.io/docs/en/abstract.html" - }, - { - "name": "OneForAll", - "url": "https://github.com/shmilylty/OneForAll/blob/master/docs/en-us/README.md" - }, - { - "name": "Can I Take Over xyz", - "url": "https://github.com/EdOverflow/can-i-take-over-xyz" - }, - { - "name": "Can I Take Over DNS", - "url": "https://github.com/indianajson/can-i-take-over-dns" - }, - { - "name": "DevsecOps Secure Code", - "url": "https://devsecopsguides.com/docs/rules" - }, - { - "name": "dwisiswant0 Nuceli Template Dir", - "url": "https://github.com/dwisiswant0/nuclei-templates-dir" - }, - { - "name": "dwisiswant0 CF-CHECK", - "url": "https://github.com/dwisiswant0/cf-check/releases" - }, - { - "name": "HTTP Docs", - "url": "https://devdoc.net/web/developer.mozilla.org/en-US/docs/HTTP.1.html" - }, - { - "name": "Devoper Mozila", - "url": "https://developer.mozilla.org/en-US/" - }, - { - "name": "List Red Team Tool Cheat Sheet", - "url": "https://highon.coffee/blog/" - }, - { - "name": "Red Team Notes", - "url": "https://notes.benheater.com/" - }, - { - "name": "OSCP NOTES", - "url": "https://github.com/0xsyr0/OSCP" - }, - { - "name": "mytechnotalent Reverse-Engineering", - "url": "https://github.com/mytechnotalent/Reverse-Engineering" - }, - { - "name": "Mobile Nuclei Template", - "url": "https://github.com/optiv/mobile-nuclei-templates?tab=readme-ov-file" - }, - { - "name": "Awesome Threat Intel", - "url": "https://github.com/hudsonrock-partnerships/awesome-threat-intelligence" - }, - { - "name": "Hacker Search Engine", - "url": "https://awesome-hacker-search-engines.com/" - }, - { - "name": "tinyhack", - "url": "https://tinyhack.com/" - }, - { - "name": "compactbyte", - "url": "https://blog.compactbyte.com/arsip/arsip-tulisan-yohanes/" - }, - { - "name": "noxer", - "url": "https://github.com/AggressiveUser/noxer" - }, - { - "name": "Get-ReverseShell", - "url": "https://github.com/gh0x0st/Get-ReverseShell" - }, - { - "name": "OSCE 3 Guide", - "url": "https://github.com/CyberSecurityUP/OSCE3-Complete-Guide" - }, - { - "name": "Enumerate IAM", - "url": "https://github.com/andresriancho/enumerate-iam" - }, - { - "name": "Ired team", - "url": "https://www.ired.team/" - }, - { - "name": "Subt", - "url": "https://github.com/tegal1337/subt" - }, - { - "name": "apk2url", - "url": "https://github.com/n0mi1k/apk2url" - }, - { - "name": "dogbolt", - "url": "https://dogbolt.org/" - }, - { - "name": "ezXSS", - "url": "https://github.com/ssl/ezXSS" - }, - { - "name": "grayhatwarfare", - "url": "https://grayhatwarfare.com/" - }, - { - "name": "pivotnacci", - "url": "https://github.com/blackarrowsec/pivotnacci" - }, - { - "name": "vulnshot", - "url": "https://vulnshot.com/" - }, - { - "name": "Fierpa Lambda", - "url": "https://github.com/firerpa/lamda" - }, - { - "name": "shellter", - "url": "https://www.kali.org/tools/shellter/" - }, - { - "name": "Child Gatting", - "url": "https://gist.github.com/patois/1fede18833d5e6e62e75d915e3621c8f" - }, - { - "name": "PentestingEverything", - "url": "https://github.com/m14r41/PentestingEverything" - }, - { - "name": "busybox", - "url": "https://busybox.net/" - }, - { - "name": "toybox", - "url": "https://landley.net/toybox/downloads/binaries/latest/" - }, - { - "name": "frida", - "url": "https://frida.re/" - }, - { - "name": "codeshare Frida script", - "url": "https://codeshare.frida.re/" - }, - { - "name": "Wireshark", - "url": "https://www.wireshark.org/" - }, - { - "name": "greynoise", - "url": "https://viz.greynoise.io/" - }, - { - "name": "XSS Payload and Crafting Portswigger", - "url": "https://portswigger.net/web-security/cross-site-scripting/cheat-sheet" - }, - { - "name": "SQL Injection Portswigger Cheat Sheet", - "url": "https://portswigger.net/web-security/sql-injection/cheat-sheet" - }, - { - "name": "GitTools", - "url": "https://github.com/internetwache/GitTools" - }, - { - "name": "bytecodeviewer", - "url": "https://bytecodeviewer.com/" - }, - { - "name": "android-penetration-testing-cheat-sheet", - "url": "https://github.com/ivan-sincek/android-penetration-testing-cheat-sheet" - }, - { - "name": "List of MIME types / Internet Media Types", - "url": "https://www.freeformatter.com/mime-types-list.html" - }, - { - "name": "mimetype", - "url": "https://mimetype.io/all-types" - }, - { - "name": "zygisk-reflutter", - "url": "https://github.com/yohanes/zygisk-reflutter" - }, - { - "name": "httptoolkit", - "url": "https://httptoolkit.com/" - }, - { - "name": "LSPosed", - "url": "https://github.com/LSPosed/LSPosed" - }, - { - "name": "kernelsu", - "url": "https://kernelsu.org/id_ID/" - }, - { - "name": "IOS Version Jailbreak Chart", - "url": "https://docs.google.com/spreadsheets/d/1QjWyoDfaiF-TWhzVdvEMRqA3OQXsz6e8of3SxZB1W_M/edit?gid=128016025#gid=128016025" - }, - { - "name": "ghidra cheat sheet", - "url": "https://ghidra-sre.org/CheatSheet.html" - }, - { - "name": "proxychains", - "url": "https://www.kali.org/tools/proxychains-ng/" - }, - { - "name": "loldrivers", - "url": "https://www.loldrivers.io/" - }, - { - "name": "pwnwiki", - "url": "http://pwnwiki.io/#!index.md" - }, - { - "name": "lolapps", - "url": "https://lolapps-project.github.io/" - }, - { - "name": "lolesxi", - "url": "https://lolesxi-project.github.io/LOLESXi/" - }, - { - "name": "lothardware", - "url": "https://lothardware.com.tr/" - }, - { - "name": "boostsecurityio", - "url": "https://boostsecurityio.github.io/lotp/" - }, - { - "name": "List of mime type", - "url": "https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types" - }, - { - "name": "subdosec vulnshot", - "url": "https://subdosec.vulnshot.com/" - }, - { - "name": "IOS Tweak Cydia Repo Updated", - "url": "https://www.ios-repo-updates.com/" - }, - { - "name": "beeceptor", - "url": "https://beeceptor.com/" - }, - { - "name": "objection", - "url": "https://github.com/sensepost/objection" - }, - { - "name": "Fiddler", - "url": "https://www.telerik.com/fiddler" - }, - { - "name": "privacyspace", - "url": "https://github.com/Xposed-Modules-Repo/cn.geektang.privacyspace" - }, - { - "name": "Dopamine", - "url": "https://github.com/opa334/Dopamine" - }, - { - "name": "SSL bypass check", - "url": "https://github.com/0xCD4/SSL-bypass" - }, - { - "name": "PSPY Linux", - "url": "https://github.com/DominicBreuker/pspy" - }, - { - "name": "MT.CN", - "url": "https://mt2.cn/guide/" - }, - { - "name": "winmerge", - "url": "https://winmerge.org/" - }, - { - "name": "GhidraMCP", - "url": "https://github.com/LaurieWired/GhidraMCP" - }, - { - "name": "burpscan", - "url": "https://github.com/sherlock-ohm/burpscan" - }, - { - "name": "nowafpls", - "url": "https://github.com/assetnote/nowafpls" - }, - { - "name": "caido", - "url": "https://caido.io/" - }, - { - "name": "MobileApp-Pentest-Cheatsheet", - "url": "https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet" - }, - { - "name": "social engineering", - "url": "https://www.social-engineer.org/" - }, - { - "name": "emkei", - "url": "https://emkei.cz/" - }, - { - "name": "anonymailer", - "url": "https://anonymailer.net/" - }, - { - "name": "Phishious", - "url": "https://github.com/CanIPhish/Phishious" - }, - { - "name": "GoPhish", - "url": "https://getgophish.com/" - }, - { - "name": "SET", - "url": "https://github.com/trustedsec/social-engineer-toolkit" - }, - { - "name": "httrack", - "url": "https://www.httrack.com/" - }, - { - "name": "saveweb2zip", - "url": "https://saveweb2zip.com/en" - }, - { - "name": "same web cloner", - "url": "https://same.dev/" - }, - { - "name": "Active Directory Cheat", - "url": "https://github.com/esidate/pentesting-active-directory" - }, - { - "name": "Active-Directory-Exploitation-Cheat-Sheet", - "url": "https://github.com/S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet" - }, - { - "name": "Active Directory and Red Teaming attack vectors", - "url": "https://github.com/zulfi0/RedTeaming_CheatSheet" - }, - { - "name": "BloodHound", - "url": "https://github.com/BloodHoundAD/BloodHound" - }, - { - "name": "Certify", - "url": "https://github.com/GhostPack/Certify" - }, - { - "name": "Certipy", - "url": "https://github.com/ly4k/Certipy" - }, - { - "name": "certi", - "url": "https://github.com/zer1t0/certi" - }, - { - "name": "PKINITtools", - "url": "https://github.com/dirkjanm/PKINITtools" - }, - { - "name": "ADCSPwn", - "url": "https://github.com/bats3c/ADCSPwn" - }, - { - "name": "PassTheCert", - "url": "https://github.com/AlmondOffSec/PassTheCert" - }, - { - "name": "kerbrute", - "url": "https://github.com/ropnop/kerbrute" - }, - { - "name": "Adinfo", - "url": "https://github.com/lzzbb/Adinfo" - }, - { - "name": "SharpADWS", - "url": "https://github.com/wh0amitz/SharpADWS" - }, - { - "name": "SOAPHound", - "url": "https://github.com/FalconForceTeam/SOAPHound" - }, - { - "name": "SharpHostInfo", - "url": "https://github.com/shmilylty/SharpHostInfo" - }, - { - "name": "lolad project", - "url": "https://lolad-project.github.io/" - }, - { - "name": "Ninja C2", - "url": "https://github.com/ahmedkhlief/Ninja" - }, - { - "name": "WebShell-Bypass-Guide", - "url": "https://github.com/AabyssZG/WebShell-Bypass-Guide" - }, - { - "name": "bypass.tidesec.com/web/", - "url": "http://bypass.tidesec.com/web/" - }, - { - "name": "Tiny-PHP-Webshell", - "url": "https://github.com/bayufedra/Tiny-PHP-Webshell" - }, - { - "name": "LaZagne", - "url": "https://github.com/AlessandroZ/LaZagne" - }, - { - "name": "WirelessKeyView", - "url": "https://www.nirsoft.net/utils/wireless_key.html" - }, - { - "name": "Windows credential manager", - "url": "https://www.nirsoft.net/utils/credentials_file_view.html" - }, - { - "name": "Pillager", - "url": "https://github.com/qwqdanchun/Pillager/" - }, - { - "name": "searchall", - "url": "https://github.com/Naturehi666/searchall" - }, - { - "name": "proxychains", - "url": "https://www.kali.org/tools/proxychains-ng/" - }, - { - "name": "metasploit-framework", - "url": "https://github.com/rapid7/metasploit-framework" - }, - { - "name": "CrackMapExec", - "url": "https://github.com/byt3bl33d3r/CrackMapExec" - }, - { - "name": "impacket", - "url": "https://github.com/fortra/impacket" - }, - { - "name": "wmiexec-Pro", - "url": "https://github.com/XiaoliChan/wmiexec-Pro" - }, - { - "name": "pstools", - "url": "https://docs.microsoft.com/en-us/sysinternals/downloads/pstools" - }, - { - "name": "Rubeus", - "url": "https://github.com/GhostPack/Rubeus" - }, - { - "name": "Powermad", - "url": "https://github.com/Kevin-Robertson/Powermad" - }, - { - "name": "PowerSploit", - "url": "https://github.com/PowerShellMafia/PowerSploit" - }, - { - "name": "Responder", - "url": "https://github.com/lgandx/Responder" - }, - { - "name": "Responder-Windows", - "url": "https://github.com/lgandx/Responder-Windows" - }, - { - "name": "pivotnacci", - "url": "https://github.com/blackarrowsec/pivotnacci" - }, - { - "name": "EDR-Antivirus-Bypass-to-Gain-Shell-Access", - "url": "https://github.com/murat-exp/EDR-Antivirus-Bypass-to-Gain-Shell-Access/tree/main" - }, - { - "name": "LaZagne", - "url": "https://github.com/AlessandroZ/LaZagne" - }, - { - "name": "WirelessKeyView", - "url": "https://www.nirsoft.net/utils/wireless_key.html" - }, - { - "name": "Windows credential manager", - "url": "https://www.nirsoft.net/utils/credentials_file_view.html" - }, - { - "name": "Pillager", - "url": "https://github.com/qwqdanchun/Pillager/" - }, - { - "name": "searchall", - "url": "https://github.com/Naturehi666/searchall" - }, - { - "name": "Have I Been Pwned", - "url": "https://haveibeenpwned.com/" - }, - { - "name": "Dehashed", - "url": "https://www.dehashed.com/" - }, - { - "name": "Leak-Lookup", - "url": "https://leak-lookup.com/" - }, - { - "name": "Snusbase", - "url": "https://snusbase.com/" - }, - { - "name": "LeakCheck.io", - "url": "https://leakcheck.io/" - }, - { - "name": "crackstation.net", - "url": "https://crackstation.net/" - }, - { - "name": "breachdirectory.org", - "url": "https://breachdirectory.org/" - }, - { - "name": "Intel Techniques Breach Tool", - "url": "https://inteltechniques.com/tools/Breaches.html" - }, - { - "name": "hashcat", - "url": "https://github.com/hashcat/hashcat" - }, - { - "name": "john", - "url": "https://github.com/openwall/john" - }, - { - "name": "thc hydra", - "url": "https://github.com/vanhauser-thc/thc-hydra" - }, - { - "name": "CiLocks", - "url": "https://github.com/tegal1337/CiLocks" - }, - { - "name": "crackstation", - "url": "https://crackstation.net/" - }, - { - "name": "Hashes", - "url": "https://hashes.com/en/decrypt/hash" - }, - { - "name": "Hashes Escrow", - "url": "https://hashes.com/en/escrow/view" - }, - { - "name": "Search that hash", - "url": "https://github.com/bee-san/Search-That-Hash" - }, - { - "name": "Medusa", - "url": "https://www.kali.org/tools/medusa/" - }, - { - "name": "crackmapexec", - "url": "https://www.kali.org/tools/crackmapexec/" - }, - { - "name": "SecLists", - "url": "https://github.com/danielmiessler/SecLists" - }, - { - "name": "SecDictionary", - "url": "https://github.com/SexyBeast233/SecDictionary" - }, - { - "name": "ffuf", - "url": "https://github.com/ffuf/ffuf" - }, - { - "name": "Dictionary-Of-Pentesting", - "url": "https://github.com/insightglacier/Dictionary-Of-Pentesting" - }, - { - "name": "fuzzDicts", - "url": "https://github.com/TheKingOfDuck/fuzzDicts" - }, - { - "name": "Web-Fuzzing-Box", - "url": "https://github.com/gh0stkey/Web-Fuzzing-Box" - }, - { - "name": "PentesterSpecialDict", - "url": "https://github.com/ppbibo/PentesterSpecialDict" - }, - { - "name": "fuzz.txt", - "url": "https://github.com/Bo0oM/fuzz.txt" - }, - { - "name": "wordlists", - "url": "https://github.com/assetnote/wordlists" - }, - { - "name": "Hashmob", - "url": "https://hashmob.net/resources/hashmob" - }, - { - "name": "RockYou2024", - "url": "https://github.com/exploit-development/RockYou2024" - }, - { - "name": "bopscrk - Generate own wordlist", - "url": "https://github.com/r3nt0n/bopscrk" - }, - { - "name": "leakedpassword", - "url": "https://leakedpassword.com/" - }, - { - "name": "Leak-Lookup", - "url": "https://leak-lookup.com/" - }, - { - "name": "top25-parameter", - "url": "https://github.com/lutfumertceylan/top25-parameter" - }, - { - "name": "weakpass.com/generate", - "url": "https://weakpass.com/generate" - }, - { - "name": "weakpass.com/generate/domains", - "url": "https://weakpass.com/generate/domains" - }, - { - "name": "weakpass", - "url": "https://github.com/zzzteph/weakpass" - }, - { - "name": "probable_subdomains", - "url": "https://github.com/zzzteph/probable_subdomains" - }, - { - "name": "crunch-wordlist", - "url": "https://sourceforge.net/projects/crunch-wordlist" - }, - { - "name": "Windows-Crunch", - "url": "https://github.com/shadwork/Windows-Crunch" - }, - { - "name": "DefaultCreds-cheat-sheet", - "url": "https://github.com/ihebski/DefaultCreds-cheat-sheet" - }, - { - "name": "datarecovery", - "url": "https://datarecovery.com/rd/default-passwords/" - }, - { - "name": "cirt.net", - "url": "https://cirt.net/passwords" - }, - { - "name": "routerpasswords", - "url": "https://www.routerpasswords.com/" - }, - { - "name": "portforward", - "url": "https://portforward.com/router-password/" - }, - { - "name": "cleancss", - "url": "https://www.cleancss.com/router-default/" - }, - { - "name": "toolmao", - "url": "https://www.toolmao.com/baiduapp/routerpwd/" - }, - { - "name": "default-password", - "url": "https://default-password.info/" - }, - { - "name": "HackBrowserData", - "url": "https://github.com/moonD4rk/HackBrowserData" - }, - { - "name": "BrowserGhost", - "url": "https://github.com/QAX-A-Team/BrowserGhost" - }, - { - "name": "firefox_decrypt", - "url": "https://github.com/unode/firefox_decrypt" - }, - { - "name": "how-does-MobaXterm-encrypt-password", - "url": "https://github.com/HyperSine/how-does-MobaXterm-encrypt-password" - }, - { - "name": "navicat_password_decrypt", - "url": "https://github.com/Zhuoyuan1/navicat_password_decrypt" - }, - { - "name": "how-does-navicat-encrypt-password", - "url": "https://github.com/HyperSine/how-does-navicat-encrypt-password" - }, - { - "name": "Sunflower_get_Password", - "url": "https://github.com/wafinfo/Sunflower_get_Password" - }, - { - "name": "shcrt", - "url": "https://github.com/depau/shcrt" - }, - { - "name": "SharpDecryptPwd decrypt locally", - "url": "https://github.com/RowTeam/SharpDecryptPwd" - }, - { - "name": "SharpXDecrypt", - "url": "https://github.com/JDArmy/SharpXDecrypt" - }, - { - "name": "Gfobins", - "url": "https://gtfobins.github.io/" - }, - { - "name": "Lolbas", - "url": "https://lolbas-project.github.io/" - }, - { - "name": "Loonbins", - "url": "https://www.loobins.io/tactics/collection/" - }, - { - "name": "Mac OS privilage escalation", - "url": "https://book.hacktricks.xyz/macos-hardening/macos-security-and-privilege-escalation" - }, - { - "name": "PEASS NG", - "url": "https://github.com/peass-ng/PEASS-ng" - }, - { - "name": "PEAS NG Kali Linux", - "url": "https://www.kali.org/tools/peass-ng/" - }, - { - "name": "wadcoms", - "url": "https://wadcoms.github.io/#+Windows" - }, - { - "name": "g0tmi1k linux priv esc", - "url": "https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/" - }, - { - "name": "Windows Privilage Escalation", - "url": "https://github.com/Ignitetechnologies/Windows-Privilege-Escalation?tab=readme-ov-file" - }, - { - "name": "gtfoargs", - "url": "https://gtfoargs.github.io/" - }, - { - "name": "loobins", - "url": "https://www.loobins.io/binaries/" - }, - { - "name": "wackopicko CSLAB", - "url": "https://wackopicko.csalab.app/" - }, - { - "name": "juiceshop CSLAB", - "url": "https://juiceshop.csalab.app/#/" - }, - { - "name": "dvwa CSLAB", - "url": "https://dvwa.csalab.app/" - }, - { - "name": "hackthebox", - "url": "https://www.hackthebox.com/" - }, - { - "name": "tryhackme", - "url": "https://tryhackme.com/" - }, - { - "name": "LaraVuln Jieyab89", - "url": "https://github.com/Jieyab89/LaraVuln" - }, - { - "name": "game of active directory", - "url": "https://github.com/Orange-Cyberdefense/GOAD" - }, - { - "name": "Damn-Vulnerable-Drone", - "url": "https://github.com/nicholasaleks/Damn-Vulnerable-Drone?tab=readme-ov-file" - }, - { - "name": "PWNFOX", - "url": "https://addons.mozilla.org/id/firefox/addon/pwnfox/" - }, - { - "name": "HAE", - "url": "https://github.com/xnl-h4ck3r/HandE-Burp-Extension" - }, - { - "name": "Jsminner", - "url": "https://github.com/PortSwigger/js-miner" - }, - { - "name": "Java Deserialization Scanner", - "url": "https://portswigger.net/bappstore/228336544ebe4e68824b5146dbbd93ae" - }, - { - "name": "PyCript-WebSocket", - "url": "https://github.com/Anof-cyber/PyCript-WebSocket/" - }, - { - "name": "Autorize", - "url": "https://portswigger.net/bappstore/f9bbac8c4acf4aefa4d7dc92a991af2f" - }, - { - "name": "Retire.js", - "url": "https://github.com/RetireJS/retire.js" - }, - { - "name": "Upload Scanner", - "url": "https://portswigger.net/bappstore/b2244cbb6953442cb3c82fa0a0d908fa" - }, - { - "name": "Backslash Powered Scanner", - "url": "https://portswigger.net/bappstore/9cff8c55432a45808432e26dbb2b41d8" - }, - { - "name": "Turbo Intruder", - "url": "https://portswigger.net/bappstore/9abaa233088242e8be252cd4ff534988" - }, - { - "name": "Wayback Machine", - "url": "https://portswigger.net/bappstore/5c7c516c690345c19fbf55b2b2ebeb76" - }, - { - "name": "403 Bypasser", - "url": "https://portswigger.net/bappstore/444407b96d9c4de0adb7aed89e826122" - }, - { - "name": "cobaltstrike", - "url": "https://www.cobaltstrike.com/" - }, - { - "name": "bruteratel C4", - "url": "https://bruteratel.com/tabs/tutorials/" - }, - { - "name": "Ninja", - "url": "https://github.com/ahmedkhlief/Ninja" - }, - { - "name": "Poweshell Empire", - "url": "https://bc-security.gitbook.io/empire-wiki" - }, - { - "name": "Metasploit Framework", - "url": "https://github.com/rapid7/metasploit-framework" - }, - { - "name": "Havoc", - "url": "https://github.com/HavocFramework/Havoc" - }, - { - "name": "Starkiller", - "url": "https://github.com/BC-SECURITY/Starkiller" - }, - { - "name": "villain", - "url": "https://www.kali.org/tools/villain/" - }, - { - "name": "sliver C2", - "url": "https://sliver.sh/docs" - }, - { - "name": "mythic C2", - "url": "https://docs.mythic-c2.net/installation" - }, - { - "name": "Kali Linnux", - "url": "https://www.kali.org/tools/" - }, - { - "name": "blackarch Linux", - "url": "https://blackarch.org/tools.html" - }, - { - "name": "Parrot Sec Linux", - "url": "https://parrotsec.org/docs/category/tools/" - }, - { - "name": "katoolin3 for Ubbuntu Kali tools", - "url": "https://github.com/s-h-3-l-l/katoolin3" - }, - { - "name": "Ruber ducky", - "url": "https://shop.hak5.org/collections/hotplug-attack-tools/products/usb-rubber-ducky" - }, - { - "name": "OMG cable", - "url": "https://shop.hak5.org/products/omg-cable" - }, - { - "name": "bash-bunny", - "url": "https://shop.hak5.org/collections/hotplug-attack-tools/products/bash-bunny" - }, - { - "name": "shark jack", - "url": "https://shop.hak5.org/collections/hotplug-attack-tools/products/shark-jack" - }, - { - "name": "LAN turtle", - "url": "https://shop.hak5.org/collections/implants/products/lan-turtle" - }, - { - "name": "HackRF", - "url": "https://greatscottgadgets.com/hackrf/" - }, - { - "name": "bladeRF", - "url": "https://www.nuand.com/bladerf-1/" - }, - { - "name": "RasberryPI", - "url": "https://www.raspberrypi.com/products/raspberry-pi-4-model-b/" - }, - { - "name": "RTL SDR", - "url": "https://www.rtl-sdr.com/" - }, - { - "name": "usbkill", - "url": "https://usbkill.com/" - }, - { - "name": "OSMOCOM GSM", - "url": "https://osmocom.org/projects/baseband/wiki/Hardware" - }, - { - "name": "esp8266", - "url": "https://www.espressif.com/en/products/socs/esp8266" - }, - { - "name": "arduino", - "url": "https://www.arduino.cc/" - }, - { - "name": "flipperzero", - "url": "https://flipperzero.one/" - }, - { - "name": "wifi-pineapple", - "url": "https://shop.hak5.org/products/wifi-pineapple" - }, - { - "name": "LAN Cable", - "url": "https://en.wikipedia.org/wiki/Ethernet" - }, - { - "name": "LockPick", - "url": "https://en.wikipedia.org/wiki/Lock_picking" - }, - { - "name": "NodeMCU Board", - "url": "https://www.amazon.in/Easy-Electronics-NodeMcu-Development-Board/dp/B06XYRS6KC" - }, - { - "name": "proxychains", - "url": "https://www.kali.org/tools/proxychains-ng/" - }, - { - "name": "Chisel", - "url": "https://github.com/jpillora/chisel/releases/tag/v1.9.1" - }, - { - "name": "Ligolo-NG", - "url": "https://github.com/nicocha30/ligolo-ng" - } - ] - }, - { - "category": "Audio OSINT", - "items": [ - { - "name": "Audio metadata", - "url": "https://github.com/tmont/audio-metadata" - }, - { - "name": "Google Translate by speech", - "url": "https://support.google.com/translate/answer/6142468?hl=en&co=GENIE.Platform%3DDesktop" - }, - { - "name": "Microsoft Translator", - "url": "https://play.google.com/store/apps/details?id=com.microsoft.translator&hl=en&gl=US" - }, - { - "name": "Yandex Translate", - "url": "https://play.google.com/store/apps/details?id=ru.yandex.translate&hl=en&gl=US" - }, - { - "name": "Apple Translate by speech", - "url": "https://apps.apple.com/us/app/translate/id1514844618" - }, - { - "name": "translatedlabs", - "url": "https://translatedlabs.com/spoken-language-identifier" - }, - { - "name": "Adobe Audition", - "url": "https://www.adobe.com/id_en/products/audition.html" - }, - { - "name": "Sound classification with YAMNet", - "url": "https://www.tensorflow.org/hub/tutorials/yamnet" - }, - { - "name": "Praat", - "url": "https://www.fon.hum.uva.nl/praat/" - }, - { - "name": "phonexia", - "url": "https://www.phonexia.com/use-case/audio-forensics-software/" - }, - { - "name": "SoundScrape", - "url": "https://github.com/Miserlou/SoundScrape" - }, - { - "name": "Online loudness meter", - "url": "https://youlean.co/online-loudness-meter/" - }, - { - "name": "soundeffectssearch", - "url": "https://www.soundeffectssearch.com/advanced-search/" - }, - { - "name": "vocalremover", - "url": "https://vocalremover.org/" - }, - { - "name": "audacityteam", - "url": "https://www.audacityteam.org/" - }, - { - "name": "vocalremover", - "url": "https://vocalremover.org/" - }, - { - "name": "morsecode decoder audio", - "url": "https://morsecode.world/international/decoder/audio-decoder-adaptive.html" - }, - { - "name": "boom", - "url": "https://www.globaldelight.com/boom/" - }, - { - "name": "fxsound", - "url": "https://www.fxsound.com/" - } - ] - }, - { - "category": "OSINT Network", - "items": [ - { - "name": "Spur", - "url": "https://spur.us/" - }, - { - "name": "FocSec", - "url": "https://focsec.com/" - }, - { - "name": "IP VPN detector", - "url": "https://ip.teoh.io/vpn-detection" - }, - { - "name": "IPQS", - "url": "https://www.ipqualityscore.com/vpn-ip-address-check" - }, - { - "name": "ip info", - "url": "https://ipinfo.io/" - }, - { - "name": "urlquery", - "url": "https://urlquery.net/" - }, - { - "name": "bgp", - "url": "https://bgp.he.net/" - }, - { - "name": "stat ripe", - "url": "https://stat.ripe.net/" - }, - { - "name": "unwiredlabs", - "url": "https://unwiredlabs.com/products" - }, - { - "name": "bgp", - "url": "https://bgp.tools/" - }, - { - "name": "greynoise", - "url": "https://viz.greynoise.io/" - }, - { - "name": "bgpview", - "url": "https://bgpview.io/" - }, - { - "name": "wigle", - "url": "https://wigle.net/" - }, - { - "name": "macaddress", - "url": "https://macaddress.io/" - }, - { - "name": "dynamite.ai search pcap file", - "url": "https://lab.dynamite.ai/" - }, - { - "name": "packetsafari analys pcap file", - "url": "https://app.packetsafari.com/" - }, - { - "name": "wireshark", - "url": "https://www.wireshark.org/" - }, - { - "name": "hackertarget", - "url": "https://hackertarget.com/as-ip-lookup/" - }, - { - "name": "whoisxmlapi", - "url": "https://mac-address.whoisxmlapi.com/api" - }, - { - "name": "macaddresslookup", - "url": "https://www.macaddresslookup.org/" - } - ] - }, - { - "category": "Medical OSINT", - "items": [ - { - "name": "WHO", - "url": "https://www.who.int/" - }, - { - "name": "PUB MED", - "url": "https://pubmed.ncbi.nlm.nih.gov/" - }, - { - "name": "worldwidescience", - "url": "https://worldwidescience.org/index.html" - }, - { - "name": "ICRC International Committee of the Red Cross", - "url": "https://www.icrc.org/en" - } - ] - }, - { - "category": "OSINT Military", - "items": [ - { - "name": "globalsecurity military", - "url": "https://www.globalsecurity.org/military/index.html" - }, - { - "name": "3D Rendered Synthetic Data", - "url": "https://vframe.io/3d-rendered-data/" - }, - { - "name": "militaryfactory", - "url": "https://www.militaryfactory.com/" - }, - { - "name": "Military and other uniform badges", - "url": "https://www.uniforminsignia.net/" - }, - { - "name": "SMALL ARMS SURVEY", - "url": "https://www.smallarmssurvey.org/resource/introductory-guide-identification-small-arms-light-weapons-and-associated-ammunition" - }, - { - "name": "dfrlab.org", - "url": "https://dfrlab.org/research/" - }, - { - "name": "atlanticcouncil", - "url": "https://www.atlanticcouncil.org/" - }, - { - "name": "NASA EARTH", - "url": "https://www.earthdata.nasa.gov/learn/find-data/near-real-time/firms" - }, - { - "name": "EARTH DATA NASA", - "url": "https://wvs.earthdata.nasa.gov/" - }, - { - "name": "peakvisor", - "url": "https://peakvisor.com/" - }, - { - "name": "peakfinder", - "url": "https://www.peakfinder.com/" - }, - { - "name": "Geoconfirmed", - "url": "https://geoconfirmed.org/" - }, - { - "name": "Air Wars", - "url": "https://airwars.org/" - }, - { - "name": "Copernicus", - "url": "https://atmosphere.copernicus.eu/charts/packages/cams/?facets=%7B%22Family%22%3A%5B%22Fires%22%5D%7D" - }, - { - "name": "Ej Atlas", - "url": "https://ejatlas.org/" - }, - { - "name": "Intro OSINT Military", - "url": "https://www.linkedin.com/pulse/mastering-military-osint-comprehensive-guide-modern-niels-groeneveld" - }, - { - "name": "Telegram Geogramint", - "url": "https://github.com/Alb-310/Geogramint" - }, - { - "name": "Skylens", - "url": "https://app.skylens.io/" - }, - { - "name": "Geocreepy", - "url": "https://www.geocreepy.com/" - }, - { - "name": "Kamerka", - "url": "https://github.com/woj-ciech/Kamerka-GUI" - }, - { - "name": "Earthcam", - "url": "https://www.earthcam.com/#google_vignette" - }, - { - "name": "onemilliontweetmap", - "url": "https://onemilliontweetmap.com/" - }, - { - "name": "birdhunt", - "url": "https://birdhunt.co/" - }, - { - "name": "garmin", - "url": "https://www.garmin.co.id/products/outdoor/gpsmap64s-sea/" - }, - { - "name": "SALW", - "url": "https://salw-dashboard.electrifai.net/analytics/main" - }, - { - "name": "Earth ESA", - "url": "https://earth.esa.int/eogateway" - }, - { - "name": "APP Sentinel", - "url": "https://apps.sentinel-hub.com/" - }, - { - "name": "NASA Fire Dataset", - "url": "https://firms.modaps.eosdis.nasa.gov/" - }, - { - "name": "Google Earth Pro", - "url": "https://earth.google.com/web/" - }, - { - "name": "CIA GOV", - "url": "https://www.cia.gov/the-world-factbook/" - }, - { - "name": "Acleddata", - "url": "https://acleddata.com/" - }, - { - "name": "Global Conflict", - "url": "https://www.cfr.org/global-conflict-tracker" - }, - { - "name": "Google Public Data", - "url": "https://www.google.com/publicdata/directory" - }, - { - "name": "huntintel", - "url": "https://www.huntintel.io/" - }, - { - "name": "planet", - "url": "https://www.planet.com/" - }, - { - "name": "NBR Map", - "url": "https://map.nbr.org/interactivemap/" - }, - { - "name": "ADS B", - "url": "https://www.ads-b.nl/" - }, - { - "name": "itamilradar", - "url": "https://www.itamilradar.com/" - }, - { - "name": "info-res", - "url": "https://www.info-res.org/" - }, - { - "name": "syria.liveuamap", - "url": "https://syria.liveuamap.com/" - }, - { - "name": "NATO INT", - "url": "https://www.nato.int/nato-on-the-map/" - }, - { - "name": "understandingwar", - "url": "https://www.understandingwar.org/map-room" - }, - { - "name": "worldbeyondwar", - "url": "https://worldbeyondwar.org/no-bases/" - }, - { - "name": "planefinder", - "url": "https://planefinder.net/" - }, - { - "name": "WEB SDR", - "url": "http://websdr.ewi.utwente.nl:8901/" - }, - { - "name": "Bellingcat Radar", - "url": "https://ollielballinger.users.earthengine.app/view/bellingcat-radar-interference-tracker" - }, - { - "name": "airrecognition", - "url": "https://web.archive.org/web/20240000000000*/https://airrecognition.com/" - }, - { - "name": "gpsjam", - "url": "https://gpsjam.org/" - }, - { - "name": "freemaptools", - "url": "https://www.freemaptools.com/" - }, - { - "name": "earthobservatory NASA", - "url": "https://earthobservatory.nasa.gov/global-maps" - }, - { - "name": "mooncalc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "suncalc", - "url": "https://www.suncalc.org/" - }, - { - "name": "moonsighting", - "url": "https://www.moonsighting.com/" - }, - { - "name": "mooncalendar", - "url": "https://www.mooncalc.org/mooncalendar/" - }, - { - "name": "conflict-damage", - "url": "https://www.conflict-damage.org/" - }, - { - "name": "Liveuamap", - "url": "https://liveuamap.com/" - }, - { - "name": "Arcgis Military Overlay", - "url": "https://solutions.arcgis.com/defense/help/military-overlay/#requirements" - }, - { - "name": "cesium", - "url": "https://ion.cesium.com/" - }, - { - "name": "armscontrol", - "url": "https://www.armscontrol.org/" - }, - { - "name": "sipri", - "url": "https://www.sipri.org/databases" - }, - { - "name": "Online Identification of Explosive Ordnance: Resources", - "url": "https://docs.google.com/spreadsheets/d/19xNmsQpcz7UwHOPy1Zrwud-2jVdctulT5W3_0fUNn8k/edit?gid=0#gid=0" - }, - { - "name": "skyvector", - "url": "https://skyvector.com/" - }, - { - "name": "US Millitary Base", - "url": "https://worldbeyondwar.org/no-bases/" - }, - { - "name": "airspace", - "url": "https://www.airspace-review.com/" - }, - { - "name": "worldview NASA", - "url": "https://worldview.earthdata.nasa.gov/" - }, - { - "name": "Ukraine Cyber Operation", - "url": "https://github.com/curated-intel/Ukraine-Cyber-Operations" - }, - { - "name": "Microsoft GlobalMLBuildingFootprints", - "url": "https://github.com/microsoft/GlobalMLBuildingFootprints" - }, - { - "name": "Conflict Gaza damage", - "url": "https://ee-ollielballinger.projects.earthengine.app/view/gazadamage" - }, - { - "name": "Conflict Ukraine damage", - "url": "https://oballinger.github.io/PWTT/#ukraine-damage-assessment" - }, - { - "name": "Ukriane Bellingcat Map", - "url": "https://ukraine.bellingcat.com/" - }, - { - "name": "bulletpicker", - "url": "https://www.bulletpicker.com/celluloid.html" - }, - { - "name": "Open Source Munitions Portal (OSMP)", - "url": "https://osmp.ngo/" - }, - { - "name": "Table of explosive detonation velocities", - "url": "https://en.wikipedia.org/wiki/Table_of_explosive_detonation_velocities" - }, - { - "name": "Types of explosive ordnance", - "url": "https://www.gichd.org/explosive-ordnance/" - }, - { - "name": "conflictarm - Weapon Documentary", - "url": "https://www.conflictarm.com/" - }, - { - "name": "Guide Identification Weapon", - "url": "https://www.jmu.edu/cisr/research/index.shtml" - }, - { - "name": "Norwegua Defense Research & Publication", - "url": "https://ffi-publikasjoner.archive.knowledgearc.net/discover" - }, - { - "name": "The Rocket Artillery Reference Book", - "url": "https://ffi-publikasjoner.archive.knowledgearc.net/bitstream/handle/20.500.12242/2257/09-00179.pdf" - }, - { - "name": "globalsecurity AMMUNITION COLOR CODES", - "url": "https://www.globalsecurity.org/military/world/index.html" - }, - { - "name": "Color-Coded Bullets Tips", - "url": "https://forensicreader.com/color-coded-bullets-tables/" - }, - { - "name": "cat-uxo weapon and missile", - "url": "https://cat-uxo.com/" - }, - { - "name": "osm-tag-info-military", - "url": "https://taginfo.openstreetmap.org/keys/military#map" - }, - { - "name": "Aircraft Mil Dataset", - "url": "https://github.com/sdr-enthusiasts/plane-alert-db" - }, - { - "name": "live-military", - "url": "https://www.live-military-mode-s.eu/" - }, - { - "name": "hotgunz", - "url": "https://www.hotgunz.com/search.php" - }, - { - "name": "camopedia", - "url": "https://camopedia.org/index.php/Indonesia" - }, - { - "name": "Wikipedia Milltary Ranks", - "url": "https://en.wikipedia.org/wiki/List_of_comparative_military_ranks" - }, - { - "name": "ICRC International Committee of the Red Cross", - "url": "https://www.icrc.org/en" - }, - { - "name": "Explosive damage blast estimation", - "url": "https://unsaferguard.org/un-saferguard/blast-damage-estimation" - }, - { - "name": "nuclearsecrecy estimate calculator", - "url": "https://nuclearsecrecy.com/nukemap/" - }, - { - "name": "nuclearweaponsedproj calculator", - "url": "https://nuclearweaponsedproj.mit.edu/Node/114" - }, - { - "name": "outrider nuclear weapon calculator area with animation", - "url": "https://outrider.org/nuclear-weapons/interactive/bomb-blast" - }, - { - "name": "Military Aircraft Wiki", - "url": "https://en.wikipedia.org/wiki/Military_aircraft" - }, - { - "name": "globalfirepower", - "url": "https://www.globalfirepower.com/" - }, - { - "name": "worldatlas", - "url": "https://www.worldatlas.com/countries" - }, - { - "name": "army-technology", - "url": "https://www.army-technology.com/" - }, - { - "name": "zones_nucleardetonation", - "url": "https://remm.hhs.gov/zones_nucleardetonation.htm" - }, - { - "name": "nuclearsecrecy missil map simulation", - "url": "https://nuclearsecrecy.com/missilemap/" - }, - { - "name": "atomicarchive awesome to learn sains and chemistry", - "url": "https://www.atomicarchive.com/resources/links/index.html" - }, - { - "name": "Cryptome - search doc about publication that are prohibited by government", - "url": "https://cryptome.org/" - }, - { - "name": "Tipsheet for Investigative Journalists on War Crimes and Open Source Research", - "url": "https://gijn.org/resource/tipsheet-for-investigative-journalists-on-war-crimes-and-open-source-research/" - }, - { - "name": "ARES", - "url": "https://armamentresearch.com/" - }, - { - "name": "eyesonrussia", - "url": "https://eyesonrussia.org/" - }, - { - "name": "blacksky", - "url": "https://www.blacksky.com/" - }, - { - "name": "War Thunder", - "url": "https://warthunder.com/en" - }, - { - "name": "Modern Warship", - "url": "https://promo.worldofwarships.com/" - }, - { - "name": "Microsoft Flight Simulator", - "url": "https://www.flightsimulator.com/" - }, - { - "name": "FalconLaw", - "url": "https://www.youtube.com/@falconclaw_" - }, - { - "name": "GarandThumb", - "url": "https://www.youtube.com/@GarandThumb" - }, - { - "name": "ID LycmaMilTech", - "url": "https://www.youtube.com/@LycmaMilTech" - }, - { - "name": "GarandThumb", - "url": "https://www.youtube.com/@GarandThumb" - }, - { - "name": "wiki firearm brands", - "url": "https://en.wikipedia.org/wiki/List_of_firearm_brands" - } - ] - }, - { - "category": "OSINT Shadow Analysis", - "items": [ - { - "name": "suncalc", - "url": "https://www.suncalc.org/" - }, - { - "name": "timeanddate", - "url": "https://www.timeanddate.com/weather/indonesia/jakarta/historic" - }, - { - "name": "sunearthtools", - "url": "https://www.sunearthtools.com/dp/tools/pos_sun.php" - }, - { - "name": "academo azimuth calc", - "url": "https://academo.org/demos/azimuth-calculator/" - }, - { - "name": "findmyshadow", - "url": "https://www.findmyshadow.com/" - }, - { - "name": "shadowcalculator", - "url": "http://shadowcalculator.eu/#/lat/50.08/lng/19.9" - }, - { - "name": "shademap", - "url": "https://shademap.app/" - }, - { - "name": "bellingcat shadow finder", - "url": "https://github.com/bellingcat/ShadowFinder" - }, - { - "name": "Moon Calc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "moonsighting", - "url": "https://www.moonsighting.com/" - }, - { - "name": "mooncalendar", - "url": "https://www.mooncalc.org/mooncalendar/" - }, - { - "name": "Dcode Azimuth Calc", - "url": "https://www.dcode.fr/azimuth" - }, - { - "name": "carbidedepot Trigonometry Calculator", - "url": "https://www.carbidedepot.com/formulas-trigright.asp" - }, - { - "name": "shadowmap", - "url": "https://app.shadowmap.org/" - }, - { - "name": "gaisma sunrise, sunset arround world", - "url": "https://www.gaisma.com/en/" - }, - { - "name": "sunpath3d", - "url": "https://drajmarsh.bitbucket.io/sunpath3d.html" - } - ] - }, - { - "category": "Academic Search Tools", - "items": [ - { - "name": "Base Search", - "url": "https://www.base-search.net/" - }, - { - "name": "SCI HUB", - "url": "https://www.sci-hub.se/" - }, - { - "name": "msearch", - "url": "https://msearch.io/" - }, - { - "name": "Google scholar", - "url": "https://scholar.google.com/" - }, - { - "name": "Jstor", - "url": "https://www.jstor.org/" - }, - { - "name": "worldwidescience", - "url": "https://worldwidescience.org/index.html" - }, - { - "name": "CORE", - "url": "https://core.ac.uk/" - }, - { - "name": "Academic Literature on Open Source Research & Methods", - "url": "https://docs.google.com/document/d/1uqzGi9asZZlaEs8syHbh3AsizVccU-IKJp4zPufaaBk/edit#heading=h.s9zomzvdp109" - }, - { - "name": "OSINT ethics", - "url": "https://stanleycenter.org/publications/osint-applied-ethics-workbook/" - }, - { - "name": "G Drive - Navigating digital media", - "url": "https://drive.google.com/drive/folders/1eF9FE-2B-bVciTCbajMR_f1Q7fHZl0s5" - }, - { - "name": "Cryptome - search doc about publication that are prohibited by government", - "url": "https://cryptome.org/" - }, - { - "name": "smartquantai", - "url": "https://www.smartquantai.com/" - } - ] - }, - { - "category": "Web Directory", - "items": [ - { - "name": "Vlib", - "url": "https://vlib.org/" - }, - { - "name": "Dmoz", - "url": "https://web.archive.org/web/20240000000000*/http:/www.dmoz.org/" - } - ] - }, - { - "category": "Torrent", - "items": [ - { - "name": "utorrent", - "url": "https://www.utorrent.com/" - }, - { - "name": "bittorrent", - "url": "https://www.bittorrent.com/" - }, - { - "name": "Jacket", - "url": "https://github.com/Jackett/Jackett" - }, - { - "name": "API OSINT TORRENT", - "url": "https://github.com/cipher387/API-s-for-OSINT/blob/main/README.md" - }, - { - "name": "torrentinim", - "url": "https://github.com/sergiotapia/torrentinim" - } - ] - }, - { - "category": "SDR OSINT", - "items": [ - { - "name": "map sdr points", - "url": "https://rx-tx.info/map-sdr-points" - }, - { - "name": "Airspy SDR RADIO", - "url": "https://www.sdr-radio.com/airspy-server" - }, - { - "name": "AirSpy MAP", - "url": "https://airspy.com/directory/" - }, - { - "name": "WEB SDR", - "url": "http://websdr.ewi.utwente.nl:8901/" - }, - { - "name": "Bellingcat Radar", - "url": "https://ollielballinger.users.earthengine.app/view/bellingcat-radar-interference-tracker" - }, - { - "name": "Wireshark", - "url": "https://www.wireshark.org/" - } - ] - }, - { - "category": "API for OSINT", - "items": [ - { - "name": "API Resoruces OSINT - For Your Private Tool", - "url": "https://github.com/cipher387/API-s-for-OSINT/blob/main/README.md" - }, - { - "name": "API for OSINT", - "url": "https://github.com/cipher387/API-s-for-OSINT" - }, - { - "name": "C99's API Service", - "url": "https://api.c99.nl/" - } - ] - }, - { - "category": "Data Visualization", - "items": [ - { - "name": "Maltego", - "url": "https://www.maltego.com/" - }, - { - "name": "osintbuddy Node graphs", - "url": "https://github.com/jerlendds/osintbuddy" - }, - { - "name": "Mgrs Mapper", - "url": "https://mgrs-mapper.com/app" - }, - { - "name": "Neo4j", - "url": "https://neo4j.com/" - }, - { - "name": "Kepler Mapping", - "url": "https://kepler.gl/demo/" - }, - { - "name": "Google Chart", - "url": "https://developers.google.com/chart" - }, - { - "name": "Chart JS", - "url": "https://www.chartjs.org/" - }, - { - "name": "fiugis", - "url": "https://fiugis.maps.arcgis.com/home/index.html" - }, - { - "name": "Map Hub", - "url": "https://maphub.net/map" - }, - { - "name": "Maltego Casefile", - "url": "https://docs.maltego.com/support/solutions/articles/15000018948-what-is-maltego-casefile-" - }, - { - "name": "Any Chart", - "url": "https://www.anychart.com/" - }, - { - "name": "High Charts", - "url": "https://www.highcharts.com/" - }, - { - "name": "Any Logic", - "url": "https://anylogic.help/" - }, - { - "name": "GO js Charts", - "url": "https://gojs.net/" - }, - { - "name": "cytoscape", - "url": "https://js.cytoscape.org/" - }, - { - "name": "sigmajs", - "url": "https://www.sigmajs.org/" - }, - { - "name": "graph-gallery", - "url": "https://d3-graph-gallery.com/network.html" - }, - { - "name": "R lib", - "url": "https://r-graph-gallery.com/network" - }, - { - "name": "D3 js", - "url": "https://d3js.org/" - }, - { - "name": "Folium", - "url": "https://python-visualization.github.io/folium/latest/getting_started.html" - }, - { - "name": "Gephi", - "url": "https://gephi.org/features/" - }, - { - "name": "leafletjs", - "url": "https://leafletjs.com/" - }, - { - "name": "QGIS", - "url": "https://www.qgis.org/" - }, - { - "name": "Flowchart maker", - "url": "https://app.diagrams.net/" - }, - { - "name": "osintracker", - "url": "https://app.osintracker.com/" - } - ] - }, - { - "category": "Emoji Investigation", - "items": [ - { - "name": "dutchosintguy", - "url": "https://www.dutchosintguy.com/post/cryptography-osint-can-you-read-emoji" - }, - { - "name": "Emoji Wiki", - "url": "https://emojis.wiki/" - }, - { - "name": "Emoji Guide", - "url": "https://emojiguide.com/" - }, - { - "name": "Emoji Tracker", - "url": "https://emojitracker.com/details/1F44F" - }, - { - "name": "emojipedia", - "url": "https://emojipedia.org/" - }, - { - "name": "fastemoji", - "url": "https://www.fastemoji.com/" - } - ] - }, - { - "category": "OSINT Branding & Verify", - "items": [ - { - "name": "keyhole", - "url": "https://keyhole.co/" - }, - { - "name": "Trus Pilot", - "url": "https://www.trustpilot.com/" - }, - { - "name": "Google Alert", - "url": "https://www.google.com/alerts" - }, - { - "name": "White Pages", - "url": "https://www.whitepages.com/" - }, - { - "name": "Tripadvisor", - "url": "https://www.tripadvisor.com/" - }, - { - "name": "Trustindex", - "url": "https://www.trustindex.io/" - }, - { - "name": "G Map Review", - "url": "https://www.google.com/maps/" - }, - { - "name": "Provenexpert", - "url": "https://www.provenexpert.com/" - }, - { - "name": "SIMPU RI", - "url": "https://umrahcerdas.kemenag.go.id/" - }, - { - "name": "Jobstreet.co.id", - "url": "https://www.jobstreet.co.id/" - }, - { - "name": "WEB Check", - "url": "https://web-check.xyz/" - }, - { - "name": "brightcloud ip lookup", - "url": "https://www.brightcloud.com/tools/url-ip-lookup.php" - }, - { - "name": "Url Filltering", - "url": "https://urlfiltering.paloaltonetworks.com/" - }, - { - "name": "A href Backlink Checker", - "url": "https://ahrefs.com/backlink-checker" - }, - { - "name": "Neil Patel Backlink", - "url": "https://neilpatel.com/backlinks/" - }, - { - "name": "Semrush Backlink", - "url": "https://www.semrush.com/analytics/backlinks/" - }, - { - "name": "Small SEO Tool Backlink", - "url": "https://smallseotools.com/backlink-checker/" - }, - { - "name": "SEO Backlink Check", - "url": "https://www.seobility.net/en/backlinkchecker/" - }, - { - "name": "Moz Backlink", - "url": "https://moz.com/link-explorer" - }, - { - "name": "SPAM Check Score", - "url": "https://www.dapachecker.org/spam-score-checker" - }, - { - "name": "MOZ Spam Check", - "url": "https://moz.com/help/link-explorer/link-building/spam-score" - }, - { - "name": "NIK PARSE", - "url": "https://github.com/bachors/nik_parse.js?tab=readme-ov-file#nik_parsejs" - }, - { - "name": "API for Indonesian ID card (KTP) identification", - "url": "https://github.com/audhiaprilliant/indonesian-id-card-identification" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "Kaseware", - "url": "https://www.kaseware.com/link-analysis" - }, - { - "name": "opentender ID", - "url": "https://opentender.net/" - }, - { - "name": "lpse lkpp ID", - "url": "https://lpse.lkpp.go.id/eproc4" - }, - { - "name": "ahu ID", - "url": "https://ahu.go.id/pencarian/profil-pt" - }, - { - "name": "Minerba ESDM ID", - "url": "https://momi.minerba.esdm.go.id/gisportal/home/" - }, - { - "name": "MODI ID", - "url": "https://modi.esdm.go.id/portal/dataPerusahaan" - }, - { - "name": "HAKI ID", - "url": "https://pdki-indonesia.dgip.go.id/search?type=trademark&keyword=" - }, - { - "name": "Katadata ID", - "url": "https://databoks.katadata.co.id/" - }, - { - "name": "pddikti ID", - "url": "https://pddikti.kemdikbud.go.id/" - }, - { - "name": "pipl", - "url": "https://pipl.com/" - }, - { - "name": "ipqs", - "url": "https://www.ipqualityscore.com/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "urlvoid", - "url": "https://www.urlvoid.com/" - }, - { - "name": "How to Verify Guide", - "url": "https://www.howtoverify.info/Image/Where/Geolocation/Manual_geolocation" - }, - { - "name": "ID INAPROC daftar hitam penyedia", - "url": "https://daftar-hitam.inaproc.id/" - } - ] - }, - { - "category": "NEWS OSINT", - "items": [ - { - "name": "Committee to Protect Journalists", - "url": "https://cpj.org/" - }, - { - "name": "forensic-architecture", - "url": "https://forensic-architecture.org/" - }, - { - "name": "ID FWI (Forest Watch Indonesia)", - "url": "https://perpustakaan.fwi.or.id/" - }, - { - "name": "Google CSE search news", - "url": "https://cse.google.com/cse?cx=013991603413798772546:fvmtax6anhd" - }, - { - "name": "ICW ID", - "url": "https://antikorupsi.org/id" - }, - { - "name": "washingtonpost", - "url": "https://www.washingtonpost.com/" - }, - { - "name": "middleeasteye", - "url": "https://www.middleeasteye.net/" - }, - { - "name": "europeana collection newspaper", - "url": "https://www.europeana.eu/en/collections/topic/18-newspaper" - }, - { - "name": "BNF France", - "url": "https://gallica.bnf.fr/accueil/en/content/accueil-en?mode=desktop" - }, - { - "name": "skynews", - "url": "https://news.sky.com/" - }, - { - "name": "france24", - "url": "https://www.france24.com/" - }, - { - "name": "paxforpeace", - "url": "https://paxforpeace.nl/" - }, - { - "name": "Bellingcat", - "url": "https://bellingcat.com" - }, - { - "name": "The Guardians", - "url": "https://www.theguardian.com/international" - }, - { - "name": "Drone Emprit", - "url": "https://pers.droneemprit.id/" - }, - { - "name": "Google News", - "url": "https://news.google.com/" - }, - { - "name": "MagPortal", - "url": "http://www.magportal.com/" - }, - { - "name": "Flipboard", - "url": "https://flipboard.com/" - }, - { - "name": "aljazeera", - "url": "https://www.aljazeera.com/" - }, - { - "name": "gijn", - "url": "https://gijn.org/" - }, - { - "name": "institute aljazeera", - "url": "https://institute.aljazeera.net/en" - }, - { - "name": "AP news", - "url": "https://apnews.com/hub/israel-hamas-war" - }, - { - "name": "unocha", - "url": "https://www.unocha.org/" - }, - { - "name": "ohchr", - "url": "https://www.ohchr.org/en/ohchr_homepage" - }, - { - "name": "ochaopt", - "url": "https://www.ochaopt.org/" - }, - { - "name": "narasi ID", - "url": "https://narasi.tv/" - }, - { - "name": "Tempo ID", - "url": "https://www.tempo.co/" - }, - { - "name": "watchdoc ID", - "url": "https://watchdoc.co.id/" - }, - { - "name": "kumparan ID", - "url": "https://kumparan.com/" - }, - { - "name": "katadata ID", - "url": "https://katadata.co.id/" - }, - { - "name": "BRIN ID", - "url": "https://brin.go.id/" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "Delpher", - "url": "https://www.delpher.nl/" - }, - { - "name": "colonialarchitecture", - "url": "https://colonialarchitecture.eu/" - }, - { - "name": "niod archive", - "url": "https://www.niod.nl/" - }, - { - "name": "digitalcollections", - "url": "https://digitalcollections.universiteitleiden.nl/" - }, - { - "name": "zoeken", - "url": "https://zoeken.beeldengeluid.nl/" - }, - { - "name": "nationaalarchief", - "url": "https://www.nationaalarchief.nl/en/research" - }, - { - "name": "archives", - "url": "https://www.archives.gov/" - }, - { - "name": "Arsip Indonesia", - "url": "https://arsip-indonesia.org/id/" - }, - { - "name": "Worldcat", - "url": "https://search.worldcat.org/" - }, - { - "name": "MPN SIDAK kominfo", - "url": "https://mpn.kominfo.go.id/arsip/" - }, - { - "name": "monash edu", - "url": "https://repository.monash.edu/items/browse" - }, - { - "name": "digitalcollections", - "url": "https://digitalcollections.universiteitleiden.nl/" - }, - { - "name": "scholarlypublications", - "url": "https://scholarlypublications.universiteitleiden.nl/" - }, - { - "name": "nationaalarchief", - "url": "https://www.nationaalarchief.nl/" - }, - { - "name": "myheritage", - "url": "https://www.myheritage.nl/" - }, - { - "name": "CNN World", - "url": "https://edition.cnn.com/world" - }, - { - "name": "CNN ID", - "url": "https://www.cnnindonesia.com/" - }, - { - "name": "Nationalgeographic", - "url": "https://www.nationalgeographic.com/search" - }, - { - "name": "BPS ID", - "url": "https://www.bps.go.id/id" - }, - { - "name": "Vice ID", - "url": "https://www.vice.com/id" - }, - { - "name": "DW ID", - "url": "https://www.dw.com/id" - }, - { - "name": "histography", - "url": "https://histography.io/" - }, - { - "name": "muckrack", - "url": "https://muckrack.com/" - }, - { - "name": "internet archive", - "url": "https://archive.org/" - }, - { - "name": "Journalist toolbox", - "url": "https://www.journaliststoolbox.org/" - }, - { - "name": "rferl", - "url": "https://www.rferl.org/" - }, - { - "name": "newspapers", - "url": "https://www.newspapers.com/" - }, - { - "name": "chroniclingamerica", - "url": "https://chroniclingamerica.loc.gov/" - }, - { - "name": "Google Newspaper (Archive and other)", - "url": "https://news.google.com/newspapers" - }, - { - "name": "rollcall", - "url": "https://rollcall.com/" - }, - { - "name": "reuters", - "url": "https://www.reuters.com/" - }, - { - "name": "sipri", - "url": "https://www.sipri.org/" - }, - { - "name": "newspapermap provider arround world", - "url": "https://newspapermap.com/" - }, - { - "name": "OCCRP Organized Crime and Corruption Reporting Project", - "url": "https://www.occrp.org/en" - }, - { - "name": "timesofisrael", - "url": "https://www.timesofisrael.com/" - }, - { - "name": "The international news", - "url": "https://www.thenews.com.pk/" - }, - { - "name": "Cryptome - search doc about publication that are prohibited by government", - "url": "https://cryptome.org/" - }, - { - "name": "haaretz", - "url": "https://www.haaretz.com/" - }, - { - "name": "thecradle", - "url": "https://thecradle.co/" - }, - { - "name": "nytimes", - "url": "https://www.nytimes.com/" - }, - { - "name": "thebureauinvestigates", - "url": "https://www.thebureauinvestigates.com/" - }, - { - "name": "info-res", - "url": "https://www.info-res.org/" - }, - { - "name": "CSE News and resume search", - "url": "https://cse.google.com/cse?cx=009462381166450434430%3Afrzo6adfjso&q#gsc.tab=0&gsc.q=jakarta&gsc.sort=" - }, - { - "name": "ID KontraS", - "url": "https://kontras.org/" - }, - { - "name": "The New York Times", - "url": "https://www.nytimes.com/" - }, - { - "name": "BBC", - "url": "https://www.bbc.com/" - }, - { - "name": "ID Metro TV", - "url": "https://www.metrotvnews.com/" - } - ] - }, - { - "category": "Threat Actor & Criminal Search", - "items": [ - { - "name": "eumostwanted EU", - "url": "https://eumostwanted.eu/" - }, - { - "name": "nationalcrimeagency UK", - "url": "https://www.nationalcrimeagency.gov.uk/most-wanted" - }, - { - "name": "FBI Most Wanted", - "url": "https://web.archive.org/web/20030315000000*/https://www.fbi.gov/wanted/cyber" - }, - { - "name": "FBI", - "url": "https://www.fbi.gov/wanted" - }, - { - "name": "secretservice", - "url": "https://www.secretservice.gov/investigations/mostwanted" - }, - { - "name": "pusiknas Polri ID", - "url": "https://pusiknas.polri.go.id/dpo" - }, - { - "name": "kejaksaan ID", - "url": "https://pelayanan.kejaksaan.go.id/layanan/permohonan/dpo" - }, - { - "name": "reskrimum Polri ID", - "url": "https://web.archive.org/web/20220124010657/https://reskrimum.metro.polri.go.id/dpo/" - }, - { - "name": "reskrimum Metro Polri ID", - "url": "https://reskrimum.metro.polri.go.id/dpo/" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "stealthmole", - "url": "https://www.stealthmole.com/" - }, - { - "name": "NCA most wanted", - "url": "https://nationalcrimeagency.gov.uk/most-wanted-search" - }, - { - "name": "ShadowDragon", - "url": "https://shadowdragon.io/" - }, - { - "name": "sociallinks", - "url": "https://sociallinks.io/" - }, - { - "name": "Crimewall", - "url": "https://sociallinks.io/products/sl-crimewall" - }, - { - "name": "breach-hq", - "url": "https://breach-hq.com/threat-actors" - }, - { - "name": "United Nation PBB", - "url": "https://main.un.org/securitycouncil/en/content/un-sc-consolidated-list" - }, - { - "name": "ID Sistem Informasi Penelusuran Perkara", - "url": "https://sipp.pn-negara.go.id/" - } - ] - }, - { - "category": "OSINT for Politics and Geopolitics", - "items": [ - { - "name": "civicus", - "url": "https://monitor.civicus.org/" - }, - { - "name": "freedomhouse", - "url": "https://freedomhouse.org/countries/freedom-world/scores" - }, - { - "name": "hunger map", - "url": "https://hungermap.wfp.org/" - }, - { - "name": "native-land", - "url": "https://native-land.ca/" - }, - { - "name": "riskmap", - "url": "https://www.riskmap.com/" - }, - { - "name": "splcenter", - "url": "https://www.splcenter.org/hate-map" - }, - { - "name": "safeairspace", - "url": "https://safeairspace.net/" - }, - { - "name": "globaldetentionproject", - "url": "https://www.globaldetentionproject.org/detention-centres/map-view" - }, - { - "name": "tasteatlas", - "url": "https://www.tasteatlas.com/" - }, - { - "name": "global terrorism database", - "url": "https://www.start.umd.edu/gtd/" - }, - { - "name": "datasets global terrorism database Kaggle", - "url": "https://www.kaggle.com/datasets/START-UMD/gtd" - }, - { - "name": "search-uk-sanctions", - "url": "https://search-uk-sanctions-list.service.gov.uk/" - }, - { - "name": "sanctionsmap", - "url": "https://www.sanctionsmap.eu/#/main" - }, - { - "name": "chroniclingamerica", - "url": "https://chroniclingamerica.loc.gov/" - }, - { - "name": "Data catalog world bank", - "url": "https://datacatalog.worldbank.org/" - }, - { - "name": "Google Patents", - "url": "https://patents.google.com/" - }, - { - "name": "Europol Publications", - "url": "https://www.europol.europa.eu/publications-events" - }, - { - "name": "terrorist-organizations", - "url": "https://www.state.gov/foreign-terrorist-organizations" - }, - { - "name": "Sanctions against terrorism", - "url": "https://www.consilium.europa.eu/en/policies/fight-against-terrorism/sanctions-against-terrorism/#list" - }, - { - "name": "EU financial sanctions list", - "url": "https://data.europa.eu/data/datasets/consolidated-list-of-persons-groups-and-entities-subject-to-eu-financial-sanctions?locale=en" - }, - { - "name": "ID Pejabat rekam jejak", - "url": "https://rekamjejak.net/direktori?query=&category=&party=&page=1&limit=9" - } - ] - }, - { - "category": "Maltego Transform List", - "items": [ - { - "name": "GraphSense-Maltego-transform", - "url": "https://github.com/INTERPOL-Innovation-Centre/GraphSense-Maltego-transform" - }, - { - "name": "Offical Maltego Transform List", - "url": "https://www.maltego.com/transform-hub/" - }, - { - "name": "Github cipher387 maltego transforms list", - "url": "https://github.com/cipher387/maltego-transforms-list" - }, - { - "name": "Holehe Maltego Transforms", - "url": "https://github.com/megadose/holehe-maltego" - }, - { - "name": "Farsight DNSDB Transforms for Maltego", - "url": "https://www.maltego.com/transform-hub/farsight-dnsdb/" - }, - { - "name": "Web Screnshhot Maltego Transforms", - "url": "https://github.com/TURROKS/Maltego_Web2Screenshot" - }, - { - "name": "Maltego Transform ShadowDragon", - "url": "https://www.maltego.com/transform-hub/socialnet/" - }, - { - "name": "Maltego Social Links Pro", - "url": "https://www.maltego.com/transform-hub/social-links-pro/" - } - ] - }, - { - "category": "OSINT Wildlife", - "items": [ - { - "name": "SIKU", - "url": "https://siku.org/project-management" - }, - { - "name": "globalforestwatch", - "url": "https://www.globalforestwatch.org/map/" - }, - { - "name": "oxpeckers", - "url": "https://oxpeckers.org/tools/" - }, - { - "name": "viirs skytruth", - "url": "https://viirs.skytruth.org/apps/heatmap/flaringmap.html#lat=33.85472&lon=35.86229&zoom=8&offset=27" - }, - { - "name": "protectedplanet", - "url": "https://www.protectedplanet.net/" - }, - { - "name": "globalfishingwatch", - "url": "https://globalfishingwatch.org/" - }, - { - "name": "ID SIPONGI", - "url": "https://sipongi.menlhk.go.id/peta" - } - ] - }, - { - "category": "OSINT Satellite", - "items": [ - { - "name": "NASA Earth Data", - "url": "https://search.earthdata.nasa.gov/search" - }, - { - "name": "SOAR Earth", - "url": "https://soar.earth/maps?" - }, - { - "name": "apollomapping", - "url": "https://apollomapping.com/" - }, - { - "name": "MODIS NASA", - "url": "https://modis.gsfc.nasa.gov/gallery/" - }, - { - "name": "ESRI", - "url": "https://geoxc-apps.bd.esri.com/" - }, - { - "name": "n2yo", - "url": "https://www.n2yo.com/" - }, - { - "name": "satellitemap", - "url": "https://satellitemap.space/?constellation=starlink" - }, - { - "name": "planet", - "url": "https://www.planet.com/" - }, - { - "name": "space track", - "url": "https://www.space-track.org/auth/login" - }, - { - "name": "google earth", - "url": "https://earth.google.com/" - }, - { - "name": "satellitetracker", - "url": "https://satellitetracker.net/" - }, - { - "name": "starlink", - "url": "https://www.starlink.com/map" - }, - { - "name": "orbtrack", - "url": "https://www.orbtrack.org/" - }, - { - "name": "isstracker database", - "url": "https://isstracker.pl/en/satelity" - }, - { - "name": "Zoom Earth", - "url": "https://zoom.earth/" - }, - { - "name": "In the sky", - "url": "https://in-the-sky.org/satmap_worldmap.php" - }, - { - "name": "Maxar", - "url": "https://www.maxar.com/" - }, - { - "name": "Windy", - "url": "https://www.windy.com/" - }, - { - "name": "Satellites Pro", - "url": "https://satellites.pro/" - }, - { - "name": "livingatlas", - "url": "https://livingatlas.arcgis.com/" - }, - { - "name": "platform leo labs", - "url": "https://platform.leolabs.space/visualization" - }, - { - "name": "earthobservatory NASA", - "url": "https://earthobservatory.nasa.gov/global-maps" - }, - { - "name": "EO Browser", - "url": "https://apps.sentinel-hub.com/eo-browser/" - }, - { - "name": "NASA Firms", - "url": "https://firms.modaps.eosdis.nasa.gov/" - }, - { - "name": "BMKG", - "url": "https://www.bmkg.go.id/satelit/" - }, - { - "name": "GEE Google Earth Engine", - "url": "https://earthengine.google.com/" - }, - { - "name": "NASA Worldview", - "url": "https://worldview.earthdata.nasa.gov/" - }, - { - "name": "dataspace", - "url": "https://browser.dataspace.copernicus.eu/" - }, - { - "name": "imagehunter", - "url": "https://imagehunter.apollomapping.com/" - }, - { - "name": "earthkit", - "url": "https://earthkit.app/satellite" - }, - { - "name": "arcgis", - "url": "https://www.arcgis.com/apps/View/index.html" - }, - { - "name": "evdc ESA Orbit", - "url": "https://evdc.esa.int/orbit/" - }, - { - "name": "skytruth", - "url": "https://cerulean.skytruth.org/" - }, - { - "name": "Alert skytruth", - "url": "https://monitor.skytruth.org/" - }, - { - "name": "Microsoft GlobalMLBuildingFootprints", - "url": "https://github.com/microsoft/GlobalMLBuildingFootprints" - }, - { - "name": "List of satellite map images with missing or unclear data", - "url": "https://en.wikipedia.org/wiki/List_of_satellite_map_images_with_missing_or_unclear_data" - }, - { - "name": "ventusky", - "url": "https://www.ventusky.com/?p=-6.6;115.7;4&l=satellite" - }, - { - "name": "satdump", - "url": "https://www.satdump.org/about/" - }, - { - "name": "airbus sat", - "url": "https://space-solutions.airbus.com/" - }, - { - "name": "blacksky", - "url": "https://www.blacksky.com/" - }, - { - "name": "EOS LAND SAT", - "url": "https://eos.com/landviewer/" - }, - { - "name": "eorc JP", - "url": "https://www.eorc.jaxa.jp/ALOS/en/index_e.htm" - }, - { - "name": "Copernicus", - "url": "https://atmosphere.copernicus.eu/charts/packages/cams/?facets=%7B%22Family%22%3A%5B%22Fires%22%5D%7D" - }, - { - "name": "Meteorological Satellite Center Himawari Sat", - "url": "https://www.data.jma.go.jp/mscweb/data/himawari/" - }, - { - "name": "Earth ESA sat", - "url": "https://earth.esa.int/eogateway/missions/planetscope#instruments-section" - }, - { - "name": "euspaceimaging", - "url": "https://www.euspaceimaging.com/" - }, - { - "name": "medgismar GIS", - "url": "https://medgismar.rempec.org/" - }, - { - "name": "umbra open data", - "url": "https://umbra.space/open-data/" - }, - { - "name": "Bellingcat Monitor the Umbra open data catalogue", - "url": "https://github.com/bellingcat/umbra-open-data-tracker?tab=readme-ov-file" - }, - { - "name": "ghgsat", - "url": "https://www.ghgsat.com/en/" - }, - { - "name": "NASA EMIT", - "url": "https://earth.jpl.nasa.gov/emit/" - }, - { - "name": "NASA NEO", - "url": "https://neo.gsfc.nasa.gov/" - }, - { - "name": "skywatch", - "url": "explore.skywatch.com" - }, - { - "name": "AWS Earth", - "url": "https://aws.amazon.com/earth/" - }, - { - "name": "NOAA Data Access Viewer", - "url": "https://coast.noaa.gov/dataviewer/#/" - }, - { - "name": "capellaspace", - "url": "https://www.capellaspace.com/" - }, - { - "name": "shadowbreakintl", - "url": "https://www.shadowbreakintl.com/#products" - }, - { - "name": "globalforestwatch", - "url": "https://www.globalforestwatch.org/map/" - }, - { - "name": "HERE MAP", - "url": "https://maps.here.com/" - }, - { - "name": "s2maps", - "url": "https://s2maps.eu/#" - }, - { - "name": "Landsat Sat", - "url": "https://id.wikipedia.org/wiki/Program_Landsat" - }, - { - "name": "MODIS Sat", - "url": "https://id.wikipedia.org/wiki/Moderate-Resolution_Imaging_Spectroradiometer" - }, - { - "name": "Suomi NPP Sat", - "url": "https://fi.wikipedia.org/wiki/Suomi_NPP" - }, - { - "name": "Sentinel-3 Sat", - "url": "https://en.wikipedia.org/wiki/Sentinel-3" - }, - { - "name": "Guide Remote Sensing", - "url": "https://bellingcat.github.io/RS4OSINT/A2_Remote_Sensing.html" - }, - { - "name": "Sentinel 2 Bands and Combinations", - "url": "https://gisgeography.com/sentinel-2-bands-combinations/" - }, - { - "name": "Visualizing a Marine Oil Spill with Sentinel-2 MSI Imagery", - "url": "https://medium.com/@anapau_diazg/visualizing-a-marine-oil-spill-with-sentinel-2-msi-imagery-cb0aaa2045b" - }, - { - "name": "NOAA Contracts with Planet to Gain Situational Awareness of Oil Spills, Marine Debris, and Marine Life", - "url": "https://www.planet.com/pulse/noaa-contracts-with-planet-to-gain-situational-awareness-of-oil-spills-marine-debris-and-marine-life/" - }, - { - "name": "Aerial Observation and Identification Guide", - "url": "https://www.amsa.gov.au/sites/default/files/2014-01-mp-amsa22-identification-oil-on-water.pdf" - }, - { - "name": "What does real-time satellite data really look like?", - "url": "https://skywatch.com/real-time-satellite-data/" - }, - { - "name": "Starting Satellite Investigations", - "url": "https://exposingtheinvisible.org/en/guides/starting-satellite-investigations/" - }, - { - "name": "A Journalist's Guide to using AI + Satellite Imagery for Storytelling", - "url": "https://aifromabove.notion.site/A-Journalist-s-Guide-to-using-AI-Satellite-Imagery-for-Storytelling-c32a310269124f069da96b73e872e574" - }, - { - "name": "How to analyse satellite imagery", - "url": "https://institute.aljazeera.net/en/ajr/article/2191" - }, - { - "name": "A Beginner’s Guide to Sentinel Hub", - "url": "https://citizenevidence.org/2023/03/21/summit-series-a-beginners-guide-to-sentinel-hub/" - }, - { - "name": "Reporter’s Tipsheet for Acquiring Free Satellite Images", - "url": "https://gijn.org/resource/guide-acquire-free-satellite-images/" - } - ] - }, - { - "category": "OSINT for Scraping and Data Collection", - "items": [ - { - "name": "Zenrows", - "url": "https://www.zenrows.com/" - }, - { - "name": "Scrapfly", - "url": "https://scrapfly.io/" - }, - { - "name": "capsolver", - "url": "https://www.capsolver.com/id" - }, - { - "name": "2captcha", - "url": "https://2captcha.com/" - }, - { - "name": "Puppeter", - "url": "https://www.npmjs.com/package/puppeteer-extra-plugin-stealth" - }, - { - "name": "spiderfoot", - "url": "https://github.com/smicallef/spiderfoot" - }, - { - "name": "TorBot", - "url": "https://github.com/DedSecInside/TorBoT" - }, - { - "name": "TorCrawl", - "url": "https://github.com/MikeMeliz/TorCrawl.py" - }, - { - "name": "Onioningestor", - "url": "https://github.com/danieleperera/OnionIngestor" - }, - { - "name": "selenium", - "url": "https://www.selenium.dev/" - }, - { - "name": "BeautifulSoup", - "url": "https://BeautifulSoup.org/" - }, - { - "name": "BeautifulSoup", - "url": "https://www.crummy.com/software/BeautifulSoup/bs4/doc/" - }, - { - "name": "scrapehero", - "url": "https://www.scrapehero.com/marketplace/" - }, - { - "name": "Google maps review scrapper", - "url": "https://github.com/omkarcloud/google-maps-reviews-scraper" - }, - { - "name": "Omkar", - "url": "https://www.omkar.cloud/tools/" - }, - { - "name": "torpy", - "url": "https://github.com/torpyorg/torpy" - }, - { - "name": "DARC", - "url": "https://github.com/JarryShaw/darc" - }, - { - "name": "browser-use", - "url": "https://github.com/browser-use/browser-use" - } - ] - }, - { - "category": "OSINT IRC Chat", - "items": [ - { - "name": "netsplit", - "url": "https://netsplit.de/channels/" - }, - { - "name": "kiwiirc", - "url": "https://kiwiirc.com/search" - }, - { - "name": "sn0int irc-monitor", - "url": "https://sn0int.com/r/kpcyrd/irc-monitor" - } - ] - }, - { - "category": "OSINT Historical", - "items": [ - { - "name": "colonialarchitecture", - "url": "https://colonialarchitecture.eu/" - }, - { - "name": "niod archive", - "url": "https://www.niod.nl/" - }, - { - "name": "digitalcollections", - "url": "https://digitalcollections.universiteitleiden.nl/" - }, - { - "name": "zoeken", - "url": "https://zoeken.beeldengeluid.nl/" - }, - { - "name": "nationaalarchief", - "url": "https://www.nationaalarchief.nl/en/research" - }, - { - "name": "archives", - "url": "https://www.archives.gov/" - }, - { - "name": "Arsip Indonesia", - "url": "https://arsip-indonesia.org/id/" - }, - { - "name": "Worldcat", - "url": "https://search.worldcat.org/" - }, - { - "name": "MPN SIDAK Kominfo", - "url": "https://mpn.kominfo.go.id/arsip/" - }, - { - "name": "geheugen delpher", - "url": "https://geheugen.delpher.nl/nl" - }, - { - "name": "Old maps online", - "url": "https://www.oldmapsonline.org/en/" - }, - { - "name": "Delpher", - "url": "https://www.delpher.nl/" - }, - { - "name": "pastvu map", - "url": "https://pastvu.com/" - }, - { - "name": "Latest change OSM", - "url": "https://rene78.github.io/latest-changes/#5/-3.448/115.532" - }, - { - "name": "Web Archive", - "url": "https://web.archive.org/" - }, - { - "name": "chroniclingamerica", - "url": "https://chroniclingamerica.loc.gov/" - }, - { - "name": "britishnewspaperarchive", - "url": "https://www.britishnewspaperarchive.co.uk/" - }, - { - "name": "Google Archive News", - "url": "https://news.google.com/newspapers" - }, - { - "name": "LOC Library of Congress collects", - "url": "https://www.loc.gov/programs/veterans-history-project/about-this-program/" - }, - { - "name": "europeana collection newspaper", - "url": "https://www.europeana.eu/en/collections/topic/18-newspaper" - }, - { - "name": "BNF France", - "url": "https://gallica.bnf.fr/accueil/en/content/accueil-en?mode=desktop" - } - ] - }, - { - "category": "OSINT Art Collection", - "items": [ - { - "name": "Getty Edu", - "url": "https://www.getty.edu/art/collection/" - }, - { - "name": "graphicsatlas", - "url": "http://www.graphicsatlas.org/" - }, - { - "name": "NPG UK", - "url": "https://www.npg.org.uk/collections/" - }, - { - "name": "Artnet", - "url": "https://www.artnet.com/artists/" - }, - { - "name": "NGV AU", - "url": "https://www.ngv.vic.gov.au/explore/collection/" - }, - { - "name": "DAAO AU", - "url": "https://www.daao.org.au/" - }, - { - "name": "Old Indiana Photo", - "url": "https://www.oldindianphotos.in/" - }, - { - "name": "Lostart DE", - "url": "https://www.lostart.de/en/start" - } - ] - }, - { - "category": "OSINT The Artists", - "items": [ - { - "name": "Artnet", - "url": "https://www.artnet.com/artists/" - }, - { - "name": "NGV AU", - "url": "https://www.ngv.vic.gov.au/explore/collection/" - }, - { - "name": "influzoom", - "url": "https://influzoom.com/" - } - ] - }, - { - "category": "OSINT Language", - "items": [ - { - "name": "grammarly", - "url": "https://www.grammarly.com/" - }, - { - "name": "quillbot", - "url": "https://quillbot.com/translate" - }, - { - "name": "babla", - "url": "https://www.babla.co.id/pengucapan/bahasa-china/" - }, - { - "name": "goong", - "url": "https://goong.com/id/" - }, - { - "name": "Google", - "url": "https://translate.google.co.id/?sl=auto&tl=en&op=translate" - }, - { - "name": "deepl", - "url": "https://www.deepl.com/en/translator" - }, - { - "name": "glosbe", - "url": "https://id.glosbe.com/" - }, - { - "name": "World map Country, language, writing system", - "url": "https://www.key-shortcut.com/en/writing-systems/world-map-of-alphabets-scripts#map" - }, - { - "name": "chatgpt", - "url": "https://chatgpt.com/" - }, - { - "name": "2lingual", - "url": "https://2lingual.com/" - }, - { - "name": "urbandictionary", - "url": "https://www.urbandictionary.com/" - } - ] - }, - { - "category": "OSINT OPSEC", - "items": [ - { - "name": "thgtoa", - "url": "https://github.com/Anon-Planet/thgtoa" - }, - { - "name": "HiddenVM", - "url": "https://github.com/aforensics/HiddenVM" - }, - { - "name": "OPSEC Roadmap", - "url": "https://github.com/OffcierCia/Crypto-OpSec-SelfGuard-RoadMap" - }, - { - "name": "OPSEC Guides", - "url": "https://github.com/RistBS/Awesome-RedTeam-Cheatsheet/blob/master/Miscs/OPSEC%20Guide.md" - }, - { - "name": "BounceBack", - "url": "https://github.com/D00Movenok/BounceBack" - }, - { - "name": "OPSEC 101", - "url": "https://github.com/BushidoUK/Operational-Security-101" - }, - { - "name": "cqcore UK", - "url": "https://www.cqcore.uk/" - }, - { - "name": "Crypto OpSec SelfGuard RoadMap", - "url": "https://github.com/OffcierCia/Crypto-OpSec-SelfGuard-RoadMap" - }, - { - "name": "Blockchain-dark-forest-selfguard-handbook", - "url": "https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook/blob/main/README_ID.md" - }, - { - "name": "Docker", - "url": "https://www.docker.com/" - }, - { - "name": "vmware", - "url": "https://www.vmware.com/" - }, - { - "name": "virtualbox", - "url": "https://www.virtualbox.org/" - } - ] - }, - { - "category": "OSINT Journalism Project", - "items": [ - { - "name": "journalism", - "url": "https://github.com/wbkd/awesome-interactive-journalism" - }, - { - "name": "gijn", - "url": "https://gijn.org/" - }, - { - "name": "Journalist toolbox", - "url": "https://www.journaliststoolbox.org/" - }, - { - "name": "Google Journalist Studio", - "url": "https://journaliststudio.google.com/pinpoint/case-studies/" - }, - { - "name": "expertisefinder", - "url": "https://expertisefinder.com/" - }, - { - "name": "datajournalism", - "url": "https://datajournalism.com/read" - }, - { - "name": "Resources Journalism", - "url": "https://gijn.org/resource/" - }, - { - "name": "Danger zone", - "url": "https://github.com/freedomofpress/dangerzone" - }, - { - "name": "protect from macro virus guide", - "url": "https://support.microsoft.com/id-id/office/protect-yourself-from-macro-viruses-a3f3576a-bfef-4d25-84dc-70d18bde5903" - } - ] - }, - { - "category": "OSINT Detect Deepfake", - "items": [ - { - "name": "scanner deepfake", - "url": "https://scanner.deepware.ai/" - }, - { - "name": "aiornot", - "url": "https://www.aiornot.com/" - }, - { - "name": "sensity.ai", - "url": "https://sensity.ai/" - }, - { - "name": "AmIReal", - "url": "https://seintpl.github.io/AmIReal/" - }, - { - "name": "invid-project", - "url": "https://www.invid-project.eu/tools-and-services/invid-verification-plugin/" - }, - { - "name": "gptzero", - "url": "https://gptzero.com/" - }, - { - "name": "isitai", - "url": "https://isitai.com/ai-image-detector/" - }, - { - "name": "hivemoderation", - "url": "https://hivemoderation.com/ai-generated-content-detection" - }, - { - "name": "deepware", - "url": "https://scanner.deepware.ai/" - }, - { - "name": "audio elevenlabs", - "url": "https://elevenlabs.io/ai-speech-classifier" - }, - { - "name": "GIJN Investigate AI Deepfake", - "url": "https://gijn.org/resource/tipsheet-investigating-ai-audio-deepfakes/" - }, - { - "name": "datajournalism AI Deepfake", - "url": "https://datajournalism.com/read/handbook/verification-3/investigating-actors-content/6-how-to-think-about-deepfakes-and-emerging-manipulation-technologie" - }, - { - "name": "DW Guide Investigate Deepfake", - "url": "https://www.dw.com/en/fact-check-how-do-i-spot-a-deepfake/a-60029650" - }, - { - "name": "sightengine", - "url": "https://sightengine.com/" - }, - { - "name": "wasitai", - "url": "https://wasitai.com/" - } - ] - }, - { - "category": "OSINT Similarity (Plagiarism)", - "items": [ - { - "name": "1text", - "url": "https://1text.com/" - }, - { - "name": "gptzero", - "url": "https://gptzero.me/" - }, - { - "name": "grammarly", - "url": "https://www.grammarly.com/" - }, - { - "name": "duplichecker", - "url": "https://www.duplichecker.com/" - }, - { - "name": "smallseotools", - "url": "https://smallseotools.com/plagiarism-checker/" - }, - { - "name": "turnitin", - "url": "https://www.turnitin.com/products/similarity/" - }, - { - "name": "hivemoderation", - "url": "https://hivemoderation.com/ai-generated-content-detection" - }, - { - "name": "humata", - "url": "https://www.humata.ai/" - }, - { - "name": "kipper", - "url": "https://www.kipper.ai/" - }, - { - "name": "sintelix", - "url": "https://sintelix.com/" - }, - { - "name": "ntlk", - "url": "https://www.nltk.org/" - }, - { - "name": "voyant", - "url": "https://voyant-tools.org/" - }, - { - "name": "brandmentions", - "url": "https://brandmentions.com/" - }, - { - "name": "copyleaks", - "url": "https://copyleaks.com/" - }, - { - "name": "gowinston", - "url": "https://gowinston.ai/" - }, - { - "name": "humbot", - "url": "https://humbot.ai/" - }, - { - "name": "hivemoderation", - "url": "https://hivemoderation.com/ai-generated-content-detection" - }, - { - "name": "Youtube search with voice", - "url": "https://www.youtube.com/" - }, - { - "name": "Google search with voice", - "url": "https://www.google.com/" - }, - { - "name": "hivemoderation", - "url": "https://hivemoderation.com/ai-generated-content-detection" - }, - { - "name": "shutterstock", - "url": "https://www.shutterstock.com/search/like-video" - }, - { - "name": "Google Vidio Search", - "url": "https://www.google.com/videohp?hl=id" - }, - { - "name": "invid-project", - "url": "https://www.invid-project.eu/tools-and-services/invid-verification-plugin/" - }, - { - "name": "Face Similarity Test Online", - "url": "https://facecomparison.toolpie.com/" - }, - { - "name": "similarweb", - "url": "https://www.similarweb.com/website/" - }, - { - "name": "similarsites", - "url": "https://www.similarsites.com/" - }, - { - "name": "sitelike", - "url": "https://www.sitelike.org/" - }, - { - "name": "pr-cy.io", - "url": "https://pr-cy.io/tools/similar-websites/" - }, - { - "name": "Clone UI Design", - "url": "https://clone-ui.design/" - }, - { - "name": "Website informer", - "url": "https://website.informer.com/" - }, - { - "name": "vstat", - "url": "https://vstat.info/" - }, - { - "name": "siteslike", - "url": "https://www.siteslike.com/" - }, - { - "name": "domains - search similarity domain and niche web", - "url": "https://www.domains.ch/en" - }, - { - "name": "smallseotools compare web similar", - "url": "https://smallseotools.com/similar-sites/" - }, - { - "name": "Venture Radar", - "url": "https://www.ventureradar.com/search" - }, - { - "name": "tracxn", - "url": "https://tracxn.com/?redirect=false" - }, - { - "name": "similarweb", - "url": "https://www.similarweb.com/website/" - }, - { - "name": "Website informer", - "url": "https://website.informer.com/" - }, - { - "name": "vstat", - "url": "https://vstat.info/" - }, - { - "name": "sgpbusiness", - "url": "https://www.sgpbusiness.com/" - }, - { - "name": "socialblade similarity", - "url": "https://socialblade.com/" - } - ] - }, - { - "category": "Secure Code & Application", - "items": [ - { - "name": "veracode", - "url": "https://www.veracode.com/products/binary-static-analysis-sast" - }, - { - "name": "snyk", - "url": "https://snyk.io/product/snyk-code/" - }, - { - "name": "fortify-static-code-analyzer", - "url": "https://www.opentext.com/products/fortify-static-code-analyzer" - }, - { - "name": "tenable", - "url": "https://www.tenable.com/" - }, - { - "name": "horusec", - "url": "https://github.com/ZupIT/horusec" - }, - { - "name": "bearer", - "url": "https://github.com/bearer/bearer" - }, - { - "name": "MATE", - "url": "https://github.com/GaloisInc/MATE" - }, - { - "name": "codeql", - "url": "https://github.com/github/codeql" - }, - { - "name": "Sonar", - "url": "https://www.sonarsource.com/solutions/security/" - } - ] - }, - { - "category": "Linux Distribution Package Search", - "items": [ - { - "name": "Redhat Linux", - "url": "https://access.redhat.com/search/?q=packages&documentKind=Solution%26Article" - }, - { - "name": "Debian Linux", - "url": "https://packages.debian.org/index" - }, - { - "name": "Arch Linux", - "url": "https://archlinux.org/packages/" - }, - { - "name": "pkgs", - "url": "https://pkgs.org/" - }, - { - "name": "Ubbuntu Package", - "url": "https://packages.ubuntu.com/" - }, - { - "name": "Boot-Repair ubuntu", - "url": "https://help.ubuntu.com/community/Boot-Repair" - } - ] - }, - { - "category": "Shortlink for OSINT", - "items": [ - { - "name": "t.ly", - "url": "https://t.ly/" - }, - { - "name": "bit.ly", - "url": "https://bitly.com/" - }, - { - "name": "tiny url", - "url": "https://tinyurl.com/" - } - ] - }, - { - "category": "OSINT Jobs", - "items": [ - { - "name": "OSINT Jobs", - "url": "https://www.osint-jobs.com/applicants" - } - ] - }, - { - "category": "IP CIDR Conveter", - "items": [ - { - "name": "CIDR Conveter", - "url": "http://magic-cookie.co.uk/iplist.html" - } - ] - }, - { - "category": "OSINT Data Broker List", - "items": [ - { - "name": "yaelwrites Data-Broker-Opt-Out-List", - "url": "https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List" - }, - { - "name": "glamrock data-brokers", - "url": "https://github.com/glamrock/data-brokers" - }, - { - "name": "privacyrights", - "url": "https://privacyrights.org/data-brokers" - }, - { - "name": "simpleoptout", - "url": "https://github.com/troy/simpleoptout" - } - ] - }, - { - "category": "OSINT Software", - "items": [ - { - "name": "alternativeto", - "url": "https://alternativeto.net/" - }, - { - "name": "alternative", - "url": "https://alternative.me/" - }, - { - "name": "Apk mirror", - "url": "https://www.apkmirror.com/" - }, - { - "name": "apkpure", - "url": "https://apkpure.com/id/" - }, - { - "name": "slant", - "url": "https://www.slant.co/" - }, - { - "name": "capterra", - "url": "https://www.capterra.com/" - }, - { - "name": "G2", - "url": "https://www.g2.com/" - }, - { - "name": "softwaresuggest", - "url": "https://www.softwaresuggest.com/" - }, - { - "name": "softpedia", - "url": "https://www.softpedia.com/" - }, - { - "name": "DAPK APK SEARCH", - "url": "https://github.com/m4ll0k/BBTz/blob/master/dapk.py" - } - ] - }, - { - "category": "OSINT Barcode Reader", - "items": [ - { - "name": "Barcode online reader", - "url": "https://online-barcode-reader.inliteresearch.com/" - }, - { - "name": "Apple Barcode", - "url": "https://support.apple.com/id-id/102680" - } - ] - }, - { - "category": "OSINT Measurement", - "items": [ - { - "name": "time&date awesome calc and conveter list", - "url": "https://www.timeanddate.com/moon/" - }, - { - "name": "smappen", - "url": "https://www.smappen.com/app/" - }, - { - "name": "Google earth", - "url": "https://earth.google.com/" - }, - { - "name": "imagemeasurement", - "url": "https://imagemeasurement.online/" - }, - { - "name": "Apple Measurement Apps", - "url": "https://support.apple.com/id-id/102468" - }, - { - "name": "imageJ", - "url": "https://imagej.net/ij/" - }, - { - "name": "suncalc", - "url": "https://www.suncalc.org/" - }, - { - "name": "suncalc 2", - "url": "http://suncalc.net/" - }, - { - "name": "mooncalc", - "url": "https://www.mooncalc.org/" - }, - { - "name": "planetscalc", - "url": "https://www.planetscalc.org/" - }, - { - "name": "moonsighting", - "url": "https://www.moonsighting.com/" - }, - { - "name": "mooncalendar", - "url": "https://www.mooncalc.org/mooncalendar/" - }, - { - "name": "Google maps measurement", - "url": "https://zhenyanghua.github.io/MeasureTool-GoogleMaps-V3/" - }, - { - "name": "Microsoft powertoys", - "url": "https://learn.microsoft.com/id-id/windows/powertoys/screen-ruler" - }, - { - "name": "Angle Measurement", - "url": "https://www.ginifab.com/feeds/angle_measurement/" - }, - { - "name": "sunpath3d", - "url": "https://drajmarsh.bitbucket.io/sunpath3d.html" - }, - { - "name": "rapidtables conveter calc", - "url": "https://www.rapidtables.com/convert/" - }, - { - "name": "dcode fr awesome calc and conveter", - "url": "https://www.dcode.fr/en" - }, - { - "name": "unsaferguard Blast Damage Estimation", - "url": "https://unsaferguard.org/un-saferguard/blast-damage-estimation" - }, - { - "name": "nukemap nuclear damage estimation", - "url": "https://nuclearsecrecy.com/nukemap/" - }, - { - "name": "nuclearweaponsedproj blast effects calc", - "url": "https://nuclearweaponsedproj.mit.edu/nuclear-weapons-blast-effects-calculator/" - }, - { - "name": "outrider sains nuclear weapon estimate calc", - "url": "https://outrider.org/" - }, - { - "name": "MapChecking Crowd counting tool", - "url": "https://www.mapchecking.com/" - } - ] - }, - { - "category": "OSINT Financial (FININT)", - "items": [ - { - "name": "CC Checker", - "url": "https://dnschecker.org/credit-card-validator.php" - }, - { - "name": "EU financial sanctions list", - "url": "https://data.europa.eu/data/datasets/consolidated-list-of-persons-groups-and-entities-subject-to-eu-financial-sanctions?locale=en" - }, - { - "name": "OCCRP Organized Crime and Corruption Reporting Project", - "url": "https://www.occrp.org/en" - }, - { - "name": "PPP Directory", - "url": "https://ppp.directory/search" - }, - { - "name": "ID LKPP", - "url": "https://lkpp.go.id/" - }, - { - "name": "ID LPSE LKPP", - "url": "https://lpse.lkpp.go.id/eproc4/lelang" - }, - { - "name": "ID PPATK", - "url": "https://www.ppatk.go.id/publikasi/lists/1.html" - }, - { - "name": "ID KPK", - "url": "https://www.kpk.go.id/id" - }, - { - "name": "ID Pelaporan KPK LHKPN", - "url": "https://elhkpn.kpk.go.id/portal/user/petakepatuhan" - }, - { - "name": "ID KPK Check the wealth assets of Indonesian ministries", - "url": "https://elhkpn.kpk.go.id/portal/user/check_search_announ#announ" - }, - { - "name": "ID SIKAP CARI PELAKU USAHA", - "url": "https://sikap.lkpp.go.id/pelaku-usaha/cari" - }, - { - "name": "ID BPK", - "url": "https://www.bpk.go.id/" - }, - { - "name": "ID Bappebti", - "url": "https://bappebti.go.id/" - }, - { - "name": "ID BPS", - "url": "https://www.bps.go.id/id" - }, - { - "name": "ID opentender", - "url": "https://opentender.net/" - }, - { - "name": "ID Pengadaan Tender", - "url": "https://tender.pengadaan.com/tender" - }, - { - "name": "AS SAM gov", - "url": "https://sam.gov/search/" - }, - { - "name": "littlesis", - "url": "https://littlesis.org/" - }, - { - "name": "ID Kemenkeu", - "url": "https://www.kemenkeu.go.id/home" - }, - { - "name": "ID Kejaksaan", - "url": "https://www.kejaksaan.go.id/" - }, - { - "name": "ID Badan Pengawasan Keuangan dan Pembangunan", - "url": "https://www.bpkp.go.id/" - }, - { - "name": "ID SIRUP LKPP", - "url": "https://sirup.lkpp.go.id/sirup/home/rekapitulasiindex" - }, - { - "name": "ID BI", - "url": "https://www.bi.go.id/id/default.aspx" - }, - { - "name": "wise", - "url": "https://wise.com/id/" - }, - { - "name": "tradingeconomics", - "url": "https://id.tradingeconomics.com/" - }, - { - "name": "worldbank", - "url": "https://data.worldbank.org/" - }, - { - "name": "sayari", - "url": "https://sayari.com/" - }, - { - "name": "ID E catalogue", - "url": "https://e-katalog.lkpp.go.id/" - }, - { - "name": "ID Cek nomor rekening", - "url": "https://tools.bagusok.dev/cek-rekening" - }, - { - "name": "ID kredibel check scammer", - "url": "https://www.kredibel.com/search" - }, - { - "name": "DataRepublican", - "url": "https://datarepublican.com/" - } - ] - }, - { - "category": "OSINT Cryptography (Cipher)", - "items": [ - { - "name": "dcode", - "url": "https://www.dcode.fr/identification-chiffrement" - }, - { - "name": "CyberChef", - "url": "https://gchq.github.io/CyberChef/" - }, - { - "name": "base64decode", - "url": "https://www.base64decode.org/" - }, - { - "name": "hashes", - "url": "https://hashes.com/en/tools/hash_identifier" - }, - { - "name": "kali hash identifier", - "url": "https://www.kali.org/tools/hash-identifier/" - }, - { - "name": "rapidtables", - "url": "https://www.rapidtables.com/convert/" - } - ] - }, - { - "category": "OSINT Game", - "items": [ - { - "name": "Steamdb", - "url": "https://steamdb.info/calculator/" - }, - { - "name": "tracker", - "url": "https://tracker.gg/" - }, - { - "name": "steamidfinder", - "url": "https://www.steamidfinder.com/" - }, - { - "name": "steamcommunity", - "url": "https://steamcommunity.com/search/users/" - }, - { - "name": "Cek Id Game", - "url": "https://tools.bagusok.dev/cek-id-game" - } - ] - }, - { - "category": "OSINT Device for Device", - "items": [ - { - "name": "Bellingcat Google Maps review Filename Chrome Extension", - "url": "https://www.bellingcat.com/resources/2024/10/15/google-maps-image-filename-finder-tool/" - }, - { - "name": "gsmarena", - "url": "https://www.gsmarena.com/" - }, - { - "name": "hardreset", - "url": "https://www.hardreset.info/" - }, - { - "name": "3u tool", - "url": "https://www.3u.com/" - }, - { - "name": "Old Device or Phone", - "url": "https://www.mobilephonemuseum.com/catalogue" - }, - { - "name": "ifixit", - "url": "https://it.ifixit.com/Device/Other_OS_Phone" - }, - { - "name": "scrcpy", - "url": "https://github.com/Genymobile/scrcpy/releases" - }, - { - "name": "Android Studio", - "url": "https://developer.android.com/studio" - }, - { - "name": "NOX", - "url": "https://www.bignox.com/" - }, - { - "name": "mumuplayer", - "url": "https://www.mumuplayer.com/index.html" - }, - { - "name": "ldplayer", - "url": "https://id.ldplayer.net/" - }, - { - "name": "Apple Check Coverage", - "url": "https://checkcoverage.apple.com/" - }, - { - "name": "IPhone IMEI", - "url": "https://iunlocker.com/en/check_imei.php" - }, - { - "name": "imei24 - Check serial number", - "url": "https://imei24.com/check/apple_sn/" - }, - { - "name": "Iphone model number code", - "url": "https://support.apple.com/en-mt/108044" - }, - { - "name": "iPhone model number country code", - "url": "https://discussions.apple.com/thread/251748775?sortBy=rank" - }, - { - "name": "Iphone model serial number code", - "url": "https://theapplewiki.com/wiki/Models#:~:text=%22%20F%20%22%3A%20refurbished%20unit,%22%3A%20personalized%20(engraved" - }, - { - "name": "Decode The Meaning Behind Your Apple Serial Number", - "url": "https://beetstech.com/blog/decode-meaning-behind-apple-serial-number" - }, - { - "name": "iunlocker", - "url": "https://iunlocker.com/id/check_imei.php" - }, - { - "name": "imei24 - Check serial number", - "url": "https://imei24.com/check/apple_sn/" - }, - { - "name": "samsung", - "url": "https://www.samsung.com/us/support/warranty/#Warranty_Checker" - }, - { - "name": "lenovo", - "url": "https://pcsupport.lenovo.com/id/id/warranty-lookup#/" - }, - { - "name": "samsung", - "url": "https://www.samsung.com/us/support/warranty/#Warranty_Checker" - }, - { - "name": "asus", - "url": "https://as-rma.asus.com/id/info/warranty" - }, - { - "name": "asus", - "url": "https://www.asus.com/support/warranty-status-inquiry/" - } - ] - }, - { - "category": "OSINT Cloud", - "items": [ - { - "name": "Google CSE search drive", - "url": "https://cse.google.com/cse?cx=013991603413798772546:nwzqlcysx_w" - }, - { - "name": "cloud enum", - "url": "https://github.com/initstring/cloud_enum" - }, - { - "name": "dedigger", - "url": "https://www.dedigger.com/#gsc.tab=0" - } - ] - }, - { - "category": "OSINT Property", - "items": [ - { - "name": "ZILLOW", - "url": "https://www.zillow.com/homes/for_sale/" - }, - { - "name": "trulia", - "url": "https://www.trulia.com/" - } - ] - }, - { - "category": "Custom CSE Search Engine (CSE)", - "items": [ - { - "name": "CSE-UTOPIA LISTS", - "url": "https://start.me/p/EL84Km/cse-utopia" - }, - { - "name": "40 Custom Search Engines", - "url": "https://booleanstrings.com/all-the-40-forty-custom-search-engines/" - } - ] - }, - { - "category": "OSINT Technique Tips", - "items": [ - { - "name": "Awesome guide attack vector OSINT", - "url": "https://github.com/sinwindie/OSINT" - }, - { - "name": "Bellingcat Guides Tools and Handbook", - "url": "https://bellingcat.gitbook.io/toolkit/resources/guides-and-handbooks" - }, - { - "name": "deepdarkCTI", - "url": "https://github.com/fastfire/deepdarkCTI" - }, - { - "name": "osintcombine", - "url": "https://www.osintcombine.com/post/dark-web-searching" - }, - { - "name": "overtoperator", - "url": "https://www.overtoperator.com/s/daily-intel-brief" - }, - { - "name": "maltego", - "url": "https://www.maltego.com/blog/top-osint-infosec-resources-for-you-and-your-team/" - }, - { - "name": "skopenow image int", - "url": "https://www.skopenow.com/resource-center/image-based-osint-investigations-tips-techniques" - }, - { - "name": "Telegram OSINT", - "url": "https://github.com/Ginsberg5150/Discord-and-Telegram-OSINT-references" - }, - { - "name": "OSINT Handbook", - "url": "https://i-intelligence.eu/uploads/public-documents/OSINT_Handbook_2020.pdf" - }, - { - "name": "The Threat Intelligence Lifecycle", - "url": "https://www.recordedfuture.com/threat-intelligence-lifecycle" - }, - { - "name": "Five Phashes of the Threat Intelligence Lifecycle", - "url": "https://flashpoint.io/blog/threat-intelligence-lifecycle/" - }, - { - "name": "Threat Intelligence Lifecycle | Phases & Best Practices Explained", - "url": "https://snyk.io/learn/threat-intelligence/threat-intelligence-lifecycle/" - }, - { - "name": "Open-Source Intelligence (OSINT) Cycle", - "url": "https://securityorb.com/featured/the-open-source-intelligence-osint-cycle/" - }, - { - "name": "Learn and training OSINT free", - "url": "https://sites.google.com/view/tpdprivacy/home?authuser=0" - }, - { - "name": "Bellingcat Resouces Guide", - "url": "https://www.bellingcat.com/category/resources/" - }, - { - "name": "Guide for verification and SOCMINT", - "url": "https://datajournalism.com/read/handbook/verification-3" - }, - { - "name": "Youtube OSINT Tutorial", - "url": "https://www.youtube.com/playlist?list=PLrFPX1Vfqk3ehZKSFeb9pVIHqxqrNW8Sy" - }, - { - "name": "Ethical and about more OSINT", - "url": "https://stanleycenter.org/publications/osint-applied-ethics-workbook/" - }, - { - "name": "Exposing the Invisible - The Kit", - "url": "https://kit.exposingtheinvisible.org/en/index.html" - }, - { - "name": "browser-use", - "url": "https://github.com/browser-use/browser-use" - }, - { - "name": "Brave", - "url": "https://brave.com/" - }, - { - "name": "I2P", - "url": "https://geti2p.net/en/" - }, - { - "name": "TOR", - "url": "https://www.torproject.org" - }, - { - "name": "Whonix", - "url": "https://www.whonix.org/" - }, - { - "name": "Zeronet", - "url": "https://zeronet.io/" - } - ] - } -] \ No newline at end of file diff --git a/Web-Based/index.html b/Web-Based/index.html index 1f54ad9..cea28cd 100644 --- a/Web-Based/index.html +++ b/Web-Based/index.html @@ -3,8 +3,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Jieyab89 OSINT Cheat Sheet + + +

Jieyab89 OSINT Cheat Sheet

diff --git a/Web-Based/osint_data.json b/Web-Based/osint_data.json index d754ab4..31e0bbf 100644 --- a/Web-Based/osint_data.json +++ b/Web-Based/osint_data.json @@ -1,6 +1,6 @@ [ { - "category": "OSINT CHEAT SHEET - List OSINT Tools", + "category": "OSINT CHEAT SHEET - List OSINT Tools [![Github Badge](https://img.shields.io/badge/-Jieyab89-black?style=flat&logo=github&logoColor=white&link=https://github.com/Jieyab89/)](https://github.com/Jieyab89)", "items": [] }, { @@ -163,6 +163,10 @@ { "name": "CSE Search comment", "url": "https://cse.google.com/cse?cx=006368593537057042503:ig4r3rz35qi#gsc.tab=0" + }, + { + "name": "voilanorbert", + "url": "https://www.voilanorbert.com/" } ] }, @@ -5772,6 +5776,10 @@ { "name": "darkradar", "url": "https://www.darkradar.io/mail-breach" + }, + { + "name": "voilanorbert", + "url": "https://www.voilanorbert.com/" } ] }, @@ -8835,6 +8843,10 @@ { "name": "ipification API", "url": "https://www.ipification.com/" + }, + { + "name": "rayhunter", + "url": "https://github.com/EFForg/rayhunter" } ] }, @@ -11785,6 +11797,10 @@ { "name": "browser-use", "url": "https://github.com/browser-use/browser-use" + }, + { + "name": "interviewcoder", + "url": "https://www.interviewcoder.co/" } ] }, @@ -12419,6 +12435,10 @@ "name": "caido", "url": "https://caido.io/" }, + { + "name": "MobileApp-Pentest-Cheatsheet", + "url": "https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet" + }, { "name": "social engineering", "url": "https://www.social-engineer.org/"