Hostname
connect-tech.sncf
Last fetched
connect-tech.sncf has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1290 as the registrar.
Nutrition Label
Resolution chain
connect-tech.sncf 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:1290
- Organization
- redacted_for_privacy
- Contact emails
- —
Subdomains
5 observed subdomains of connect-tech.sncf.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for connect-tech.sncf.
| Mechanism | Target |
|---|---|
| SPF_A | email-smtp.eu-west-1.amazonaws.com |
| SPF_A | mta1.voyages-sncf.com |
| SPF_A | mta2.voyages-sncf.com |
| SPF_A | mta3.voyages-sncf.com |
| SPF_A | mta4.voyages-sncf.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 15.188.152.154 |
| SPF_IP | 15.188.190.121 |
| SPF_IP | 15.236.151.177 |
| SPF_IP | 15.237.8.214 |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 195.154.54.255 |
| SPF_IP | 35.181.39.101 |
| SPF_IP | 35.181.71.100 |
| SPF_IP | 87.253.232.0/21 |
Related pages
Pivot deeper into the graph from connect-tech.sncf.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect-tech.sncf"})-[: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.