Hostname
pts.se
Last fetched
pts.se resolves to 1 IPv4 address operated by RADWARE in NL. WHOIS lists registrar:loopia ab as the registrar.
Nutrition Label
Resolution chain
pts.se 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 |
|---|---|---|---|---|
| 66.22.36.121 | 66.22.36.0/24 | AS48851 | RADWARE | NL |
WHOIS identity
- Registrar
- registrar:loopia ab
- Organization
- —
- Contact emails
- —
Subdomains
39 observed subdomains of pts.se.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pts.se in the public web crawl.
6,602 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for pts.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 172.20.45.0/24 |
| SPF_IP | 192.121.211.192/26 |
| SPF_IP | 192.121.215.14 |
| SPF_IP | 192.121.215.200 |
| SPF_IP | 192.121.215.35 |
| SPF_IP | 192.121.216.80 |
| SPF_IP | 2001:67c:dc:43::0/64 |
Related pages
Pivot deeper into the graph from pts.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pts.se"})-[: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.