The best Epieos alternative depends on which part of Epieos you actually rely on. For account-existence checks, breach exposure, and stealer-log hits from a single email query, Revealer's email lookup is the closest full replacement; for free self-hosted work, holehe covers registration checks and h8mail covers breach queries. This post compares five options on coverage, cost, and how far each one lets you pivot past the mailbox: Revealer, holehe, h8mail, Sherlock, and theHarvester.
What Epieos does well
Epieos is a commercial email investigation platform built around one premise: an email address is a join key across the internet. Its signature capability is the Google account pivot. Given a Google address, it attempts to surface profile material tied to the account (Maps reviews and photos, associated YouTube activity, and other account-linked public data). That one feature is why a lot of investigators still reach for it. A consumer Google account can leak locations, review history, and profile imagery that no registration check will ever return.
Beyond the Google pivot, Epieos runs registration checks across hundreds of web services, the same class of technique the open-source tool holehe popularized, and reports which platforms hold an account for the target address. The product also exposes an API for automation. Access is tiered with a limited free allowance and paid plans; their pricing has changed over time, so check their site before budgeting around it.
Credit where it is due. Epieos bundles a hard-to-replicate pivot with a broad registration check, and it has kept shipping as individual techniques decayed. In a category where every module breaks eventually, that maintenance record matters.
Where Epieos falls short
None of these is a deal-breaker by itself. Stacked together, they are why teams keep other tools in the rotation.
- The Google pivot rides on techniques Google patches. The endpoints that exposed Maps reviews and account-linked photos have been patched and re-worked at various points in recent years. Result depth varies over time, by the target's privacy settings, and by region. If your caseload depends on that pivot, validate it against a test account you control before you commit to it for an engagement.
- Email is the entry point, full stop. Epieos is built around the email address as the starting identifier. The moment a case needs to follow a phone number, a name, an address, or a username that doesn't map cleanly to an address, you are stitching in other tools. Most real investigations do not stop at the first identifier.
- Credits don't scale like flat subscriptions. Epieos has historically run a credit-based model with paid tiers on top. Fine for one-off lookups. For bulk work (a fraud case handing you a list of two hundred addresses), per-search costs add up faster than a flat-rate plan. As with the feature set, verify current pricing on their site.
- Data depth is a verify-for-yourself category. If your workflow depends on breach corpora or infostealer-log exposure, vendor claims deserve a test, not trust. Coverage and freshness differ materially between providers, which is exactly the kind of thing to validate against a known test target rather than take from any comparison article, this one included.
- Handoffs require archived output. When a commercial tool's module breaks or its results change, an investigation another analyst can't re-verify is a problem. Whatever tool you pick, save the raw output at collection time.
The five alternatives at a glance
| Tool | Type | Entry point | Registration checks | Breach data | Stealer logs | Starting cost |
|---|---|---|---|---|---|---|
| Epieos (baseline) | Commercial | Yes, hundreds of services | n/a | n/a | Credits + paid tiers; check site | |
| Revealer | Commercial | Email, username, phone, name, address | Yes, 800+ sources | Yes | Yes | Free tier; from $12.99/mo |
| holehe | Open source | Yes, 100+ sites | No | No | Free | |
| h8mail | Open source | No | Via your own data sources/APIs | No | Free | |
| Sherlock | Open source | Username | No | No | No | Free |
| theHarvester | Open source | Domain | Harvests addresses from a domain | No | No | Free |
1. Revealer email lookup: the broadest full replacement
Revealer is an OSINT and people-search platform, and its email lookup is the closest one-tool stand-in for Epieos on this list. One query checks 800+ platforms, public records, and known breach datasets, so "where is this address registered" and "has this address been breached" come back in a single result set instead of two separate tools.
The split from Epieos is the data layers and the pivot surface:
- Breach data. A dedicated data breach lookup runs against known breach datasets, and breach monitoring is available as an ongoing capability rather than a one-time check.
- Stealer logs. Revealer indexes infostealer-log exposure (records harvested by malware from infected machines, which frequently contain credentials, session cookies, and visited URLs). That is a data class most email-OSINT tools don't center, and in fraud and account-takeover investigations it is often the freshest signal available. See the stealer log search.
- Pivots past email. Searches also run by username, phone number, name, and address. AI Deep Search takes this further: a recursive, agent-driven mode that follows identifiers across sources. An email yields usernames, usernames yield profiles, profiles yield more emails and phones, and you do not chain the queries by hand.
- API. Automation is part of the same product; see the API docs.
On pricing, Revealer has a free tier to start, self-serve paid plans from $12.99/mo, custom Enterprise, and accepts card and crypto. Details sit on the pricing page. One compliance line: Revealer is not a consumer reporting agency, and its results must not be used for employment, tenant screening, or credit decisions.
2. holehe: free, open-source registration checks
holehe is the open-source tool that popularized the registration-check technique Epieos builds on. It tests whether an email address is registered at 100+ websites by exercising signup and password-reset flows. No login required, and no alert goes to the target.
pip install holehe
holehe [email protected]
Strengths: free, scriptable, and your queries never touch a third party. The weaknesses are the mirror image. Every site that adds a CAPTCHA or changes a flow breaks a module, and the project moves as its contributors do, so expect coverage gaps and check the repository before you lean on it in a live case. There is no breach data, no UI, and no pivot beyond the email. If your entire requirement is "which platforms does this address hold accounts on" and you are comfortable in a terminal, holehe covers most of Epieos's registration check for zero cost.
3. h8mail: the breach-verification specialist
h8mail is a Python tool that checks whether an email address appears in known data breaches. It queries local breach compilations you provide or paid lookup services via their APIs, and returns which sources the address appears in.
pip install h8mail
h8mail -t [email protected]
In practice h8mail is a complement, not a full Epieos replacement. It answers only the breach half of an email investigation, and its output is only as good as the breach data you can lawfully source. For practitioners who already hold a breach corpus or pay for a lookup API, it is a fast, scriptable verification step. For everyone else, a hosted platform with maintained breach and stealer-log coverage is usually less friction than assembling the data yourself.
4. Sherlock: the username pivot that follows the email
Sherlock searches hundreds of social networks and forums for a given username. It doesn't take an email address at all. Its place in this list is as the natural second leg once an email investigation produces a candidate handle. The local part of an email address is frequently reused as a handle across platforms, so a common flow is: run the email investigation first, then run Sherlock on the handle to map where else the identity exists.
python sherlock.py targethandle --output results.txt
Two caveats: common names produce false positives that need manual confirmation, and results are only as current as the project's per-site modules. Sherlock is also worth reversing. When an investigation starts from a handle rather than an address, it is often the fastest way to reach associated emails found in profiles and posts.
5. theHarvester: when the target is the domain, not the address
theHarvester works in the opposite direction from Epieos. Instead of starting with one mailbox and expanding outward, it starts with a domain and collects what public sources expose about it (email addresses, subdomains, and names), pulled from search engines, certificate transparency logs, and DNS.
theHarvester -d example.com -b all
Reach for it on brand protection, phishing triage, and abuse investigation, where the question is "what addresses and subdomains does this organization expose?" rather than "who owns this one mailbox?" Output reflects what public sources index rather than account-level data, so pair it with an email-level tool from this list when a specific address needs deeper treatment.
How to choose
- You only care about the Google pivot. Epieos remains the specialist. Test it first; technique freshness changes.
- You want one tool that replaces the workflow. Revealer: registration breadth across 800+ sources, breach data, stealer logs, plus phone/name/address/username searches under one subscription, with AI Deep Search handling recursive pivoting.
- Zero budget, one-off checks. holehe for registration checks, h8mail if you already have breach data to query.
- You're following an identity, not just an address. Pair any email tool with Sherlock for the username leg, or hand the whole chain to AI Deep Search.
- You're investigating an organization. theHarvester first, then run its returned addresses through an email-level tool.
Experienced investigators rarely commit to a single tool. The common pattern is a broad automated pass, a targeted open-source pass for verification, and archived raw output from both. Cross-referencing independent sources is what turns a list of hits into a defensible result.
Legal and practical notes
Every tool in this post works on publicly available or previously exposed data, but lawful use depends on purpose and jurisdiction. Fraud investigation, brand protection, threat intelligence, and verifying your own data exposure are common legitimate purposes; confirm the rules you operate under before investigating third parties. And where people-search content enters the picture: Revealer is not a consumer reporting agency, and its results must not be used for employment, tenant screening, or credit decisions.
Frequently asked questions
Is there a free Epieos alternative?
Yes. holehe, h8mail, Sherlock, and theHarvester are all free and open source, covering registration checks, breach lookups, username search, and domain harvesting respectively. Revealer also offers a free tier for its email lookup platform.
Does Epieos still work for the Google pivot?
It remains the tool's signature feature, but the underlying techniques rely on Google endpoints that have been patched before, and result depth varies. Validate against a test account before depending on it for a case.
What's the difference between breach data and stealer logs?
Breaches are compromises of individual services, exposing that service's user records. Stealer logs are records exfiltrated by infostealer malware from individual machines, typically including credentials, cookies, and browsing history. Stealer-log data tends to be fresher and covers accounts that never appeared in a public breach.
Which of these tools pivot beyond email?
Revealer does. It searches by email, username, phone number, name, or address, and AI Deep Search recurses across identifiers automatically. The open-source tools here are single-identifier tools.
Can I automate these lookups?
Yes. Revealer's API is documented in its API docs, Epieos also offers API access, and the open-source tools are plain Python and directly scriptable.
Are email investigation tools legal to use?
They aggregate public and previously exposed data; legality hinges on purpose, jurisdiction, and how results are used. Keep investigations to legitimate purposes, and never use results for FCRA-covered decisions like employment or tenancy screening.