Skip to content

Hostname

docs.moss.sh

Last fetched

docs.moss.sh resolves to 1 IPv4 address operated by AS206264 in NL.

Nutrition Label

WHISPER CANON · docs.moss.shRouting diversity1.5/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/docs.moss.sh

Resolution chain

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

IPPrefixASNOperatorCountry
31.220.2.18131.220.0.0/22AS206264NL

WHOIS identity

No WHOIS records are currently associated with docs.moss.sh in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from docs.moss.sh in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for docs.moss.sh.

MechanismTarget
SPF_Adocs.moss.sh
SPF_IP31.220.2.150
SPF_MXdocs.moss.sh

Related pages

Pivot deeper into the graph from docs.moss.sh.

Cypher and MCP

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

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