Skip to content

Hostname

resource.tekstream.com

Last fetched

resource.tekstream.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

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

Resolution chain

resource.tekstream.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 resource.tekstream.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from resource.tekstream.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for resource.tekstream.com.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDE_spf.bullhornmail.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEet._spf.pardot.com
SPF_INCLUDEspf-us.emailsignatures365.com
SPF_INCLUDEspf.openair.com
SPF_INCLUDEspf.openair1.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP129.213.169.163/32
SPF_IP182.50.78.64/28
SPF_IP204.14.232.64/28
SPF_IP204.14.234.64/28
SPF_IP67.219.60.25
SPF_IP74.112.65.148
SPF_IP96.43.144.64/31
SPF_IP96.43.148.64/31

Related pages

Pivot deeper into the graph from resource.tekstream.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "resource.tekstream.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.