Hostname
nomea.si
Last fetched
nomea.si resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
nomea.si 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 |
|---|---|---|---|---|
| 20.121.99.91 | 20.132.176.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 213.161.20.91 | 213.164.128.0/19 | AS3212 | — | SI |
WHOIS identity
No WHOIS records are currently associated with nomea.si in WhisperGraph.
Subdomains
2 observed subdomains of nomea.si.
| Subdomain |
|---|
| mail.nomea.si |
| www.nomea.si |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for nomea.si.
| Mechanism | Target |
|---|---|
| SPF_A | mail.delikomat.si |
| SPF_IP | 213.161.20.82 |
| SPF_IP | 62.218.28.242 |
| SPF_IP | 86.59.12.154 |
| SPF_MX | mail.cafeplusco.com |
| SPF_MX | nomea.si |
| SPF_MX | smtp.cafeplusco.com |
Related pages
Pivot deeper into the graph from nomea.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nomea.si"})-[: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.