Hostname
agfarma.com
Last fetched
agfarma.com resolves to 2 IPv4 addresses operated by AS197540 in DE. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
agfarma.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 |
|---|---|---|---|---|
| 152.53.148.77 | 152.53.148.0/22 | AS197540 | — | DE |
| 94.143.137.204 | 94.143.136.0/21 | AS8560 | — | ES |
WHOIS identity
- Registrar
- iana:1383
- Organization
- laboratorios chantelet
- Contact emails
Subdomains
11 observed subdomains of agfarma.com.
Web-graph footprint
Distinct hostnames that link to or from agfarma.com in the public web crawl.
89 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for agfarma.com.
| Mechanism | Target |
|---|---|
| SPF_A | agfarma.com |
| SPF_IP | 152.53.148.77 |
| SPF_IP | 194.179.45.180 |
| SPF_IP | 194.179.45.187 |
| SPF_IP | 81.42.246.204 |
| SPF_IP | 94.143.137.204 |
| SPF_MX | agfarma.com |
Related pages
Pivot deeper into the graph from agfarma.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agfarma.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.