Hostname
beka-cookware.com
Last fetched
beka-cookware.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
beka-cookware.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:106
- Organization
- allinox nv
- Contact emails
Subdomains
9 observed subdomains of beka-cookware.com.
Web-graph footprint
Distinct hostnames that link to or from beka-cookware.com in the public web crawl.
206 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for beka-cookware.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.relay.mailprotect.be |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.eu.signature365.net |
| SPF_INCLUDE | spf.natchcloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.28.40.0/22 |
| SPF_IP | 180.189.136.0/22 |
| SPF_IP | 184.106.86.128/28 |
| SPF_IP | 184.106.87.160/29 |
| SPF_IP | 184.106.87.168/29 |
| SPF_IP | 194.78.123.238 |
| SPF_IP | 194.78.214.146 |
| SPF_IP | 203.55.21.0/24 |
| SPF_IP | 204.75.142.0/24 |
| SPF_IP | 205.166.177.0/24 |
| SPF_IP | 206.72.127.0/24 |
| SPF_IP | 27.126.144.0/21 |
| SPF_IP | 80.201.238.208 |
| SPF_IP | 91.183.205.28 |
| SPF_MX | beka-cookware.com |
Related pages
Pivot deeper into the graph from beka-cookware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beka-cookware.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.