Symantec Protection Engine 7.8 does not have the user interface. You must use the XML modifier command-line tool to view statistics in Symantec Protection Engine 7.8 from the report.xml file.
The default location for report.xml file is as follows:
For Windows - C:\Program Files\Symantec\Scan Engine\report.xml
For Linux - /opt/SYMCScan/bin/report.xml
Following table lists the xpaths for viewing statistics:
Sr. No |
XPath |
Output |
1. |
xmlmodifier -q //report/SinceInstall/VirusFound/@value report.xml
|
Total viruses found till date. |
2. |
xmlmodifier -q //report/SinceInstall/VirusRepaired/@value report.xml
|
Total viruses repaired till date. |
3. |
xmlmodifier -q //report/SinceInstall/FilesQuarantined/@value report.xml File name: report.xml
|
Total files quarantined till date. |
4. |
xmlmodifier -q //report/SinceInstall/ScanRequest/@value report.xml File name: report.xml
|
Total scan requests received till date. |
5. |
xmlmodifier -q //report/SinceInstall/DataScanned/@value report.xml
|
Total data scanned till date in bytes. |
6. |
xmlmodifier -q //report/SinceInstall/byurl/@value report.xml
|
Total number of URLs blocked by URL filtering till date. |
7. |
xmlmodifier -q //report/SinceInstall/SecurityRisks/@value report.xml
|
Total number of security risks detected till date. |
8. |
xmlmodifier -q //report/SinceInstall/malformed/@value report.xml
|
Total number of malformed containers detected till date. |
9. |
xmlmodifier -q //report/SinceInstall/policyviolations/@value report.xml
|
Total number of policy violations detected till date. |
10. |
xmlmodifier -q //report/SinceInstall/fileviolations/@value report.xml
|
Total number of file violations detected till date. |
11. |
xmlmodifier -q //report/SinceInstall/containerviolations/@value report.xml
|
Total number of container violations detected till date. |
12. |
xmlmodifier -q //report/SinceInstall/HighRiskRatings/@value report.xml
|
Total number of high risk rating threats detected till date. |
13. |
xmlmodifier -q //report/SinceInstall/MediumRiskRatings/@value report.xml
|
Total number of medium risk rating threats detected till date. |
14. |
xmlmodifier -q //report/SinceInstall/LowRiskRatings/@value report.xml
|
Total number of low risk rating threats detected till date. |
15. |
xmlmodifier -q //report/SinceInstall/InsightSecurityRisks/@value report.xml
|
Total number of insight security risks threats detected till date. |
16. |
xmlmodifier -q //report/SinceInstall/UrlReputationPolicyViolations/@value report.xml
|
Total number of URLs detected by URL reputation policy till date. |
17. |
xmlmodifier -q //report/SinceInstall/APKReputationPolicyViolations/@value report.xml
|
Total number of APK reputation policy violations detected till date. |
18. |
xmlmodifier -q //report/version/@value report.xml
|
Displays the Symantec Protection Engine installed version. |
19. |
xmlmodifier -q //report/avdate/@value report.xml
|
Displays the AV definitions date. The time is epoch time. |
20. |
xmlmodifier -q //report/urldate/@value report.xml
|
Displays the Symantec URL definitions date. The time is epoch time. |
21. |
xmlmodifier -q //report/caicurldate/@value report.xml
|
Displays the CAIC URL definition date. The time is epoch time. |
22. |
xmlmodifier -q //report/InsightCacheRevocationdate/@value report.xml
|
Displays the Insight Cache Revocation date. The time is epoch time. |
23. |
xmlmodifier -q //report/InsightSettingsdate/@value report.xml
|
Displays the Insight Settings date. The time is epoch time. |
24. |
xmlmodifier -q //report/InsightSymvtdate/@value report.xml
|
Displays the Insight Symvt date. The time is epoch time. |
25. |
xmlmodifier -q //report/UrlReputationDefinitionsDate/@value report.xml
|
Displays the URL reputation definitions date. The time is epoch time. |
26. |
xmlmodifier -q //report/licenseinformation/AVScanning/status/@value report.xml
|
Displays the status information of the AV Scanning license. |
27. |
xmlmodifier -q //report/licenseinformation/AVContent/status/@value report.xml
|
Displays the status information of the AV content license. |
28. |
xmlmodifier -q //report/licenseinformation/URLFiltering/status/@value report.xml
|
Displays the status information of the URL filtering license. |
29. |
xmlmodifier -q //report/licenseinformation/URLContent/status/@value report.xml
|
Displays the status information of the URL Content license. |
30. |
xmlmodifier -q //report/licenseinformation/Insight/status/@value report.xml
|
Displays the status information of the Insight license. |
31. |
xmlmodifier -q //report/licenseinformation/APKReputation/status/@value report.xml
|
Displays the status information of the APK Reputation license. |