Hostname
sigmax.nl
Last fetched
sigmax.nl resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
sigmax.nl 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 |
|---|---|---|---|---|
| 199.60.103.166 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.66 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
539 observed subdomains of sigmax.nl.
Showing 25 of 539. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sigmax.nl in the public web crawl.
44 sites link to this hostname.
101 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for sigmax.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 139612965.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 132.164.15.220 |
| SPF_IP | 185.136.64.128/27 |
| SPF_IP | 185.136.65.128/27 |
Related pages
Pivot deeper into the graph from sigmax.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sigmax.nl"})-[: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.