Hostname
agriconetwork.com
Last fetched
agriconetwork.com resolves to 2 IPv4 addresses operated by AS12912 in PL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
agriconetwork.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 |
|---|---|---|---|---|
| 217.153.239.202 | 217.154.105.0/24 | AS12912 | — | PL |
| 31.130.96.103 | 31.130.119.0/24 | AS56709 | — | PL |
WHOIS identity
- Registrar
- iana:303
- Organization
- krzysztof bobran
- Contact emails
Subdomains
2 observed subdomains of agriconetwork.com.
Web-graph footprint
Distinct hostnames that link to or from agriconetwork.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for agriconetwork.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from agriconetwork.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agriconetwork.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.