Skip to content

Hostname

artisanity.io

Last fetched

artisanity.io resolves to 3 IPv4 addresses operated by ASSERVEREASY in IT. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · artisanity.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/artisanity.io

Resolution chain

artisanity.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.116.60.231185.116.60.0/24AS60798ASSERVEREASYIT
213.183.48.170213.183.48.0/24AS50098AS-CLOUVO Happy Technologies LLCRU
57.131.30.10957.131.0.0/17AS16276OVHIT

WHOIS identity

Registrar
iana:1910
Organization
profila group ab
Contact emails

Subdomains

1 observed subdomain of artisanity.io.

Web-graph footprint

Distinct hostnames that link to or from artisanity.io in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from artisanity.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "artisanity.io"})-[: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.