Skip to content

Hostname

airskill.io

Last fetched

airskill.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · airskill.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/airskill.io

Resolution chain

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

IPPrefixASNOperatorCountry
108.158.245.119108.158.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.18108.158.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.23108.158.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.76108.158.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.33.153.11613.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.3213.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.9013.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.9513.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with airskill.io in WhisperGraph.

Subdomains

5 observed subdomains of airskill.io.

Web-graph footprint

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

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for airskill.io.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from airskill.io.

Cypher and MCP

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

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