.BDOB

BDOB ファイル

Binary Binding Data Object
質問する
クイック回答

.bdobファイルは NATO Binary Binding Data Object です。これは、メタデータ(通常は機密ラベル)をデータオブジェクトにバインドする小さなバイナリレコードです。NATO メタデータバインディングメカニズム(ADatP-4778)によって定義され、CBOR バイナリ形式で保存されます。これは XML ベースの.bdoファイルのバイナリ版にあたります。.bdobは実質的に CBOR ストリームであるため、CBOR ツールやライブラリを使用してデコードすることで、バイナリを読み取り可能な JSON 風のテキストに変換して開くことができます。

開発元: NATO Standardization Office (NSO) カテゴリ: データファイル オープンスタンダード MIME: application/vnd.nato.bindingdataobject+cbor
対応OS Windows macOS Linux Web
関連: .PKPASS · .DAT · .JSON · .RIS

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Jul 4, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

BDOB ファイル形式とは?

.bdobファイルは NATO Binary Binding Data Object です。これはメタデータ(多くの場合、機密ラベル)をデータオブジェクトにバインドし、情報共有パートナー間でオブジェクトが移動する際にその機密性を追跡できるようにします。この形式は NATO 標準化局(NATO Standardization Office)によって作成され、STANAG 4778 の背後にあるメタデータバインディングメカニズムである Allied Data Publication ADatP-4778 で定義されています。IANA はこれをメディアタイプ application/vnd.nato.bindingdataobject+cbor として登録しています。

.bdobファイルは、RFC 8949 で記述されている Concise Binary Object Representation である .cbor でバインディングを保存します。これにより、同じバインディングモデルをテキストとして保持する XML ベースの .bdo ファイルのバイナリ版となります。このファイルは、ペイロード自体ではなく、メタデータとそれが記述するデータオブジェクトへの参照を保持するため、サイズは小さく保たれます。バインディングには、認証と整合性のためにデジタル署名ができるよう COSE 要素が含まれる場合もあります。

.bdobファイルは、主にデータ中心セキュリティ(Data Centric Security)アプローチに従う防衛および政府システムで見られ、共有されるすべてのデータにマシン読み取り可能なラベルが付けられて流通します。

セキュリティと安全性

リスク: LOW

A .bdob file is passive data. The IANA registration states it carries no active or executable content, so opening one cannot run code. The main caution is that it may hold a confidentiality label indicating sensitive or classified material, and any COSE signature should be validated before trusting the binding. Referenced data objects live outside the file and must be resolved separately.

形式の詳細

概要
正式名称Binary Binding Data Object別名 Binary Binding Data Object, NATO Binding Data Object (CBOR)
開発元NATO Standardization Office (NSO)登場時期 2020
MIME タイプapplication/vnd.nato.bindingdataobject+cbor
タイプBinary (CBOR-encoded structured data)
標準規格オープン・ロイヤリティフリー
この拡張子は以下でも使用されています…
  • Generic renamed CBOR data - Some non-NATO applications reuse a .bdob extension informally for arbitrary CBOR-serialized data objects, but that is not a registered format.

BDOB ファイルを開くプログラム

Windows3 apps
cbor2 (Python, cbor2.tool) オープンソース Install with pip install cbor2, then decode a renamed copy with python -m cbor2.tool file.cbor to print the binding as JSON-like text.
cbor.me (web CBOR playground) 無料 Paste the file's bytes (as hex) to decode the CBOR structure into a readable diagnostic view in the browser.
File Viewer Plus 有料 Open the .bdob in this multi-format viewer to inspect its bytes when you only need a quick look.
macOS2 apps
cbor2 (Python, cbor2.tool) オープンソース Run pip install cbor2 then python -m cbor2.tool yourfile to decode the binding to text.
cbor.me (web CBOR playground) 無料 Convert the file's hex bytes to a readable CBOR diagnostic notation in the browser.
Linux3 apps
cbor2 (Python, cbor2.tool) オープンソース Install via pip install cbor2 and decode with python -m cbor2.tool file to see the JSON representation.
cbor-diag (Ruby cbor2diag / cbor2pretty) オープンソース Install the cbor-diag gem, then pipe the file through cbor2pretty or cbor2diag to render its diagnostic notation.
jq with a CBOR decoder オープンソース Convert the .bdob to JSON with a CBOR decoder, then explore the binding and label fields using jq.
Web1 app
cbor.io implementations directory 無料 Pick a CBOR library for your language from this official list to parse .bdob files programmatically.

技術的詳細

詳細仕様
EncodingConcise Binary Object Representation (CBOR), per IETF RFC 8949
Byte orderBig-endian (CBOR head/length fields are network byte order)
ContainerCBOR data item, optionally wrapped in a COSE (RFC 8152 / RFC 9052) structure for signing
CompressionNone (CBOR is a compact binary encoding, not a compressed container)
EncryptionNot encrypted by default; the binding may carry a COSE-tagged element for authentication and integrity, and referenced data objects can be protected separately
IntegrityOptional COSE_Sign / COSE_Mac elements provide digital signatures and integrity protection over the binding
StructureA binding data object associates one or more metadata items (chiefly a STANAG 4774 confidentiality label) with a referenced data object. The CBOR profile encodes the same binding model as the XML .bdo profile, holding the metadata, a reference to the bound data object, and optional signature material.
PlatformsCross-platform
NotesBDOB is the binary sibling of the XML-based .bdo file. Both are profiles of the NATO ADatP-4778 Metadata Binding Mechanism, used within Data Centric Security (DCS) to bind confidentiality metadata to data throughout its lifecycle across information-sharing partners.
Typical sizeSmall, from a few hundred bytes to a few kilobytes, since it holds metadata and references rather than the payload data itself
リリース日2020
最新バージョンADatP-4778 (Metadata Binding Mechanism)
オープンスタンダードはい · ロイヤリティフリー
仕様書www.iana.org

BDOB の変換

コミュニティ Q&A

ユーザーからの質問
質問する
BDOB ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。BDOB ファイルについて最初の質問をしてみましょう。

よくある質問

BDOBファイルとは何ですか?
これは NATO Binary Binding Data Object です。メタデータ(通常は機密ラベル)をデータオブジェクトにバインドする CBOR エンコードされたレコードです。NATO ADatP-4778 メタデータバインディングメカニズムによって定義されており、XML .bdo ファイルのバイナリ形式です。
BDOBファイルはどうやって開きますか?
CBOR ツールでデコードします。ファイルを .cbor という名前にコピーして Python の cbor2.tool などのデコーダーを実行するか、16 進数バイトを cbor.me ウェブビューアに貼り付けて、構造を読み取り可能なテキストとして確認してください。
BDOBファイルは CBOR ファイルと同じですか?
エンコーディングは同じです。.bdob は CBOR ストリームですが、拡張子は内容が NATO ADatP-4778 バインディングプロファイルに従っていることを示しています。任意の CBOR デコーダーで生のバイトを読み取れますが、バインディングフィールドを正しく解釈できるのは ADatP-4778 対応ソフトウェアのみです。
.bdo と .bdob の違いは何ですか?
どちらも同じ NATO バインディングモデルを保持しています。.bdo ファイルは XML テキストとして保存し、.bdob はコンパクトな CBOR バイナリとして保存します。バイナリ形式の方が小さく解析も高速ですが、デコーダーなしでは人間が読むことはできません。
BDOBファイルを JSON に変換できますか?
はい。CBOR は JSON のデータモデルを共有しているため、CBOR デコーダーを使用してバインディングを JSON として出力できます。JSON にはネイティブのバイナリ型がないため、バイト文字列や CBOR タグは base64 や注釈としてエンコードされる場合があります。
BDOBファイルを開いても安全ですか?
ファイル自体に実行可能なコンテンツは含まれていないため、開いてもコードが実行されることはありません。ただし、ラベルを通じて機密データや分類データが参照されている可能性があることに注意し、バインディングを信頼する前にデジタル署名を検証する必要があります。

参考文献

1IANA media type registration: application/vnd.nato.bindingdataobject+cborwww.iana.org
2RFC 8949: Concise Binary Object Representation (CBOR)www.rfc-editor.org

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.PARTPartial Download File
4.MDMarkdown Document
5.RPMSGRestricted Permission Message
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

関連する拡張子

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧