Hostname
sigmatic.fi
Last fetched
sigmatic.fi resolves to 1 IPv4 address operated by AS29422 in FI. WHOIS lists registrar:sigmatic oy as the registrar.
Nutrition Label
Resolution chain
sigmatic.fi 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 |
|---|---|---|---|---|
| 80.69.160.34 | 80.69.160.0/21 | AS29422 | — | FI |
WHOIS identity
- Registrar
- registrar:sigmatic oy
- Organization
- sigmatic oy
- Contact emails
- —
Subdomains
628 observed subdomains of sigmatic.fi.
Showing 25 of 628. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sigmatic.fi in the public web crawl.
25 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for sigmatic.fi.
| Mechanism | Target |
|---|---|
| SPF_A | mail.notify-customer.com |
| SPF_A | sigmatic.fi |
| SPF_INCLUDE | _spf.emfwd.name-services.com |
| SPF_IP | 80.69.160.0/24 |
| SPF_IP | 80.69.161.192/27 |
| SPF_IP | 80.69.161.212/32 |
| SPF_IP | 80.69.161.4/32 |
| SPF_IP | 81.22.169.214/32 |
| SPF_IP | 81.22.169.250/32 |
| SPF_IP | 81.22.169.251/32 |
| SPF_MX | sigmatic.fi |
Related pages
Pivot deeper into the graph from sigmatic.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sigmatic.fi"})-[: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.