Hostname
wordpress.linkgah.com
Last fetched
wordpress.linkgah.com resolves to 1 IPv4 address operated by ASIATECH in IR.
Nutrition Label
Resolution chain
wordpress.linkgah.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 |
|---|---|---|---|---|
| 91.207.205.47 | 91.207.205.0/24 | AS43754 | ASIATECH | IR |
WHOIS identity
No WHOIS records are currently associated with wordpress.linkgah.com in WhisperGraph.
Subdomains
1 observed subdomain of wordpress.linkgah.com.
| Subdomain |
|---|
| www.wordpress.linkgah.com |
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for wordpress.linkgah.com.
| Mechanism | Target |
|---|---|
| SPF_A | wordpress.linkgah.com |
| SPF_IP | 185.141.168.135 |
| SPF_IP | 185.141.168.137 |
| SPF_IP | 185.49.85.67 |
| SPF_IP | 78.46.198.83 |
| SPF_IP | 91.207.205.47 |
| SPF_IP | 93.115.150.57 |
| SPF_IP | 94.130.200.112 |
| SPF_IP | 94.130.200.97 |
| SPF_IP | 94.130.210.77 |
| SPF_IP | 94.130.32.126 |
| SPF_MX | wordpress.linkgah.com |
Related pages
Pivot deeper into the graph from wordpress.linkgah.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wordpress.linkgah.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.