Hostname
circflow.io
Last fetched
circflow.io resolves to 3 IPv4 addresses operated by PODOL-INTELECT-SYSTEM-AS - PODOL-INTELECT-SYSTEM-AS in UA.
Nutrition Label
Resolution chain
circflow.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 31.42.161.6 | 31.42.161.0/24 | AS49461 | PODOL-INTELECT-SYSTEM-AS - PODOL-INTELECT-SYSTEM-AS | UA |
| 31.43.160.6 | 31.43.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 5.44.111.165 | 5.44.111.0/24 | AS8648 | ONE-NETWORK - dogado GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with circflow.io in WhisperGraph.
Subdomains
1 observed subdomain of circflow.io.
| Subdomain |
|---|
| www.circflow.io |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for circflow.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | secure-mailgate.com |
Related pages
Pivot deeper into the graph from circflow.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "circflow.io"})-[: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.