Hostname
universal-transit.com
Last fetched
universal-transit.com resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
universal-transit.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.135.139.47 | 5.136.128.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:303
- Organization
- none none
- Contact emails
Subdomains
4 observed subdomains of universal-transit.com.
Web-graph footprint
Distinct hostnames that link to or from universal-transit.com in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for universal-transit.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.ayrade.net |
| SPF_A | universal-transit.com |
| SPF_IP | 178.33.236.49 |
| SPF_IP | 188.165.34.87 |
| SPF_IP | 217.182.201.56 |
| SPF_IP | 37.59.63.5 |
| SPF_IP | 5.135.139.47 |
| SPF_IP | 51.91.16.240 |
| SPF_MX | universal-transit.com |
Related pages
Pivot deeper into the graph from universal-transit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "universal-transit.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.