Skip to content

Commit cce8b58

Browse files
[client] add sshkey properties for stix export
1 parent 0905c42 commit cce8b58

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_properties.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,16 @@
173173
algorithm
174174
hash
175175
}
176+
}
177+
... on SSHKey {
178+
key_type
179+
public_key
180+
fingerprint_sha256
181+
fingerprint_md5
182+
key_length
183+
expiration_date
184+
comment
185+
created
176186
}
177187
... on IPv4Addr {
178188
value
@@ -479,6 +489,16 @@
479489
hash
480490
}
481491
}
492+
... on SSHKey {
493+
key_type
494+
public_key
495+
fingerprint_sha256
496+
fingerprint_md5
497+
key_length
498+
expiration_date
499+
comment
500+
created
501+
}
482502
... on IPv4Addr {
483503
value
484504
}

0 commit comments

Comments
 (0)