Deep Security Manager REST API

Name: webReputationEvent

Web Reputation Event object to return in Restful API

XML Example:
<webReputationEvent>
  <detectionCategory>xsd:int</detectionCategory>
  <hostID>xsd:int</hostID>
  <hostName>xsd:string</hostName>
  <logTime>xsd:datetime</logTime>
  <origin>UNKNOWN | AGENT | GUESTAGENT | APPLIANCEAGENT | MANAGER</origin>
  <rank>xsd:int</rank>
  <riskLevel>xsd:int</riskLevel>
  <tags>xsd:string</tags>
  <targetIP>xsd:string</targetIP>
  <url>xsd:string</url>
  <webReputationEventID>xsd:long</webReputationEventID>
</webReputationEvent>
JSON Example:
{"webReputationEvent":
 {
   "detectionCategory": Number,
   "hostID": Number,
   "hostName": String,
   "logTime": Date,
   "origin": 'UNKNOWN' | 'AGENT' | 'GUESTAGENT' | 'APPLIANCEAGENT' | 'MANAGER',
   "rank": Number,
   "riskLevel": Number,
   "tags": String,
   "targetIP": String,
   "url": String,
   "webReputationEventID": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
detectionCategoryxsd:intfalsefalseCCCA detection source categories

hostIDxsd:intfalsefalseThe id of the host the event was recorded on

hostNamexsd:stringfalsefalseThe host name of the event was recorded on

logTimexsd:datetimefalsefalseThe time of the event as recorded by the agent.

originUNKNOWN | AGENT | GUESTAGENT | APPLIANCEAGENT | MANAGERfalsefalsethe location where the event originated

rankxsd:intfalsefalseRank

riskLevelxsd:intfalsefalseThe raw score of the url from 0-100, null if the url was blocked because it was blacklisted. Not currently used for anything besides forwarding to syslog.

tagsxsd:stringfalsefalsethe event's tags.

targetIPxsd:stringfalsefalseCCCA detected target IP

urlxsd:stringfalsefalseThe url that caused the event

webReputationEventIDxsd:longfalsefalseThe primary key of the event entry.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.