SearchWebshell
    • PDF

    SearchWebshell

    • PDF

    記事の要約

    VPC環境で利用できます。

    保存されたウェブシェル行為検知履歴のうち、目的の項目を検索します。

    リクエスト

    リクエスト形式を説明します。リクエスト形式は次の通りです。

    メソッドURI
    POST/detections

    リクエストヘッダ

    Webshell Behavior Detector APIで共通して使用されるヘッダの詳細は、Webshell Behavior Detectorの共通ヘッダをご参照ください。

    リクエストボディ

    リクエストボディの説明は次の通りです。

    フィールドタイプ必須の有無説明
    actionStatusStringOptional問題対応の状態
    • confirmed | blank
      • confirmed: 確認完了
      • blank: 未確認
    detectTimeFromIntegerOptional検索開始日時(Timestamp)
    detectTimeToIntegerOptional検索終了日時(Timestamp)
    executorStringOptionalプロセス実行アカウント
    executorOfParentStringOptional親プロセス実行アカウント
    hostNameStringOptionalVMのホスト名
    memoStringOptionalメモ
    pageIndexIntegerRequiredページ番号
    pageSizeIntegerRequiredページ表示数
    privateIPofServerStringOptionalVMのプライベート IPアドレス
    processArgStringOptionalプロセス引数値
    processArgOfParentStringOptional親プロセス引数値
    processNameStringOptionalプロセス名
    processNameOfParentStringOptional親プロセス名
    serverNameStringOptionalVMのサーバ名
    suspiciousIPStringOptional疑わしい IPアドレス

    リクエスト例

    リクエストのサンプルコードは次の通りです。

    curl --location --request POST 'https://wbd.apigw.ntruss.com/api/v1/detections' \
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'Content-Type: application/json' \
    --header 'X-NCP-USE_PLATFORM_TYPE: VPC' \
    --data '{
        "detectTimeFrom": 0,
        "detectTimeTo": 0,
        "executor": "DefaultAppPool",
        "pageIndex": 1,
        "pageSize": 2,
        "suspiciousIP": "***.***.***.***"
    }'
    

    レスポンス

    レスポンス形式を説明します。

    レスポンスボディ

    レスポンスボディの説明は次の通りです。

    フィールドタイプ必須の有無説明
    successBoolean-リクエスト処理の有無
    codeInteger-レスポンスコード
    messageString-レスポンスメッセージ
    resultObject-レスポンス結果
    contentArray-ウェブシェル行為の検知履歴リスト
    totalCountInteger-レスポンス結果数
    pageSizeInteger-ページ表示数
    pageIndexInteger-ページ番号
    totalPagesInteger-ページの総数

    content

    contentの説明は次の通りです。

    フィールドタイプ必須の有無説明
    detectionIdString-ウェブシェル行為の検知履歴 ID
    instanceNoString-VMのインスタンス番号
    hostNameString-VMのホスト名
    serverNameString-VMのサーバ名
    containerNameString-VMのコンテナ名
    privateIPofServerString-VMのプライベート IPアドレス
    commandString-ファイル実行コマンド
    processNameString-プロセス名
    processArgString-プロセス引数値
    processIdString-プロセス ID
    executorString-プロセス実行アカウント
    processIdOfParentString-親プロセス ID
    processNameOfParentString-親プロセス名
    processArgOfParentString-親プロセス引数値
    executorOfParentString-親プロセス実行アカウント
    uidString-検知プロセス UID
    euidString-プロセス EUID
    gidString-プロセス GID
    egidString-プロセス EGID
    actionStatusString-問題対応の状態
    • confirmed | blank
      • confirmed: 確認完了
      • blank: 未確認
    memoString-メモ
    actionTimeInteger-ウェブシェル行為の発生日時(Timestamp)
    detectTimeInteger-ウェブシェル行為の検知日時(Timestamp)
    collectTimeInteger-ウェブシェル行為の収集日時(Timestamp)
    lastUpdatedTimeInteger-最終検知履歴の記録日時(Timestamp)
    isCheckedBoolean-検知履歴を確認したかどうか
    • true | false
      • true: 確認完了
      • false: 未確認
    memberNoInteger-VM使用会員番号
    detectionRuleIdString-検知ポリシー ID
    suspicionFilesArray-疑わしいファイルリスト
    suspicionIpsArray-疑わしい IPアドレスリスト
    osTypeString-VMの OSタイプ

    suspicionFiles

    suspicionFilesの説明は次の通りです。

    フィールドタイプ必須の有無説明
    suspicionFileIdString-ファイル ID
    fileOriginNameString-ファイル名
    fileOwnerString-ファイルの所有者
    weightInteger-スコア
    • スコアが高いほどウェブシェルである可能性が高い
    accessTimeInteger-ファイルアクセス日時(Timestamp)
    modifyTimeInteger-ファイル変更日時(Timestamp)
    changeTimeInteger-ファイル更新日時(Timestamp)
    detectionIdString-ウェブシェル行為の検知履歴 ID

    suspicionIps

    suspicionIpsの説明は次の通りです。

    フィールドタイプ必須の有無説明
    suspicionIpIdString-疑わしい IPアドレスの ID
    detectionIdString-ウェブシェル行為の検知履歴 ID
    suspicionIpString-疑わしい IPアドレス
    countryString-疑わしい IPアドレスの国
    platformString-VM環境
    • VPC | CLASSIC

    レスポンスステータスコード

    Webshell Behavior Detector APIで共通して使用されるレスポンスステータスコードの詳細は、Webshell Behavior Detectorの共通レスポンスステータスコードをご参照ください。

    レスポンス例

    レスポンスのサンプルコードは次の通りです。

    {
        "success": true,
        "code": 0,
        "message": "success",
        "result": {
            "content": [
                {
                    "detectionId": "2024072323585700000434",
                    "instanceNo": "25****97",
                    "serverName": "{servername}",
                    "privateIPofServer": "***.***.***.***",
                    "command": "{command}",
                    "processName": "{process}",
                    "processArg": "{process-and-arguments}",
                    "processId": "{command-process-id}",
                    "executor": "DefaultAppPool",
                    "processIdOfParent": "{command-process-id}",
                    "processNameOfParent": "{process}",
                    "processArgOfParent": "{process-and-arguments}",
                    "executorOfParent": "DefaultAppPool",
                    "uid": "{uid}",
                    "euid": "0",
                    "gid": "",
                    "egid": "0",
                    "actionStatus": "blank",
                    "detectTime": 1721746705146,
                    "collectTime": 1721746738108,
                    "lastUpdatedTime": 1721746738108,
                    "isChecked": false,
                    "memberNo": 26***90,
                    "detectionRuleId": "2024072318114600000013",
                    "suspicionIps": [
                        {
                            "suspicionIpId": "2024072323585800000384",
                            "detectionId": "2024072323585700000434",
                            "suspicionIp": "***.***.***.***",
                            "country": "KR",
                            "platform": "VPC"
                        }
                    ],
                    "osType": "WINDOWS"
                },
                {
                    "detectionId": "2024072323575700000433",
                    "instanceNo": "25****97",
                    "serverName": "{servername}",
                    "privateIPofServer": "***.***.***.***",
                    "command": "{command}",
                    "processName": "{process}",
                    "processArg": "{process-and-arguments}",
                    "processId": "{command-process-id}",
                    "executor": "DefaultAppPool",
                    "processIdOfParent": "{command-process-id}",
                    "processNameOfParent": "{process}",
                    "processArgOfParent": "{process-and-arguments}",
                    "executorOfParent": "DefaultAppPool",
                    "uid": "{uid}",
                    "euid": "0",
                    "gid": "",
                    "egid": "0",
                    "actionStatus": "blank",
                    "detectTime": 1721746675977,
                    "collectTime": 1721746678163,
                    "lastUpdatedTime": 1721746678163,
                    "isChecked": false,
                    "memberNo": 26***90,
                    "detectionRuleId": "2024072318114600000013",
                    "suspicionIps": [
                        {
                            "suspicionIpId": "2024072323575800000383",
                            "detectionId": "2024072323575700000433",
                            "suspicionIp": "***.***.***.***",
                            "country": "KR",
                            "platform": "VPC"
                        }
                    ],
                    "osType": "WINDOWS"
                }
            ],
            "totalCount": 11,
            "pageSize": 2,
            "pageIndex": 1,
            "totalPages": 6
        }
    }
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.