Hostname
kpsnacks.com
Last fetched
kpsnacks.com resolves to 1 IPv4 address operated by AS8469 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
kpsnacks.com 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 |
|---|---|---|---|---|
| 195.227.15.237 | 195.227.0.0/16 | AS8469 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- intersnack group gmbh & co. kg
- Contact emails
Subdomains
11 observed subdomains of kpsnacks.com.
Web-graph footprint
Distinct hostnames that link to or from kpsnacks.com in the public web crawl.
101 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for kpsnacks.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.sosafe.de |
| SPF_INCLUDE | spfcornerstone.kpsnacks.com |
| SPF_IP | 18.168.51.200/32 |
| SPF_IP | 192.254.125.237/32 |
| SPF_IP | 194.168.100.217 |
| SPF_IP | 3.67.54.56/32 |
| SPF_IP | 54.4.203.135/32 |
| SPF_IP | 80.169.6.5 |
| SPF_IP | 96.11.188.20/32 |
Related pages
Pivot deeper into the graph from kpsnacks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kpsnacks.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.