Hostname
aviatioexample.actuate.com
Last fetched
aviatioexample.actuate.com resolves to 15 IPv4 addresses operated by AS-ASPHERE - Ankr PBC in US.
Nutrition Label
Resolution chain
aviatioexample.actuate.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.140.201.70 | 104.140.200.0/22 | AS62904 | AS-ASPHERE - Ankr PBC | US |
| 104.255.152.118 | 104.255.152.0/24 | AS7040 | NETMINDERS - Netminders Server Hosting | CA |
| 107.6.180.150 | 107.6.176.0/21 | AS32475 | PEERNYC - Peerless Clothing Inc. | NL |
| 109.248.170.40 | 109.248.170.0/24 | AS203087 | FOXCLOUD | KZ |
| 118.107.218.160 | 118.107.218.0/24 | AS55720 | RBNZ-AS-AP Reserve Bank of New Zealand | MY |
| 138.128.164.92 | 138.128.160.0/19 | AS33182 | OB-AS-PAC - Bloomberg Financial Markets Limited Partnership | US |
| 163.172.59.113 | 163.172.0.0/16 | AS12876 | Online SAS | FR |
| 198.251.80.8 | 198.251.80.0/24 | AS53667 | BR549-JUNIOR-MICHAEL - Denton Commercial Internet | US |
| 204.188.213.218 | 204.188.192.0/18 | AS46844 | TGNA-KTVB - TEGNA Inc. | US |
| 212.83.142.59 | 212.83.128.0/19 | AS12876 | Online SAS | FR |
| 46.8.31.218 | 46.8.31.0/24 | AS203087 | FOXCLOUD | KZ |
| 5.231.25.129 | 5.231.25.0/24 | AS209874 | CAMC-AS-AP Claveria Agribased Multipurpose Cooperative | NL |
| 64.31.23.194 | 64.31.23.0/24 | AS46475 | ANDME-46474 - 23ANDME | US |
| 69.162.113.180 | 69.162.64.0/18 | AS46475 | ANDME-46474 - 23ANDME | US |
| 89.163.231.60 | 89.163.128.0/17 | AS24961 | — | DE |
WHOIS identity
No WHOIS records are currently associated with aviatioexample.actuate.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aviatioexample.actuate.com.
| Mechanism | Target |
|---|---|
| SPF_A | boyer.daniexaufman.com |
| SPF_A | daniel.daniexaufman.com |
| SPF_A | daniexaufman.com |
| SPF_A | spinka.daniexaufman.com |
| SPF_A | wyman.daniexaufman.com |
Related pages
Pivot deeper into the graph from aviatioexample.actuate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aviatioexample.actuate.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.