forked from ocsf/ocsf-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdictionary.json
3396 lines (3396 loc) · 114 KB
/
dictionary.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"caption": "Attribute Dictionary",
"description": "The Attribute Dictionary defines attributes and includes references to the events and objects in which they are used.",
"name": "dictionary",
"attributes": {
"_raw_data": {
"caption": "Raw Data",
"description": "The event data as received from the event source.",
"type": "string_t"
},
"_time": {
"caption": "Event Time",
"description": "The normalized event occurrence time.",
"type": "timestamp_t"
},
"_uid": {
"caption": "Event UID",
"description": "The logging system-assigned unique identifier of an event instance.",
"type": "string_t"
},
"access_complexity_id": {
"caption": "Access Complexity (AC)",
"description": "The Access Complexity Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"access_list": {
"caption": "Access List",
"description": "The list of requested access rights.",
"is_array": true,
"type": "string_t"
},
"access_mask": {
"caption": "Access Mask",
"description": "The access mask in a platform-native format.",
"type": "integer_t"
},
"access_result": {
"caption": "Access Check Result",
"description": "The list of access check results.",
"type": "object"
},
"access_vector_id": {
"caption": "Access Vector (AV)",
"description": "The Access Vector Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"accessed_time": {
"caption": "Accessed",
"description": "The time that the file was last accessed.",
"type": "timestamp_t"
},
"accessor": {
"caption": "Accessor",
"description": "The name of the user who last accessed the object.",
"type": "string_t"
},
"account_type": {
"caption": "Account Type ID",
"description": "The user account type (e.g. AWS, LDAP, Windows account, etc.).",
"type": "string_t"
},
"account_type_id": {
"caption": "Account Type ID",
"description": "The user account type identifier (e.g. AWS, LDAP, Windows account, etc.).",
"enum": {
"-1": {
"caption": "Other",
"description": "The user account type is not mapped."
},
"0": {
"caption": "Unknown",
"description": "The user account type is unknown."
},
"1": {
"caption": "LDAP Account"
},
"2": {
"caption": "Windows Account"
},
"3": {
"caption": "AWS IAM Account"
},
"4": {
"caption": "GCP Account"
},
"5": {
"caption": "Azure AD Account"
}
},
"type": "integer_t"
},
"account_uid": {
"caption": "Account UID",
"description": "The unique identifier of the account(e.g. AWS Account ID).",
"type": "string_t"
},
"activity": {
"caption": "Activity",
"description": "The original activity that triggered the alert event.",
"type": "string_t"
},
"activity_id": {
"caption": "Activity ID",
"description": "The normalized identifier of the activity that triggered the alert event.",
"enum": {
"-1": {
"caption": "Other",
"description": "The event activity is not mapped."
},
"0": {
"caption": "Unknown",
"description": "The event activity is unknown."
}
},
"type": "integer_t"
},
"actor_process": {
"caption": "Actor Process",
"description": "The process that performed the operation or action on the target object. For example, the process that could have created a new file or violated a policy.",
"type": "process"
},
"actual_permissions": {
"caption": "Actual Permissions",
"description": "The permissions that were granted to the in a platform-native format.",
"type": "integer_t"
},
"alert": {
"caption": "Client TLS Alert",
"description": "The integer value of TLS alert if present. The alerts are defined in the TLS specification in <a target='_blank' href='https://datatracker.ietf.org/doc/html/rfc2246'>RFC-2246</a>.",
"type": "integer_t"
},
"algorithm": {
"caption": "Algorithm",
"description": "The original hash algorithm, as reported by the event source, which was used to create the digital fingerprint.",
"type": "string_t"
},
"algorithm_id": {
"caption": "Algorithm ID",
"description": "The identifier of the normalized hash algorithm, which was used to create the digital fingerprint.",
"enum": {
"-1": {
"caption": "Other"
},
"0": {
"caption": "Unknown"
},
"1": {
"caption": "MD5",
"description": "MD5 message-digest algorithm producing a 128-bit (16-byte) hash value."
},
"2": {
"caption": "SHA-1",
"description": "Secure Hash Algorithm 1 producing a 160-bit (20-byte) hash value."
},
"3": {
"caption": "SHA-256",
"description": "Secure Hash Algorithm 2 producing a 256-bit (32-byte) hash value."
},
"4": {
"caption": "SHA-512",
"description": "Secure Hash Algorithm 2 producing a 512-bit (64-byte) hash value."
},
"5": {
"caption": "CTPH",
"description": "The ssdeep generated fuzzy checksum. Also known as Context Triggered Piecewise Hash (CTPH)."
}
},
"type": "integer_t"
},
"answers": {
"caption": "DNS Answer",
"description": "The Domain Name System (DNS) answers.",
"is_array": true,
"type": "dns_answer"
},
"api": {
"caption": "API details",
"description": "API object details information pertaining to the API calls",
"type": "api"
},
"app_name": {
"caption": "Application Name",
"description": "The name of the application that is associated with the event or object.",
"type": "string_t"
},
"args": {
"caption": "HTTP Arguments",
"description": "The arguments sent along with the HTTP request.",
"type": "string_t"
},
"assignee": {
"caption": "Assignee",
"description": "The name of the user who is assigned to the incident.",
"type": "string_t"
},
"attack_complexity_id": {
"caption": "Attack Complexity",
"description": "The conditions beyond the attacker's control that must exist in order to exploit the vulnerability.",
"type": "integer_t"
},
"attack_vector_id": {
"caption": "Attack Vector (AV)",
"description": "The Attack Vector Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"attacks": {
"caption": "Attacks",
"description": "An array of attacks associated with an event.",
"is_array": true,
"type": "attack"
},
"attributes": {
"caption": "Attributes",
"description": "The bitmask value that represents the file attributes.",
"type": "integer_t"
},
"auth_protocol": {
"caption": "Auth Protocol",
"description": "The authentication protocol as reported by the event source.",
"type": "string_t"
},
"auth_protocol_id": {
"caption": "Auth Protocol ID",
"description": "The authentication protocol used to create the user session.",
"enum": {
"-1": {
"caption": "Other"
},
"0": {
"caption": "Unknown"
},
"1": {
"caption": "NTLM"
},
"10": {
"caption": "RADIUS"
},
"2": {
"caption": "Kerberos"
},
"3": {
"caption": "Digest"
},
"4": {
"caption": "OpenID"
},
"5": {
"caption": "SAML"
},
"6": {
"caption": "OAUTH 2.0"
},
"7": {
"caption": "PAP"
},
"8": {
"caption": "CHAP"
},
"9": {
"caption": "EAP"
}
},
"type": "integer_t"
},
"authentication_id": {
"caption": "Authentication (Au)",
"description": "The Authentication Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"authorization": {
"caption": "Authorization Information",
"description": "Authorization object provides details related to Authorization",
"type": "authorization"
},
"autoscale_uid": {
"caption": "Autoscale UID",
"description": "The unique identifier of the cloud autoscale configuration.",
"type": "string_t"
},
"availability_id": {
"caption": "Availability (A)",
"description": "The Availability Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"availability_impact_id": {
"caption": "Availability Impact (A)",
"description": "The Availability Impact Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"availability_requirement_id": {
"caption": "Availability Requirement (AR)",
"description": "The Availability Requirement Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"base_address": {
"caption": "Base Address",
"description": "The memory address where the module was loaded.",
"type": "string_t"
},
"bios_date": {
"caption": "BIOS Date",
"description": "The BIOS date. For example: <code>03/31/16</code>.",
"type": "string_t"
},
"bios_manufacturer": {
"caption": "BIOS Manufacturer",
"description": "The BIOS manufacturer. For example: <code>LENOVO</code>.",
"type": "string_t"
},
"bios_ver": {
"caption": "BIOS Version",
"description": "The BIOS version. For example: <code>LENOVO G5ETA2WW (2.62)</code>.",
"type": "string_t"
},
"build": {
"caption": "OS Build",
"description": "The operating system build number.",
"type": "string_t"
},
"bytes": {
"caption": "Total Bytes",
"default": 0,
"description": "The total number of bytes (in and out).",
"type": "long_t"
},
"bytes_in": {
"caption": "Bytes In",
"default": 0,
"description": "The number of bytes sent from the destination to the source.",
"type": "long_t"
},
"bytes_out": {
"caption": "Bytes Out",
"default": 0,
"description": "The number of bytes sent from the source to the destination.",
"type": "long_t"
},
"capabilities": {
"caption": "Capabilities",
"description": "A list of RDP capabilities.",
"is_array": true,
"type": "string_t"
},
"caption": {
"caption": "Caption",
"description": "A short description or caption of the device. For example: <code>Scanner 1</code> or <code>Database Manager</code>.",
"type": "string_t"
},
"categories": {
"caption": "Domain/URL Categories",
"description": "A list of Domain or URL categories.",
"is_array": true,
"type": "string_t"
},
"category": {
"caption": "Category",
"description": "The object category. See specific usage.",
"type": "string_t"
},
"category_ids": {
"caption": "Domain/URL Category IDs",
"description": "An array of domain or URL category identifies.",
"enum": {
"-1": {
"caption": "Other",
"description": "The Domain/URL category is not mapped. See the <code>categories</code> attribute, which may contain a data source specific value."
},
"0": {
"caption": "Unknown",
"description": "The Domain/URL category is unknown."
},
"1": {
"caption": "Adult/Mature Content"
},
"101": {
"caption": "Spam"
},
"102": {
"caption": "Potentially Unwanted Software"
},
"103": {
"caption": "Dynamic DNS Host"
},
"106": {
"caption": "E-Card/Invitations"
},
"107": {
"caption": "Informational"
},
"108": {
"caption": "Computer/Information Security"
},
"109": {
"caption": "Internet Connected Devices"
},
"11": {
"caption": "Gambling"
},
"110": {
"caption": "Internet Telephony"
},
"111": {
"caption": "Online Meetings"
},
"112": {
"caption": "Media Sharing"
},
"113": {
"caption": "Radio/Audio Streams"
},
"114": {
"caption": "TV/Video Streams"
},
"118": {
"caption": "Piracy/Copyright Concerns"
},
"121": {
"caption": "Marijuana"
},
"14": {
"caption": "Violence/Hate/Racism"
},
"15": {
"caption": "Weapons"
},
"16": {
"caption": "Abortion"
},
"17": {
"caption": "Hacking"
},
"18": {
"caption": "Phishing"
},
"20": {
"caption": "Entertainment"
},
"21": {
"caption": "Business/Economy"
},
"22": {
"caption": "Alternative Spirituality/Belief"
},
"23": {
"caption": "Alcohol"
},
"24": {
"caption": "Tobacco"
},
"25": {
"caption": "Controlled Substances"
},
"26": {
"caption": "Child Pornography"
},
"27": {
"caption": "Education"
},
"29": {
"caption": "Charitable Organizations"
},
"3": {
"caption": "Pornography"
},
"30": {
"caption": "Art/Culture"
},
"31": {
"caption": "Financial Services"
},
"32": {
"caption": "Brokerage/Trading"
},
"33": {
"caption": "Games"
},
"34": {
"caption": "Government/Legal"
},
"35": {
"caption": "Military"
},
"36": {
"caption": "Political/Social Advocacy"
},
"37": {
"caption": "Health"
},
"38": {
"caption": "Technology/Internet"
},
"4": {
"caption": "Sex Education"
},
"40": {
"caption": "Search Engines/Portals"
},
"43": {
"caption": "Malicious Sources/Malnets"
},
"44": {
"caption": "Malicious Outbound Data/Botnets"
},
"45": {
"caption": "Job Search/Careers"
},
"46": {
"caption": "News/Media"
},
"47": {
"caption": "Personals/Dating"
},
"49": {
"caption": "Reference"
},
"5": {
"caption": "Intimate Apparel/Swimsuit"
},
"50": {
"caption": "Mixed Content/Potentially Adult"
},
"51": {
"caption": "Chat (IM)/SMS"
},
"52": {
"caption": "Email"
},
"53": {
"caption": "Newsgroups/Forums"
},
"54": {
"caption": "Religion"
},
"55": {
"caption": "Social Networking"
},
"56": {
"caption": "File Storage/Sharing"
},
"57": {
"caption": "Remote Access Tools"
},
"58": {
"caption": "Shopping"
},
"59": {
"caption": "Auctions"
},
"6": {
"caption": "Nudity"
},
"60": {
"caption": "Real Estate"
},
"61": {
"caption": "Society/Daily Living"
},
"63": {
"caption": "Personal Sites"
},
"64": {
"caption": "Restaurants/Dining/Food"
},
"65": {
"caption": "Sports/Recreation"
},
"66": {
"caption": "Travel"
},
"67": {
"caption": "Vehicles"
},
"68": {
"caption": "Humor/Jokes"
},
"7": {
"caption": "Extreme"
},
"71": {
"caption": "Software Downloads"
},
"83": {
"caption": "Peer-to-Peer (P2P)"
},
"84": {
"caption": "Audio/Video Clips"
},
"85": {
"caption": "Office/Business Applications"
},
"86": {
"caption": "Proxy Avoidance"
},
"87": {
"caption": "For Kids"
},
"88": {
"caption": "Web Ads/Analytics"
},
"89": {
"caption": "Web Hosting"
},
"9": {
"caption": "Scam/Questionable/Illegal"
},
"90": {
"caption": "Uncategorized"
},
"92": {
"caption": "Suspicious"
},
"93": {
"caption": "Sexual Expression"
},
"95": {
"caption": "Translation"
},
"96": {
"caption": "Non-Viewable/Infrastructure"
},
"97": {
"caption": "Content Servers"
},
"98": {
"caption": "Placeholders"
}
},
"is_array": true,
"sibling": "categories",
"type": "integer_t"
},
"category_name": {
"caption": "Category",
"description": "The category name of the event.",
"type": "string_t"
},
"category_uid": {
"caption": "Category ID",
"default": 0,
"description": "The category unique identifier of the event.",
"sibling": "category_name",
"type": "integer_t"
},
"certificate": {
"caption": "Certificate",
"description": "The certificate object containing information about the digital certificate.",
"type": "certificate"
},
"certificate_chain": {
"caption": "Certificate Chain",
"description": "The Chain of Certificate Serial Numbers field provides a chain of Certificate Issuer Serial Numbers leading to the Root Certificate Issuer.",
"is_array": true,
"type": "string_t"
},
"chassis": {
"caption": "Chassis",
"description": "The chassis type describes the system enclosure or physical form factor. Such as the following examples for Windows <a target='_blank' href='https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-systemenclosure'>Windows Chassis Types</a>",
"type": "string_t"
},
"cipher": {
"caption": "Cipher Suite",
"description": "The negotiated cipher suite.",
"type": "string_t"
},
"cis20": {
"caption": "CIS 20 List",
"description": "The CIS 20 is a list of 20 actions and practices an organization’s security team can take on such that cyber attacks or malware, are minimized and prevented.",
"is_array": true,
"type": "string_t"
},
"cis_benchmark_result": {
"caption": "CIS Benchmark Result",
"description": "The CIS benchmark result.",
"type": "cis_benchmark_result"
},
"city": {
"caption": "City",
"description": "The name of the city.",
"type": "string_t"
},
"class": {
"caption": "Class",
"description": "The class name of the object. See specific usage.",
"type": "string_t"
},
"class_name": {
"caption": "Class",
"description": "The class name of the event.",
"type": "string_t"
},
"class_uid": {
"caption": "Class ID",
"default": 0,
"description": "The class identifier describes the attributes available in an event.",
"sibling": "class_name",
"type": "integer_t"
},
"classification_ids": {
"caption": "Classification IDs",
"description": "An array of malware classifications. Reference: <a target='_blank' href='https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_oxlc4df65spl'>STIX Malware Types</a> ",
"is_array": true,
"sibling": "classifications",
"type": "integer_t"
},
"classifications": {
"caption": "Classifications",
"description": "The malware classifications.",
"is_array": true,
"type": "string_t"
},
"client": {
"caption": "Client",
"description": "The client object pertaining to the client/server exchange.",
"type": "client"
},
"client_ciphers": {
"caption": "Client Cipher Suites",
"description": "The client cipher suites that were exchanged during the TLS handshake negotiation.",
"is_array": true,
"type": "string_t"
},
"client_dialects": {
"caption": "Client Dialects",
"description": "The list of SMB dialects that the client speaks.",
"is_array": true,
"type": "string_t"
},
"cloud": {
"caption": "Cloud",
"description": "The cloud where the event was originally created or logged.",
"type": "cloud"
},
"cloud_partition": {
"caption": "Cloud Partition",
"description": "The canonical cloud partition name to which the region is assigned (e.g. AWS Partitions: aws, aws-cn, aws-us-gov).",
"type": "string_t"
},
"cmd_line": {
"caption": "Command Line",
"description": "The full command line used to launch an application, service, process, or job. For example: <code>ssh [email protected]</code>. If the command line is unavailable or missing, the empty string <code>''</code> is to be used",
"type": "string_t"
},
"code": {
"caption": "Response Code",
"description": "The numeric response sent to a request.",
"type": "integer_t"
},
"codes": {
"caption": "Response Codes",
"description": "The list of numeric responses sent to a request.",
"is_array": true,
"type": "integer_t"
},
"collateral_damage_potential_id": {
"caption": "Collateral Damage Potential (CDP)",
"description": "The Collateral Damage Potential Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"color_depth": {
"caption": "Color Depth",
"description": "The numeric color depth.",
"type": "integer_t"
},
"command": {
"caption": "Command",
"description": "The command name.",
"type": "string_t"
},
"command_response": {
"caption": "Command Response",
"description": "The response to the command.",
"type": "string_t"
},
"command_responses": {
"caption": "Command Responses",
"description": "The responses to the command.",
"is_array": true,
"type": "string_t"
},
"comment": {
"caption": "Comment",
"description": "The user-provided comment.",
"type": "string_t"
},
"company_name": {
"caption": "Company Name",
"description": "The name of the company that published the file. For example: <code>Microsoft Corporation</code>.",
"type": "string_t"
},
"compliance": {
"caption": "Compliance",
"description": "The complaince object describes compliance related details",
"type": "compliance"
},
"component": {
"caption": "Component",
"description": "The name or relative pathname of a sub-component of the data object, if applicable. </p>For example: <code>attachment.doc</code>, <code>attachment.zip/bad.doc</code>, or <code>part.mime/part.cab/part.uue/part.doc</code>.",
"type": "string_t"
},
"confidence": {
"caption": "Confidence",
"description": "The confidence of the reported finding as a percentage: 0%-100%.",
"type": "integer_t"
},
"confidence_id": {
"caption": "Confidence ID",
"description": "The normalized confidence level refers to the accuracy of the rule that created the finding. A rule with a low confidence level means that the detection scope is wide and may create finding reports that may not be malicious in nature.",
"enum": {
"-1": {
"caption": "Other",
"description": "The confidence is not mapped to the defined enum values. See the <code>confidence</code> attribute, which contains a data source specific value."
},
"0": {
"caption": "Unknown",
"description": "No confidence is assigned."
},
"1": {
"caption": "Low"
},
"2": {
"caption": "Medium"
},
"3": {
"caption": "High"
}
},
"type": "integer_t"
},
"confidentiality": {
"caption": "Confidentiality",
"description": "The file content confidentiality.",
"type": "string_t"
},
"confidentiality_id": {
"caption": "Confidentiality ID",
"description": "The file content confidentiality indicator.",
"enum": {
"-1": {
"caption": "Other"
},
"0": {
"caption": "Unknown"
},
"1": {
"caption": "Not Confidential"
},
"2": {
"caption": "Confidential"
},
"3": {
"caption": "Secret"
},
"4": {
"caption": "Top Secret"
}
},
"type": "integer_t"
},
"confidentiality_impact_id": {
"caption": "Confidentiality Impact (C)",
"description": "The Confidentiality Impact Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"confidentiality_requirement_id": {
"caption": "Confidentiality Requirement (CR)",
"description": "The Confidentiality Requirement Common Vulnerability Scoring System (CVSS) metric.",
"type": "integer_t"
},
"connection_info": {
"caption": "Connection Info",
"description": "The network connection information.",
"type": "network_connection_info"
},
"connection_uid": {
"caption": "Connection Identifier",
"description": "The network connection identifier.",
"type": "string_t"
},
"container": {
"caption": "Container",
"description": "The container information.",
"type": "container"
},
"content_type": {
"caption": "HTTP Content Type",
"description": "The request header that identifies the original <a target='_blank' href='https://www.iana.org/assignments/media-types/media-types.xhtml'>media type </a> of the resource (prior to any content encoding applied for sending).",
"type": "string_t"
},
"continent": {
"caption": "Continent",
"description": "The name of the continent.",
"type": "string_t"
},
"coordinates": {
"caption": "Coordinates",
"description": "A two-element array, containing a longitude/latitude pair. The format conforms with <a target='_blank' href='https://geojson.org'>GeoJSON</a>. For example: <code>[-73.983, 40.719]</code>.",
"is_array": true,
"type": "float_t"
},
"correlation_uid": {
"caption": "Correlation UID",
"description": "The unique identifier used to correlate events.",
"type": "string_t"
},
"count": {
"caption": "Count",
"default": 1,
"description": "The number of times that events in the same logical group occurred during the event <strong>Start Time</strong> to <strong>End Time</strong> period.",
"type": "integer_t"
},
"country": {
"caption": "Country",
"description": "The ISO 3166-1 Alpha-2 country code. For the complete list of country codes see <a target='_blank' href='https://www.iso.org/obp/ui/#iso:pub:PUB500001:en' >ISO 3166-1 alpha-2 codes</a>.<p><b>Note:</b> The two letter country code should be capitalized. For example: <code>US</code> or <code>CA</code>.</p>",
"type": "string_t"
},
"cpu_bits": {
"caption": "CPU Bits",
"description": "The cpu architecture, the number of bits used for addressing in memory. For example: <code>32</code> or <code>64</code>.",
"type": "integer_t"
},
"cpu_cores": {
"caption": "CPU Cores",
"description": "The number of processor cores in all installed processors. For Example: <code>42</code>.",
"type": "integer_t"
},
"cpu_count": {
"caption": "CPU Count",
"description": "The number of physical processors on a system. For example: <code>1</code>.",
"type": "integer_t"
},
"cpu_speed": {
"caption": "Processor Type",
"description": "The speed of the processor in Mhz. For Example: <code>4200</code>.",
"type": "integer_t"
},
"cpu_type": {
"caption": "Processor Type",
"description": "The processor type. For example: <code>x86 Family 6 Model 37 Stepping 5</code>.",
"type": "string_t"
},
"create_mask": {
"caption": "Create Mask",
"description": "The original Windows mask that is required to create the object.",
"type": "string_t"
},
"creation_time": {
"caption": "Creation Time",
"description": "The time that the object was created. See specific usage.",
"type": "timestamp_t"
},
"creator": {
"caption": "Creator",
"description": "The user that created the object associated with event. See specific usage.",
"type": "string_t"
},
"creator_name": {
"caption": "Creator Name",
"description": "The name of the user who created the incident.",
"type": "string_t"
},
"credential_uid": {
"caption": "User Credential ID",
"description": "The unique identifier of the user's credential. For example, AWS Access Key ID.",
"type": "string_t"
},
"criticality": {
"caption": "Criticality",
"description": "Criticality of a resource/object in question",
"type": "string_t"
},
"customer_uid": {
"caption": "Customer UID",
"description": "The unique customer identifier.",
"type": "string_t"
},
"cve_uids": {
"caption": "CVE UIDs",
"description": "The common vulnerabilities and exposures (<a target='_blank' href='https://cve.mitre.org/'>CVE</a>) unique identifiers.",
"is_array": true,
"type": "string_t"
},
"cvss": {
"caption": "CVSS Scores",
"description": "The CVSS object details Common Vulnerability Scoring System (<a target='_blank' href='https://www.first.org/cvss/'>CVSS</a>) scores from the advisory that are related to the vulnerability.",
"type": "cvss"
},
"data": {
"caption": "Data",
"description": "The additional data that is associated with the event or object. See specific usage.",
"type": "json_t"
},
"data_container": {
"caption": "Data Container",
"description": "The name of the data container (e.g. bucket name for AWS/GCP and blob name for Azure).",
"type": "string_t"
},
"dce_rpc": {
"caption": "Distributed Computing Environment/Remote Procedure Call (DCE/RPC)",
"description": "The DCE/RPC object describes the remote procedure call system for distributed computing environments.",
"type": "dce_rpc"