Hostname
1tpe.com
Last fetched
1tpe.com resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
1tpe.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 |
|---|---|---|---|---|
| 91.134.128.132 | 91.134.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- milon sylvain
- Contact emails
Subdomains
2 observed subdomains of 1tpe.com.
| Subdomain |
|---|
| img.1tpe.com |
| www.1tpe.com |
Web-graph footprint
Distinct hostnames that link to or from 1tpe.com in the public web crawl.
697 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for 1tpe.com.
| Mechanism | Target |
|---|---|
| SPF_A | 1tpe.com |
| SPF_INCLUDE | _spf.getresponse.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | send.aweber.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.sg-autorepondeur.com |
| SPF_IP | 2a01:cb08:82f7:c500:975b:40cc:66d7:51c4 |
| SPF_IP | 90.63.250.252 |
| SPF_MX | 1tpe.com |
Related pages
Pivot deeper into the graph from 1tpe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1tpe.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.