Issue:
Windows、Mac、Linux 上の EDR センサーが動作し、Elements Endpoint Detection and Response ポータルに検出結果を報告しているかどうかをテストするにはどうすればよいですか?
Resolution:
Windows センサーについては、製品に概要が記載されているテストがいくつかあります。Windows システム ツールを使用した簡単なテスト | Elements Endpoint Detection and Response | 最新 | WithSecureユーザー ガイド
Mac センサーは、さまざまな検出イベント タイプに対して次のターミナル コマンドを実行することでテストできます。
ファイルイベントテスト:
uuid=$(uuidgen) && "$uuid" をタッチ $(printf this_is_%s_test_file f_secure)
ソケットイベントテスト:
python -m シンプルHTTPサーバー
Linux センサーは、さまざまな検出イベント タイプに対して次のターミナル コマンドを実行することでテストできます。
ファイルイベントテスト:
this_is_f_secure_test_file をタッチします
ソケットイベントテスト:
python -m シンプルHTTPサーバー
Article no: 000016162

The content of this article has been machine translated from the English source article.
While reasonable efforts have been made to provide accurate translations, there may still be translation errors.