Get desktop application:
View/edit binary Protocol Buffers messages
Clear all data from a specific source
Clear all data from this source
Number of entries deleted
Delete a data entry
Key remains separate for delete
Empty response on success
(message has no fields)
List all sources in a datastore
Write multiple data entries in a batch
Number of entries successfully written
Write a single data entry
Name of the target datastore
Source identifier for this data
The data entry to write
Empty response on success
(message has no fields)
DataEntry represents a single key-value pair for writable datastores Keys and data are packed as google.protobuf.Any for type safety and extensibility
Used in: ,
Key as protobuf Any (e.g., IPAddressKey from ipreputation.proto)
Data as protobuf Any (e.g., IPReputation from ipreputation.proto)
IPAddressKey is used for IP-based lookups
IP address (IPv4 or IPv6)
IPReputation represents threat intelligence data for an IP address
1-10 severity score
e.g., ["botnet", "malware", "c2"]
Additional key-value metadata
ReputationStatus indicates the reputation classification
Used in: