Overview
Allows the client to update open intelligence about an endpoint. The intelligence information must have been created by the same agent, on the same domain to be able to be updated.HTTP request
POST /Agent/Intelligence/Update
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PObjectId | The Object ID of the information, as it was returned when creating it. |
| PEndpoint | The endpoint to which the information refers. It can be an IP endpoint, XMPP endpoint, etc. Format depends on the protocol used. |
| PExpires | When the information will be purged from the record. |
| PVector | A string representing the threat vector. |
| PProtocol | A string representing the protocol used. |
| PClassification | A string representing a classification of the information. |
| PCode | A machine-readable string-valued code representing the message or type of information added. |
| PMessage | A human readable message. |
| PTagName | Name of information meta-tag associated with the information. |
| PTagValue | Value of information meta-tag associated with the information. |
| PTagType | XML data type of information (with prefix xs:). If recognized by the system, the corresponding string-valued tag value will be parsed and stored in parsed format for improved interoperability. |
| PAgentPropertyName | Named of Agent property that will be stored with the information, together with the corresponding agent identity value (if one exists) of the agent user adding the intelligence. Adding agent information adds recipients decide wether to trust the information or not. |