Hostname
justflow.nl
Last fetched
justflow.nl resolves to 2 IPv4 addresses operated by AS3223 in NL. WHOIS lists registrar:mijn.host as the registrar.
Nutrition Label
Resolution chain
justflow.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.163.225.62 | 109.163.225.0/24 | AS3223 | — | NL |
| 87.233.134.100 | 87.233.128.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- registrar:mijn.host
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of justflow.nl.
Web-graph footprint
Distinct hostnames that link to or from justflow.nl in the public web crawl.
6 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for justflow.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ccvshop.eu |
| SPF_INCLUDE | spf.login.parcelpro.nl |
| SPF_INCLUDE | spf.mijn.host |
Related pages
Pivot deeper into the graph from justflow.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "justflow.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.