Parameter
|
Abbreviation
|
Use
|
---|---|---|
filelessattackprevention
|
flp
|
Manage Fileless Attack Prevention
|
filelessattackprevention-process
|
flpp
|
Manage Fileless Attack Prevention processes
|
filelessattackprevention-exception
|
flpe
|
Manage Fileless Attack Prevention exceptions
|
Command
|
Parameter
|
Description
|
---|---|---|
set
filelessattackprevention
|
|
Display the current Fileless Attack Prevention status
For example, type:
SLCmd.exe -p <admin_password> set filelessattackprevention
|
enable
|
Enable Fileless Attack Prevention
For example, type:
SLCmd.exe -p <admin_password> set filelessattackprevention
enable
|
|
disable
|
Disable Fileless Attack Prevention
For example, type:
SLCmd.exe -p <admin_password> set filelessattackprevention
disable
|
|
show filelessattackprevention-process
|
|
Display the list of monitored processes
For example, type:
SLCmd.exe -p <admin_password> show
filelessattackprevention-process
|
add
filelessattackprevention-exception
|
<monitored_process> <Parentprocess1> <Parentprocess2>
<Parentprocess3> <Parentprocess4> -a <arguments> -regex –l <label>
|
Add a Fileless Attack Prevention exception
For example, given the following exception:
To add the exception, type:
SLCmd.exe -p <admin_password> add flpe cscript.exe a.exe ""
c.exe "" -a "-abc –def"
|
remove filelessattackprevention-exception
|
–l <label>
|
Remove a Fileless Attack Prevention exception
For example, type:
SLCmd.exe -p <admin_password> remove filelessattackprevention-exception –l
<label>
|
![]() |
Note
|