Hostname
nextmail.app
Last fetched
nextmail.app resolves to 2 IPv4 addresses operated by PLI-AS - Private Layer INC in CH. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
nextmail.app 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 |
|---|---|---|---|---|
| 46.19.143.59 | 46.19.136.0/21 | AS51852 | PLI-AS - Private Layer INC | CH |
| 46.19.143.61 | 46.19.136.0/21 | AS51852 | PLI-AS - Private Layer INC | CH |
WHOIS identity
- Registrar
- iana:303
- Organization
- see privacyguardian.org
- Contact emails
- —
Subdomains
4 observed subdomains of nextmail.app.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nextmail.app in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for nextmail.app.
| Mechanism | Target |
|---|---|
| SPF_A | ext.nextmail.app |
| SPF_MX | nextmail.app |
Related pages
Pivot deeper into the graph from nextmail.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nextmail.app"})-[: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.