Struct owlyshield_ransom::connectors::sitincloud::SecurityEvent[][src]

struct SecurityEvent {
Show 22 fields appName: String, clientId: String, hostname: String, killTime: String, clientKey: String, pidsCount: usize, predScore: f32, startTime: String, filesChanged: HashSet<String>, filesCreated: HashSet<String>, filesMovedCount: usize, filesChangedCount: usize, filesCreatedCount: usize, filesDeletedCount: usize, filesRenamedCount: usize, secondsSinceLaunch: i64, dirWithFilesChanged: HashSet<String>, dirWithFilesCreated: HashSet<String>, extensionsWriteCount: usize, sumWeightReadEntropy: f64, sumWeightWriteEntropy: f64, filesExtensionChangedCount: usize,
}
Expand description

Struct expected by the SitinCloud interface.

Fields

appName: StringclientId: Stringhostname: StringkillTime: StringclientKey: StringpidsCount: usizepredScore: f32startTime: StringfilesChanged: HashSet<String>filesCreated: HashSet<String>filesMovedCount: usizefilesChangedCount: usizefilesCreatedCount: usizefilesDeletedCount: usizefilesRenamedCount: usizesecondsSinceLaunch: i64dirWithFilesChanged: HashSet<String>dirWithFilesCreated: HashSet<String>extensionsWriteCount: usizesumWeightReadEntropy: f64sumWeightWriteEntropy: f64filesExtensionChangedCount: usize

Implementations

Creates SecurityEvent from ProcessRecord and prediction.

Converts SecurityEvent to JSON.

Trait Implementations

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.