Skip to content

Hostname

data.tableau.com

Last fetched

data.tableau.com resolves to 5 IPv4 addresses operated by SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLAN in CA.

Nutrition Label

WHISPER CANON · data.tableau.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/data.tableau.com

Resolution chain

data.tableau.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
142.0.174.213142.0.174.0/24AS31898SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLANCA
142.0.174.214142.0.174.0/24AS31898SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLANCA
209.167.231.15209.167.0.0/16AS701UUNET - Verizon BusinessUS
209.17.49.79209.17.49.0/24AS31898SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLANCA
209.17.49.80209.17.49.0/24AS31898SUMMACARE-HEALTH-PLAN-ASN - SUMMACARE HEALTH PLANCA

WHOIS identity

No WHOIS records are currently associated with data.tableau.com in WhisperGraph.

Subdomains

6 observed subdomains of data.tableau.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for data.tableau.com.

Related pages

Pivot deeper into the graph from data.tableau.com.

Cypher and MCP

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

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