Hostname
quill.com
Last fetched
quill.com resolves to 11 IPv4 addresses operated by RETN-AS in LV.
Nutrition Label
Resolution chain
quill.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.45.206.177 | 139.45.192.0/19 | AS9002 | RETN-AS | LV |
| 139.45.206.184 | 139.45.192.0/19 | AS9002 | RETN-AS | LV |
| 2.16.110.131 | 2.16.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.212 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.213 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.196.227.231 | 23.196.227.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 23.196.227.238 | 23.196.227.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 23.212.110.145 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.211 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 92.123.104.22 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.9 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from quill.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for quill.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | zeptomail.net.in |
Related pages
Pivot deeper into the graph from quill.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quill.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.