Hostname
www.ajhcreate.com
Last fetched
www.ajhcreate.com resolves to 1 IPv4 address operated by TIER-NET - Tier.Net Technologies LLC in US.
Nutrition Label
Resolution chain
www.ajhcreate.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.16.200.27 | 154.16.200.0/24 | AS397423 | TIER-NET - Tier.Net Technologies LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.ajhcreate.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for www.ajhcreate.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 104.206.96.18/31 |
| SPF_IP | 104.249.63.226 |
| SPF_IP | 135.84.80.16/29 |
| SPF_IP | 135.84.80.24/31 |
| SPF_IP | 135.84.80.254/32 |
| SPF_IP | 135.84.80.8/29 |
| SPF_IP | 154.16.200.25 |
| SPF_IP | 154.16.200.70 |
| SPF_IP | 209.85.161.169/32 |
| SPF_IP | 47.144.202.185 |
| SPF_IP | 50.31.156.114/32 |
| SPF_MX | www.ajhcreate.com |
Related pages
Pivot deeper into the graph from www.ajhcreate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.ajhcreate.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.