Hostname
manavis.com
Last fetched
manavis.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:78 as the registrar.
Nutrition Label
Resolution chain
manavis.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:78
- Organization
- kawaijuku educational institution
- Contact emails
Subdomains
11 observed subdomains of manavis.com.
Web-graph footprint
Distinct hostnames that link to or from manavis.com in the public web crawl.
129 sites link to this hostname.
43 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for manavis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.bmv.jp |
| SPF_INCLUDE | spf.tricorn.net |
| SPF_INCLUDE | spf.wingarc.smtps.jp |
| SPF_IP | 118.103.19.0/26 |
| SPF_IP | 124.110.69.0/24 |
| SPF_IP | 13.71.133.58/32 |
| SPF_IP | 168.245.36.34 |
| SPF_IP | 203.138.87.96 |
| SPF_IP | 210.170.60.64/26 |
| SPF_IP | 211.15.37.128/26 |
| SPF_IP | 219.127.71.80/28 |
| SPF_MX | manavis.com |
Related pages
Pivot deeper into the graph from manavis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manavis.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.