Hostname
equals.com
Last fetched
equals.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
equals.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- contact privacy inc. customer 0146156698
- Contact emails
- equals.com@contactprivacy.com
- ajay.madhok@amsoft.net
- 02fdf3df-d760-40e9-b4c1-6258ff2e2276@identity-protect.org
- 6db6dd4f-1e51-42c9-b3f2-f6671debd053@identity-protect.org
- 943c654f-8cb0-4a73-9feb-704c2e74d38d@identity-protect.org
- cc6cdbcd-323a-4f2d-9d07-46774b1b9f38@identity-protect.org
- d642e3bd-461f-46b2-af77-0083ab1ee8a6@identity-protect.org
- e452700a-72f1-4d99-becd-fddfe1df43b8@identity-protect.org
Subdomains
10 observed subdomains of equals.com.
Web-graph footprint
Distinct hostnames that link to or from equals.com in the public web crawl.
216 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for equals.com.
| Mechanism | Target |
|---|---|
| SPF_A | equals.com |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from equals.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "equals.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.