Skip to content

Hostname

cloud.plumsoft.de

Last fetched

cloud.plumsoft.de resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · cloud.plumsoft.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cloud.plumsoft.de

Resolution chain

cloud.plumsoft.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
188.40.185.34188.40.0.0/16AS24940HETZNER-ASDE
188.40.185.40188.40.0.0/16AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with cloud.plumsoft.de in WhisperGraph.

Subdomains

1 observed subdomain of cloud.plumsoft.de.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for cloud.plumsoft.de.

MechanismTarget
SPF_INCLUDEspf.plumsoft.net
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from cloud.plumsoft.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cloud.plumsoft.de"})-[: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.