Hostname
makeagency.it
Last fetched
makeagency.it resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:keliweb s.r.l. as the registrar.
Nutrition Label
Resolution chain
makeagency.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.48.227 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.188.63 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 185.221.174.41 | 185.221.174.0/24 | AS202675 | — | IT |
WHOIS identity
- Registrar
- registrar:keliweb s.r.l.
- Organization
- make di simone pezzutto ditta individuale
- Contact emails
- —
Subdomains
20 observed subdomains of makeagency.it.
Showing 14 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from makeagency.it in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.makeagency.it
- makeagency.it
SPF policy
4 SPF mechanisms authorising senders for makeagency.it.
| Mechanism | Target |
|---|---|
| SPF_A | makeagency.it |
| SPF_IP | 185.221.174.41 |
| SPF_IP | 194.76.118.35 |
| SPF_MX | makeagency.it |
Related pages
Pivot deeper into the graph from makeagency.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "makeagency.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.