Hostname
www.fluencymc.com
Last fetched
www.fluencymc.com resolves to 2 IPv4 addresses operated by AS36454 in US.
Nutrition Label
Resolution chain
www.fluencymc.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.181.254.172 | 185.181.254.0/24 | AS36454 | — | US |
| 68.66.226.77 | 68.66.224.0/20 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.fluencymc.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for www.fluencymc.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.fluencymc.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 185.181.254.170 |
| SPF_IP | 37.122.209.241 |
| SPF_IP | 37.122.209.242 |
| SPF_IP | 67.209.116.21 |
| SPF_IP | 68.66.226.77 |
| SPF_IP | 75.98.175.122 |
| SPF_MX | www.fluencymc.com |
Related pages
Pivot deeper into the graph from www.fluencymc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.fluencymc.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.