Skip to content

Hostname

mcd.co.ls

Last fetched

mcd.co.ls resolves to 2 IPv4 addresses operated by Xneelo (Pty) Ltd - Xneelo (Pty) Ltd in ZA.

Nutrition Label

WHISPER CANON · mcd.co.lsRouting diversity2.4/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.8/10canon.whisper.security/host/mcd.co.ls

Resolution chain

mcd.co.ls resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
129.232.138.170129.232.128.0/17AS37153Xneelo (Pty) Ltd - Xneelo (Pty) LtdZA
196.202.243.156196.202.243.0/24AS33567Econet Telecom Lesotho (PTY) LTD - Econet Telecom Lesotho (PTY) LTDLS

WHOIS identity

No WHOIS records are currently associated with mcd.co.ls in WhisperGraph.

Subdomains

3 observed subdomains of mcd.co.ls.

Threat posture

History

Mail and authentication

MX records

Related pages

Pivot deeper into the graph from mcd.co.ls.

Cypher and MCP

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

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