Struct assemblyline_models::datastore::alert::Attack
source · pub struct Attack {
pub pattern: Vec<String>,
pub category: Vec<String>,
}
Expand description
ATT&CK Block
Fields§
§pattern: Vec<String>
List of related ATT&CK patterns
category: Vec<String>
List of related ATT&CK categories
Trait Implementations§
source§impl Described<ElasticMeta> for Attack
impl Described<ElasticMeta> for Attack
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for Attack
impl<'de> Deserialize<'de> for Attack
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Attack
impl Send for Attack
impl Sync for Attack
impl Unpin for Attack
impl UnwindSafe for Attack
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more