Hostname
datalexing.com
Last fetched
datalexing.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
datalexing.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.161 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.61 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of datalexing.com owner
- Contact emails
- rayan7@outlook.com
- 1a22e437-f24b-4bcb-9fdb-735ff82c9386@identity-protect.org
- 299af157-84cf-4eeb-9dee-2c04c94a5f4c@identity-protect.org
- 5125fbc5-a968-4b83-a546-5f05c4aa08e1@identity-protect.org
- 6d30d662-31ef-4fce-b900-7e38e8076fd6@identity-protect.org
- a9450b77-497a-44df-b5fe-49b2b6837903@identity-protect.org
- be5005a1-cf70-4bf7-b39c-e53c66ab9379@identity-protect.org
- owner-5532698@datalexing.com.whoisprivacyservice.org
Subdomains
15 observed subdomains of datalexing.com.
Web-graph footprint
Distinct hostnames that link to or from datalexing.com in the public web crawl.
12 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for datalexing.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from datalexing.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datalexing.com"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.