Hostname
woolville.com
Last fetched
woolville.com resolves to 3 IPv4 addresses operated by AS15685 in CZ. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
woolville.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 81.0.235.110 | 81.0.232.0/21 | AS15685 | — | CZ |
| 85.132.152.183 | 85.132.144.0/20 | AS24641 | — | CZ |
| 93.185.108.252 | 93.185.96.0/20 | AS43541 | — | CZ |
| 93.185.108.252 | 93.185.96.0/20 | AS43541 | — | CZ |
WHOIS identity
- Registrar
- iana:113
- Organization
- czech wool company s.r.o.
- Contact emails
- —
Subdomains
4 observed subdomains of woolville.com.
Web-graph footprint
Distinct hostnames that link to or from woolville.com in the public web crawl.
13 sites link to this hostname.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for woolville.com.
| Mechanism | Target |
|---|---|
| SPF_A | woolville.com |
| SPF_INCLUDE | _emailing.heureka.cz |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | incosrv.com |
| SPF_INCLUDE | spf-smtp-out1.dacc.cz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | woolville.com |
Related pages
Pivot deeper into the graph from woolville.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "woolville.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.