Serialized Form
-
Package security.whisper.javastix.bundle
-
Class security.whisper.javastix.bundle.Bundle
class Bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Package security.whisper.javastix.common
-
Package security.whisper.javastix.coo
-
Package security.whisper.javastix.coo.extension.types
-
Class security.whisper.javastix.coo.extension.types.ArchiveFileExtension
class ArchiveFileExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.extension.types.HttpRequestExtension
class HttpRequestExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
messageBodyDataRef
String messageBodyDataRef
-
messageBodyLength
Long messageBodyLength
-
requestHeader
com.google.common.collect.ImmutableMap<String,
String> requestHeader -
requestMethod
String requestMethod
-
requestValue
String requestValue
-
requestVersion
String requestVersion
-
type
String type
-
-
Class security.whisper.javastix.coo.extension.types.IcmpExtension
class IcmpExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.extension.types.NetworkSocketExtension
class NetworkSocketExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
addressFamily
String addressFamily
-
blocking
Boolean blocking
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
listening
Boolean listening
-
options
com.google.common.collect.ImmutableMap<String,
String> options -
protocolFamily
String protocolFamily
-
socketDescriptor
Long socketDescriptor
-
socketHandle
Long socketHandle
-
socketType
String socketType
-
type
String type
-
-
Class security.whisper.javastix.coo.extension.types.NtfsFileExtenstion
class NtfsFileExtenstion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class security.whisper.javastix.coo.extension.types.PdfFileExtension
class PdfFileExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class security.whisper.javastix.coo.extension.types.RasterImageFileExtension
class RasterImageFileExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
bitsPerPixel
Long bitsPerPixel
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
exifTags
com.google.common.collect.ImmutableMap<String,
Object> exifTags -
imageCompressionAlgorithm
String imageCompressionAlgorithm
-
imageHeight
Long imageHeight
-
imageWidth
Long imageWidth
-
type
String type
-
-
Class security.whisper.javastix.coo.extension.types.TcpExtension
class TcpExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.extension.types.UnixAccountExtension
class UnixAccountExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.extension.types.WindowsPeBinaryFileExtension
class WindowsPeBinaryFileExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
characteristicsHex
String characteristicsHex
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
fileHeaderHashes
com.google.common.collect.ImmutableMap<String,
String> fileHeaderHashes -
imphash
String imphash
-
machineHex
String machineHex
-
numberOfSections
Long numberOfSections
-
numberOfSymbols
Long numberOfSymbols
-
optionalHeader
WindowsPeOptionalHeaderObj optionalHeader
-
peType
String peType
-
pointerToSymbolTableHex
String pointerToSymbolTableHex
-
sizeOfOptionalHeader
Long sizeOfOptionalHeader
-
timeDateStamp
StixInstant timeDateStamp
-
type
String type
-
-
Class security.whisper.javastix.coo.extension.types.WindowsProcessExtension
class WindowsProcessExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
isAslrEnabled
Boolean isAslrEnabled
-
isDepEnabled
Boolean isDepEnabled
-
ownerSid
String ownerSid
-
priority
String priority
-
startupInfo
com.google.common.collect.ImmutableMap<String,
String> startupInfo -
type
String type
-
windowTitle
String windowTitle
-
-
Class security.whisper.javastix.coo.extension.types.WindowsServiceExtension
class WindowsServiceExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
displayName
String displayName
-
groupName
String groupName
-
serviceName
String serviceName
-
serviceStartType
String serviceStartType
-
serviceStatus
String serviceStatus
-
serviceType
String serviceType
-
type
String type
-
-
-
Package security.whisper.javastix.coo.json.extension
-
Class security.whisper.javastix.coo.json.extension.CyberObservableExtensionsFieldDeserializer
class CyberObservableExtensionsFieldDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Set<CyberObservableExtension>> implements Serializable -
Class security.whisper.javastix.coo.json.extension.CyberObservableExtensionsFieldSerializer
class CyberObservableExtensionsFieldSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Set<CyberObservableExtension>> implements Serializable
-
-
Package security.whisper.javastix.coo.json.observables
-
Class security.whisper.javastix.coo.json.observables.CyberObservableSetFieldDeserializer
class CyberObservableSetFieldDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Set<CyberObservableObject>> implements Serializable -
Class security.whisper.javastix.coo.json.observables.CyberObservableSetFieldSerializer
class CyberObservableSetFieldSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Set<CyberObservableObject>> implements Serializable
-
-
Package security.whisper.javastix.coo.objects
-
Class security.whisper.javastix.coo.objects.Artifact
class Artifact extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hashes
com.google.common.collect.ImmutableMap<String,
String> hashes -
hydrated
boolean hydrated
-
id
String id
-
mimeType
String mimeType
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
payloadBin
String payloadBin
-
toJsonString
String toJsonString
-
type
String type
-
url
String url
-
-
Class security.whisper.javastix.coo.objects.AutonomousSystem
class AutonomousSystem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
name
String name
-
number
Long number
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
rir
String rir
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.Directory
class Directory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
accessed
StixInstant accessed
-
created
StixInstant created
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
path
String path
-
pathEnc
String pathEnc
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.DomainName
class DomainName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
resolvesToRefs
com.google.common.collect.ImmutableSet<String> resolvesToRefs
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.EmailAddress
class EmailAddress extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
belongsToRef
String belongsToRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
displayName
String displayName
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.EmailMessage
class EmailMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
contentType
String contentType
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
date
StixInstant date
-
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
fromRef
String fromRef
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
isMultipart
Boolean isMultipart
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
senderRef
String senderRef
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.File
class File extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
accessed
StixInstant accessed
-
contentRef
String contentRef
-
created
StixInstant created
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
decryptionKey
String decryptionKey
-
defanged
Boolean defanged
-
encryptionAlgorithm
String encryptionAlgorithm
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hashes
com.google.common.collect.ImmutableMap<String,
String> hashes -
hydrated
boolean hydrated
-
id
String id
-
isEncrypted
Boolean isEncrypted
-
magicNumberHex
String magicNumberHex
-
mimeType
String mimeType
-
modified
StixInstant modified
-
name
String name
-
nameEnc
String nameEnc
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
parentDirectoryRef
String parentDirectoryRef
-
size
Long size
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.Ipv4Address
class Ipv4Address extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.Ipv6Address
class Ipv6Address extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.MacAddress
class MacAddress extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.Mutex
class Mutex extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.NetworkTraffic
class NetworkTraffic extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
dstByteCount
Long dstByteCount
-
dstPackets
Long dstPackets
-
dstPayloadRef
String dstPayloadRef
-
dstPort
Integer dstPort
-
dstRef
String dstRef
-
encapsulatedByRef
String encapsulatedByRef
-
end
StixInstant end
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
ipFix
com.google.common.collect.ImmutableMap<String,
Object> ipFix -
isActive
Boolean isActive
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
srcByteCount
Long srcByteCount
-
srcPackets
Long srcPackets
-
srcPayloadRef
String srcPayloadRef
-
srcPort
Integer srcPort
-
srcRef
String srcRef
-
start
StixInstant start
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.Process
class Process extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
cwd
String cwd
-
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
isHidden
Boolean isHidden
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
pid
Long pid
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.Software
class Software extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
cpe
String cpe
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
vendor
String vendor
-
version
String version
-
-
Class security.whisper.javastix.coo.objects.Url
class Url extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
value
String value
-
-
Class security.whisper.javastix.coo.objects.UserAccount
class UserAccount extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
accountCreated
StixInstant accountCreated
-
accountExpires
StixInstant accountExpires
-
accountFirstLogin
StixInstant accountFirstLogin
-
accountLastLogin
StixInstant accountLastLogin
-
accountLogin
String accountLogin
-
accountType
String accountType
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
displayName
String displayName
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
isCanEscalatePrivs
Boolean isCanEscalatePrivs
-
isDisabled
Boolean isDisabled
-
isPrivileged
Boolean isPrivileged
-
isServiceAccount
Boolean isServiceAccount
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
passwordLastChanged
StixInstant passwordLastChanged
-
toJsonString
String toJsonString
-
type
String type
-
userId
String userId
-
-
Class security.whisper.javastix.coo.objects.WindowsRegistryKey
class WindowsRegistryKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
key
String key
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
toJsonString
String toJsonString
-
type
String type
-
-
Class security.whisper.javastix.coo.objects.X509Certificate
class X509Certificate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
defanged
Boolean defanged
-
extensions
com.google.common.collect.ImmutableSet<CyberObservableExtension> extensions
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hashes
com.google.common.collect.ImmutableMap<String,
String> hashes -
hydrated
boolean hydrated
-
id
String id
-
isSelfSigned
Boolean isSelfSigned
-
issuer
String issuer
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observableObjectKey
String observableObjectKey
-
serialNumber
String serialNumber
-
signatureAlgorithm
String signatureAlgorithm
-
subject
String subject
-
subjectPublicKeyAlgorithm
String subjectPublicKeyAlgorithm
-
subjectPublicKeyExponent
Long subjectPublicKeyExponent
-
subjectPublicKeyModulus
String subjectPublicKeyModulus
-
toJsonString
String toJsonString
-
type
String type
-
validityNotAfter
StixInstant validityNotAfter
-
validityNotBefore
StixInstant validityNotBefore
-
version
String version
-
x509V3Extensions
X509v3ExtensionsObj x509V3Extensions
-
-
-
Package security.whisper.javastix.coo.types
-
Class security.whisper.javastix.coo.types.MimePartType
class MimePartType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.types.NtfsAlternateDataStream
class NtfsAlternateDataStream extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.types.WindowsPeOptionalHeader
class WindowsPeOptionalHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
addressOfEntryPoint
Long addressOfEntryPoint
-
baseOfCode
Long baseOfCode
-
baseOfData
Long baseOfData
-
checksumHex
String checksumHex
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
dllCharacteristicsHex
String dllCharacteristicsHex
-
fileAlignment
Long fileAlignment
-
hashes
com.google.common.collect.ImmutableMap<String,
String> hashes -
imageBase
Long imageBase
-
loaderFlagsHex
String loaderFlagsHex
-
magicHex
String magicHex
-
majorImageVersion
Long majorImageVersion
-
majorLinkerVersion
Long majorLinkerVersion
-
majorOsVersion
Long majorOsVersion
-
majorSubsystemVersion
Long majorSubsystemVersion
-
minorImageVersion
Long minorImageVersion
-
minorLinkerVersion
Long minorLinkerVersion
-
minorOsVersion
Long minorOsVersion
-
minorSubsystemVersion
Long minorSubsystemVersion
-
numberOfRvaAndSizes
Long numberOfRvaAndSizes
-
sectionAlignment
Long sectionAlignment
-
sizeOfCode
Long sizeOfCode
-
sizeOfHeaders
Long sizeOfHeaders
-
sizeOfHeapCommit
Long sizeOfHeapCommit
-
sizeOfHeapReserve
Long sizeOfHeapReserve
-
sizeOfImage
Long sizeOfImage
-
sizeOfInitializedData
Long sizeOfInitializedData
-
sizeOfStackCommit
Long sizeOfStackCommit
-
sizeOfStackReserve
Long sizeOfStackReserve
-
sizeOfUninitializedData
Long sizeOfUninitializedData
-
subsystemHex
String subsystemHex
-
win32VersionValueHex
String win32VersionValueHex
-
-
Class security.whisper.javastix.coo.types.WindowsPeSection
class WindowsPeSection extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.types.WindowsRegistryValue
class WindowsRegistryValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Class security.whisper.javastix.coo.types.X509v3Extensions
class X509v3Extensions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
authorityKeyIdentifier
String authorityKeyIdentifier
-
basicConstraints
String basicConstraints
-
certificatePolicies
String certificatePolicies
-
crlDistributionPoints
String crlDistributionPoints
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
extendedKeyUsage
String extendedKeyUsage
-
inhibitAnyPolicy
String inhibitAnyPolicy
-
issuerAlternativeName
String issuerAlternativeName
-
keyUsage
String keyUsage
-
nameConstraints
String nameConstraints
-
policyConstraints
String policyConstraints
-
policyMappings
String policyMappings
-
privateKeyUsagePeriodNotAfter
StixInstant privateKeyUsagePeriodNotAfter
-
privateKeyUsagePeriodNotBefore
StixInstant privateKeyUsagePeriodNotBefore
-
subjectAlternativeName
String subjectAlternativeName
-
subjectDirectoryAttributes
String subjectDirectoryAttributes
-
subjectKeyIdentifier
String subjectKeyIdentifier
-
-
-
Package security.whisper.javastix.custom
-
Package security.whisper.javastix.custom.objects
-
Class security.whisper.javastix.custom.objects.CustomObject
class CustomObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customObjectProperties
com.google.common.collect.ImmutableMap<String,
Object> customObjectProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
@StartsWith("x-") String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
revoked
StixBoolean revoked
-
type
@StartsWith("x-") String type
-
-
-
Package security.whisper.javastix.datamarkings
-
Class security.whisper.javastix.datamarkings.GranularMarking
class GranularMarking extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
markingRef
MarkingDefinitionDm markingRef
-
-
Class security.whisper.javastix.datamarkings.MarkingDefinition
class MarkingDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
definition
StixMarkingObject definition
-
definitionType
String definitionType
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
lang
String lang
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
type
String type
-
-
-
Package security.whisper.javastix.datamarkings.objects
-
Class security.whisper.javastix.datamarkings.objects.Statement
class Statement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class security.whisper.javastix.datamarkings.objects.Tlp
class Tlp extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Package security.whisper.javastix.json
-
Class security.whisper.javastix.json.StixBooleanDeserializer
class StixBooleanDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<StixBoolean> implements Serializable -
Class security.whisper.javastix.json.StixBooleanSerializer
class StixBooleanSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<StixBoolean> implements Serializable -
Class security.whisper.javastix.json.StixInstantDeserializer
class StixInstantDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<StixInstant> implements Serializable -
Class security.whisper.javastix.json.StixInstantSerializer
class StixInstantSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<StixInstant> implements Serializable -
Exception Class security.whisper.javastix.json.StixParserValidationException
class StixParserValidationException extends RuntimeException implements Serializable
-
-
Package security.whisper.javastix.meta
-
Class security.whisper.javastix.meta.ExtensionDefinitionObject
class ExtensionDefinitionObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confidence
Integer confidence
-
created
StixInstant created
-
createdByRef
String createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
extensionProperties
com.google.common.collect.ImmutableSet<String> extensionProperties
-
extensionTypes
com.google.common.collect.ImmutableSet<String> extensionTypes
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
revoked
Boolean revoked
-
schema
com.google.common.collect.ImmutableMap<String,
Object> schema -
specVersion
String specVersion
-
toJsonString
String toJsonString
-
version
String version
-
-
Class security.whisper.javastix.meta.LanguageContentObject
class LanguageContentObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confidence
Integer confidence
-
contents
com.google.common.collect.ImmutableMap<String,
Map<String, String>> contents -
created
StixInstant created
-
createdByRef
String createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objectModified
StixInstant objectModified
-
objectRef
String objectRef
-
revoked
Boolean revoked
-
specVersion
String specVersion
-
toJsonString
String toJsonString
-
-
-
Package security.whisper.javastix.sdo
-
Package security.whisper.javastix.sdo.objects
-
Class security.whisper.javastix.sdo.objects.AttackPattern
class AttackPattern extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Campaign
class Campaign extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
aliases
com.google.common.collect.ImmutableSet<String> aliases
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstSeen
StixInstant firstSeen
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastSeen
StixInstant lastSeen
-
modified
StixInstant modified
-
name
String name
-
objective
String objective
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.CourseOfAction
class CourseOfAction extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
action
com.google.common.collect.ImmutableSet<String> action
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Grouping
class Grouping extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
context
String context
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objectRefs
com.google.common.collect.ImmutableSet<BundleableObject> objectRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Identity
class Identity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
contactInformation
String contactInformation
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
identityClass
String identityClass
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
sectors
com.google.common.collect.ImmutableSet<String> sectors
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Incident
class Incident extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstSeen
StixInstant firstSeen
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
impact
String impact
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastSeen
StixInstant lastSeen
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Indicator
class Indicator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
confidence
Integer confidence
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
indicatorTypes
com.google.common.collect.ImmutableSet<String> indicatorTypes
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
pattern
String pattern
-
patternType
String patternType
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
validFrom
StixInstant validFrom
-
validUntil
StixInstant validUntil
-
-
Class security.whisper.javastix.sdo.objects.Infrastructure
class Infrastructure extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
aliases
com.google.common.collect.ImmutableSet<String> aliases
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstSeen
StixInstant firstSeen
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
infrastructureTypes
com.google.common.collect.ImmutableSet<String> infrastructureTypes
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastSeen
StixInstant lastSeen
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.IntrusionSet
class IntrusionSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
aliases
com.google.common.collect.ImmutableSet<String> aliases
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstSeen
StixInstant firstSeen
-
goals
com.google.common.collect.ImmutableSet<String> goals
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastSeen
StixInstant lastSeen
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
primaryMotivation
String primaryMotivation
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
resourceLevel
String resourceLevel
-
revoked
StixBoolean revoked
-
secondaryMotivations
com.google.common.collect.ImmutableSet<String> secondaryMotivations
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Location
class Location extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
administrativeArea
String administrativeArea
-
city
String city
-
country
String country
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
latitude
Double latitude
-
longitude
Double longitude
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
postalCode
String postalCode
-
precision
Double precision
-
region
String region
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
streetAddress
String streetAddress
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Malware
class Malware extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.MalwareAnalysis
class MalwareAnalysis extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
analysisDefinitionVersion
String analysisDefinitionVersion
-
analysisEnded
StixInstant analysisEnded
-
analysisEngineVersion
String analysisEngineVersion
-
analysisScoRefs
com.google.common.collect.ImmutableSet<String> analysisScoRefs
-
analysisStarted
StixInstant analysisStarted
-
avResult
String avResult
-
configurationVersion
String configurationVersion
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hostVmRef
String hostVmRef
-
hydrated
boolean hydrated
-
id
String id
-
installedSoftwareRefs
com.google.common.collect.ImmutableSet<String> installedSoftwareRefs
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
module
String module
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
operatingSystemRef
String operatingSystemRef
-
product
String product
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
sampleRef
String sampleRef
-
submitted
StixInstant submitted
-
type
String type
-
version
String version
-
-
Class security.whisper.javastix.sdo.objects.Note
class Note extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
authors
com.google.common.collect.ImmutableSet<String> authors
-
content
String content
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objectRefs
com.google.common.collect.ImmutableSet<BundleableObject> objectRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.ObservedData
class ObservedData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstObserved
StixInstant firstObserved
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastObserved
StixInstant lastObserved
-
modified
StixInstant modified
-
numberObserved
Integer numberObserved
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objects
com.google.common.collect.ImmutableSet<CyberObservableObject> objects
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Opinion
class Opinion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
authors
com.google.common.collect.ImmutableSet<String> authors
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
explanation
String explanation
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objectRefs
com.google.common.collect.ImmutableSet<BundleableObject> objectRefs
-
opinion
String opinion
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Report
class Report extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
objectRefs
com.google.common.collect.ImmutableSet<BundleableObject> objectRefs
-
published
StixInstant published
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.ThreatActor
class ThreatActor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
aliases
com.google.common.collect.ImmutableSet<String> aliases
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
goals
com.google.common.collect.ImmutableSet<String> goals
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
personalMotivations
com.google.common.collect.ImmutableSet<String> personalMotivations
-
primaryMotivation
String primaryMotivation
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
resourceLevel
String resourceLevel
-
revoked
StixBoolean revoked
-
roles
com.google.common.collect.ImmutableSet<String> roles
-
secondaryMotivations
com.google.common.collect.ImmutableSet<String> secondaryMotivations
-
sophistication
String sophistication
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Tool
class Tool extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
killChainPhases
com.google.common.collect.ImmutableSet<KillChainPhaseType> killChainPhases
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
toolVersion
String toolVersion
-
type
String type
-
-
Class security.whisper.javastix.sdo.objects.Vulnerability
class Vulnerability extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
name
String name
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationships
com.google.common.collect.ImmutableSet<RelationshipSro> relationships
-
revoked
StixBoolean revoked
-
type
String type
-
-
-
Package security.whisper.javastix.sdo.types
-
Class security.whisper.javastix.sdo.types.ExternalReference
class ExternalReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class security.whisper.javastix.sdo.types.KillChainPhase
class KillChainPhase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Package security.whisper.javastix.sro
-
Package security.whisper.javastix.sro.objects
-
Class security.whisper.javastix.sro.objects.Relationship
class Relationship extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
description
String description
-
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
relationshipType
String relationshipType
-
revoked
StixBoolean revoked
-
sourceRef
DomainObject sourceRef
-
targetRef
DomainObject targetRef
-
type
String type
-
-
Class security.whisper.javastix.sro.objects.Sighting
class Sighting extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
count
Integer count
-
created
StixInstant created
-
createdByRef
IdentitySdo createdByRef
-
customProperties
com.google.common.collect.ImmutableMap<String,
Object> customProperties -
externalReferences
com.google.common.collect.ImmutableSet<ExternalReferenceType> externalReferences
-
firstSeen
StixInstant firstSeen
-
granularMarkings
com.google.common.collect.ImmutableSet<GranularMarkingDm> granularMarkings
-
hydrated
boolean hydrated
-
id
String id
-
isSummary
StixBoolean isSummary
-
labels
com.google.common.collect.ImmutableSet<String> labels
-
lang
String lang
-
lastSeen
StixInstant lastSeen
-
modified
StixInstant modified
-
objectMarkingRefs
com.google.common.collect.ImmutableSet<MarkingDefinitionDm> objectMarkingRefs
-
observedDataRefs
com.google.common.collect.ImmutableSet<ObservedDataSdo> observedDataRefs
-
revoked
StixBoolean revoked
-
sightingOfRef
DomainObject sightingOfRef
-
type
String type
-
whereSightedRefs
com.google.common.collect.ImmutableSet<IdentitySdo> whereSightedRefs
-
-