Hostname
nevs.com
Last fetched
nevs.com resolves to 1 IPv4 address operated by INFRACOM in SE. WHOIS lists iana:638 as the registrar.
Nutrition Label
Resolution chain
nevs.com 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 |
|---|---|---|---|---|
| 194.132.81.32 | 194.132.81.0/24 | AS29468 | INFRACOM | SE |
WHOIS identity
- Registrar
- iana:638
- Organization
- al vin koay
- Contact emails
Subdomains
5 observed subdomains of nevs.com.
Showing 3 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nevs.com in the public web crawl.
106 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for nevs.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.zetup.se |
| SPF_A | mx2.zetup.se |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 155.56.208.100/30 |
| SPF_IP | 157.133.97.216/30 |
| SPF_IP | 169.145.66.70/31 |
| SPF_IP | 169.145.66.72/31 |
| SPF_IP | 37.221.229.136 |
Related pages
Pivot deeper into the graph from nevs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nevs.com"})-[: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.