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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.89.245.73 | 116.89.245.0/24 | AS141013 | RISE-AS-AP Responsible Internet Sustainability Effort | PH |
| 116.89.245.74 | 116.89.245.0/24 | AS141013 | RISE-AS-AP Responsible Internet Sustainability Effort | PH |
| 95.101.119.56 | 95.101.119.0/24 | AS20940 | AKAMAI-ASN1 | RU |
| 95.101.119.88 | 95.101.119.0/24 | AS20940 | AKAMAI-ASN1 | RU |
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.
- IP · 116.89.245.73
- ASN · AS141013RISE-AS-AP Responsible Internet Sustainability Effort
- Country · PH
- Apex domain · flexispot.nl
- Parent domain · dev.flexispot.nl
- TLD · .nl
- Browse hostnames · ma…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.