OBJECT
StrainInfo
Description
Information about list of strains identified.
link GraphQL Schema definition
- type StrainInfo {
- # 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! :
- # A sample of filepaths that are affected by the strain.
- String!]! : [
- # A sample of filepaths that are ransomware notes.
- String!]! : [
- # Additional information on the affected files.
- SuspiciousFileInfo!]! : [
- # Additional information on the ransomware note files.
- SuspiciousFileInfo!]! : [
- }