Skip to content

Hostname

allforcloud.be

Last fetched

allforcloud.be resolves to 1 IPv4 address operated by COGENT-174 - Cogent Communications, LLC in BE.

Nutrition Label

WHISPER CANON · allforcloud.beRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/allforcloud.be

Resolution chain

allforcloud.be resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
149.5.18.80149.5.0.0/16AS174COGENT-174 - Cogent Communications, LLCBE

WHOIS identity

No WHOIS records are currently associated with allforcloud.be in WhisperGraph.

Subdomains

1 observed subdomain of allforcloud.be.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for allforcloud.be.

MechanismTarget
SPF_INCLUDE_spf.a4n.be
SPF_INCLUDE_spf_mxisp.a4n.be

Related pages

Pivot deeper into the graph from allforcloud.be.

Cypher and MCP

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

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