Hostname
adga.org
Last fetched
adga.org resolves to 1 IPv4 address operated by AS-GLOBALTELEHOST - GTHost in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
adga.org 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 |
|---|---|---|---|---|
| 38.68.135.56 | 38.68.135.0/24 | AS63023 | AS-GLOBALTELEHOST - GTHost | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- american dairy goat association
- Contact emails
Subdomains
43 observed subdomains of adga.org.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adga.org in the public web crawl.
408 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for adga.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.17.67.15 |
| SPF_IP | 206.198.209.90 |
| SPF_IP | 34.194.237.131 |
| SPF_IP | 38.68.135.111 |
| SPF_IP | 38.68.135.56 |
Related pages
Pivot deeper into the graph from adga.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adga.org"})-[: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.