Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TIDE data can be uploaded to a profile associated with an account. Policies are used to control access to your organization's data and can be specified when the data is submitted. Data Policies allow organizations to control how their submitted data is shared with other organizations or groups. Infoblox can enable accessing and data sharing between organizations upon request. Policies can be used for multiple data submissions and are only visible within your organization. Data profiles are used to identify data in the platform from one or many data submissions. A data profile must be specified when data is submitted. Data profiles are associated with policies, which control who can access the data. When a data profile is created it must be associated with a policy.

A dedicated service key for each data output is the recommended best practice.


Users can submit threat indicators using the Cloud Services Portal or via the TIDE Data API. In order to submit data, the following is required:

...

Data Submission Formats


Note
titleNote

Any unknown fields in a record will automatically go under an “extended” field for that record. This will occur after the submission is done.


Threat Data Fields
File-level fields
profile

The data profile id.

record_typeThis is either host, ip, url, email, or hash.
external_idThis is a string indicating an external ID to assign to the batch (optional).
recordThis surrounds the individual record(s) in the XML and JSON formats.
Record-level fields
Field NameDescription
hostThe threat hostname.
ipThe threat IP address.
urlThe threat URL.
hashThe hash threat.
emailThe email threat.
detectedThe date/time the threat was detected in ISO 8601 format. For example, '20231114T124742Z' and '2024-01-12T00:00:00.000Z' are valid ISO 8601 formats.
classThe threat's class. For example: Sinkhole.  Note: Either "class" or "property" is required, but not both.
propertyThe threat's property, For example, Sinkhole_SinkholedHostNote: Either "class" or "property" is required, but not both.
confidence

Tthe threat's confidence score ranging from 0 - 100 (optional).

domainThe domain string (optional).
durationThe duration of the threat in Xd format or XyXmXwXdXh  - the expiration date will be set to the detected date + this duration (optional).
expiration 

The expiration is the datetime the threat will be expired. The expiration

date

datetime of

the 

the threat in

Xd format or XyXmXwXdXh - the expiration date will be set to this detected date + the duration (optional)

the same format as the detected field.

threat_levelThe threat's level ranging from 0 - 100 as an integer (optional).
targetThe target of threat (optional). For example: “fakeamazon.com” is a threat targeting “amazon.com”.
tldThe top-level domain, string (optional). 


...