Hostname
smp.com.np
Last fetched
smp.com.np resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in DE.
Nutrition Label
Resolution chain
smp.com.np 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 |
|---|---|---|---|---|
| 136.243.232.180 | 136.243.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
| 190.92.174.39 | 190.92.174.0/24 | AS199404 | WHG-IN - WHG Hosting Services Ltd | IN |
WHOIS identity
No WHOIS records are currently associated with smp.com.np in WhisperGraph.
Subdomains
15 observed subdomains of smp.com.np.
Web-graph footprint
Distinct hostnames that link to or from smp.com.np in the public web crawl.
7 sites link to this hostname.
37 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- smp.com.np
SPF policy
9 SPF mechanisms authorising senders for smp.com.np.
| Mechanism | Target |
|---|---|
| SPF_A | smp.com.np |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 136.243.232.180 |
| SPF_IP | 145.239.252.90 |
| SPF_IP | 148.251.91.92 |
| SPF_IP | 5.9.117.215 |
| SPF_IP | 51.89.142.66 |
| SPF_MX | smp.com.np |
Related pages
Pivot deeper into the graph from smp.com.np.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smp.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.