Chapter 15 Unified Threat Management for FortiOS 5.0 : Client Reputation : Expanding client reputation to include more types of behavior
  
Expanding client reputation to include more types of behavior
You can use the following command to change the client reputation profile from the CLI to include client reputation reporting about more settings:
config client-reputation profile
In addition to the settings configurable from the web‑based manager, you can also set the following options:
geolocation to enable reporting on connections to and from different countries (geographical locations). For example, use the following command to indicate that you consider communication with Aruba to be medium risk:
config client-reputation profile
config geolocation
edit 0
set country AW
set level medium
end
end
url-block-detected to report on connections blocked by web filtering. Use the following command to enable reporting about blocked URLs and set the risk level to medium:
config client-reputation profile
set url-block-detected medium
end
From the CLI you can configure client reputation to report more FortiGuard web filtering categories and more types of applications. For example, to report on social network activity (application control category 23):
config client-reputation-profile
config application
edit 0
set category 23
set level medium
end
end
To report on the local web filtering category (category 22):
config client-reputation-profile
config web
edit 0
set group 22
set level medium
end
end