Pmaraveyias commited on
Commit
12543ea
1 Parent(s): 621ea7a

updates datacard and visualisations

Browse files
ClusterAnalysis/clusters2d.png ADDED

Git LFS Details

  • SHA256: dcf8810655655c034c07d9b3c9ff4618aade54b79390b02a9c4cb1eadbedb996
  • Pointer size: 131 Bytes
  • Size of remote file: 395 kB
ClusterAnalysis/{clusters.png → clusters3d.png} RENAMED
File without changes
README.md CHANGED
@@ -10,12 +10,16 @@ tags:
10
  - security
11
  size_categories:
12
  - 10M<n<100M
 
13
  ---
14
 
15
- # Venafi Public Certificate Features Dataset
 
 
16
 
17
  We are excited to announce the release of the Venafi Public Certificate Features dataset.
18
- This collection of data contains extracted features from 19m+ certificates discovered on the public internet.
 
19
  The features are a combination of X.509 certificate features, RFC5280 compliance checks,
20
  and other attributes intended to be used for clustering, features analysis, and a base for supervised learning tasks (labels not included).
21
  Some rows may contain nan values as well and as such could require some additional pre-processing for certain tasks.
@@ -23,6 +27,11 @@ Some rows may contain nan values as well and as such could require some addition
23
  Venafi is excited to engage with the data science community to increase the adoption of machine learning techniques
24
  in the machine identity management and wider security domains.
25
 
 
 
 
 
 
26
  ## Clustering and PCA Example
27
 
28
  To demonstrate a potential use of the data, clustering and Principal Component Analysis (PCA) were
@@ -33,7 +42,14 @@ interested in visualizing the data and understanding better how it may be used,
33
  for illustrative purposes.
34
 
35
  The top three PCA components accounted for approximately 61%, 10%, and 6% of the total explained variance
36
- (for a total of 77% of the overall data variance). A plot of these components in 3D space grouped into the 10 clusters is shown below.
 
 
 
 
37
 
 
 
38
 
39
- ![](ClusterAnalysis/clusters.png)
 
 
10
  - security
11
  size_categories:
12
  - 10M<n<100M
13
+ pretty_name: Machine Identity Spectra Dataset
14
  ---
15
 
16
+ # Venafi Machine Identity Spectra Dataset
17
+
18
+ ## Summary
19
 
20
  We are excited to announce the release of the Venafi Public Certificate Features dataset.
21
+ This collection of data contains extracted features from 19m+ certificates discovered over HTTPS (port 443) on the
22
+ public internet between July 20 and July 26, 2023.
23
  The features are a combination of X.509 certificate features, RFC5280 compliance checks,
24
  and other attributes intended to be used for clustering, features analysis, and a base for supervised learning tasks (labels not included).
25
  Some rows may contain nan values as well and as such could require some additional pre-processing for certain tasks.
 
27
  Venafi is excited to engage with the data science community to increase the adoption of machine learning techniques
28
  in the machine identity management and wider security domains.
29
 
30
+ ## Data Structure
31
+ The extracted features are contained in the Data folder as certificateFeatures.csv.gz. The unarchived data size is
32
+ approximately 10GB and contains 98 extracted features for approximately 19m certificates. A description of the features
33
+ and expected data types is contained in the base folder as features.csv.
34
+
35
  ## Clustering and PCA Example
36
 
37
  To demonstrate a potential use of the data, clustering and Principal Component Analysis (PCA) were
 
42
  for illustrative purposes.
43
 
44
  The top three PCA components accounted for approximately 61%, 10%, and 6% of the total explained variance
45
+ (for a total of 77% of the overall data variance). Plots of the first 2 components in 2D space and top 3 components in
46
+ 3D space grouped into the 10 clusters are shown below.
47
+
48
+ ### Clusters in 2 Dimensions
49
+ ![](ClusterAnalysis/clusters2d.png)
50
 
51
+ ### Clusters in 3 Dimensions
52
+ ![](ClusterAnalysis/clusters3d.png)
53
 
54
+ ## Contact
55
+ Please contact Phillip.Maraveyias@venafi.com and Ecosystem@Venafi.com if you have any questions about this dataset.