Hostname
genxdms.com
Last fetched
genxdms.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
genxdms.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.9.143.30 | 5.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:303
- Organization
- genxcoders pvt.
- Contact emails
Subdomains
26 observed subdomains of genxdms.com.
Showing 17 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from genxdms.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- genxdms.com
SPF policy
7 SPF mechanisms authorising senders for genxdms.com.
| Mechanism | Target |
|---|---|
| SPF_A | genxdms.com |
| SPF_IP | 104.156.51.239 |
| SPF_IP | 104.156.51.240 |
| SPF_IP | 195.201.170.77 |
| SPF_IP | 5.9.143.30 |
| SPF_IP | 78.46.84.83 |
| SPF_MX | genxdms.com |
Related pages
Pivot deeper into the graph from genxdms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "genxdms.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.