Skip to content

Hostname

test.kinoflo.com

Last fetched

test.kinoflo.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · test.kinoflo.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/test.kinoflo.com

Resolution chain

test.kinoflo.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 test.kinoflo.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for test.kinoflo.com.

MechanismTarget
SPF_Atest.kinoflo.com
SPF_INCLUDE_spf.emailcampaigns.net
SPF_INCLUDEhelpscoutemail.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf-003e8501.pphosted.com
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP12.133.120.158/32
SPF_IP141.193.213.10/32
SPF_IP141.193.213.11/32
SPF_IP198.21.4.67
SPF_IP198.91.26.160
SPF_IP205.220.161.131
SPF_IP205.220.173.131
SPF_IP207.141.112.209/29

Related pages

Pivot deeper into the graph from test.kinoflo.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "test.kinoflo.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.