IBM Defender Data Protect イベントメッセージのサンプル
IBM QRadar との正常な統合を確認するには、以下のイベント・メッセージのサンプルを使用する。
重要フォーマットの問題があるため、メッセージ・フォーマットをテキストエディタに貼り付け、キャリッジ・リターンや改行文字を削除してください。
サンプル 1: 次のイベントメッセージのサンプルは、 IBM® Defender Data Protect から収集される API Audit イベントを示しています
<14>2024-11-18T00:35:53.543843+00:00 ibm.defenderdataprotect.test api_audit[32031]: {"username":"test@example.com","domain":"Example","method":"PUT","urlPath":"/v2/data-protect/protection-groups/3802051382822844:11111:111/runs","requestTimestamp":1731890153542,"requestHeader":{"Accept":["application/json, text/plain, */*"],"Accept-Encoding":["gzip, deflate, br, zstd"],"Accept-Language":["en-US,en;q=0.5"],"Connection":["close"],"Content-Type":["application/json"],"Dnt":["1"],"Exampletoken":["xxxxx/xxxx="],"Origin":["https://usea-prod.storage-defender.example.com"],"Requestinitiatortype":["UIUser"],"Sec-Fetch-Dest":["empty"],"Sec-Fetch-Mode":["cors"],"Sec-Fetch-Site":["same-origin"],"Sfdctoken":["xxxxx/xxxxxxx="],"User-Agent":["Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"],"X-Amzn-Trace-Id":["Root=1-673a8be9-xxxxxxxxx"],"X-Cohesity-Service-Context":["Mcm"],"X-Envoy-Attempt-Count":["1"],"X-Envoy-Decorator-Operation":["iris.ibm-defender-prod.svc.cluster.local:80/*"],"X-Envoy-Expected-Rq-Timeout-Ms":["3600000"],"X-Envoy-External-Address":["10.0.0.0"],"X-Envoy-Peer-Metadata":["xxxxx="],"X-Envoy-Peer-Metadata-Id":["router~x.0.x.195~istio-ingressgateway-xx-tq7rt.istio-system~istio-system.svc.cluster.local"],"X-Forwarded-For":["","x.x.x.x,1.1.11.111, ::1"],"X-Forwarded-Port":["443"],"X-Forwarded-Proto":["https"],"X-Impersonate-Tenant-Id":[""],"X-Request-Id":["xxxx-15fa-xxxx-xx-11111"],"X-Session-Locale":["en-us"]},"clientAddress":"127.0.0.1:80","sessionId":"xxxxxx="}
<14>2024-11-18T00:35:53.849714+00:00 ibm.defenderdataprotect.test api_audit[32031]: {"username":"test@example.com","domain":"Example","method":"PUT","urlPath":"/v2/data-protect/protection-groups/11111:2222:1111/runs","requestTimestamp":1731890153542,"statusCode":207,"responseHeader":{"Content-Encoding":["gzip"],"Content-Security-Policy":["default-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src https: data:; font-src data: https:; worker-src blob:"],"Content-Type":["application/json"],"Permissions-Policy":["geolocation=(), midi=(), sync-xhr=(), microphone=(), camera=(), magnetometer=(), gyroscope=(), fullscreen=(), payment=()"],"Referrer-Policy":["strict-origin-when-cross-origin"],"Strict-Transport-Security":["max-age=31536000; includeSubDomains"],"Vary":["Accept-Encoding"],"X-Content-Type-Options":["nosniff"],"X-Frame-Options":["SAMEORIGIN"],"X-Ratelimit-Limit":["600"],"X-Ratelimit-Remaining":["586"],"X-Ratelimit-Reset":["1731890162"],"X-Xss-Protection":["1; mode=block"]},"responseTime":305827792}
| QRadarフィールド名 | 強調表示されたペイロードのフィールド名 |
|---|---|
| イベント ID | ペイロードに statusCode フィールドがある場合、 メソッド statusCode フィールドの値がイベントIDとなる。 そうでない場合、 メソッド・ フィールドの値はイベントIDとなる。 |
| イベント・カテゴリー | ペイロードヘッダーからの api_audit |
| 送信元 IP | clientAddress |
| 送信元ポート | ソース・ポートに使用される値は、値のコロンの後に表示されます。 clientAddress の後に表示される。 例えば、80 |
| ユーザー名 | ユーザー名 |
| デバイス時刻 | ペイロードに responseTime フィールドがある場合 responseTime + requestTimestamp はデバイスの時刻である。 それ以外の場合は requestTimestamp はデバイス時間である。 |
サンプル2: 次のイベントメッセージのサンプルは、 IBM Defender Data Protectから収集されたデータ保護イベントを示しています。
<14>2024-11-25T11:25:41+00:00 ibm.defenderdataprotect.test dataprotection_events: {"EventMessage" : "Finishing restore task", "Timestamp" : "2024-11-25T11:25:41.321Z", "ClusterInfo" : {"ClusterId" : "3802051382822844", "ClusterName" : "test-pok-dp-3"}, "EventType" : "kRestore", "EnvironmentType" : "kPhysicalFiles", "RegisteredSource" : {"EntityType" : "kPhysical", "EntityId" : "23247", "EntityName" : "Physical Servers"}, "RestoreTarget" : {"EntityType" : "kPhysical", "EntityId" : "23279", "EntityName" : "10.11.0.1"}, "BackupJobName" : "AD-File-Cloud", "BackupJobId" : "11622", "Entities" : [{"EntityType" : "kPhysical", "EntityId" : "23248", "EntityName" : "10.10.1.1"}], "Error" : {"ErrorCode" : "kYodaError", "ErrorMessage" : "Error while calling FileStat for /B/: [kNotFound]: Bridge error: Directory not present: /DefaultStorageDomain/magneto_1259898576551640_1728507997137_11622_12308/fs//B/"}, "TaskId" : "547103", "AttributeMap" : {"RestoreType" : "kRestoreFiles"}}
| QRadarフィールド名 | 強調表示されたペイロードのフィールド名 |
|---|---|
| イベント ID | ペイロードにErrorフィールドがある場合、フィールド値+_errorがイベントIDとなる。 EventMessage フィールドの値 + _errorがイベントIDとなる。 それ以外の場合は EventMessage フィールドの値はイベントIDである。 |
| イベント・カテゴリー | ペイロードヘッダからの dataprotection_events |
| 送信元 IP | EntityName |
| Event Time | タイムスタンプ |
サンプル3: 次のイベントメッセージのサンプルは、 IBM Defender Data Protectから収集されるクラスタ監査イベントを示しています。
<14>2024-12-03T00:00:28-05:00 ibm.defenderdataprotect.test cluster_audit: {"Timestamp" : "2024-12-02T19:00:00.862-05:00", "AttributeMap" : {}, "EntityType" : "Access Token", "EntityId" : "user1", "EntityName" : "user1", "User" : "user1", "Domain" : "local", "Action" : "Create", "Description" : "user1@local has generated new access token for user user1 on domain LOCAL from 10.0.0.1.", "IP" : "10.0.0.1", "ClusterInfo" : "ClusterName: test-aaa-dp-3, ClusterId: xxxxxx", "ServiceContext" : 4}
| QRadarフィールド名 | 強調表示されたペイロードのフィールド名 |
|---|---|
| イベント ID | アクション EntityType |
| イベント・カテゴリー | ペイロードヘッダーからの cluster_audit |
| 送信元 IP | IP |
| Username | ユーザー |
| Device Name | タイムスタンプ |