mirror of https://github.com/MISP/misp-objects
fix: Changed a few attribute types in different template
parent
b2de8dd7c7
commit
2fe584ca6f
|
@ -2,7 +2,7 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"abuse-confidence-score": {
|
"abuse-confidence-score": {
|
||||||
"description": "Rating (0-100) of how confident AbuseIPDB is that an IP address is entirely malicious",
|
"description": "Rating (0-100) of how confident AbuseIPDB is that an IP address is entirely malicious",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"is-malicious": {
|
"is-malicious": {
|
||||||
|
|
|
@ -10,14 +10,14 @@
|
||||||
"CMTMF_ATCKID": {
|
"CMTMF_ATCKID": {
|
||||||
"description": "Identifier of the Attack",
|
"description": "Identifier of the Attack",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"recommended": true,
|
"recommended": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"FeedbackLoop": {
|
"FeedbackLoop": {
|
||||||
"description": "Feedback Loop Sequence",
|
"description": "Feedback Loop Sequence",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"PhName": {
|
"PhName": {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"PhSequence": {
|
"PhSequence": {
|
||||||
"description": "Phase Sequence",
|
"description": "Phase Sequence",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"recommended": true,
|
"recommended": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"county": {
|
"county": {
|
||||||
"description": "US County (US Only)",
|
"description": "US County (US Only)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"death": {
|
"death": {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"fips": {
|
"fips": {
|
||||||
"description": "Federal Information Processing Standard county code (US Only)",
|
"description": "Federal Information Processing Standard county code (US Only)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"latitude": {
|
"latitude": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"backscatter-threshold": {
|
"backscatter-threshold": {
|
||||||
"description": "The minimum amount of backscatter received in 5 minutes / day. This field is only used when the capture origin is indirect network capture such as backscatter.",
|
"description": "The minimum amount of backscatter received in 5 minutes / day. This field is only used when the capture origin is indirect network capture such as backscatter.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"capture-origin": {
|
"capture-origin": {
|
||||||
|
@ -99,13 +99,13 @@
|
||||||
"total-bps": {
|
"total-bps": {
|
||||||
"description": "Bits per second (maximum rate of bits per second measured)",
|
"description": "Bits per second (maximum rate of bits per second measured)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"total-bytes-sent": {
|
"total-bytes-sent": {
|
||||||
"description": "Total number of bytes sent by the sources mentioned",
|
"description": "Total number of bytes sent by the sources mentioned",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"total-packets-sent": {
|
"total-packets-sent": {
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
"total-pps": {
|
"total-pps": {
|
||||||
"description": "Packets per second (maximum rate of packets per second measured)",
|
"description": "Packets per second (maximum rate of packets per second measured)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"EventID": {
|
"EventID": {
|
||||||
"description": "Id of the event",
|
"description": "Id of the event",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"Infrastructure": {
|
"Infrastructure": {
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"seq": {
|
"seq": {
|
||||||
"description": "A sequence number for the collection",
|
"description": "A sequence number for the collection",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
},
|
},
|
||||||
"destination.port": {
|
"destination.port": {
|
||||||
"description": "The port to which the connection headed.",
|
"description": "The port to which the connection headed.",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "port",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"destination.registry": {
|
"destination.registry": {
|
||||||
|
@ -256,7 +256,7 @@
|
||||||
},
|
},
|
||||||
"rtir_id": {
|
"rtir_id": {
|
||||||
"description": "Request Tracker Incident Response ticket id.",
|
"description": "Request Tracker Incident Response ticket id.",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"screenshot_url": {
|
"screenshot_url": {
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
},
|
},
|
||||||
"source.port": {
|
"source.port": {
|
||||||
"description": "The port from which the connection originated.",
|
"description": "The port from which the connection originated.",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "port",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"source.registry": {
|
"source.registry": {
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"rtir_id": {
|
"rtir_id": {
|
||||||
"description": "Request Tracker Incident Response ticket id.",
|
"description": "Request Tracker Incident Response ticket id.",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"time.observation": {
|
"time.observation": {
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"file_size": {
|
"file_size": {
|
||||||
"description": "Determines the file size in bytes",
|
"description": "Determines the file size in bytes",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"byte-count": {
|
"byte-count": {
|
||||||
"description": "Bytes counted in this flow",
|
"description": "Bytes counted in this flow",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"community-id": {
|
"community-id": {
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
"ip-protocol-number": {
|
"ip-protocol-number": {
|
||||||
"description": "IP protocol number of this flow",
|
"description": "IP protocol number of this flow",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "size-in-bytes",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"ip-src": {
|
"ip-src": {
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
"ip_version": {
|
"ip_version": {
|
||||||
"description": "IP version of this flow",
|
"description": "IP version of this flow",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"last-packet-seen": {
|
"last-packet-seen": {
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
"dst-bytes-count": {
|
"dst-bytes-count": {
|
||||||
"description": "Number of bytes sent from the source to the destination.",
|
"description": "Number of bytes sent from the source to the destination.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"dst-packets-count": {
|
"dst-packets-count": {
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
"src-bytes-count": {
|
"src-bytes-count": {
|
||||||
"description": "Number of bytes sent from the destination to the source.",
|
"description": "Number of bytes sent from the destination to the source.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"src-packets-count": {
|
"src-packets-count": {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"dport": {
|
"dport": {
|
||||||
"description": "The port to which the connection headed.",
|
"description": "The port to which the connection headed.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "port",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"dst": {
|
"dst": {
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"sport": {
|
"sport": {
|
||||||
"description": "The port from which the connection originated.",
|
"description": "The port from which the connection originated.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "port",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"src": {
|
"src": {
|
||||||
|
|
|
@ -21,13 +21,13 @@
|
||||||
"total-bits": {
|
"total-bits": {
|
||||||
"description": "The number of bits used by this probabilistic data structure.",
|
"description": "The number of bits used by this probabilistic data structure.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"total-capacity": {
|
"total-capacity": {
|
||||||
"description": "The total capacity of the total set represented in this probabilistic data structure.",
|
"description": "The total capacity of the total set represented in this probabilistic data structure.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"used-capacity": {
|
"used-capacity": {
|
||||||
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
|
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"vendor-implementation-ref": {
|
"vendor-implementation-ref": {
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
"callback-average": {
|
"callback-average": {
|
||||||
"description": "Average size of a callback",
|
"description": "Average size of a callback",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"callback-largest": {
|
"callback-largest": {
|
||||||
"description": "Largest callback",
|
"description": "Largest callback",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"callbacks": {
|
"callbacks": {
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
"shortest-path-to-create-thread": {
|
"shortest-path-to-create-thread": {
|
||||||
"description": "Shortest path to the first time the binary calls CreateThread",
|
"description": "Shortest path to the first time the binary calls CreateThread",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"flag": {
|
"flag": {
|
||||||
"description": "Flag (see taxonomy for details).",
|
"description": "Flag (see taxonomy for details).",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"number-flask": {
|
"number-flask": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"flag": {
|
"flag": {
|
||||||
"description": "Flag (see taxonomy for details).",
|
"description": "Flag (see taxonomy for details).",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"number-flask": {
|
"number-flask": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"flag": {
|
"flag": {
|
||||||
"description": "Flag (see taxonomy for details).",
|
"description": "Flag (see taxonomy for details).",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"number-flask": {
|
"number-flask": {
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"offset": {
|
"offset": {
|
||||||
"description": "The index number of the first sample in the Dataset. If not provided, this value defaults to zero. Typically used when a Recording is split over multiple files. All sample indices in SigMF are absolute, and so all other indices referenced in metadata for this recording SHOULD be greater than or equal to this value.",
|
"description": "The index number of the first sample in the Dataset. If not provided, this value defaults to zero. Typically used when a Recording is split over multiple files. All sample indices in SigMF are absolute, and so all other indices referenced in metadata for this recording SHOULD be greater than or equal to this value.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"recorder": {
|
"recorder": {
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
"trailing_bytes": {
|
"trailing_bytes": {
|
||||||
"description": "The number of bytes to ignore at the end of a Non-Conforming Dataset file.",
|
"description": "The number of bytes to ignore at the end of a Non-Conforming Dataset file.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"complement": {
|
"complement": {
|
||||||
"description": "Crew size",
|
"description": "Crew size",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"recommended": false,
|
"recommended": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -46,8 +46,8 @@
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"displacement": {
|
"displacement": {
|
||||||
"description": "Displacement in tonns",
|
"description": "Displacement in tonnes",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"recommended": true,
|
"recommended": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -64,12 +64,12 @@
|
||||||
},
|
},
|
||||||
"in_service_from": {
|
"in_service_from": {
|
||||||
"description": "The year the submarine entered service",
|
"description": "The year the submarine entered service",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"in_service_until": {
|
"in_service_until": {
|
||||||
"description": "The year the submarine left service",
|
"description": "The year the submarine left service",
|
||||||
"misp-attribute": "counter",
|
"misp-attribute": "integer",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"length": {
|
"length": {
|
||||||
|
|
Loading…
Reference in New Issue