Hostname
employplan.com
Last fetched
employplan.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
employplan.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.182 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.82 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of employplan.com owner
- Contact emails
- employplan.com@domainsbyproxy.com
- 28239842-3761-4644-bc60-205757e601d0@identity-protect.org
- 5c86f756-d59f-4eb3-966c-5dba31312ddb@identity-protect.org
- 82516f01-ad22-437d-b1b7-723f29680190@identity-protect.org
- d78b444b-13d2-4eae-842b-6b95f61ed1e3@identity-protect.org
- f63f7f1a-59a8-493a-b40e-aebbe6c08c65@identity-protect.org
Subdomains
5 observed subdomains of employplan.com.
Showing 3 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from employplan.com in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for employplan.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 45556981.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
Related pages
Pivot deeper into the graph from employplan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "employplan.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.