|
| 1 | +{ |
| 2 | + "technology": "Bitdefender GravityZone", |
| 3 | + "filters": [ |
| 4 | + "filters/antivirus/bitdefender_gz.yml" |
| 5 | + ], |
| 6 | + "rules": [ |
| 7 | + "rules/antivirus/bitdefender_gz/antivirus_service_stopped.yml", |
| 8 | + "rules/antivirus/bitdefender_gz/apt_detection.yml", |
| 9 | + "rules/antivirus/bitdefender_gz/av_console_lateral_movement.yml", |
| 10 | + "rules/antivirus/bitdefender_gz/av_policy_override.yml", |
| 11 | + "rules/antivirus/bitdefender_gz/bootkit_detection.yml", |
| 12 | + "rules/antivirus/bitdefender_gz/crypto_mining_detection.yml", |
| 13 | + "rules/antivirus/bitdefender_gz/email_threat_spreading.yml", |
| 14 | + "rules/antivirus/bitdefender_gz/fileless_malware_detection.yml", |
| 15 | + "rules/antivirus/bitdefender_gz/high_severity_threat_detection.yml", |
| 16 | + "rules/antivirus/bitdefender_gz/malware_outbreak_multiple_hosts.yml", |
| 17 | + "rules/antivirus/bitdefender_gz/memory_threat_detection.yml", |
| 18 | + "rules/antivirus/bitdefender_gz/multiple_malware_from_single_source.yml", |
| 19 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml", |
| 20 | + "rules/antivirus/bitdefender_gz/phishing_access_blocked.yaml", |
| 21 | + "rules/antivirus/bitdefender_gz/quarantine_failure_detection.yml", |
| 22 | + "rules/antivirus/bitdefender_gz/ransomware_behavior_detection.yml", |
| 23 | + "rules/antivirus/bitdefender_gz/realtime_protection_disabled.yml", |
| 24 | + "rules/antivirus/bitdefender_gz/rootkit_detection.yml", |
| 25 | + "rules/antivirus/bitdefender_gz/suspicious_exclusions_added.yml", |
| 26 | + "rules/antivirus/bitdefender_gz/usb_malware_propagation.yml", |
| 27 | + "rules/antivirus/bitdefender_gz/zero_day_malware_detection.yml" |
| 28 | + ], |
| 29 | + "fixtures": [ |
| 30 | + { |
| 31 | + "name": "Bitdefender phishing aph_blocked", |
| 32 | + "filter": "antivirus/bitdefender_gz.yml", |
| 33 | + "input": { |
| 34 | + "log": { |
| 35 | + "actFull": "aph_blocked", |
| 36 | + "BitdefenderGZModule": "aph" |
| 37 | + } |
| 38 | + }, |
| 39 | + "expected": { |
| 40 | + "actionResult": "denied" |
| 41 | + }, |
| 42 | + "absent": [], |
| 43 | + "rules": { |
| 44 | + "rules/antivirus/bitdefender_gz/phishing_access_blocked.yaml": false |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Bitdefender phishing reportOnly", |
| 49 | + "filter": "antivirus/bitdefender_gz.yml", |
| 50 | + "input": { |
| 51 | + "log": { |
| 52 | + "actFull": "reportOnly", |
| 53 | + "BitdefenderGZModule": "aph" |
| 54 | + } |
| 55 | + }, |
| 56 | + "expected": { |
| 57 | + "actionResult": "failure" |
| 58 | + }, |
| 59 | + "absent": [], |
| 60 | + "rules": { |
| 61 | + "rules/antivirus/bitdefender_gz/phishing_access_blocked.yaml": true |
| 62 | + } |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "Bitdefender attacker priority", |
| 66 | + "filter": "antivirus/bitdefender_gz.yml", |
| 67 | + "input": { |
| 68 | + "log": { |
| 69 | + "BitdefenderGZDetectionAttackerIp": "198.51.100.10", |
| 70 | + "BitdefenderGZEventSourceIP": "10.0.0.2" |
| 71 | + } |
| 72 | + }, |
| 73 | + "expected": { |
| 74 | + "origin.ip": "198.51.100.10" |
| 75 | + }, |
| 76 | + "absent": [], |
| 77 | + "rules": {} |
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "Bitdefender CEF priority 0", |
| 81 | + "filter": "antivirus/bitdefender_gz.yml", |
| 82 | + "input": { |
| 83 | + "log": { |
| 84 | + "severity": "0", |
| 85 | + "BitdefenderGZModule": "network-monitor" |
| 86 | + } |
| 87 | + }, |
| 88 | + "expected": { |
| 89 | + "severity": "info", |
| 90 | + "log.cefSeverity": "0" |
| 91 | + }, |
| 92 | + "absent": [], |
| 93 | + "rules": { |
| 94 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml": false |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "name": "Bitdefender CEF priority 3", |
| 99 | + "filter": "antivirus/bitdefender_gz.yml", |
| 100 | + "input": { |
| 101 | + "log": { |
| 102 | + "severity": "3", |
| 103 | + "BitdefenderGZModule": "network-monitor" |
| 104 | + } |
| 105 | + }, |
| 106 | + "expected": { |
| 107 | + "severity": "info", |
| 108 | + "log.cefSeverity": "3" |
| 109 | + }, |
| 110 | + "absent": [], |
| 111 | + "rules": { |
| 112 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml": false |
| 113 | + } |
| 114 | + }, |
| 115 | + { |
| 116 | + "name": "Bitdefender CEF priority 6", |
| 117 | + "filter": "antivirus/bitdefender_gz.yml", |
| 118 | + "input": { |
| 119 | + "log": { |
| 120 | + "severity": "6", |
| 121 | + "BitdefenderGZModule": "network-monitor" |
| 122 | + } |
| 123 | + }, |
| 124 | + "expected": { |
| 125 | + "severity": "warning", |
| 126 | + "log.cefSeverity": "6" |
| 127 | + }, |
| 128 | + "absent": [], |
| 129 | + "rules": { |
| 130 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml": false |
| 131 | + } |
| 132 | + }, |
| 133 | + { |
| 134 | + "name": "Bitdefender CEF priority 8", |
| 135 | + "filter": "antivirus/bitdefender_gz.yml", |
| 136 | + "input": { |
| 137 | + "log": { |
| 138 | + "severity": "8", |
| 139 | + "BitdefenderGZModule": "network-monitor" |
| 140 | + } |
| 141 | + }, |
| 142 | + "expected": { |
| 143 | + "severity": "error", |
| 144 | + "log.cefSeverity": "8" |
| 145 | + }, |
| 146 | + "absent": [], |
| 147 | + "rules": { |
| 148 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml": true |
| 149 | + } |
| 150 | + }, |
| 151 | + { |
| 152 | + "name": "Bitdefender CEF priority 10", |
| 153 | + "filter": "antivirus/bitdefender_gz.yml", |
| 154 | + "input": { |
| 155 | + "log": { |
| 156 | + "severity": "10", |
| 157 | + "BitdefenderGZModule": "network-monitor" |
| 158 | + } |
| 159 | + }, |
| 160 | + "expected": { |
| 161 | + "severity": "critical", |
| 162 | + "log.cefSeverity": "10" |
| 163 | + }, |
| 164 | + "absent": [], |
| 165 | + "rules": { |
| 166 | + "rules/antivirus/bitdefender_gz/network_threat_detection.yml": true |
| 167 | + } |
| 168 | + } |
| 169 | + ] |
| 170 | +} |
0 commit comments