Hostname
openbriefing.com
Last fetched
openbriefing.com resolves to 17 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
openbriefing.com resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.139 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.208 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.15 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.26 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.1.33.7 | 23.1.33.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.1.33.9 | 23.1.33.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.220.180.41 | 23.220.180.0/22 | AS20940 | AKAMAI-ASN1 | FR |
| 23.3.89.105 | 23.3.89.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.3.89.106 | 23.3.89.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.35.148.151 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.35.148.184 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.50.131.136 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.141 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.163.156 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.143 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.159 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.177 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain admin
- Contact emails
Subdomains
8 observed subdomains of openbriefing.com.
Web-graph footprint
Distinct hostnames that link to or from openbriefing.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for openbriefing.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from openbriefing.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openbriefing.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.