Skip to content

Hostname

1place.it

Last fetched

1place.it resolves to 1 IPv4 address operated by AS12874 in IT.

Nutrition Label

WHISPER CANON · 1place.itRouting diversity1.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/1place.it

Resolution chain

1place.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
93.45.4.10693.44.0.0/15AS12874IT

WHOIS identity

No WHOIS records are currently associated with 1place.it in WhisperGraph.

Subdomains

1 observed subdomain of 1place.it.

Subdomain
www.1place.it

Web-graph footprint

Distinct hostnames that link to or from 1place.it in the public web crawl.

6 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for 1place.it.

MechanismTarget
SPF_A1place.it
SPF_INCLUDEspf.smtp2go.com
SPF_MX1place.it

Related pages

Pivot deeper into the graph from 1place.it.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "1place.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.