Skip to content

Hostname

alfred.services

Last fetched

alfred.services resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · alfred.servicesRouting diversity4.8/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/alfred.services

Resolution chain

alfred.services resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.205.224.19818.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
18.214.172.20618.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.214.205.9518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.209.218.1423.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.90.125.693.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.197.39.22852.196.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
52.55.27.7452.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.64.99.1854.64.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.92.126.10054.92.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:146
Organization
alfred bucheli
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from alfred.services.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "alfred.services"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.