Hostname
gentcs.com
Last fetched
gentcs.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
gentcs.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:303
- Organization
- genesis technical consultancy services
- Contact emails
Subdomains
3 observed subdomains of gentcs.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for gentcs.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp2.nayatel.com |
| SPF_A | smtpx.nayatel.com |
| SPF_IP | 115.186.154.158/32 |
| SPF_IP | 115.186.165.204/32 |
| SPF_IP | 115.186.165.87/32 |
| SPF_IP | 115.186.188.0/24 |
| SPF_IP | 115.186.188.167/32 |
| SPF_IP | 203.82.48.0/24 |
| SPF_IP | 203.82.54.78/32 |
| SPF_IP | 203.99.60.70/32 |
| SPF_IP | 203.99.62.160/29 |
| SPF_MX | gentcs.com |
Related pages
Pivot deeper into the graph from gentcs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gentcs.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.