Skip to content

Hostname

mall.dev.flexispot.nl

Last fetched

mall.dev.flexispot.nl resolves to 4 IPv4 addresses operated by RISE-AS-AP Responsible Internet Sustainability Effort in PH.

Nutrition Label

WHISPER CANON · mall.dev.flexispot.nlRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mall.dev.flexispot.nl

Resolution chain

mall.dev.flexispot.nl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.89.245.73116.89.245.0/24AS141013RISE-AS-AP Responsible Internet Sustainability EffortPH
116.89.245.74116.89.245.0/24AS141013RISE-AS-AP Responsible Internet Sustainability EffortPH
95.101.119.5695.101.119.0/24AS20940AKAMAI-ASN1RU
95.101.119.8895.101.119.0/24AS20940AKAMAI-ASN1RU

WHOIS identity

No WHOIS records are currently associated with mall.dev.flexispot.nl in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mall.dev.flexispot.nl.

Cypher and MCP

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

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