Updates a tag (SoT)
Updates a Source-of-Truth tag by UUID.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYYAccepted Permissions (at least one required)
Cloudforce One WriteBody ParametersJSONExpand Collapse
Actor variety. Allowed values: Activist, Competitor, Customer, Crime Syndicate, Former Employee, Nation State, Organized Crime, Nation State Affiliated, Terrorist, Unaffiliated.
Confidence (1-10) in the actor variety (actorCategory). CFONE-only: stripped from responses to non-CFONE accounts.
aliases: optional array of object { value, confidence, tlp } Structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: stripped from responses to non-CFONE accounts.
Structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: stripped from responses to non-CFONE accounts.
externalReferences: optional array of object { url, description } Structured external references ({ url, description }). Public: returned to all accounts.
Structured external references ({ url, description }). Public: returned to all accounts.
internalAliases: optional array of object { value, confidence, tlp } Internal structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: never returned to non-CFONE accounts.
Internal structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: never returned to non-CFONE accounts.
Actor motive. Allowed values: Convenience, Fear, Fun, Financial, Grudge, Ideology, Espionage.
Confidence (1-10) in the actor motive. CFONE-only: stripped from responses to non-CFONE accounts.
Confidence (1-10) in the origin-country attribution. CFONE-only: stripped from responses to non-CFONE accounts.
ReturnsExpand Collapse
Confidence (1-10) in the actor variety (actorCategory). CFONE-only: stripped from responses to non-CFONE accounts.
aliases: optional array of object { value, confidence, tlp } Structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: stripped from responses to non-CFONE accounts.
Structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: stripped from responses to non-CFONE accounts.
externalReferences: optional array of object { url, description } Structured external references ({ url, description }). Public: returned to all accounts.
Structured external references ({ url, description }). Public: returned to all accounts.
internalAliases: optional array of object { value, confidence, tlp } Internal structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: never returned to non-CFONE accounts.
Internal structured aliases ({ value, confidence 1-10, tlp }). CFONE-only: never returned to non-CFONE accounts.
Confidence (1-10) in the actor motive. CFONE-only: stripped from responses to non-CFONE accounts.
Confidence (1-10) in the origin-country attribution. CFONE-only: stripped from responses to non-CFONE accounts.
Updates a tag (SoT)
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/tags/$TAG_UUID \
-X PATCH \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"uuid": "12345678-1234-1234-1234-1234567890ab",
"value": "APT28",
"activeDuration": "activeDuration",
"actorCategory": "actorCategory",
"actorCategoryConfidence": 7,
"aliases": [
{
"value": "Fancy Bear",
"confidence": 8,
"tlp": "amber"
}
],
"aliasGroupNames": [
"string"
],
"aliasGroupNamesInternal": [
"string"
],
"analyticPriority": 0,
"attributionConfidence": "attributionConfidence",
"attributionConfidenceScore": 7,
"attributionOrganization": "attributionOrganization",
"categoryName": "Nation State",
"categoryUuid": "12345678-1234-1234-1234-1234567890ab",
"dateOfDiscovery": "2024-01-15",
"externalReferenceLinks": [
"string"
],
"externalReferences": [
{
"url": "https://example.com/report",
"description": "Vendor threat report"
}
],
"internalAliases": [
{
"value": "Fancy Bear",
"confidence": 8,
"tlp": "amber"
}
],
"internalDescription": "internalDescription",
"motive": "motive",
"motiveConfidence": 7,
"opsecLevel": "opsecLevel",
"originCountryConfidence": 7,
"originCountryISO": "originCountryISO",
"originCountryISOAlpha3": "IRN",
"originCountryTlp": "amber",
"priority": 0,
"sophisticationLevel": "sophisticationLevel"
}Returns Examples
{
"uuid": "12345678-1234-1234-1234-1234567890ab",
"value": "APT28",
"activeDuration": "activeDuration",
"actorCategory": "actorCategory",
"actorCategoryConfidence": 7,
"aliases": [
{
"value": "Fancy Bear",
"confidence": 8,
"tlp": "amber"
}
],
"aliasGroupNames": [
"string"
],
"aliasGroupNamesInternal": [
"string"
],
"analyticPriority": 0,
"attributionConfidence": "attributionConfidence",
"attributionConfidenceScore": 7,
"attributionOrganization": "attributionOrganization",
"categoryName": "Nation State",
"categoryUuid": "12345678-1234-1234-1234-1234567890ab",
"dateOfDiscovery": "2024-01-15",
"externalReferenceLinks": [
"string"
],
"externalReferences": [
{
"url": "https://example.com/report",
"description": "Vendor threat report"
}
],
"internalAliases": [
{
"value": "Fancy Bear",
"confidence": 8,
"tlp": "amber"
}
],
"internalDescription": "internalDescription",
"motive": "motive",
"motiveConfidence": 7,
"opsecLevel": "opsecLevel",
"originCountryConfidence": 7,
"originCountryISO": "originCountryISO",
"originCountryISOAlpha3": "IRN",
"originCountryTlp": "amber",
"priority": 0,
"sophisticationLevel": "sophisticationLevel"
}