Skip to content

Hostname

aleb.org.ls

Last fetched

aleb.org.ls resolves to 1 IPv4 address operated by xneelo in ZA.

Nutrition Label

WHISPER CANON · aleb.org.lsRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aleb.org.ls

Resolution chain

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

IPPrefixASNOperatorCountry
129.232.138.170129.232.128.0/17AS37153xneeloZA

WHOIS identity

No WHOIS records are currently associated with aleb.org.ls in WhisperGraph.

Subdomains

3 observed subdomains of aleb.org.ls.

Web-graph footprint

Distinct hostnames that link to or from aleb.org.ls in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for aleb.org.ls.

MechanismTarget
SPF_Aaleb.org.ls
SPF_IP64.57.112.0/20
SPF_MXaleb.org.ls

Related pages

Pivot deeper into the graph from aleb.org.ls.

Cypher and MCP

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

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