コンテンツへスキップ

Security-Guardの例となるアラート

  1. 予期しないクエリ文字列を含むイベントの送信例

    curl "http://helloworld-go.default.52.118.14.2.sslip.io?a=3"
    

    以下のような出力が返されます

    Hello Secured World!
    
  2. アラートの確認

    kubectl logs deployment/helloworld-go-00001-deployment queue-proxy|grep "SECURITY ALERT!"
    

    以下のような出力が返されます

    ...SECURITY ALERT! HttpRequest -> [QueryString:[KeyVal:[Key a is not known,],],]
    
  3. 予期しない長さのURLを含むイベントの送信例

    curl "http://helloworld-go.default.52.118.14.2.sslip.io/AAAAAAAAAAAAAAAA"
    

    以下のような出力が返されます

    Hello Secured World!
    
  4. アラートの確認

    kubectl logs deployment/helloworld-go-00001-deployment queue-proxy|grep "SECURITY ALERT!"
    

    以下のような出力が返されます

    ...SECURITY ALERT! HttpRequest -> [Url:[Segments:[Counter out of Range: 1,],Val:[Letters:[Counter out of Range: 16,],Sequences:[Counter out of Range: 1,],],],].
    

サイトトラフィックを理解するために、分析とCookieを使用しています。当サイトの利用に関する情報は、その目的でGoogleと共有されます。詳細はこちら。