removedInput schema / properties / ioc_value
Removed value: -{
- "description": "IOC value (IP, domain, hash, URL)",
- "type": "string"
-}
addedInput schema / properties / value
Added value: +{
+ "description": "Exact indicator value (IP, domain, hash, or URL)",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "ioc_value"
-]New value: +[
+ "value"
+]
addedOutput schema / properties / consensus_score
Added value: +{
+ "description": "Multi-feed consensus; null when no feed has seen it.",
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / dns_records
Added value: +{
+ "items": {},
+ "type": "array"
+}
addedOutput schema / properties / infrastructure_pivots
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "confidence": {
+ "type": "number"
+ },
+ "ioc_value_a": {
+ "type": "string"
+ },
+ "ioc_value_b": {
+ "type": "string"
+ },
+ "link_type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / ioc_value
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / osint
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / threat_count
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / threats
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "description": "Pass to get_threat.",
+ "type": "string"
+ },
+ "ioc_type": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / truncated
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / required
Added value: +[
+ "ioc_value"
+]