OBJECT
StrainInfo
Description
Information about list of strains identified.
link GraphQL Schema definition
- type StrainInfo {
- # A sample of filepaths that are affected by the strain.
- : [String!]!
- # Additional information on the affected files.
- : [SuspiciousFileInfo!]!
- # Additional information on the ransomware note files.
- : [SuspiciousFileInfo!]!
- # A sample of filepaths that are ransomware notes.
- : [String!]!
- # Name of the strain detected.
- : String!
- # Total number of files affected by the above strain.
- : Long!
- # Total number of ransomware notes corresponding to the
- # above strain.
- : Long!
- }