Hostname
aimglobal.digital
Last fetched
aimglobal.digital resolves to 4 IPv4 addresses operated by AS47583 in LT. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aimglobal.digital resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 77.37.55.49 | 77.37.80.0/23 | AS47583 | — | LT |
| 84.32.84.157 | 84.32.96.0/24 | AS47583 | — | LT |
| 84.32.84.36 | 84.32.96.0/24 | AS47583 | — | LT |
| 91.108.123.204 | 91.108.140.0/24 | AS47583 | — | LT |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of aimglobal.digital.
Web-graph footprint
Distinct hostnames that link to or from aimglobal.digital in the public web crawl.
24 sites link to this hostname.
147 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for aimglobal.digital.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sender.zoho-books.in |
Related pages
Pivot deeper into the graph from aimglobal.digital.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aimglobal.digital"})-[: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.