diff --git a/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchDetectorModuleSettings.java b/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchDetectorModuleSettings.java
index 2e11bccc41..5b979623c2 100644
--- a/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchDetectorModuleSettings.java
+++ b/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchDetectorModuleSettings.java
@@ -61,7 +61,25 @@ final class FileExtMismatchDetectorModuleSettings implements IngestModuleIngestJ
"application/exe",
"application/x-dosexec",
"application/x-exe",
- "application/x-msdownload").collect(Collectors.toSet());
+ "application/x-msdownload",
+ "application/msword",
+ "application/pdf",
+ "application/rtf",
+ "application/vnd.ms-excel",
+ "application/vnd.ms-powerpoint",
+ "application/vnd.oasis.opendocument.presentation",
+ "application/vnd.oasis.opendocument.spreadsheet",
+ "application/vnd.oasis.opendocument.text",
+ "application/x-msoffice",
+ "application/x-ooxml",
+ "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
+ "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
+ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
+ "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
+ "application/vnd.openxmlformats-officedocument.presentationml.presentation",
+ "application/vnd.openxmlformats-officedocument.presentationml.template",
+ "application/vnd.openxmlformats-officedocument.presentationml.slideshow"
+ ).collect(Collectors.toSet());
/**
* Constructs an object with the ingest options for the file extension
@@ -176,5 +194,5 @@ final class FileExtMismatchDetectorModuleSettings implements IngestModuleIngestJ
versionNumber = 2;
}
}
-
+
}
diff --git a/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/mismatch_config.xml b/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/mismatch_config.xml
index a89cb7f421..fe2868e3ab 100644
--- a/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/mismatch_config.xml
+++ b/Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/mismatch_config.xml
@@ -469,4 +469,25 @@
avi
+
+ docx
+
+
+ dotx
+
+
+ xlsx
+
+
+ xltx
+
+
+ pptx
+
+
+ potx
+
+
+ ppsx
+