How ARP creates Snapshots
Applies to
-
ONTAP 9.10.1 - 9.15.1 only (not applicable to 9.16.1+)
- Anti-ransomware or Autonomous Ransomware Protection (ARP) or Anti_Ransomware or ARW
Answer
Options default value:
arw.snap.create.interval.hours= 4 hoursarw.snap.new.extns.interval.hours= 48 hours (Beginning with ONTAP 9.13)
A snapshot for new-extension is created if all conditions below are true:
- The last high-entropy snapshot is more than 1 hour old.
- The last new-extension snapshot is more than 4 hours old.
- The last new-extension snapshot is more than 48 hours old. (Beginning with ONTAP 9.13)
- The command output below is
truesecurity anti-ransomware volume attack-detection-parameters show -vserver <vserver_name> -volume <volume_name> -fields based-on-never-seen-before-file-extension
Scenario-1: Only high-entropy data. No new file extension.
- T: Snapshot created due to high-entropy data.
- T + 4 hour: Snapshot created due to high-entropy data.
- T + 8 hour: Snapshot created due to high-entropy data.
- T + 12 hour: Snapshot created due to high-entropy data.
- …
Scenario-2: High-entropy data and new file extensions.
Note: The further description refers to reasons a and b above.
- ONTAP 9.10, 9.11, 9.12:
- T: Snapshot created due to high-entropy data.
- T + 20 mins: A new file extension .abcd observed. Snapshot not created for reason a.
- T + 1 hour 30 mins: A new file extension .efgh observed. Snapshot created. (The next snapshot for new-extension will not be created until 4 hours from this point)
- T + 2 hours: A new file extension .mnop observed. Snapshot not created for reason b.
- T + 4 hours: Snapshot created due to high-entropy data.
- T + 5 hours: A new file extension .qrst observed. Snapshot created (The next snapshot for new-extension will not be created until 4 hours from this point)
- T + 8 hours: Snapshot created due to high-entropy data.
- …
- ONTAP 9.13 or later:
- T: Snapshot created due to high-entropy data.
- T + 20 mins: A new file extension .abcd observed. Snapshot not created for reason a.
- T + 1 hour 30 mins: A new file extension .efgh observed. Snapshot created. (The next snapshot for new-extension will not be created until 48 hours from this point)
- T + 2 hours: A new file extension .mnop observed. Snapshot not created for reason c.
- T + 4 hours: Snapshot created due to high-entropy data.
- T + 5 hours: A new file extension .qrst observed. Snapshot not created for reason c.
- T + 8 hours: Snapshot created due to high-entropy data.
- …
- T + 48 hours: Snapshot created due to high-entropy data.
- T + 48 hours + 20 mins: A new file extension .uvwx observed. Snapshot not created for reasons a & c.
- T + 48 hours + 30 mins: A new file extension .wxyz observed. Snapshot created. (The next snapshot for new-extension will not be created until 48 hours from this point)
