Skip to content

Hostname

aripichel.com

Last fetched

aripichel.com resolves to 20 IPv4 addresses operated by DGH-PUBLIC - Dayton General Hospital in CA.

Nutrition Label

WHISPER CANON · aripichel.comRouting diversity5.9/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/aripichel.com

Resolution chain

aripichel.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
138.199.48.244138.199.48.0/24AS212238DGH-PUBLIC - Dayton General HospitalCA
138.199.48.97138.199.48.0/24AS212238DGH-PUBLIC - Dayton General HospitalCA
138.199.57.215138.199.57.0/24AS60068CDN77 _CA
138.199.57.216138.199.57.0/24AS60068CDN77 _CA
138.199.57.217138.199.57.0/24AS60068CDN77 _CA
138.199.57.218138.199.57.0/24AS60068CDN77 _CA
138.199.57.219138.199.57.0/24AS60068CDN77 _CA
138.199.57.5138.199.57.0/24AS60068CDN77 _CA
138.199.57.6138.199.57.0/24AS60068CDN77 _CA
138.199.57.7138.199.57.0/24AS60068CDN77 _CA
138.199.57.8138.199.57.0/24AS60068CDN77 _CA
138.199.61.107138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
138.199.61.108138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
138.199.61.82138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
138.199.61.83138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
138.199.61.84138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
138.199.61.85138.199.61.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
149.102.231.164149.102.231.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
149.102.231.165149.102.231.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG
149.102.231.167149.102.231.0/24AS212238DGH-PUBLIC - Dayton General HospitalSG

WHOIS identity

No WHOIS records are currently associated with aripichel.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from aripichel.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "aripichel.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 20

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