Hostname
netcoil.se
Last fetched
netcoil.se resolves to 1 IPv4 address operated by AS210483 in SE. WHOIS lists registrar:www.namesrs.com as the registrar.
Nutrition Label
Resolution chain
netcoil.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 |
|---|---|---|---|---|
| 109.107.130.4 | 109.107.130.0/24 | AS210483 | — | SE |
WHOIS identity
- Registrar
- registrar:www.namesrs.com
- Organization
- —
- Contact emails
- —
Subdomains
34 observed subdomains of netcoil.se.
Web-graph footprint
Distinct hostnames that link to or from netcoil.se in the public web crawl.
5 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for netcoil.se.
| Mechanism | Target |
|---|---|
| SPF_A | mail.brokenbrain.se |
| SPF_IP | 109.107.130.117 |
| SPF_IP | 109.107.130.94 |
| SPF_IP | 130.240.202.91 |
| SPF_IP | 2001:6b0:10:9829:0:0:202:91 |
| SPF_IP | 2a11:cd40:0:1201:0:0:0:117 |
| SPF_IP | 2a11:cd40:2000:face::/64 |
| SPF_IP | 2a11:cd40:2000:feed:0:0:0:225 |
Related pages
Pivot deeper into the graph from netcoil.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netcoil.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.