Hostname
somnox.co
Last fetched
somnox.co resolves to 2 IPv4 addresses operated by mijnhost - mijn.host B.V. in NL.
Nutrition Label
Resolution chain
somnox.co 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 |
|---|---|---|---|---|
| 178.251.232.160 | 178.251.232.0/24 | AS214673 | mijnhost - mijn.host B.V. | NL |
| 77.111.243.68 | 77.111.240.0/22 | AS51468 | ONECOM - One.com A/S | DK |
WHOIS identity
No WHOIS records are currently associated with somnox.co in WhisperGraph.
Subdomains
21 observed subdomains of somnox.co.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for somnox.co.
| Mechanism | Target |
|---|---|
| SPF_A | somnox.co |
| SPF_INCLUDE | _custspf.g1i.one |
| SPF_INCLUDE | spf.mijn.host |
| SPF_IP | 141.138.168.0/21 |
| SPF_IP | 195.211.72.0/22 |
| SPF_IP | 2a03:3c00:a001::/48 |
| SPF_IP | 2a03:3c00:a002::/48 |
| SPF_MX | somnox.co |
Related pages
Pivot deeper into the graph from somnox.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "somnox.co"})-[: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.