Hostname
martinsson.cc
Last fetched
martinsson.cc resolves to 2 IPv4 addresses operated by AS4713 in JP. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
martinsson.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 153.195.65.18 | 153.192.0.0/11 | AS4713 | — | JP |
| 180.11.239.168 | 180.0.0.0/10 | AS4713 | — | JP |
WHOIS identity
- Registrar
- iana:69
- Organization
- secret registration customer id 2705 martinsson.cc
- Contact emails
Subdomains
2 observed subdomains of martinsson.cc.
| Subdomain |
|---|
| mail.martinsson.cc |
| www.martinsson.cc |
Web-graph footprint
Distinct hostnames that link to or from martinsson.cc in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- martinsson.cc
SPF policy
7 SPF mechanisms authorising senders for martinsson.cc.
| Mechanism | Target |
|---|---|
| SPF_A | cat.homeip.net |
| SPF_INCLUDE | _spf-2.telia.com |
| SPF_INCLUDE | _spf-a.telia.net |
| SPF_INCLUDE | _spf-b.telia.net |
| SPF_INCLUDE | _spf-c.telia.net |
| SPF_IP | 81.236.60.179/24 |
| SPF_MX | martinsson.cc |
Related pages
Pivot deeper into the graph from martinsson.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "martinsson.cc"})-[: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.