Hostname
floow-core.com
Last fetched
floow-core.com resolves to 2 IPv4 addresses operated by AS206834 in DE.
Nutrition Label
Resolution chain
floow-core.com 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 |
|---|---|---|---|---|
| 185.53.179.128 | 185.53.179.0/24 | AS206834 | — | DE |
| 91.90.192.93 | 91.90.192.0/24 | AS21100 | — | NL |
WHOIS identity
No WHOIS records are currently associated with floow-core.com in WhisperGraph.
Subdomains
1 observed subdomain of floow-core.com.
| Subdomain |
|---|
| www.floow-core.com |
Threat posture
History
Related pages
Pivot deeper into the graph from floow-core.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "floow-core.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.