Hostname
cloud.senec.com
Last fetched
cloud.senec.com resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
cloud.senec.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 |
|---|---|---|---|---|
| 167.235.57.249 | 167.235.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cloud.senec.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
45 SPF mechanisms authorising senders for cloud.senec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5211192.spf06.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.senec-com.cloud.nospamproxy.com |
| SPF_IP | 176.9.2.230 |
| SPF_IP | 176.9.2.231 |
| SPF_IP | 178.63.165.160/28 |
| SPF_IP | 178.63.169.208/28 |
| SPF_IP | 185.182.80.144/29 |
| SPF_IP | 185.182.80.248/29 |
| SPF_IP | 185.182.80.48/29 |
| SPF_IP | 185.182.83.240/29 |
| SPF_IP | 185.36.117.0/24 |
| SPF_IP | 195.35.72.64/26 |
| SPF_IP | 195.35.73.117 |
| SPF_IP | 195.35.73.118 |
| SPF_IP | 195.35.73.119 |
| SPF_IP | 195.35.73.19 |
| SPF_IP | 195.35.73.192 |
| SPF_IP | 195.35.73.20 |
| SPF_IP | 2.33.116.155 |
| SPF_IP | 2.33.116.156 |
| SPF_IP | 213.239.217.189 |
| SPF_IP | 46.4.133.19 |
| SPF_IP | 46.4.133.23/32 |
| SPF_IP | 46.4.133.24 |
| SPF_IP | 46.4.145.64/28 |
| SPF_IP | 62.138.120.184/29 |
| SPF_IP | 62.138.121.0/26 |
| SPF_IP | 62.138.82.64/26 |
| SPF_IP | 62.138.86.8/29 |
| SPF_IP | 62.138.90.192/26 |
| SPF_IP | 62.138.91.0/29 |
| SPF_IP | 78.46.114.185 |
| SPF_IP | 78.46.88.146 |
| SPF_IP | 78.46.88.156 |
| SPF_IP | 78.46.88.157 |
| SPF_IP | 78.47.39.96/28 |
| SPF_IP | 80.190.128.0/19 |
| SPF_IP | 88.198.181.208/28 |
| SPF_IP | 88.198.249.64/28 |
| SPF_IP | 88.198.96.0/27 |
| SPF_IP | 91.228.144.0/24 |
| SPF_MX | cloud.senec.com |
Related pages
Pivot deeper into the graph from cloud.senec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.senec.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.