Hostname
adgistics.com
Last fetched
adgistics.com resolves to 1 IPv4 address operated by AS12488 in GB. WHOIS lists iana:1001 as the registrar.
Nutrition Label
Resolution chain
adgistics.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 |
|---|---|---|---|---|
| 77.72.1.23 | 77.72.0.0/21 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:1001
- Organization
- it team
- Contact emails
Subdomains
39 observed subdomains of adgistics.com.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adgistics.com in the public web crawl.
23 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for adgistics.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 135.196.216.188 |
| SPF_IP | 194.110.203.15 |
| SPF_IP | 20.61.84.106 |
| SPF_IP | 209.85.221.98 |
| SPF_IP | 212.2.0.84 |
| SPF_IP | 91.213.103.134 |
Related pages
Pivot deeper into the graph from adgistics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adgistics.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.