Hostname
johnphung.com
Last fetched
johnphung.com resolves to 1 IPv4 address operated by HAWKHOST - Hawk Host Inc. in US.
Nutrition Label
Resolution chain
johnphung.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 |
|---|---|---|---|---|
| 198.252.99.144 | 198.252.98.0/23 | AS20068 | HAWKHOST - Hawk Host Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from johnphung.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for johnphung.com.
| Mechanism | Target |
|---|---|
| SPF_A | johnphung.com |
| SPF_INCLUDE | _spf.arandomserver.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 104.166.73.227 |
| SPF_IP | 107.161.118.66 |
| SPF_IP | 198.252.98.8 |
| SPF_IP | 199.101.96.62 |
| SPF_IP | 199.233.232.116 |
| SPF_MX | johnphung.com |
Related pages
Pivot deeper into the graph from johnphung.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "johnphung.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.