File Integrity Monitoring (FIM)


File Checksum Integrity Verifier (FCIV)

Reference: https://support.microsoft.com/en-us/help/841290/availability-and-description-of-the-file-checksum-integrity-verifier-u

1. Compute MDS hash values and store in XML file
fciv.exe -r "<PATH>" -xml results.xml


2. Verify MD5 hash values with stored XML file
fciv.exe -r "<PATH>" -v -xml results.xml


Popular posts from this blog

Remote Desktop Protocol (RDP) Security

Penetration Testing - Network

Damn Vulnerable Web Services (DVWS) - Walkthrough

Server Message Block (SMB) Security

Offensive Security Testing Guide

Host Configuration Assessment - Windows

Web Server Hardening - Apache Tomcat

Content Page

Mobile Penetration Testing - Android

Penetration Testing with OWASP Top 10 - 2017 A7 Cross-Site Scripting (XSS)