Hostname
tauw.com
Last fetched
tauw.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
tauw.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
- Registrar
- iana:1647
- Organization
- tauw b.v.
- Contact emails
Subdomains
22 observed subdomains of tauw.com.
Web-graph footprint
Distinct hostnames that link to or from tauw.com in the public web crawl.
48 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for tauw.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | carerix.net |
| SPF_INCLUDE | mailplus.nl |
| SPF_INCLUDE | spf.anachron.com |
| SPF_INCLUDE | spf.avetica.net |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.pantheon-hosting.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_INCLUDE | spf.use-cocoon.com |
| SPF_IP | 13.94.173.102 |
| SPF_IP | 149.29.3.174 |
| SPF_IP | 154.57.145.196 |
| SPF_IP | 161.51.80.32/27 |
| SPF_IP | 40.114.151.78 |
Related pages
Pivot deeper into the graph from tauw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tauw.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.