Hostname
capsafood.com
Last fetched
capsafood.com resolves to 1 IPv4 address operated by SERVIHOSTING-AS AireNetworks in ES. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
capsafood.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 |
|---|---|---|---|---|
| 185.104.134.129 | 185.104.134.0/24 | AS29119 | SERVIHOSTING-AS AireNetworks | ES |
WHOIS identity
- Registrar
- iana:140
- Organization
- corp. alimentaria penasanta
- Contact emails
Subdomains
4 observed subdomains of capsafood.com.
Web-graph footprint
Distinct hostnames that link to or from capsafood.com in the public web crawl.
105 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for capsafood.com.
| Mechanism | Target |
|---|---|
| SPF_A | capsafood.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 130.117.89.0/27 |
| SPF_IP | 185.4.93.206/32 |
| SPF_IP | 185.4.93.208/32 |
| SPF_IP | 193.70.9.85 |
| SPF_IP | 37.46.76.243/32 |
| SPF_IP | 37.46.76.245/32 |
| SPF_IP | 46.24.6.230/27 |
| SPF_MX | capsafood.com |
Related pages
Pivot deeper into the graph from capsafood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capsafood.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.