Hostname
apps.innovactiv.com
Last fetched
apps.innovactiv.com resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
apps.innovactiv.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.113.206.162 | 148.113.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with apps.innovactiv.com in WhisperGraph.
Subdomains
1 observed subdomain of apps.innovactiv.com.
| Subdomain |
|---|
| www.apps.innovactiv.com |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for apps.innovactiv.com.
| Mechanism | Target |
|---|---|
| SPF_A | apps.innovactiv.com |
| SPF_IP | 108.163.191.58 |
| SPF_IP | 158.85.77.121/32 |
| SPF_IP | 158.85.89.116/32 |
| SPF_IP | 184.170.129.59 |
| SPF_IP | 184.170.129.60 |
| SPF_IP | 51.79.81.31 |
| SPF_MX | apps.innovactiv.com |
Related pages
Pivot deeper into the graph from apps.innovactiv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apps.innovactiv.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.