Hostname
relacom.com
Last fetched
relacom.com resolves to 1 IPv4 address operated by AS44136 in SE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
relacom.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 |
|---|---|---|---|---|
| 46.16.232.201 | 46.16.232.0/21 | AS44136 | — | SE |
WHOIS identity
- Registrar
- iana:299
- Organization
- nicklas bremgard
- Contact emails
Subdomains
26 observed subdomains of relacom.com.
Showing 22 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from relacom.com in the public web crawl.
5 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for relacom.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.relacom.com |
| SPF_INCLUDE | spf2.relacom.com |
| SPF_IP | 185.38.180.0/22 |
| SPF_IP | 192.162.216.0/22 |
| SPF_IP | 2001:978:2a01::/48 |
| SPF_IP | 2001:978:2a02::/48 |
| SPF_IP | 208.70.128.0/21 |
| SPF_IP | 2a01:77c0:1180::/46 |
| SPF_IP | 2a01:77c0:6::/47 |
| SPF_IP | 68.71.200.64/27 |
| SPF_IP | 72.35.12.0/24 |
| SPF_IP | 72.35.23.0/24 |
| SPF_IP | 89.104.206.0/23 |
Related pages
Pivot deeper into the graph from relacom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "relacom.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.