Hostname
pneufood.com
Last fetched
pneufood.com resolves to 2 IPv4 addresses operated by AS48635 in NL. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
pneufood.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.131.10.226 | 145.131.10.0/24 | AS48635 | — | NL |
| 185.58.56.63 | 185.58.56.0/22 | AS8312 | — | NL |
WHOIS identity
- Registrar
- iana:839
- Organization
- jks trading b.v.
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for pneufood.com.
| Mechanism | Target |
|---|---|
| SPF_A | pneufood.com |
| SPF_IP | 185.58.56.63 |
| SPF_IP | 2a01:310:8312:1046:185:58:56:63 |
| SPF_MX | pneufood.com |
Related pages
Pivot deeper into the graph from pneufood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pneufood.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.