Description | This article provides some commands to check if a device can be monitored by FortiSIEM. |
Scope | FortiSIEM. |
Solution |
In order to check a device can be monitored:
/opt/phoenix/bin/checkWMIMonitorability <host_ip> <domain> <user> <pwd> <output_file>
Example:
Then check the output file /tmp/WMIoutput.txt
SNMPv2
SNMPv3 snmpwalk -v 3 -u <snmpv3user> -l authpriv <IP> -a MD5 -A <snmpv3md5password> -x DES -X <snmpv3despassword>
|