Hostname
garuda87.com
Last fetched
garuda87.com resolves to 1 IPv4 address operated by LIGHT4-AS-AP - LIGHT NODE LIMITED in ID.
Nutrition Label
Resolution chain
garuda87.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 |
|---|---|---|---|---|
| 156.244.1.19 | 156.244.1.0/24 | AS154177 | LIGHT4-AS-AP - LIGHT NODE LIMITED | ID |
WHOIS identity
No WHOIS records are currently associated with garuda87.com in WhisperGraph.
Subdomains
6 observed subdomains of garuda87.com.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from garuda87.com in the public web crawl.
28 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for garuda87.com.
| Mechanism | Target |
|---|---|
| SPF_A | garuda87.com |
| SPF_IP | 112.50.94.41 |
| SPF_MX | garuda87.com |
Related pages
Pivot deeper into the graph from garuda87.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "garuda87.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.