Hostname
tupperware.de
Last fetched
tupperware.de resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
tupperware.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.80.196.252 | 129.80.0.0/16 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with tupperware.de in WhisperGraph.
Subdomains
35 observed subdomains of tupperware.de.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tupperware.de in the public web crawl.
208 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for tupperware.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | ap.rp.oracleemaildelivery.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.136.125.142 |
| SPF_IP | 185.114.215.98/31 |
| SPF_IP | 63.237.248.0/24 |
| SPF_MX | tupperware.de |
Related pages
Pivot deeper into the graph from tupperware.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tupperware.de"})-[: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.