class Aws::SecurityHub::Types::Malware

A list of malware related to a finding.

@note When making an API call, you may pass Malware

data as a hash:

    {
      name: "NonEmptyString", # required
      type: "ADWARE", # accepts ADWARE, BLENDED_THREAT, BOTNET_AGENT, COIN_MINER, EXPLOIT_KIT, KEYLOGGER, MACRO, POTENTIALLY_UNWANTED, SPYWARE, RANSOMWARE, REMOTE_ACCESS, ROOTKIT, TROJAN, VIRUS, WORM
      path: "NonEmptyString",
      state: "OBSERVED", # accepts OBSERVED, REMOVAL_FAILED, REMOVED
    }

@!attribute [rw] name

The name of the malware that was observed.
@return [String]

@!attribute [rw] type

The type of the malware that was observed.
@return [String]

@!attribute [rw] path

The file system path of the malware that was observed.
@return [String]

@!attribute [rw] state

The state of the malware that was observed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Malware AWS API Documentation

Constants

SENSITIVE