Skip to content

Hostname

spf.innos.cloud

Last fetched

spf.innos.cloud resolves to 1 IPv4 address operated by AS24940 in DE.

Nutrition Label

WHISPER CANON · spf.innos.cloudRouting diversity1.5/10Peering density7.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/spf.innos.cloud

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.

IPPrefixASNOperatorCountry
116.203.115.200116.203.0.0/16AS24940DE

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.

MechanismTarget
SPF_IP116.203.115.200
SPF_IP116.203.5.185
SPF_IP135.181.204.231
SPF_IP188.34.152.74
SPF_IP195.201.220.151
SPF_IP2a01:4f8:1c1c:6961:0:0:0:1
SPF_IP2a01:4f8:1c1c:9182:0:0:0:1
SPF_IP2a01:4f8:1c1c:9182:0:0:0:2
SPF_IP2a01:4f8:c010:2e54:0:0:0:1
SPF_IP2a01:4f8:c010:4cb1:0:0:0:1
SPF_IP2a01:4f8:c012:bd42:0:0:0:1
SPF_IP2a01:4f8:c0c:d357:0:0:0:1
SPF_IP2a01:4f9:c011:1234:0:0:0:1
SPF_IP5.75.209.198
SPF_IP5.75.227.235
SPF_IP78.47.160.197
SPF_IP94.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.