Skip to content

Hostname

alpinecci.com

Last fetched

alpinecci.com resolves to 2 IPv4 addresses operated by AS43515 in US. WHOIS lists iana:65 as the registrar.

Nutrition Label

WHISPER CANON · alpinecci.comRouting diversity2.4/10Peering density4.3/10MOAS conflict⚠ 4 conflictsThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/alpinecci.com

Resolution chain

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

IPPrefixASNOperatorCountry
35.212.96.2835.212.0.0/17AS43515US
66.113.136.22966.113.136.0/24AS3064AFFINITY-FTL - Ntirety, Inc.US

WHOIS identity

Registrar
iana:65
Organization
cl costa
Contact emails

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for alpinecci.com.

MechanismTarget
SPF_INCLUDEmfg.siteprotect.com

Related pages

Pivot deeper into the graph from alpinecci.com.

Cypher and MCP

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

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