Hostname
citymill.com
Last fetched
citymill.com resolves to 19 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
citymill.com resolves to 19 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.86.251.11 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.251.12 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.251.18 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.251.30 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.251.6 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.251.8 | 184.86.251.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.219 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.227 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.245.45 | 2.21.245.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.245.50 | 2.21.245.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.245.67 | 2.21.245.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.199 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.201 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.131.205 | 23.44.131.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.131.218 | 23.44.131.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.10 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.35 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.39 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.9 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- city mill co.
- Contact emails
Subdomains
12 observed subdomains of citymill.com.
Web-graph footprint
Distinct hostnames that link to or from citymill.com in the public web crawl.
147 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for citymill.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aaih.net |
| SPF_INCLUDE | _phishspf.knowbe4.com |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 66.175.75.42 |
| SPF_IP | 98.147.13.18 |
Related pages
Pivot deeper into the graph from citymill.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "citymill.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.