Hostname
spf.innos.cloud
Last fetched
spf.innos.cloud resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
spf.innos.cloud 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 |
|---|---|---|---|---|
| 116.203.115.200 | 116.203.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with spf.innos.cloud in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for spf.innos.cloud.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.203.115.200 |
| SPF_IP | 116.203.5.185 |
| SPF_IP | 135.181.204.231 |
| SPF_IP | 188.34.152.74 |
| SPF_IP | 195.201.220.151 |
| SPF_IP | 2a01:4f8:1c1c:6961:0:0:0:1 |
| SPF_IP | 2a01:4f8:1c1c:9182:0:0:0:1 |
| SPF_IP | 2a01:4f8:1c1c:9182:0:0:0:2 |
| SPF_IP | 2a01:4f8:c010:2e54:0:0:0:1 |
| SPF_IP | 2a01:4f8:c010:4cb1:0:0:0:1 |
| SPF_IP | 2a01:4f8:c012:bd42:0:0:0:1 |
| SPF_IP | 2a01:4f8:c0c:d357:0:0:0:1 |
| SPF_IP | 2a01:4f9:c011:1234:0:0:0:1 |
| SPF_IP | 5.75.209.198 |
| SPF_IP | 5.75.227.235 |
| SPF_IP | 78.47.160.197 |
| SPF_IP | 94.130.225.184 |
Related pages
Pivot deeper into the graph from spf.innos.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.innos.cloud"})-[: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.