Interface NetworkTrafficCoo
- All Superinterfaces:
BundleableObject,CyberObservableObject,CyberObservableObjectCommonProperties,GenericValidation,SdoDefaultValidator,Serializable,Stix,StixCustomProperties
- All Known Implementing Classes:
NetworkTraffic
@Immutable
@DefaultTypeValue(value="network-traffic",
groups=DefaultValuesProcessor.class)
public interface NetworkTrafficCoo
extends CyberObservableObject
network-traffic
The Network Traffic Object represents arbitrary network traffic that originates from a source and is addressed to a destination.
-
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
Methods inherited from interface security.whisper.javastix.bundle.BundleableObject
getGranularMarkings, getHydrated, getObjectMarkingRefs, getType, toJsonStringMethods inherited from interface security.whisper.javastix.coo.CyberObservableObjectCommonProperties
getDefanged, getExtensions, getObservableObjectKey, getTypeMethods inherited from interface security.whisper.javastix.validation.GenericValidation
validateEntityMethods inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
validate, validateOnlyIdMethods inherited from interface security.whisper.javastix.common.StixCustomProperties
getCustomProperties
-
Method Details
-
getStart
@JsonPropertyDescription("Specifies the date/time the network traffic was initiated, if known.") Optional<StixInstant> getStart() -
getEnd
@JsonPropertyDescription("Specifies the date/time the network traffic ended, if known.") Optional<StixInstant> getEnd() -
isActive
-
getSrcRef
-
getDstRef
-
getSrcPort
-
getDstPort
-
getProtocols
-
getSrcByteCount
-
getDstByteCount
-
getSrcPackets
-
getDstPackets
-
getIpFix
-
getSrcPayloadRef
-
getDstPayloadRef
-
getEncapsulatesRefs
-
getEncapsulatedByRef
-
getId
Deterministically generates the ID for this network traffic based on source/destination references, ports, and protocols.- Specified by:
getIdin interfaceBundleableObject- Specified by:
getIdin interfaceCyberObservableObjectCommonProperties
-