Hostname
flu.curative.com
Last fetched
flu.curative.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
flu.curative.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with flu.curative.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from flu.curative.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for flu.curative.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 8404669.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | spf.virtrugateway.com |
| SPF_IP | 134.213.38.184 |
| SPF_IP | 134.213.38.185 |
| SPF_IP | 134.213.43.128 |
| SPF_IP | 135.84.64.0/20 |
| SPF_IP | 174.143.100.191 |
| SPF_IP | 174.143.99.125 |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 185.70.168.20/32 |
| SPF_IP | 198.101.171.18 |
| SPF_IP | 206.152.14.0/24 |
| SPF_IP | 208.86.168.0/23 |
| SPF_IP | 208.86.170.0/23 |
| SPF_IP | 209.208.226.0/23 |
| SPF_IP | 212.20.233.15/32 |
| SPF_IP | 50.56.7.39 |
| SPF_IP | 67.192.139.32 |
| SPF_IP | 67.192.139.33 |
| SPF_IP | 67.192.157.83 |
| SPF_IP | 87.253.232.0/21 |
Related pages
Pivot deeper into the graph from flu.curative.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flu.curative.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.