Skip to content

Instantly share code, notes, and snippets.

@pdehaan
Created April 25, 2023 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdehaan/37381d2f05180e47b18e38d6e4a23ce8 to your computer and use it in GitHub Desktop.
Save pdehaan/37381d2f05180e47b18e38d6e4a23ce8 to your computer and use it in GitHub Desktop.
Comparing HIBP `Name` vs `Title` props.
const arr = [];
const breaches = await fetchBreaches();
for (const { Name, Title } of breaches) {
if (Name !== Title) {
arr.push({ Name, Title });
}
}
console.log(JSON.stringify(arr, null, 2));
async function fetchBreaches() {
const res = await fetch("https://haveibeenpwned.com/api/v3/breaches");
return res.json();
}
[
{
"Name": "17Media",
"Title": "17"
},
{
"Name": "2844Breaches",
"Title": "2,844 Separate Data Breaches"
},
{
"Name": "Abandonia",
"Title": "Abandonia (2015)"
},
{
"Name": "Abandonia2022",
"Title": "Abandonia (2022)"
},
{
"Name": "AbuseWithUs",
"Title": "AbuseWith.Us"
},
{
"Name": "AcneOrg",
"Title": "Acne.org"
},
{
"Name": "ABFRL",
"Title": "Aditya Birla Fashion and Retail"
},
{
"Name": "AdultFriendFinder",
"Title": "Adult FriendFinder (2015)"
},
{
"Name": "AdultFriendFinder2016",
"Title": "Adult FriendFinder (2016)"
},
{
"Name": "AdultFanFiction",
"Title": "Adult-FanFiction.Org"
},
{
"Name": "AgusiQTorrents",
"Title": "AgusiQ-Torrents.pl"
},
{
"Name": "AhaShare",
"Title": "AhaShare.com"
},
{
"Name": "AIType",
"Title": "ai.type"
},
{
"Name": "Aipai",
"Title": "Aipai.com"
},
{
"Name": "AKP",
"Title": "AKP Emails"
},
{
"Name": "AmartFurniture",
"Title": "Amart Furniture"
},
{
"Name": "AndroidForums",
"Title": "Android Forums"
},
{
"Name": "AnimalJam",
"Title": "Animal Jam"
},
{
"Name": "AnimePlanet",
"Title": "Anime-Planet"
},
{
"Name": "AntiPublic",
"Title": "Anti Public Combo List"
},
{
"Name": "ArmorGames",
"Title": "Armor Games"
},
{
"Name": "ArmyForceOnline",
"Title": "Army Force Online"
},
{
"Name": "AshleyMadison",
"Title": "Ashley Madison"
},
{
"Name": "AstroPID",
"Title": "Astropid"
},
{
"Name": "AtlasQuantum",
"Title": "Atlas Quantum"
},
{
"Name": "Autocentrum",
"Title": "Autocentrum.pl"
},
{
"Name": "B2BUSABusinesses",
"Title": "B2B USA Businesses"
},
{
"Name": "BabyNames",
"Title": "Baby Names"
},
{
"Name": "BattlefieldHeroes",
"Title": "Battlefield Heroes"
},
{
"Name": "BeautifulPeople",
"Title": "Beautiful People"
},
{
"Name": "Bell",
"Title": "Bell (2014 breach)"
},
{
"Name": "Bell2017",
"Title": "Bell (2017 breach)"
},
{
"Name": "BinWeevils",
"Title": "Bin Weevils"
},
{
"Name": "BiohackMe",
"Title": "Biohack.me"
},
{
"Name": "BTSec",
"Title": "Bitcoin Security Forum Gmail Dump"
},
{
"Name": "BitcoinTalk",
"Title": "Bitcoin Talk"
},
{
"Name": "BlackHatWorld",
"Title": "Black Hat World"
},
{
"Name": "BlackBerryFans",
"Title": "BlackBerry Fans"
},
{
"Name": "BombujEu",
"Title": "Bombuj.eu"
},
{
"Name": "BotOfLegends",
"Title": "Bot of Legends"
},
{
"Name": "BourseDesVols",
"Title": "Bourse des Vols"
},
{
"Name": "BrandNewTube",
"Title": "Brand New Tube"
},
{
"Name": "BTCAlpha",
"Title": "BTC-Alpha"
},
{
"Name": "BTCE",
"Title": "BTC-E"
},
{
"Name": "BulgarianNationalRevenueAgency",
"Title": "Bulgarian National Revenue Agency"
},
{
"Name": "BusinessAcumen",
"Title": "Business Acumen Magazine"
},
{
"Name": "CannabisForum",
"Title": "Cannabis.com"
},
{
"Name": "CapialEconomics",
"Title": "Capital Economics"
},
{
"Name": "CardingMafiaDec2021",
"Title": "Carding Mafia (December 2021)"
},
{
"Name": "CardingMafia",
"Title": "Carding Mafia (March 2021)"
},
{
"Name": "CDProjektRed",
"Title": "CD Projekt RED"
},
{
"Name": "CheapAssGamer",
"Title": "CheapAssGamer.com"
},
{
"Name": "CivilOnline",
"Title": "Civil Online"
},
{
"Name": "ClashOfKings",
"Title": "Clash of Kings"
},
{
"Name": "ClearVoiceSurveys",
"Title": "ClearVoice Surveys"
},
{
"Name": "ClubPenguinRewritten",
"Title": "Club Penguin Rewritten (January 2018)"
},
{
"Name": "ClubPenguinRewrittenJul2019",
"Title": "Club Penguin Rewritten (July 2019)"
},
{
"Name": "Collection1",
"Title": "Collection #1"
},
{
"Name": "COMELEC",
"Title": "COMELEC (Philippines Voters)"
},
{
"Name": "CouponMomAndArmorGames",
"Title": "Coupon Mom / Armor Games"
},
{
"Name": "db8151dd",
"Title": "Covve"
},
{
"Name": "CrackCommunity",
"Title": "Crack Community"
},
{
"Name": "CrackedTO",
"Title": "Cracked.to"
},
{
"Name": "CrimeAgencyVBulletin",
"Title": "CrimeAgency vBulletin Hacks"
},
{
"Name": "CrossFire",
"Title": "Cross Fire"
},
{
"Name": "D3scene",
"Title": "D3Scene"
},
{
"Name": "DailyQuiz",
"Title": "Daily Quiz"
},
{
"Name": "DataAndLeads",
"Title": "Data & Leads"
},
{
"Name": "PDL",
"Title": "Data Enrichment Exposure From PDL Customer"
},
{
"Name": "DataEnrichment",
"Title": "Data Enrichment Records"
},
{
"Name": "DemonForums",
"Title": "Demon Forums"
},
{
"Name": "DevilTorrents",
"Title": "Devil-Torrents.pl"
},
{
"Name": "DietCom",
"Title": "diet.com"
},
{
"Name": "DivXSubTitles",
"Title": "DivX SubTitles"
},
{
"Name": "DLH",
"Title": "DLH.net"
},
{
"Name": "Dodonew",
"Title": "Dodonew.com"
},
{
"Name": "Dominos",
"Title": "Domino's"
},
{
"Name": "DominosIndia",
"Title": "Domino's India"
},
{
"Name": "DucksUnlimited",
"Title": "Ducks Unlimited"
},
{
"Name": "DuelingNetwork",
"Title": "Dueling Network"
},
{
"Name": "DDO",
"Title": "Dungeons & Dragons Online"
},
{
"Name": "Duowan",
"Title": "Duowan.com"
},
{
"Name": "DVDShopCH",
"Title": "dvd-shop.ch"
},
{
"Name": "ElasticsearchSalesLeads",
"Title": "Elasticsearch Instance of Sales Leads on AWS"
},
{
"Name": "EPal",
"Title": "E-Pal"
},
{
"Name": "EpicGames",
"Title": "Epic Games"
},
{
"Name": "Estonia",
"Title": "Estonian Citizens (via Estonian Cybercrime Bureau)"
},
{
"Name": "eThekwiniMunicipality",
"Title": "eThekwini Municipality"
},
{
"Name": "EuropaJobs",
"Title": "europa.jobs"
},
{
"Name": "EverybodyEdits",
"Title": "Everybody Edits"
},
{
"Name": "Experian",
"Title": "Experian (2015)"
},
{
"Name": "Experian2020",
"Title": "Experian (South Africa)"
},
{
"Name": "ExploitIn",
"Title": "Exploit.In"
},
{
"Name": "VINs",
"Title": "Exposed VINs"
},
{
"Name": "FantasyFootballHub",
"Title": "Fantasy Football Hub"
},
{
"Name": "WhiteRoom",
"Title": "Fashion Nexus"
},
{
"Name": "FilmaiIn",
"Title": "Filmai.in"
},
{
"Name": "FFShrine",
"Title": "Final Fantasy Shrine"
},
{
"Name": "FlashFlashRevolution",
"Title": "Flash Flash Revolution (2016 breach)"
},
{
"Name": "FlashFlashRevolution2019",
"Title": "Flash Flash Revolution (2019 breach)"
},
{
"Name": "FLVS",
"Title": "Florida Virtual School"
},
{
"Name": "FoxyBingo",
"Title": "Foxy Bingo"
},
{
"Name": "FreedomHostingII",
"Title": "Freedom Hosting II"
},
{
"Name": "FunnyGames",
"Title": "Funny Games"
},
{
"Name": "FurAffinity",
"Title": "Fur Affinity"
},
{
"Name": "GamerzPlanet",
"Title": "Gamerzplanet"
},
{
"Name": "Gett",
"Title": "Ge.tt"
},
{
"Name": "GenesisMarket",
"Title": "Genesis Market"
},
{
"Name": "GetRevengeOnYourEx",
"Title": "Get Revenge On Your Ex"
},
{
"Name": "GoGames",
"Title": "Go Games"
},
{
"Name": "GPSUnderground",
"Title": "GPS Underground"
},
{
"Name": "GunAuction",
"Title": "GunAuction.com"
},
{
"Name": "Playgar",
"Title": "Guns and Robots"
},
{
"Name": "GunsDotCom",
"Title": "Guns.com"
},
{
"Name": "HackForums",
"Title": "hackforums.net"
},
{
"Name": "HackingTeam",
"Title": "Hacking Team"
},
{
"Name": "HDBFinancialServices",
"Title": "HDB Financial Services"
},
{
"Name": "HealthNowNetworks",
"Title": "Health Now Networks"
},
{
"Name": "Hemmakvall",
"Title": "Hemmakväll"
},
{
"Name": "Hemmelig",
"Title": "hemmelig.com"
},
{
"Name": "HeroesOfGaia",
"Title": "Heroes of Gaia"
},
{
"Name": "HeroesOfNewerth",
"Title": "Heroes of Newerth"
},
{
"Name": "HIAPK",
"Title": "HiAPK"
},
{
"Name": "HomeChef",
"Title": "Home Chef"
},
{
"Name": "HookersNL",
"Title": "Hookers.nl"
},
{
"Name": "HTCMania",
"Title": "HTC Mania"
},
{
"Name": "HTHStudios",
"Title": "HTH Studios"
},
{
"Name": "iDTech",
"Title": "iD Tech"
},
{
"Name": "IDCGames",
"Title": "IDC Games"
},
{
"Name": "iDressup",
"Title": "i-Dressup"
},
{
"Name": "IndianRailways",
"Title": "Indian Railways"
},
{
"Name": "InstantCheckmate",
"Title": "Instant Checkmate"
},
{
"Name": "Interpals",
"Title": "InterPals"
},
{
"Name": "JobAndTalent",
"Title": "Jobandtalent"
},
{
"Name": "JustDate",
"Title": "Justdate.com"
},
{
"Name": "KayoMoe",
"Title": "Kayo.moe Credential Stuffing List"
},
{
"Name": "KMRU",
"Title": "KM.RU"
},
{
"Name": "LaPosteMobile",
"Title": "La Poste Mobile"
},
{
"Name": "Lastfm",
"Title": "Last.fm"
},
{
"Name": "Lazada",
"Title": "Lazada RedMart"
},
{
"Name": "LeadHunter",
"Title": "Lead Hunter"
},
{
"Name": "LeagueOfLegends",
"Title": "League of Legends"
},
{
"Name": "LeakedReality",
"Title": "Leaked Reality"
},
{
"Name": "LightsHope",
"Title": "Light's Hope"
},
{
"Name": "LinkedInScrape",
"Title": "LinkedIn Scraped Data"
},
{
"Name": "LinuxForums",
"Title": "Linux Forums"
},
{
"Name": "LinuxMint",
"Title": "Linux Mint"
},
{
"Name": "LittleMonsters",
"Title": "Little Monsters"
},
{
"Name": "LizardSquad",
"Title": "Lizard Squad"
},
{
"Name": "LOTR",
"Title": "Lord of the Rings Online"
},
{
"Name": "LoungeBoard",
"Title": "Lounge Board"
},
{
"Name": "LuminPDF",
"Title": "Lumin PDF"
},
{
"Name": "LyricsMania",
"Title": "Lyrics Mania"
},
{
"Name": "MacForums",
"Title": "Mac Forums"
},
{
"Name": "MailRu",
"Title": "mail.ru Dump"
},
{
"Name": "MallCZ",
"Title": "MALL.cz"
},
{
"Name": "MangaTraders",
"Title": "Manga Traders"
},
{
"Name": "MangaFox",
"Title": "MangaFox.me"
},
{
"Name": "MasterDeeds",
"Title": "Master Deeds"
},
{
"Name": "MastercardPricelessSpecials",
"Title": "Mastercard Priceless Specials"
},
{
"Name": "Mate1",
"Title": "Mate1.com"
},
{
"Name": "MechoDownload",
"Title": "Mecho Download"
},
{
"Name": "MGM",
"Title": "MGM Resorts"
},
{
"Name": "MGM2022Update",
"Title": "MGM Resorts (2022 Update)"
},
{
"Name": "MinecraftPocketEditionForum",
"Title": "Minecraft Pocket Edition Forum"
},
{
"Name": "MinecraftWorldMap",
"Title": "Minecraft World Map"
},
{
"Name": "MMGFusion",
"Title": "MMG Fusion"
},
{
"Name": "ModernBusinessSolutions",
"Title": "Modern Business Solutions"
},
{
"Name": "MoneyBookers",
"Title": "Money Bookers"
},
{
"Name": "MoreleNet",
"Title": "Morele.net"
},
{
"Name": "MortalOnline",
"Title": "Mortal Online"
},
{
"Name": "MuslimDirectory",
"Title": "Muslim Directory"
},
{
"Name": "MuslimMatch",
"Title": "Muslim Match"
},
{
"Name": "NamelessMalware",
"Title": "Nameless Malware"
},
{
"Name": "NaughtyAmerica",
"Title": "Naughty America"
},
{
"Name": "NexusMods",
"Title": "Nexus Mods"
},
{
"Name": "NonNudeGirls",
"Title": "Non Nude Girls"
},
{
"Name": "NotAcxiom",
"Title": "Not Acxiom"
},
{
"Name": "NulledCH",
"Title": "Nulled.ch"
},
{
"Name": "Nulled",
"Title": "Nulled.cr"
},
{
"Name": "OGUsers",
"Title": "OGUsers (2019 breach)"
},
{
"Name": "OGUsers2020",
"Title": "OGUsers (2020 breach)"
},
{
"Name": "OGUsers2021",
"Title": "OGUsers (2021 breach)"
},
{
"Name": "OGUsers2022",
"Title": "OGUsers (2022 breach)"
},
{
"Name": "OnlinerSpambot",
"Title": "Onliner Spambot"
},
{
"Name": "OpenCSGO",
"Title": "Open CS:GO"
},
{
"Name": "OpenSubtitles",
"Title": "Open Subtitles"
},
{
"Name": "OrdineAvvocatiDiRoma",
"Title": "Ordine Avvocati di Roma"
},
{
"Name": "PaddyPower",
"Title": "Paddy Power"
},
{
"Name": "ParagonCheats",
"Title": "Paragon Cheats"
},
{
"Name": "PeoplesEnergy",
"Title": "People's Energy"
},
{
"Name": "PhoneHouse",
"Title": "Phone House España"
},
{
"Name": "PHPFreaks",
"Title": "PHP Freaks"
},
{
"Name": "PixelFederation",
"Title": "Pixel Federation"
},
{
"Name": "PlanetCalypso",
"Title": "Planet Calypso"
},
{
"Name": "PlanetIce",
"Title": "Planet Ice"
},
{
"Name": "PlutoTV",
"Title": "Pluto TV"
},
{
"Name": "Pokebip",
"Title": "Pokébip"
},
{
"Name": "PokemonCreed",
"Title": "Pokémon Creed"
},
{
"Name": "PokemonNegro",
"Title": "Pokémon Negro"
},
{
"Name": "PreenMe",
"Title": "Preen.Me"
},
{
"Name": "ProgrammingForums",
"Title": "Programming Forums"
},
{
"Name": "PSPISO",
"Title": "PSP ISO"
},
{
"Name": "QatarNationalBank",
"Title": "Qatar National Bank"
},
{
"Name": "QuantumBooter",
"Title": "Quantum Booter"
},
{
"Name": "R2-2017",
"Title": "R2 (2017 forum breach)"
},
{
"Name": "Rankwatch",
"Title": "RankWatch"
},
{
"Name": "RbxRocks",
"Title": "Rbx.Rocks"
},
{
"Name": "ReadNovel",
"Title": "Read Novel"
},
{
"Name": "RealEstateMogul",
"Title": "Real Estate Mogul"
},
{
"Name": "RedLineStealer",
"Title": "RedLine Stealer"
},
{
"Name": "BlueSnapRegpack",
"Title": "Regpack"
},
{
"Name": "RepublicanPartyOfTexas",
"Title": "Republican Party of Texas"
},
{
"Name": "RetinaX",
"Title": "Retina-X"
},
{
"Name": "Reverb-Nation",
"Title": "ReverbNation"
},
{
"Name": "RiverCityMedia",
"Title": "River City Media Spam List"
},
{
"Name": "RosebuttBoard",
"Title": "Rosebutt Board"
},
{
"Name": "RoyalEnfield",
"Title": "Royal Enfield"
},
{
"Name": "RussianAmerica",
"Title": "Russian America"
},
{
"Name": "SCDailyPhoneSpamList",
"Title": "SC Daily Phone Spam List"
},
{
"Name": "SchoolDistrict42",
"Title": "School District 42"
},
{
"Name": "Shadi",
"Title": "Shadi.com"
},
{
"Name": "ShopperPlus",
"Title": "Shopper+"
},
{
"Name": "ShortEdition",
"Title": "Short Édition"
},
{
"Name": "SocialEngineered",
"Title": "Social Engineered"
},
{
"Name": "SIAE",
"Title": "Società Italiana degli Autori ed Editori"
},
{
"Name": "SpecialKSpamList",
"Title": "Special K Data Feed Spam List"
},
{
"Name": "Start",
"Title": "START"
},
{
"Name": "SterKinekor",
"Title": "Ster-Kinekor"
},
{
"Name": "StrongholdKingdoms",
"Title": "Stronghold Kingdoms"
},
{
"Name": "SumoTorrent",
"Title": "Sumo Torrent"
},
{
"Name": "SundryFiles",
"Title": "Sundry Files"
},
{
"Name": "SuperVPNGeckoVPN",
"Title": "SuperVPN & GeckoVPN"
},
{
"Name": "SweClockers",
"Title": "SweClockers.com"
},
{
"Name": "TAPAirPortugal",
"Title": "TAP Air Portugal"
},
{
"Name": "Solomid",
"Title": "Team SoloMid"
},
{
"Name": "TRAI",
"Title": "Telecom Regulatory Authority of India"
},
{
"Name": "TheCandidBoard",
"Title": "The Candid Board"
},
{
"Name": "TheFappening",
"Title": "The Fappening"
},
{
"Name": "TheFlyOnTheWall",
"Title": "The Fly on the Wall"
},
{
"Name": "HalloweenSpot",
"Title": "The Halloween Spot"
},
{
"Name": "KodiFoundation",
"Title": "The Kodi Foundation"
},
{
"Name": "TheTVDB",
"Title": "TheTVDB.com"
},
{
"Name": "ThisHabboForum",
"Title": "ThisHabbo Forum"
},
{
"Name": "TorrentInvites",
"Title": "Torrent Invites"
},
{
"Name": "TravelOK",
"Title": "Travel Oklahoma"
},
{
"Name": "TrikSpamBotnet",
"Title": "Trik Spam Botnet"
},
{
"Name": "TruthFinder",
"Title": "Truth Finder"
},
{
"Name": "Tumblr",
"Title": "tumblr"
},
{
"Name": "TunedGlobal",
"Title": "Tuned Global"
},
{
"Name": "Twitter200M",
"Title": "Twitter (200M)"
},
{
"Name": "IGF",
"Title": "UN Internet Governance Forum"
},
{
"Name": "UnderworldEmpire",
"Title": "Underworld Empire"
},
{
"Name": "UnicoCampania",
"Title": "Unico Campania"
},
{
"Name": "UC",
"Title": "University of California"
},
{
"Name": "UnrealEngine",
"Title": "Unreal Engine"
},
{
"Name": "Astoria",
"Title": "Unverified Data Source"
},
{
"Name": "UtahGunExchange",
"Title": "Utah Gun Exchange"
},
{
"Name": "VBulletin",
"Title": "vBulletin"
},
{
"Name": "VerificationsIO",
"Title": "Verifications.io"
},
{
"Name": "VictoryPhones",
"Title": "Victory Phones"
},
{
"Name": "VoidTO",
"Title": "Void.to"
},
{
"Name": "VTightGel",
"Title": "V-Tight Gel"
},
{
"Name": "WarInc",
"Title": "War Inc."
},
{
"Name": "WeHeartIt",
"Title": "We Heart It"
},
{
"Name": "Wendys",
"Title": "Wendy's"
},
{
"Name": "WienerBuchereien",
"Title": "Wiener Büchereien"
},
{
"Name": "WifeLovers",
"Title": "Wife Lovers"
},
{
"Name": "WIIUISO",
"Title": "WIIU ISO"
},
{
"Name": "Win7Vista",
"Title": "Win7Vista Forum"
},
{
"Name": "Wishbone",
"Title": "Wishbone (2016)"
},
{
"Name": "Wishbone2020",
"Title": "Wishbone (2020)"
},
{
"Name": "WPT",
"Title": "WPT Amateur Poker League"
},
{
"Name": "Xbox360ISO",
"Title": "Xbox 360 ISO"
},
{
"Name": "XPGameSaves",
"Title": "XPG"
},
{
"Name": "Yandex",
"Title": "Yandex Dump"
},
{
"Name": "YoteprestoCom",
"Title": "yotepresto.com"
},
{
"Name": "YouveBeenScraped",
"Title": "You've Been Scraped"
},
{
"Name": "ZAPHosting",
"Title": "ZAP-Hosting"
},
{
"Name": "Zhenai",
"Title": "Zhenai.com"
},
{
"Name": "Zoosk",
"Title": "Zoosk (2011)"
},
{
"Name": "Zoosk2020",
"Title": "Zoosk (2020)"
},
{
"Name": "Parapa",
"Title": "Пара Па"
},
{
"Name": "SprashivaiRu",
"Title": "Спрашивай.ру"
},
{
"Name": "DecoratingTheHouse",
"Title": "집꾸미기"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment