Skip to content

Hostname

cis.dev.bnpparibas

Last fetched

cis.dev.bnpparibas resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in FR.

Nutrition Label

WHISPER CANON · cis.dev.bnpparibasRouting diversity1.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/cis.dev.bnpparibas

Resolution chain

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

IPPrefixASNOperatorCountry
163.102.85.41163.102.64.0/18AS36351SOFTLAYER - IBM CloudFR
163.102.95.94163.102.64.0/18AS36351SOFTLAYER - IBM CloudFR

WHOIS identity

No WHOIS records are currently associated with cis.dev.bnpparibas in WhisperGraph.

Subdomains

1 observed subdomain of cis.dev.bnpparibas.

Threat posture

History

Related pages

Pivot deeper into the graph from cis.dev.bnpparibas.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cis.dev.bnpparibas"})-[: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.