Hostname
appinov.com
Last fetched
appinov.com resolves to 2 IPv4 addresses operated by LWS in FR. WHOIS lists iana:1630 as the registrar.
Nutrition Label
Resolution chain
appinov.com 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 |
|---|---|---|---|---|
| 193.37.145.66 | 193.37.145.0/24 | AS210403 | LWS | FR |
| 64.91.231.70 | 64.91.224.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
- Registrar
- iana:1630
- Organization
- sabbeh heni
- Contact emails
Subdomains
14 observed subdomains of appinov.com.
Web-graph footprint
Distinct hostnames that link to or from appinov.com in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- appinov.com
- mail.appinov.com
SPF policy
3 SPF mechanisms authorising senders for appinov.com.
| Mechanism | Target |
|---|---|
| SPF_A | appinov.com |
| SPF_IP | 64.91.231.70 |
| SPF_MX | appinov.com |
Related pages
Pivot deeper into the graph from appinov.com.
- IP · 193.37.145.66
- ASN · AS210403LWS
- Registrar · iana:1630
- Country · FR
- Email · 09f700cd7fcae2e9f63ea6cdb7aa76b0@whois-anonymous.com
- TLD · .com
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "appinov.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.