Skip to content

Hostname

webgift.dev

Last fetched

webgift.dev resolves to 1 IPv4 address operated by INTERNETO-VIZIJA in LT. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · webgift.devRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/webgift.dev

Resolution chain

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

IPPrefixASNOperatorCountry
176.223.139.201176.223.128.0/20AS212531INTERNETO-VIZIJALT

WHOIS identity

Registrar
iana:1861
Organization
private by design,
Contact emails

Subdomains

2 observed subdomains of webgift.dev.

Web-graph footprint

Distinct hostnames that link to or from webgift.dev in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • webgift.dev

SPF policy

3 SPF mechanisms authorising senders for webgift.dev.

MechanismTarget
SPF_Awebgift.dev
SPF_IP176.223.139.201
SPF_MXwebgift.dev

Related pages

Pivot deeper into the graph from webgift.dev.

Cypher and MCP

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

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