sfc.exe
- File Path:
C:\windows\SysWOW64\sfc.exe
- Description: System Integrity Check and Repair
Hashes
Type | Hash |
---|---|
MD5 | A7424D3F969DF63145BB317D2167101E |
SHA1 | 78BABE98BC4BA57C8D8E98F1414F8779EB7BD20C |
SHA256 | 17EFB7CA5F719D6A8C08791C355CAECAF77B29B02383BC8BADF078E086A0ACC8 |
SHA384 | F5AD0EA23D995596F18C83BD5E18C95127DB0C1B51D694A0D4395F10793ECB5F703C0B3DF43C7E473D4AC7C563979BC2 |
SHA512 | 602B722943CF8627DAB77751FE26DEC995593EA9C4DA817263FF27875A4964826A9D7464456285F494B2BDCEB7A4E93EB9DCFAAB2C62C472BEB6248C0509DABB |
SSDEEP | 768:QpTlBpVdFfxFQzCLEsR96FbvJzYDfIU2559:gH9hgbpWgU2559 |
Signature
- Status: The file C:\windows\SysWOW64\sfc.exe is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170
- Serial: ``
- Thumbprint: ``
- Issuer:
- Subject:
File Metadata
- Original Filename: sfc.exe.mui
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 6.3.9600.16384 (winblue_rtm.130821-1623)
- Product Version: 6.3.9600.16384
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
Possible Misuse
The following table contains possible examples of sfc.exe
being misused. While sfc.exe
is not inherently malicious, its legitimate functionality can be abused for malicious purposes.
Source | Source File | Example | License |
---|---|---|---|
signature-base | apt_poisonivy.yar | $s4 = “\sfc.exe” fullword ascii /* score: ‘11.005’ */ | CC BY-NC 4.0 |
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
sfc
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Scans and verifies the integrity of all protected system files and replaces incorrect versions with correct versions. If this command discovers that a protected file has been overwritten, it retrieves the correct version of the file from the systemroot\system32\dllcache folder, and then replaces the incorrect file.
[!IMPORTANT] You must be logged on as a member of the Administrators group to run this command.
Syntax
sfc [/scannow] [/verifyonly] [/scanfile=<file>] [/verifyfile=<file>] [/offwindir=<offline windows directory> /offbootdir=<offline boot directory>]
Parameters
Parameter | Description |
---|---|
/scannow | Scans the integrity of all protected system files and repairs files with problems when possible. |
/verifyonly | Scans the integrity of all protected system files, without performing repairs. |
/scanfile <file> |
Scans the integrity of the specified file (full path and filename) and attempts to repair any problems if they’re detected. |
/verifyfile <file> |
Verifies the integrity of the specified file (full path and filename), without performing repairs. |
/offwindir <offline windows directory> |
Specifies the location of the offline windows directory, for offline repair. |
/offbootdir <offline boot directory> |
Specifies the location of the offline boot directory for offline repair. |
/? | Displays help at the command prompt. |
Examples
To verify the kernel32.dll file, type:
sfc /verifyfile=c:\windows\system32\kernel32.dll
To set up the offline repair of the kernel32.dll file with an offline boot directory set to D:* and an offline windows directory set to *D:\windows, type:
sfc /scanfile=D:\windows\system32\kernel32.dll /offbootdir=D:\ /offwindir=d:\windows
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.