Issue:
Hur testar man om EDR-sensorer på Windows, Mac och Linux fungerar och rapporterar upptäckter till Elements Endpoint Detection and Response-portalen?
Resolution:
För Windows-sensorer finns det några tester som beskrivs i produkten Enkelt test med Windows-systemverktyg | Elements Endpoint Detection and Response | Senaste | WithSecure User Guides
Mac-sensorer kan testas genom att köra följande terminalkommandon för olika upptäckt :
filhändelsetest:
uuid=$(uuidgen) && tryck på "$uuid" $(printf this_is_%s_test_file f_secure)
socket event test:
python -m SimpleHTTPServer
Linux-sensorer kan testas genom att köra följande terminalkommandon för olika upptäckt :
filhändelsetest:
tryck på this_is_f_secure_test_file
socket event test:
python -m SimpleHTTPServer
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.