Skip to content

Hostname

integral.az

Last fetched

integral.az resolves to 1 IPv4 address operated by ALFANET-AS in AZ.

Nutrition Label

WHISPER CANON · integral.azRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/integral.az

Resolution chain

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

IPPrefixASNOperatorCountry
109.127.1.28109.127.0.0/18AS50274ALFANET-ASAZ
109.127.1.28109.127.0.0/18AS50274ALFANET-ASAZ

WHOIS identity

No WHOIS records are currently associated with integral.az in WhisperGraph.

Subdomains

4 observed subdomains of integral.az.

Web-graph footprint

Distinct hostnames that link to or from integral.az in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for integral.az.

MechanismTarget
SPF_Aintegral.az
SPF_IP109.127.1.28
SPF_IP109.127.8.250
SPF_MXintegral.az

Related pages

Pivot deeper into the graph from integral.az.

Cypher and MCP

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

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