addedOutput schema / properties / cross_actor_attribution / properties
Added value: +{
+ "co_actors": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "actor": {
+ "description": "Pass to get_actor / get_actor_intelligence.",
+ "type": "string"
+ },
+ "by_type": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "max_belief": {
+ "type": "number"
+ },
+ "shared_entities": {
+ "type": "integer"
+ },
+ "strongest": {
+ "additionalProperties": true,
+ "properties": {
+ "belief_label": {
+ "type": "string"
+ },
+ "entity_type": {
+ "type": "string"
+ },
+ "entity_value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "corpus": {
+ "additionalProperties": true,
+ "properties": {
+ "total_shared": {
+ "type": "integer"
+ },
+ "unique_actors": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "counts": {
+ "additionalProperties": true,
+ "properties": {
+ "by_belief": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "by_type": {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ "co_actor_count": {
+ "description": "Every actor touched by ANY matched row, commodity TTPs included — a breadth number, not an answer.",
+ "type": "integer"
+ },
+ "co_actors_returned": {
+ "type": "integer"
+ },
+ "matched": {
+ "type": "integer"
+ },
+ "returned": {
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "scoped_to": {
+ "description": "The queried actor. Rows below name ONLY this actor or an alias — never the whole corpus.",
+ "type": "string"
+ },
+ "shared_entities": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "actor_count": {
+ "description": "True co-actor count; actor_list is clipped.",
+ "type": "integer"
+ },
+ "actor_list": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "belief": {
+ "type": "number"
+ },
+ "belief_label": {
+ "description": "strong | moderate | weak | commodity — commodity is weak attribution signal.",
+ "type": "string"
+ },
+ "entity_type": {
+ "type": "string"
+ },
+ "entity_value": {
+ "type": "string"
+ },
+ "evidence": {
+ "items": {},
+ "type": "array"
+ },
+ "threat_count": {
+ "type": "integer"
+ },
+ "threat_ids": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+}