Hostname
afmservice.it
Last fetched
afmservice.it resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:netsons s.r.l. as the registrar.
Nutrition Label
Resolution chain
afmservice.it 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 |
|---|---|---|---|---|
| 104.21.88.214 | 104.22.5.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.153.100 | 172.68.10.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 85.94.193.144 | 85.95.32.0/19 | AS12637 | — | IT |
WHOIS identity
- Registrar
- registrar:netsons s.r.l.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of afmservice.it.
Web-graph footprint
Distinct hostnames that link to or from afmservice.it in the public web crawl.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for afmservice.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 85.94.193.144 |
Related pages
Pivot deeper into the graph from afmservice.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afmservice.it"})-[: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.