Hostname
postal.itconcerns.com.np
Last fetched
postal.itconcerns.com.np resolves to 4 IPv4 addresses operated by AS23672 in NP.
Nutrition Label
Resolution chain
postal.itconcerns.com.np resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.155.182.34 | 103.155.182.0/24 | AS23672 | — | NP |
| 103.155.182.35 | 103.155.182.0/24 | AS23672 | — | NP |
| 103.155.182.36 | 103.155.182.0/24 | AS23672 | — | NP |
| 103.155.182.37 | 103.155.182.0/24 | AS23672 | — | NP |
WHOIS identity
No WHOIS records are currently associated with postal.itconcerns.com.np in WhisperGraph.
Subdomains
6 observed subdomains of postal.itconcerns.com.np.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for postal.itconcerns.com.np.
| Mechanism | Target |
|---|---|
| SPF_A | postal.itconcerns.com.np |
| SPF_IP | 103.155.182.32/28 |
| SPF_MX | postal.itconcerns.com.np |
Related pages
Pivot deeper into the graph from postal.itconcerns.com.np.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "postal.itconcerns.com.np"})-[: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.