Skip to content

Hostname

ci.alabadoseas.com

Last fetched

ci.alabadoseas.com resolves to 2 IPv4 addresses operated by SCALAXY-AS - Scalaxy B.V. in NL.

Nutrition Label

WHISPER CANON · ci.alabadoseas.comRouting diversity2.4/10Peering density6.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/ci.alabadoseas.com

Resolution chain

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

IPPrefixASNOperatorCountry
5.61.57.2505.61.56.0/22AS58061SCALAXY-AS - Scalaxy B.V.NL
81.91.178.24681.91.178.0/24AS204601PODAON - NovoServe B.V.NL

WHOIS identity

No WHOIS records are currently associated with ci.alabadoseas.com in WhisperGraph.

Subdomains

1 observed subdomain of ci.alabadoseas.com.

Threat posture

History

Related pages

Pivot deeper into the graph from ci.alabadoseas.com.

Cypher and MCP

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

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