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": {
|
||||
"abuse-confidence-score": {
|
||||
"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
|
||||
},
|
||||
"is-malicious": {
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
"CMTMF_ATCKID": {
|
||||
"description": "Identifier of the Attack",
|
||||
"disable_correlation": false,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"recommended": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"FeedbackLoop": {
|
||||
"description": "Feedback Loop Sequence",
|
||||
"disable_correlation": false,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"PhName": {
|
||||
|
@ -30,7 +30,7 @@
|
|||
"PhSequence": {
|
||||
"description": "Phase Sequence",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"recommended": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"county": {
|
||||
"description": "US County (US Only)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"death": {
|
||||
|
@ -33,7 +33,7 @@
|
|||
"fips": {
|
||||
"description": "Federal Information Processing Standard county code (US Only)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"latitude": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"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.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"capture-origin": {
|
||||
|
@ -99,13 +99,13 @@
|
|||
"total-bps": {
|
||||
"description": "Bits per second (maximum rate of bits per second measured)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"total-bytes-sent": {
|
||||
"description": "Total number of bytes sent by the sources mentioned",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"total-packets-sent": {
|
||||
|
@ -117,7 +117,7 @@
|
|||
"total-pps": {
|
||||
"description": "Packets per second (maximum rate of packets per second measured)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"type": {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"EventID": {
|
||||
"description": "Id of the event",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"Infrastructure": {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"seq": {
|
||||
"description": "A sequence number for the collection",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"text": {
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
},
|
||||
"destination.port": {
|
||||
"description": "The port to which the connection headed.",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "port",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"destination.registry": {
|
||||
|
@ -256,7 +256,7 @@
|
|||
},
|
||||
"rtir_id": {
|
||||
"description": "Request Tracker Incident Response ticket id.",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"screenshot_url": {
|
||||
|
@ -366,7 +366,7 @@
|
|||
},
|
||||
"source.port": {
|
||||
"description": "The port from which the connection originated.",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "port",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"source.registry": {
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"rtir_id": {
|
||||
"description": "Request Tracker Incident Response ticket id.",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"time.observation": {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"file_size": {
|
||||
"description": "Determines the file size in bytes",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"byte-count": {
|
||||
"description": "Bytes counted in this flow",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"community-id": {
|
||||
|
@ -73,7 +73,7 @@
|
|||
"ip-protocol-number": {
|
||||
"description": "IP protocol number of this flow",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"ip-src": {
|
||||
|
@ -88,7 +88,7 @@
|
|||
"ip_version": {
|
||||
"description": "IP version of this flow",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"last-packet-seen": {
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
"dst-bytes-count": {
|
||||
"description": "Number of bytes sent from the source to the destination.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"dst-packets-count": {
|
||||
|
@ -215,7 +215,7 @@
|
|||
"src-bytes-count": {
|
||||
"description": "Number of bytes sent from the destination to the source.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"src-packets-count": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"dport": {
|
||||
"description": "The port to which the connection headed.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "port",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"dst": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
"sport": {
|
||||
"description": "The port from which the connection originated.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "port",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"src": {
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
"total-bits": {
|
||||
"description": "The number of bits used by this probabilistic data structure.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"total-capacity": {
|
||||
"description": "The total capacity of the total set represented in this probabilistic data structure.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"type": {
|
||||
|
@ -59,7 +59,7 @@
|
|||
"used-capacity": {
|
||||
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"vendor-implementation-ref": {
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
"callback-average": {
|
||||
"description": "Average size of a callback",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"callback-largest": {
|
||||
"description": "Largest callback",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"callbacks": {
|
||||
|
@ -105,7 +105,7 @@
|
|||
"shortest-path-to-create-thread": {
|
||||
"description": "Shortest path to the first time the binary calls CreateThread",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"text": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"number-flask": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"number-flask": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"number-flask": {
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"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.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"recorder": {
|
||||
|
@ -123,7 +123,7 @@
|
|||
"trailing_bytes": {
|
||||
"description": "The number of bytes to ignore at the end of a Non-Conforming Dataset file.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "size-in-bytes",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"version": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"complement": {
|
||||
"description": "Crew size",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"recommended": false,
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
@ -46,8 +46,8 @@
|
|||
"ui-priority": 1
|
||||
},
|
||||
"displacement": {
|
||||
"description": "Displacement in tonns",
|
||||
"misp-attribute": "counter",
|
||||
"description": "Displacement in tonnes",
|
||||
"misp-attribute": "integer",
|
||||
"recommended": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
@ -64,12 +64,12 @@
|
|||
},
|
||||
"in_service_from": {
|
||||
"description": "The year the submarine entered service",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"in_service_until": {
|
||||
"description": "The year the submarine left service",
|
||||
"misp-attribute": "counter",
|
||||
"misp-attribute": "integer",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"length": {
|
||||
|
|
Loading…
Reference in New Issue