Not found
+Bummer! This page doesn't exist. back home.
+diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
new file mode 100644
index 00000000..7d9b0a09
--- /dev/null
+++ b/.github/workflows/validate.yml
@@ -0,0 +1,26 @@
+name: Validate YAMLs
+
+on:
+ push:
+ branches:
+ - "*"
+ pull_request:
+ branches: [main]
+
+jobs:
+ validate-yaml:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ submodules: true
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v4.5.0
+ with:
+ python-version: 3.12
+ - name: Install Poetry
+ run: curl -sSL https://install.python-poetry.org | python -
+ - name: Install dependencies with Poetry
+ run: poetry install
+ - name: Run YAML Checks
+ run: poetry run python bin/validate.py -v
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..f49a4e16
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..e69de29b
diff --git a/bin/site.py b/bin/site.py
new file mode 100644
index 00000000..11b0da01
--- /dev/null
+++ b/bin/site.py
@@ -0,0 +1,237 @@
+import yaml
+import argparse
+import sys
+import re
+import os
+import json
+import datetime
+import jinja2
+import csv
+
+def write_bootloaders_csv(bootloaders, output_dir, VERBOSE):
+ output_file = os.path.join(output_dir, 'content', 'api', 'bootloaders.csv')
+
+ header = ['Id', 'Author', 'Created', 'Command', 'Description', 'Usecase', 'Category', 'Privileges', 'MitreID',
+ 'OperatingSystem', 'Resources', 'bootloader Description', 'Person', 'Handle', 'Detection',
+ 'KnownVulnerableSamples_MD5', 'KnownVulnerableSamples_SHA1', 'KnownVulnerableSamples_SHA256',
+ 'KnownVulnerableSamples_Publisher', 'KnownVulnerableSamples_Date',
+ 'KnownVulnerableSamples_Company', 'KnownVulnerableSamples_Description',
+ 'KnownVulnerableSamples_Authentihash_MD5', 'KnownVulnerableSamples_Authentihash_SHA1', 'KnownVulnerableSamples_Authentihash_SHA256', 'Verified', 'Tags']
+
+ with open(output_file, 'w', newline='') as f:
+ writer = csv.DictWriter(f, fieldnames=header)
+ writer.writeheader()
+
+ for bootloader in bootloaders:
+ if VERBOSE:
+ print(f"Writing bootloader CSV: {bootloader['Id']}")
+
+ md5s = [s['MD5'] for s in bootloader['KnownVulnerableSamples'] if 'MD5' in s]
+ sha1s = [s['SHA1'] for s in bootloader['KnownVulnerableSamples'] if 'SHA1' in s]
+ sha256s = [s['SHA256'] for s in bootloader['KnownVulnerableSamples'] if 'SHA256' in s]
+ publishers = [s['Publisher'] for s in bootloader['KnownVulnerableSamples'] if 'Publisher' in s]
+ dates = [s['Date'] for s in bootloader['KnownVulnerableSamples'] if 'Date' in s]
+ companies = [s['Company'] for s in bootloader['KnownVulnerableSamples'] if 'Company' in s]
+ descriptions = [s['Description'] for s in bootloader['KnownVulnerableSamples'] if 'Description' in s]
+ authentihash_md5s = [s['Authentihash']['MD5'] for s in bootloader['KnownVulnerableSamples'] if 'Authentihash' in s]
+ authentihash_sha1s = [s['Authentihash']['SHA1'] for s in bootloader['KnownVulnerableSamples'] if 'Authentihash' in s]
+ authentihash_sha256s = [s['Authentihash']['SHA256'] for s in bootloader['KnownVulnerableSamples'] if 'Authentihash' in s]
+
+
+ row = {
+ 'Id': bootloader.get('Id', ''),
+ 'Author': bootloader.get('Author', ''),
+ 'Created': bootloader.get('Created', ''),
+ 'Command': bootloader.get('Command', ''),
+ 'Description': bootloader.get('Description', ''),
+ 'Usecase': bootloader.get('Usecase', ''),
+ 'Category': bootloader.get('Category', ''),
+ 'Privileges': bootloader.get('Privileges', ''),
+ 'MitreID': bootloader.get('MitreID', ''),
+ 'OperatingSystem': bootloader.get('OperatingSystem', ''),
+ 'Resources': bootloader.get('Resources', ''),
+ 'bootloader Description': bootloader.get('bootloader Description', ''),
+ 'Person': bootloader.get('Person', ''),
+ 'Handle': bootloader.get('Handle', ''),
+ 'Detection': bootloader.get('Detection', ''),
+ 'KnownVulnerableSamples_MD5': ', '.join(str(md5) for md5 in md5s),
+ 'KnownVulnerableSamples_SHA1': ', '.join(str(sha1) for sha1 in sha1s),
+ 'KnownVulnerableSamples_SHA256': ', '.join(str(sha256) for sha256 in sha256s),
+ 'KnownVulnerableSamples_Publisher': ', '.join(str(publisher) for publisher in publishers),
+ 'KnownVulnerableSamples_Date': ', '.join(str(date) for date in dates),
+ 'KnownVulnerableSamples_Company': ', '.join(str(company) for company in companies),
+ 'KnownVulnerableSamples_Description': ', '.join(str(description) for description in descriptions),
+ 'KnownVulnerableSamples_Authentihash_MD5': ', '.join(str(md5) for md5 in authentihash_md5s),
+ 'KnownVulnerableSamples_Authentihash_SHA1': ', '.join(str(sha1) for sha1 in authentihash_sha1s),
+ 'KnownVulnerableSamples_Authentihash_SHA256': ', '.join(str(sha256) for sha256 in authentihash_sha256s),
+ 'Verified': bootloader.get('Verified', ''),
+ 'Tags': ', '.join(str(tag) for tag in bootloader['Tags'])
+ }
+
+ writer.writerow(row)
+
+
+
+
+
+def write_top_os(bootloaders, output_dir, top_n=5):
+ os_count = {}
+ for bootloader in bootloaders:
+ command = bootloader.get('Commands')
+ if not command:
+ continue
+ os_name = command.get('OperatingSystem')
+ if not os_name or os_name.isspace() or os_name.lower() == 'n/a':
+ continue
+ os_name = os_name.strip().replace(',', '')
+ if os_name not in os_count:
+ os_count[os_name] = 0
+ os_count[os_name] += 1
+ sorted_os = sorted(os_count.items(), key=lambda x: x[1], reverse=True)[:top_n]
+ with open(f"{output_dir}/content/bootloaders_top_{top_n}_os.csv", "w") as f:
+ writer = csv.writer(f)
+ for os, count in sorted_os:
+ for _ in range(count):
+ writer.writerow([count, os])
+
+def write_top_publishers(bootloaders, output_dir, top_n=5):
+ publishers_count = {}
+
+ for bootloader in bootloaders:
+ for hash_info in bootloader['KnownVulnerableSamples']:
+ publisher_str = hash_info.get('Publisher') # Use the `get()` method here
+
+ if not publisher_str:
+ continue
+
+ publishers = re.findall(r'\"(.*?)\"|([^,]+)', publisher_str)
+ for publisher_tuple in publishers:
+ publisher = next(filter(None, publisher_tuple)).strip()
+
+ if publisher.lower() == 'n/a' or publisher.isspace() or publisher.lower() == 'ltd.':
+ continue
+
+ if publisher not in publishers_count:
+ publishers_count[publisher] = 0
+
+ publishers_count[publisher] += 1
+
+ sorted_publishers = sorted(publishers_count.items(), key=lambda x: x[1], reverse=True)[:top_n]
+
+ with open(f"{output_dir}/content/bootloaders_top_{top_n}_os.csv", "w") as f:
+ writer = csv.writer(f)
+
+ for publisher, count in sorted_publishers:
+ for _ in range(count):
+ writer.writerow([count, publisher])
+
+
+
+def generate_doc_bootloaders(REPO_PATH, OUTPUT_DIR, TEMPLATE_PATH, messages, VERBOSE):
+ manifest_files = []
+ for root, dirs, files in os.walk(REPO_PATH):
+ for file in files:
+ manifest_files.append((os.path.join(root, file)))
+
+ bootloaders = []
+ for manifest_file in manifest_files:
+ bootloader = dict()
+ if VERBOSE:
+ print("processing bootloader {0}".format(manifest_file))
+
+ with open(manifest_file, 'r') as stream:
+ try:
+ object = list(yaml.safe_load_all(stream))[0]
+ except yaml.YAMLError as exc:
+ print(exc)
+ print("Error reading {0}".format(manifest_file))
+ sys.exit(1)
+
+ bootloaders.append(object)
+
+ # write markdowns
+ j2_env = jinja2.Environment(loader=jinja2.FileSystemLoader(TEMPLATE_PATH), trim_blocks=True, autoescape=True, lstrip_blocks=False)
+ d = datetime.datetime.now()
+ template = j2_env.get_template('bootloader.md.j2')
+ for bootloader in bootloaders:
+ file_name = bootloader["Id"] + '.md'
+ output_path = os.path.join(OUTPUT_DIR + '/content/bootloaders/' + file_name)
+ output = template.render(bootloader=bootloader, time=str(d.strftime("%Y-%m-%d")))
+ with open(output_path, 'w', encoding="utf-8") as f:
+ f.write(output)
+ messages.append("site_gen.py wrote {0} bootloaders markdown to: {1}".format(len(bootloaders),OUTPUT_DIR + '/content/bootloaders/'))
+
+ # write api csv
+ write_bootloaders_csv(bootloaders, OUTPUT_DIR, VERBOSE)
+ messages.append("site_gen.py wrote bootloaders CSV to: {0}".format(OUTPUT_DIR + '/content/api/bootloaders.csv'))
+
+ # write api json
+ with open(OUTPUT_DIR + '/content/api/' + 'bootloaders.json', 'w', encoding='utf-8') as f:
+ json.dump(bootloaders, f, ensure_ascii=False, indent=4)
+ messages.append("site_gen.py wrote bootloaders JSON to: {0}".format(OUTPUT_DIR + '/content/api/bootloaders.json'))
+
+ # write listing csv
+ with open(OUTPUT_DIR + '/content/' + 'bootloaders_table.csv', 'w') as f:
+ writer = csv.writer(f)
+ for bootloader in bootloaders:
+ link = '[' + bootloader['Tags'][0] + '](bootloaders/' + bootloader["Id"] + '/)'
+ if ('SHA256' not in bootloader['KnownVulnerableSamples'][0]) or (bootloader['KnownVulnerableSamples'][0]['SHA256'] is None ) or (bootloader['KnownVulnerableSamples'][0]['SHA256'] == ''):
+ sha256='not available '
+ else:
+ sha256='[' + bootloader['KnownVulnerableSamples'][0]['SHA256'] + '](bootloaders/' + bootloader["Id"]+ '/)'
+ writer.writerow([link, sha256, bootloader['Category'].capitalize(), bootloader['Created']])
+ messages.append("site_gen.py wrote bootloaders table to: {0}".format(OUTPUT_DIR + '/content/bootloaders_table.csv'))
+
+ # write top 5 os
+ write_top_os(bootloaders, OUTPUT_DIR)
+ messages.append("site_gen.py wrote bootloaders products to: {0}".format(OUTPUT_DIR + '/content/bootloaders_top_n_products.csv'))
+
+ return bootloaders, messages
+
+
+if __name__ == "__main__":
+
+ # grab arguments
+ parser = argparse.ArgumentParser(description="Generates bootloaders.io site", epilog="""
+ This tool converts all bootloaders.io yamls and builds the site with all the supporting components.""")
+ parser.add_argument("-p", "--path", required=False, default="yaml", help="path to lolbootloader yaml folder. Defaults to `yaml`")
+ parser.add_argument("-o", "--output", required=False, default="bootloaders.io", help="path to the output directory for the site, defaults to `bootloaders.io`")
+ parser.add_argument("-v", "--verbose", required=False, default=False, action='store_true', help="prints verbose output")
+
+ # parse them
+ args = parser.parse_args()
+ REPO_PATH = args.path
+ OUTPUT_DIR = args.output
+ VERBOSE = args.verbose
+
+
+ TEMPLATE_PATH = os.path.join(REPO_PATH, '../bin/jinja2_templates')
+
+ if VERBOSE:
+ print("wiping the {0}/content/bootloaders/ folder".format(OUTPUT_DIR))
+
+ # first clean up old bootloaders
+ try:
+ for root, dirs, files in os.walk(OUTPUT_DIR + '/content/bootloaders/'):
+ for file in files:
+ if file.endswith(".md") and not file == '_index.md':
+ os.remove(root + '/' + file)
+ except OSError as e:
+ print("error: %s : %s" % (file, e.strerror))
+ sys.exit(1)
+
+
+ # also clean up API artifacts
+ if os.path.exists(OUTPUT_DIR + '/content/api/bootloaders.json'):
+ os.remove(OUTPUT_DIR + '/content/api/bootloaders.json')
+ if os.path.exists(OUTPUT_DIR + '/content/api/bootloaders.csv'):
+ os.remove(OUTPUT_DIR + '/content/api/bootloaders.csv')
+
+
+ messages = []
+ bootloaders, messages = generate_doc_bootloaders(REPO_PATH, OUTPUT_DIR, TEMPLATE_PATH, messages, VERBOSE)
+
+ # print all the messages from generation
+ for m in messages:
+ print(m)
+ print("finished successfully!")
diff --git a/bin/spec/lolrmm.spec.json b/bin/spec/lolrmm.spec.json
new file mode 100644
index 00000000..e69de29b
diff --git a/bin/validate.py b/bin/validate.py
new file mode 100644
index 00000000..909754a4
--- /dev/null
+++ b/bin/validate.py
@@ -0,0 +1,118 @@
+#!/usr/bin/python
+
+'''
+Validates YAML files in a directory against a JSON schema.
+'''
+
+import glob
+import json
+import jsonschema
+import yaml
+import sys
+import argparse
+from pathlib import Path
+from os import path, walk
+
+
+def check_md5_length(object):
+ md5_len = 32
+ known_vulnerable_samples = object.get('KnownVulnerableSamples', [])
+ for sample in known_vulnerable_samples:
+ md5 = sample.get('MD5', '')
+ if md5 and len(md5) != md5_len:
+ return f"ERROR: MD5 length is not {md5_len} characters for object: {object['Id']}"
+ return None
+
+def check_sha1_length(object):
+ sha1_len = 40
+ known_vulnerable_samples = object.get('KnownVulnerableSamples', [])
+ for sample in known_vulnerable_samples:
+ sha1 = sample.get('SHA1', '')
+ if sha1 and len(sha1) != sha1_len:
+ return f"ERROR: SHA1 length is not {sha1_len} characters for object: {object['Id']}"
+ return None
+
+def check_sha256_length(object):
+ sha256_len = 64
+ known_vulnerable_samples = object.get('KnownVulnerableSamples', [])
+ for sample in known_vulnerable_samples:
+ sha256 = sample.get('SHA256', '')
+ if sha256 and len(sha256) != sha256_len:
+ return f"ERROR: SHA256 length is not {sha256_len} characters for object: {object['Id']}"
+ return None
+
+
+def validate_schema(yaml_dir, schema_file, verbose):
+
+ error = False
+ errors = []
+
+ try:
+ with open(schema_file, 'rb') as f:
+ schema = json.load(f)
+ except IOError:
+ print("ERROR: reading schema file {0}".format(schema_file))
+
+ yaml_files = glob.glob(path.join(yaml_dir, "*.yaml"))
+
+ for yaml_file in yaml_files:
+ if verbose:
+ print("processing YAML file {0}".format(yaml_file))
+
+ with open(yaml_file, 'r') as stream:
+ try:
+ yaml_data = yaml.safe_load(stream)
+ except yaml.YAMLError as exc:
+ print(exc)
+ print("Error reading {0}".format(yaml_file))
+ errors.append("ERROR: Error reading {0}".format(yaml_file))
+ error = True
+ continue
+
+ validator = jsonschema.Draft7Validator(schema, format_checker=jsonschema.FormatChecker())
+ for schema_error in validator.iter_errors(yaml_data):
+ errors.append("ERROR: {0} at file {1}:\n\t{2}".format(json.dumps(schema_error.message), yaml_file, schema_error.path))
+ error = True
+
+ # Additional YAML checks
+ check_errors = [
+ check_md5_length(yaml_data),
+ check_sha1_length(yaml_data),
+ check_sha256_length(yaml_data),
+ ]
+
+ for check_error in check_errors:
+ if check_error:
+ errors.append(check_error)
+ error = True
+
+ return error, errors
+
+
+def main(yaml_dir, schema_file, verbose):
+
+ error, errors = validate_schema(yaml_dir, schema_file, verbose)
+
+ for err in errors:
+ print(err)
+
+ if error:
+ sys.exit("Errors found")
+ else:
+ print("No Errors found")
+
+
+if __name__ == "__main__":
+ # grab arguments
+ parser = argparse.ArgumentParser(description="Validates YAML files in a directory against a JSON schema")
+ parser.add_argument("-y", "--yaml_dir", default='yaml/', help="path to the directory containing YAML files")
+ parser.add_argument("-s", "--schema_file", default='bin/spec/bootloaders.spec.json', help="path to the JSON schema file")
+ parser.add_argument("-v", "--verbose", required=False, action='store_true', help="prints verbose output")
+ # parse them
+ args = parser.parse_args()
+ yaml_dir = args.yaml_dir
+ schema_file = args.schema_file
+ verbose = args.verbose
+
+ main(yaml_dir, schema_file, verbose)
+
diff --git a/lolrmm.com/.gitignore b/lolrmm.com/.gitignore
new file mode 100644
index 00000000..4b63e5de
--- /dev/null
+++ b/lolrmm.com/.gitignore
@@ -0,0 +1,3 @@
+public/
+node_modules/
+.DS_Store
diff --git a/lolrmm.com/.gitmodules b/lolrmm.com/.gitmodules
new file mode 100644
index 00000000..e69de29b
diff --git a/lolrmm.com/.hugo_build.lock b/lolrmm.com/.hugo_build.lock
new file mode 100644
index 00000000..e69de29b
diff --git a/lolrmm.com/LICENSE b/lolrmm.com/LICENSE
new file mode 100644
index 00000000..261eeb9e
--- /dev/null
+++ b/lolrmm.com/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/lolrmm.com/config.toml b/lolrmm.com/config.toml
new file mode 100644
index 00000000..19fbafd2
--- /dev/null
+++ b/lolrmm.com/config.toml
@@ -0,0 +1,9 @@
+baseURL = "https://www.lolrmm.com/"
+title = "lolrmm.com"
+enableRobotsTXT = true
+theme = ["compose"] # loading from local
+enableGitInfo = true
+# Google Analytics
+googleAnalytics = "G-9F510YT8DQ"
+[outputs]
+ home = ["HTML", "RSS","JSON"]
diff --git a/lolrmm.com/config/_default/markup.toml b/lolrmm.com/config/_default/markup.toml
new file mode 100644
index 00000000..adc933a2
--- /dev/null
+++ b/lolrmm.com/config/_default/markup.toml
@@ -0,0 +1,19 @@
+[goldmark]
+ [goldmark.renderer]
+ unsafe = true
+ [goldmark.extensions]
+ typographer = false
+[highlight]
+ codeFences = true
+ guessSyntax = false
+ hl_Lines = ""
+ lineNoStart = 1
+ lineNos = true
+ lineNumbersInTable = false
+ noClasses = false
+ style = "monokai"
+ tabWidth = 2
+[tableOfContents]
+ endLevel = 4
+ ordered = false
+ startLevel = 2
\ No newline at end of file
diff --git a/lolrmm.com/config/_default/menus/menu.en.toml b/lolrmm.com/config/_default/menus/menu.en.toml
new file mode 100644
index 00000000..4102b960
--- /dev/null
+++ b/lolrmm.com/config/_default/menus/menu.en.toml
@@ -0,0 +1,4 @@
+[[main]]
+ name = "About"
+ weight = 5
+ url = "about/"
diff --git a/lolrmm.com/config/_default/params.toml b/lolrmm.com/config/_default/params.toml
new file mode 100644
index 00000000..48fbecf4
--- /dev/null
+++ b/lolrmm.com/config/_default/params.toml
@@ -0,0 +1,45 @@
+# use the setting below to set multiple docs directories.
+
+uniqueHomePage = true # change to false to add sidebar to homepage
+
+# repo = "https://github.com/josehelps/compose"
+
+enableDarkMode = false # set to false to disable darkmode by default # user will still have the option to use dark mode
+
+# sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
+codeMaxLines = 7
+
+# show/hide line numbers by default. Switch to `true` if you'd rather have them on.
+showLineNumbers = false
+
+# By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below
+# iconsPath = 'icons/'
+
+# otherSearchableFields = ["Tags"] # As they appear in frontmatter
+enableSearch = true
+
+[search]
+on = false
+global = false
+[search.algolia]
+enable = false
+
+
+# Site logo
+[logo]
+ #lightMode = "images/compose.svg"
+ #darkMode = "images/compose-light.svg"
+ lightMode = "images/logo.png"
+ darkMode = "images/logo-dark.png"
+
+
+[source]
+ name = "GitHub"
+ iconLight = "images/GitHubMarkLight.svg"
+ iconDark = "images/GitHubMarkDark.svg"
+ url = "https://github.com/magicsword-io/bootloaders"
+
+[author]
+ name = "With ♥️ from Magicsword"
+ url = "https://lolrmm.com/about"
+
diff --git a/lolrmm.com/content/_index.md b/lolrmm.com/content/_index.md
new file mode 100644
index 00000000..b4081e5e
--- /dev/null
+++ b/lolrmm.com/content/_index.md
@@ -0,0 +1,53 @@
++++
+title = "lolrmm.com"
+[dataset1]
+ fileLink = "content/bootloaders_table.csv"
+ colors = ["#ef7f1a", "#627c62", "#11819b", "#4e1154"] # chart colors
+ columnTitles = ['Tag','SHA256','Category', 'Created'] # optional if not table will be displayed from dataset
+ baseChartOn = 4 # number of column the chart(s) and graph should be drawn from # can be overridden directly via shortcode parameter # it's therefore optional
+ charts = ["table"]
+ title = "Bootkit List"
+
+[dataset2]
+ fileLink = "content/bootloaders_top_5_os.csv"
+ colors = ["#ef7f1a", "#627c62", "#11819b", "#4e1154", "#a1c9a2", "#38a9d9", "#f9b34c", "#824da4", "#e0c7c2", "#c2c2a3", "#d6a994", "#f2c057"] # chart colors
+ columnTitles = ["Count", "Name"] # optional if not table will be displayed from dataset
+ baseChartOn = 2 # number of column the chart(s) and graph should be drawn from # can be overridden directly via shortcode parameter # it's therefore optional
+ piechart = true
+ barchart = true
+ title = "Top OS"
+
++++
+
+{{< block "grid-3" >}}
+
+{{< column "mt-4">}}
+
+# lolrmm.com
+lolrmm.com is a curated list of known malicious bootloaders for various operating systems. The project aims to assist security professionals in staying informed and mitigating potential threats associated with bootloaders.
+
+{{< tip "warning" >}}
+Feel free to open a [PR](https://github.com/magicsword-io/bootloaders/pulls), raise an [issue](https://github.com/magicsword-io/bootloaders/issues/new/choose "Open a Github Issue"), or suggest new bootkit(s) to be added.
+{{< /tip >}}
+
+{{< tip >}}
+You can also access the malicious bootkit list via **API** using [CSV](api/bootloaders.csv) or [JSON](api/bootloaders.json). For users of security monitoring tools, check out the pre-built [configurations](https://github.com/magicsword-io/bootloaders/blob/main/detections/configs). We also provide [Sigma rules](https://github.com/magicsword-io/bootloaders/blob/main/detections/sigma) for SIEMs.
+{{< /tip >}}
+
+{{< /column >}}
+
+{{< column "mt-4">}}
+
+# Top Architecture
+
+{{% chart "dataset2" "pie" %}}
+
+{{< /column >}}
+
+{{< /block >}}
+
+{{< block "grid-1" >}}
+{{< column >}}
+{{% chart "dataset1" "table" %}}
+{{< /column >}}
+{{< /block >}}
diff --git a/lolrmm.com/content/about/_index.md b/lolrmm.com/content/about/_index.md
new file mode 100644
index 00000000..9ba6026c
--- /dev/null
+++ b/lolrmm.com/content/about/_index.md
@@ -0,0 +1,35 @@
+---
+title: "About"
+---
+
+{{< block "grid-2" >}}
+{{< column "mt-1 pt-1">}}
+
+#``
+# About Bootloaders
+
+Bootloaders is a community-driven project that provides a curated list of all malicious bootloaders that have been found to be abused by adversaries to bypass security controls and execute malicious code. The project was inspired by Michael Haag's work in hunting evil and the need to track malicious drivers that adversaries use to evade detection, now extended to bootloaders. Jose Enrique Hernandez is instrumental in putting the project together and continues to contribute to its development.
+
+Bootloaders is an open-source project that welcomes contributions from the security community. By sharing knowledge and expertise, we can help each other stay informed and better defend against emerging threats. Whether you're a researcher, incident responder, or system administrator, we hope that Bootloaders will be a valuable resource in your fight against cyberattacks.
+
+{{< button "/" "Drivers" >}}
+{{< /column >}}
+
+{{< column "mt-1 pt-1">}}
+#``
+# [Michael Haag](https://twitter.com/M_haggis)
+{{< picture "michael-headshot.png" "michael-headshot.png" >}}
+Michael Haag is a Principal Threat Researcher at Splunk. Michael has more than a decade of experience in security architecture and operations. His specialties include advanced threat hunting and investigations, atomic testing, and technological evaluations and detection engineering. Michaels is the co-founder of the [Atomic Red Team](https://github.com/Atomics-on-A-Friday) project and co-host of [Atomics on a Friday](https://www.youtube.com/@atomicsonafriday).
+
+# [Jose Hernandez](https://twitter.com/_josehelps)
+{{< picture "jose-headshot.png" "jose-headshot.png" >}}
+Currently, Jose Enrique Hernandez is a Distinguished Cloud Threat Researcher at Laceworks. Previously he founded and lead the Threat Research team at Splunk (STRT). Jose is known for creating several security-related projects, including: [Splunk Attack Range](https://github.com/splunk/attack_range), [Splunk Security Content](https://github.com/splunk/security_content), [Git-Wild-Hunt](https://github.com/josehelps/git-wild-hunt), [Melting-Cobalt](https://github.com/splunk/melting-cobalt), and [BlackCert](https://github.com/josehelps/blackcert) projects. He also works as a maintainer to security industry critical repositories such as [Atomic Red Team](atomicredteam.io/) and [lolbas-project.github.io](lolbas-project.github.io/).
+
+# [Nasreddine Bencherchali](https://twitter.com/nas_bench)
+{{< picture "nas-headshot.png" "nas-headshot.png" >}}
+Currently, Nasreddine Bencherchali is a Threat Researcher at Nextron Systems, with a focus in Detection Engineering and Threat Hunting. Nasreddine is also currently one of the maintainers of the SIGMA project and the co-founder of the [EVTX-ETW-Resources project](https://github.com/nasbench/EVTX-ETW-Resources/), he also write a blog about [Detection and other security topics](https://nasbench.medium.com)
+
+Honorable mentions, [Florian](https://twitter.com/cyb3rops) and [Patrick](https://twitter.com/bareiss_patrick) for all their help getting the idea and the project off the ground!
+{{< /column >}}
+{{< /block >}}
+
diff --git a/lolrmm.com/content/api/drivers.csv b/lolrmm.com/content/api/drivers.csv
new file mode 100644
index 00000000..ba680095
--- /dev/null
+++ b/lolrmm.com/content/api/drivers.csv
@@ -0,0 +1,521 @@
+Id,Author,Created,Command,Description,Usecase,Category,Privileges,MitreID,OperatingSystem,Resources,Driver Description,Person,Handle,Detection,KnownVulnerableSamples_MD5,KnownVulnerableSamples_SHA1,KnownVulnerableSamples_SHA256,KnownVulnerableSamples_Publisher,KnownVulnerableSamples_Date,KnownVulnerableSamples_Company,KnownVulnerableSamples_Description,KnownVulnerableSamples_Authentihash_MD5,KnownVulnerableSamples_Authentihash_SHA1,KnownVulnerableSamples_Authentihash_SHA256,Verified,Tags
+eefbdef0-8570-4a68-9824-042e17b71f98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CB9E3E372C5F707858E1DE6421C2D3407C240F9D7BC43A9B9F3BA1F6037615B9,,,,,,,41D1EEB177C0324E17DD6557F384E532DE0CF51A019A446B01EFB351BC259D77,TRUE,eefbdef0-8570-4a68-9824-042e17b71f98
+b3b0f086-0c9c-4e10-b65c-47509c6f0dfb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",fe08109ce34ae68fed49348549b9ead1,7fb211ce3088f2e657c72dcc80574310becde3e7,d8732eb8bd7240f17d90656424aabc0669c3d13e3117efc4805bb59dd21ceb1d,,,Microsoft Corporation,Boot Manager,724bc2c9091c4dd631e113c32702d9f4,f8799b5f344ad92948a1468937cd9255e6873dac,f197a171a09ab640aa8ac4ff7ddfc88377a89fdbb3fee014abb9097d92575b67,TRUE,bootmgfw.efi
+7a216607-3204-4536-9507-a3beccc529a8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",87b6d22295a16073d8d456fc574441a8,0c26596b3297d5e5a06f8d3788579edc7895a622,783d088ce72996a064c0da796579475e0aef23c5e6e0e5905c98571bf8620e20,,,Microsoft Corporation,Boot Manager,dd9b5d03a87f0e8ddba5df77f7a98999,a18abd2b659c6d0eb756052a05e463f4c2eab7cd,8ede7732284dab4aa384606ca07be29e72fded094597261a2f6473494a8aca0a,TRUE,bootmgfw.efi
+e774e770-0d9e-40c1-b9e1-ac09484a837f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEA5BD5268B76F56B4091A20C806124DE8054FB07A652CF0E883BBA9A0938DE0,,,,,,,7490AD46B3AEA32DD21C46A7A42FF4183FFAA7C486C75C6438ADF936E512B9A5,TRUE,bootmgfw.efi
+96d26340-d5ec-43a8-b1e7-068f46a2aeaa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A739C0624B7608F40645D417E79CE0B22FA568D885ACEBE51949F268565098B4,,,,,,,65B2E7CC18D903C331DF1152DF73CA0DC932D29F17997481C56F3087B2DD3147,TRUE,96d26340-d5ec-43a8-b1e7-068f46a2aeaa
+0a9c062b-91a3-44f9-b577-0128708bf124,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9962f9fb820e5d7f5a31b86b9d164d33,84376651061fc88774ec945b9062c112139c883e,f6208932ed98aa64f5ec0d9f59138d4c1dddbd82437315aac4aa913e5d4f825e,,,Microsoft Corporation,Boot Manager (Test),662458438867c4c20ffa9adb1dbe99da,e407452938d3438b835e875dd8c40785587a6e0b,cfd2a8f23bbce7424f4a6e27def368f17b086ffa226528900fa092736e705ef9,TRUE,bootx64.efi
+d9cb5f15-653d-4fdc-aee2-279681f7f91f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F06D3E0F031A2FDC63DD2BA2BE7F32E0D432434C3515C2F840D812FFBFA530F6,,,,,,,9954A1A99D55E8B189AB1BCA414B91F6A017191F6C40A86B6F3EF368DD860031,TRUE,d9cb5f15-653d-4fdc-aee2-279681f7f91f
+45647cc8-3eeb-483b-97c3-170693cfea9a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E8E83E3E343C069277EC4C1E79C5C61D20917E0451B9A980346732EEB7B840C1,,,,,,,A109E71AE3A0376CA0059A421250508EDB2BB624B6517A291F51E249F16B5CE7,TRUE,bootarm.efi
+6f2d1488-6c25-477a-97ad-e0a570723b20,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A8CE55447F57564F1CE95A7B3C505A7996BDAC4A06710DD101ECD5B818653E27,,,,,,,90A483526B4238C55BC5DED289D7C1D376109B9D5F3E93529EDA75C4D451523A,TRUE,bootmgfw.efi
+0e46bd88-7635-4162-a02e-85d9bd33be3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,30CF3AD2DF14F05D89BC321744559E857055A5C84D7F0834B3DBD261ACE1CF5D,,,,,,,EDD2CB55726E10ABEDEC9DE8CA5DED289AD793AB3B6919D163C875FEC1209CD5,TRUE,miniloader.efi
+4cc6cdc2-6f4e-4b25-b3a2-383174f52460,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24C0732D77F6BC85BE8A6CA9B0FA3BA8611F950CA4E0194E972E59A433DC05C6,,,,,,,9AF92541E63EACBC5784BB44DB66F9B60726174F4EC178C6CE32EAF647EEBCA2,TRUE,bootmgfw.efi
+25025124-0a03-422d-8fe8-530afd16951c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,372968218A3CBA11D964EF1B1E8CFF3804EDF96481B96B929208D1B483ADB30C,,,,,,,D28AEC97E28A38D94BE65369E43D01F6266195D6113E7ED17A6930A309288800,TRUE,bootarm.efi
+e081d394-fa4c-46c9-8a1c-c8790790aa3c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,84A6C5F6C7AC07F1CC405F7B53B69BFF17BE0E4B9A428C21D39DCE0CDD4EF16B,,,,,,,91656AA4EF493B3824A0B7263248E4E2D657A5C8488D880CB65B01730932FB53,TRUE,e081d394-fa4c-46c9-8a1c-c8790790aa3c
+7e81b1d7-7526-4958-98cf-688b36cf8ea0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE4B7349F21EE077096B6986693C3F250758C5DDF96C14AF4BBFD96EE74A70A0,,,,,,,3A9E49E6E644C0ABEC17D32D020339D171439ABA327409A7797E6686BD0F641C,TRUE,bootmgfw.efi
+f2418902-5951-4626-8a5f-79d4d022337f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",41218ac4af41772dbaa3d4738e0c2bf3,4d7caebdafbc4bb3866676173dace618baa6a129,aef3e0a113345c1adca2d627c5853a11ddfc4e0e07fd28c10049a9b766c0fbc5,,,,,59ee638030fd199a10f08a99e2cecb60,e123503e3c7764b8d9e60439069505f997287914,c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55,TRUE,bootnetx64.efi
+3b215ee9-89b8-4437-bd89-dc9fa92cb727,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,21BB3AD3C8E0198CA40E2636E5C3F27EAC047C1C0B39F19D81332FCA03DC4FC0,,,,,,,09F7699631C18DB0C33491EB4B3C65B8F279238C5FC5E3AB0BA52737DBBD26F3,TRUE,bootmgfw.efi
+1f0649ef-7118-46ab-b168-e4b9736bcea4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3F5AFCDADFA8F590C39764BD9A31CE160FD7A929654491154AFD6738C0523D2C,,,,,,,85255700890931C5B71A73DFF09EA5125CD702EA65F45B4054C1463E00173FDC,TRUE,bootmgfw.efi
+46412487-6c24-4809-8b77-f2165d5a8395,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEB3FC384826610AD277DDD592F6CA8FA9D00E56457724D470DAAC32962532F9,,,,,,,2E6921DC970AAC433DE9AE4ED66B2681A4CD2BE649D2EE9A561871C335E8B1B7,TRUE,bootmgfw.efi
+10baff75-83cd-4786-ac2b-ade269c71421,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,268CED16B53E3430A28F1713A0D155A68BED89DB264D8D8170EB6BC548C9424B,,,,,,,75E78C197FF91F574735A3A606E56862E9E0B84DF0CF69F7C7F43CBC171AB371,TRUE,bootmgfw.efi
+0fe6f9a2-7b13-4c27-bf9a-412d9acf533f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A02C839424A2DB0C3B98553C179C0583E7B8760C7A061176F76B6970746B8AC,,,,,,,AE1DCA8AAB7C4BDD21C5AA19A323F597BD1850445D76695CB2910CCCB5F163B8,TRUE,bootmgfw.efi
+cd9dcfdd-25a1-42d5-bd95-3778087060b5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4B6C8947CAA89BE6077E2964C4F97425C663AEFEBCDFC373CAFD982367FB5CFF,,,,,,,73BAEB8EB0B64056A7BC309642FDC589BF219928A906666D107E65E8B0DBF496,TRUE,bootia32.efi
+795fbec7-a5f6-4e5d-b2c3-c968bf758e26,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3166EE4CE65D10105DEEE3A0163E236AC872E2C45652DC1DD78F8CE984463C12,,,,,,,040B3BC339E9B6F9ACD828B88F3482A5C3F64E67E5A714BA1DA8A70453B34AF6,TRUE,shim-sles.efi
+27c9ba50-5540-4ff3-90eb-8798c48599a1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,127B01B1F605183BBA4D1A07B7EEFE01BA88203A6CD6686B28F3883F33C0ED42,,,,,,,1CB4DCCAF2C812CFA7B4938E1371FE2B96910FE407216FD95428672D6C7E7316,TRUE,27c9ba50-5540-4ff3-90eb-8798c48599a1
+a2a7bdd7-c7bd-4195-97d5-a7b127691dfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DE1CB8E571EEF26A3C4BABCEC97BA41894AE9DE7528A35BFF5FDDFF5C025CEED,,,,,,,5348075329A1087EBB689FCFC775304B09C6786A523F83E7BB90E26DE0E61FF7,TRUE,bootmgfw.efi
+7662d98a-0476-48dd-b532-8e6142d251ec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a168299b9ced4e289f438408b6a047b6,cd0498821da3074abf0b1c44819f1bd2f3a13355,90ea447ccfdcd9771de40de9721d0256d6d8a30d68963e82485c2e92b7eb5257,,,Microsoft Corporation,Boot Manager,e2a3feaa3ac65bd8ceec1f6430f81121,80257f616bfa48d64053b0198af7280152e8243f,8ed8aa03199de7d541ccbb3009a2b1ff575219662d8b23fba7fdff02d80abd29,TRUE,bootmgfw.efi
+34e61740-5c56-404a-b796-1db5337dd86e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EDE70AA6A98D8130019296CE64B5CCF634A997B26401C0E119B96BBF7ACE1C0C,,,,,,,DA3560FD0C32B54C83D4F2FF869003D2089369ACF2C89608F8AFA7436BFA4655,TRUE,34e61740-5c56-404a-b796-1db5337dd86e
+0cb9b7da-f228-4e4b-a07c-06346f0d2e47,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,459728935C400CBED125A0AA12D0E618CCB6F4FDE3194BB2D06A511DAA335350,,,,,,,B9B20E933E2B6C33C9FF088E224D802028F29A4CEBE50AB5D746027911A454FF,TRUE,0cb9b7da-f228-4e4b-a07c-06346f0d2e47
+3b905385-bf3a-4181-9c49-646bb5fb1e6d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,65C4AAB0884825A8A2E4C114020E4FDB58A1D2B0CB68B7714A05D6CDE3F821D1,,,,,,,408B8B3DF5ABB043521A493525023175AB1261B1DE21064D6BF247CE142153B9,TRUE,3b905385-bf3a-4181-9c49-646bb5fb1e6d
+e91a68c8-807d-4b65-a86b-c51335730c55,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",abd377408acc02ee7f2f16320ee9b49a,b72252c1c92cac65c4a4637816b0a84428d16681,475552c7476ad45e42344eee8b30d44c264d200ac2468428aa86fc8795fb6e34,,,,,fb4d9da53892bb0152dcfd7a4a150fe0,a070bfbb64dc542d7b6b22de52d9b4d994b0d2f1,dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c,TRUE,bootx64.efi
+2a2e7598-1bd6-4772-a189-6421ab29af37,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6484A487192E0B44CBD30EB7B3D436A9150D5B5AD271974764366BDC4E8677BB,,,,,,,09F98AA90F85198C0D73F89BA77E87EC6F596C491350FB8F8BBA80A62FBB914B,TRUE,2a2e7598-1bd6-4772-a189-6421ab29af37
+57a68cb9-ec2e-4a8b-881b-62a8da44a03b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E73CE2DF3D7B01132C2ED47BC7D1B28E421B0600F0B8D4DECF7F7C23E83EE1B,,,,,,,1DC8A3F59B23CCC411D46691FC9B5C35993BCA20E7E2299F1A95223B9F112E43,TRUE,bootmgfw.efi
+7c6d9a9a-0ec1-43b7-8e1f-053fb98e9fbf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a442859fd33fbf61ed0ea28bbf33bdbb,a1aee57f1fd4a6768950f74dfb2e2a97853d4733,c9f47991e981394076050cb8b5cddfcbf9fb01b6d7272b9079082e20e4875cc8,,,Microsoft Corporation,Boot Manager,9dc081d5f69234c2bbe8fbf881510703,99c709c98c1d9548ab82b298f47782597c767601,915009d1cf9d68b9e53064de82d4b70b58d2f014a03805cc406427d323d9fc35,TRUE,bootmgfw.efi
+a252e6fc-a0e5-46b7-ae78-c11ac44dfecc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",3827b6fa1f4022001328be9d79e33b18,3b0ef33281ba05d9d9259b1fd44bf5d43e5187a4,3927727eb2435b28d2cf0ce1757e72ce3e92a86362b87120040c744c1c08bce9,,,Microsoft Corporation,Boot Manager,d9a85920d99763cc28d796c77094f958,932efcc1a062376a53c14b3fad8f6bf34b96524f,50871141459a21faba3dbbf63da5aac8863fa3d8a9891f182ed72e3a74b64fdc,TRUE,bootmgfw.efi
+dd78a9a0-255d-4856-b9be-76b08852303a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d984cf8612284adc59b3b73deccb777f,61ce3d65bef674357febe866d4e922373f809219,24558c1cb417b6387e2406c70ff13f5438506e8d7560dd7b226499c872c8076f,,,,,b1e4dc9ee87d701d9aabbb52211a9ba0,ba2a769531f2cb00b2ca9c089f1668c6851b382f,bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f,TRUE,BOOTX64.EFI
+8d43face-8444-4bf2-ac71-c0213d06ef91,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA31FE4698AD3D0E30408927BE36C938BF52FA9CB8D46B12F84F5D5EC22DD1C6,,,,,,,495300790E6C9BF2510DABA59DB3D57E9D2B85D7D7640434EC75BAA3851C74E5,TRUE,8d43face-8444-4bf2-ac71-c0213d06ef91
+8e8db009-ddf8-4196-ac2a-99c9a0e6d9fb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9ea079774ed23df340ecc523ddf68045,34e4cbad02d8dd38e88bc3ab0b2dc47e91b9c02f,71083eb4f247ac78f52aa09f81054396a0dac1064e1191b5b56a43a6976c5c74,,,Microsoft Corporation,Boot Manager,6159052617b8251fa73b9137546992ca,d9196a975de3cb5f3fbed654aef1a7d87801fffc,cc202e8f2753ec75c9eeaac65c9d39eea6faed570664e930e3815976cd332d91,TRUE,bootx64.efi
+cab29561-a4b4-4cb1-b6c6-115700991af8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",16e6180b7edfa353678a459079afa5db,a9874a4b39d64c5116a663883834c2e789b87f99,50484376441815f7f85aa294290a9b6072a6a9e8feae79447c5c4de855c5a3d3,,,,,df444af8d4fa4d4b0bf54cdd266ea4b6,358f886257db7011d5a38b1e1bc7908a302392d5,ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc,TRUE,BOOTx64.efi
+7191ca91-6b37-4c4f-821c-a2df6c16e91c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E964DC8AAE03D464F3DEB556C4927075AA9F3A1998C66D65EFDE178F465D7B3,,,,,,,57AEAB53DB02CCD1E307AD3BE524EB507D0339BB2AAB3BC9B653088B7E790FCC,TRUE,bootia32.efi
+9a8ab464-2a24-4329-ba2f-e9eaeb2edb90,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98799E6AD44F2AFF3D3D7B66E482B2F4DE4438F5752D932D12C97FF56FA1942B,,,,,,,E37FF3FC0EFF20BFC1C060A4BF56885E1EFD55A8E9CE3C5F4869444CACFFAD0B,TRUE,shim-0.9+1474479173.6c180c6-0ubuntu1/shim
+5ef6ea24-838e-4df6-b00d-3deb0ec3fa33,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0692A9566F22F280715080EE24B8FF54ED7372A98BD4994670FCF862035281B5,,,,,,,4667BF250CD7C1A06B8474C613CDB1DF648A7F58736FBF57D05D6F755DAB67F4,TRUE,5ef6ea24-838e-4df6-b00d-3deb0ec3fa33
+1456951c-e037-4508-a34f-5a6ff0065521,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",89c04150c5f5b596236e04ccf5ef6a2f,7639a4d8974693df09e8cce6d1e3d0092fa03dcd,e50f1f1e9fb9198e5b094773d1d0068cc1cb1987d06583abaca20adc1f8932a9,,,,,803bade13dfb54c31a1096787d89ab74,1076e1a25c7fe4b65b48570300c506a0317c42bb,03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87,TRUE,shim.efi
+f15d8f48-cf83-4954-a1d2-030f6dfd40a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",fcc89caed202cfa0f9d16b9e1c27d970,6a5c3056057baea653d533429110deb3bd7ffec1,d0eb15fe822c6239a8bb2b42fbc035d0956c72ac6fbd1429c1ab7f7e348b8f94,,,,,14d423ad7ffd78c631ebcce6c78a6c8c,872f7f79da66889049503fc77a7d3fefd25a6f55,6a0e824654b7479152058cf738a378e629483874b6dbd67e0d8c3327b2fcac64,TRUE,bootx64.efi
+a1a3ef63-ac2d-4613-8918-5bcfd1fc3e40,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A395E7EAB9E7976B1C30EC651B05658D780897BEBAB8A664C6091742E592E7B,,,,,,,250AE0BA860D6D46894491D630D58B1CA008F695C92CE2084A295486F71F985B,TRUE,bootmgfw.efi
+e32b7c1e-14b0-4f29-9c62-d1664d26777d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,52A4F27CCEDCC5405D8EC128BF99861865B2273DA18A9B958ABADEFF63DF5A18,,,,,,,3765D769C05BF98B427B3511903B2137E8A49B6F859D0AF159ED6A86786AA634,TRUE,e32b7c1e-14b0-4f29-9c62-d1664d26777d
+82bfbd61-4cd5-490f-853a-3486090e0d3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,61F2D843B99AC93FA2ED40A50E5C3F0EAD7C75894BB92C32DF33052804CFB77C,,,,,,,90AEC5C4995674A849C1D1384463F3B02B5AA625A5C320FC4FE7D9BB58A62398,TRUE,miniloader.efi
+469544ed-d70a-42d6-aca2-690d5ebecb4a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B91C0C8C0F156ABC8F85274C1320C038AF0179FE4696260B1011D5361E50AEA,,,,,,,41CCE0FC467609CA368BEDBA45C292F2BE1B622FB9BE0473CF51E7A96EE65652,TRUE,469544ed-d70a-42d6-aca2-690d5ebecb4a
+2ca3cf24-b271-4a27-a228-ca91cab34b93,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9a795b1affc7cb4650bbd99b9a2cd819,586bf5d3fb1fb21159338701e324d9d26b6aa0e4,0dd832075d552da3d29b1ef471fc23b47c0d54b9fd1541935b23f1c5813da08c,,,,,86e7e6f737ed657dda5423a10319d41c,450ccd6553c679f4d87bbf3507780efc17a466c4,c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c,TRUE,BOOTX64.EFI
+635f3ff1-ab0a-468c-b6a3-6a8aa39301d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",83e596b8944ed413e5bbc0c51c0b64c6,fab234f84e488343ea0f65072d8785217cabef40,165a5dcdea3a7de7cfae38298597445eba59282308c7243be50f568aa610f4f2,,,Microsoft Corporation,Boot Manager,576bde13122eaba63fa0734baecf5a48,cf7b3cc939f51462213b3b05b81fbc42ee05afd8,e2cf881cf07195454505047d74810ed79ae20dfd0f1593afbbf08270a486c038,TRUE,bootmgfw.efi
+e9402a67-21ec-4fdb-b0a3-7f1700f1ede7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",670eb63cbc05c4a4fa62f3c63d5b5f0a,4c53e7cd05e537f0f730ed2b079200c7e1543a72,132d59d83c29be7351d35c44b846dfc3f37b3c62bc40eac6aec3fd68e7cfcfde,,,Microsoft Corporation,Boot Manager,40b3933716925a99d7457268b098c42e,f2ffc38ed784f8938830012818332db0e4bebfe3,4f94f40c6b4bac7bf219c73dafd0870879f1db10de6c8620f6f1333d7aa5455a,TRUE,bootia32.efi
+89393561-f676-4029-a1ca-88a4c4fa03b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8536BA8D9039C5F91752BDC45A7AD2F91FDA2334363850DCEB38FD87DB7632E4,,,,,,,958C0DB651F4E4CCD062446263618C877910E08257EC6D9BCDD8BF1E33134FFB,TRUE,bootmgfw.efi
+8c855009-8e77-4446-acf1-17ce8b445b01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",37d03ef09bf90e11e07eed536a7fed7e,97e4998bff2642bafef802b3d909e89f69b1046e,b7313be4901f1a80f84e4e8a6636f090e7125b97fc845d4454d5e4bef3d40ca7,,,Microsoft Corporation,Boot Manager,f1fe210387316d9b4c40f31214cea418,51d44ad13402af95119844f7da407090702e764e,5a47b0b11d2fd9cd39c627d1e6bf4afed9601aa15d6a5d84fb10f39755d2d323,TRUE,bootmgfw.efi
+c54ad511-bb85-42f4-ae87-e476854748b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4B0C9083430D91770BBB629380DB3A2A89DC73BB8DF677725668F727A2C2147C,,,,,,,450EFFC827CA535A79D5C4FF3E1A3F614CA9126B3792F997D38791CA7399320C,TRUE,bootmgfw.efi
+b7f9ffcf-525f-427e-b3fd-72289f61ffd3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,462F49B4FC9E4CE706D668042EB76F711B4292BAE2BE8DD5897182B316EF217D,,,,,,,C470161A06E6B452253A623536924979CDD11838E08D8E4DC86F763732E64B0B,TRUE,bootmgfw.efi
+d2c1c960-2c20-4647-ba66-d3c5d3385cff,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1854d98bc963a9a82e0d9abef6bc3873,dfd1cc6207f892703292d88a29f587db858fc0eb,dd3ca7c4bf6698e7d72f6c2fb0eb59997336c294d604062ef495ee8e1f49931c,,,Microsoft Corporation,Boot Manager,1730c4cbe167c78763e0a6e4211a55a5,62e70e5fd08037f8e32f298c8d9614535afbb331,da9943277174960b0d7d3f0d656176f3723ed2f03a90518beb3c6c202b88cc14,TRUE,bootmgfw.efi
+058a1317-f391-4baf-86a8-31ea7b01d6e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e8b4de749b80b47640ea86b06f56429f,d79557da8528c045a204a3abf3dcd26b7fb814f3,905c2df524e664759d55a6dad4b62b58220adc59fec3e852964efc2165b0fc0c,,,Microsoft Corporation,Boot Manager,aff88198eaa921bd4c804c7b39833ff4,8c5d802f57367e3f81b341095265c6dbf0774403,459457c48e1b450d8f22858ffb392fca78bb6f4da837862889ab798bdcbdf08f,TRUE,bootmgfw.efi
+568b07e2-3499-46e8-928a-843aff3217f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9a3221899f456225679f8e54739100ac,19a0cfa98525d7ac0edc5b0770e5b1e5dcc4a992,fd69741dcd1bc0d9ab8a02c2a7ee8d466a58613562536aa8aab5ea260bbdf9c3,,,Microsoft Corporation,Boot Manager,d70a1a6c6f9861a0e59fdf7f22d78658,50343f4e379f1dfa6364a89d9075f5150ad481f6,7c09d8b90b72b7c2ccf1a413e335c2d1a25d75bb8541f9bc16b4c4e26bda6855,TRUE,bootmgfw.efi
+45ac4276-741b-4e22-92bd-bb97042ed4bb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CCF098A0B3F109F35C763E69DFA54190365999A78707EF63863A812C1C07F9C,,,,,,,1F535987EA7386DF6BFE75F51EFD35E4D2DA4B002DCA2999C0CB4B767BAFAFFD,TRUE,bootmgfw.efi
+1387dafb-6dad-48b4-a186-98e52cac74b7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",36218d733c0afdd2d6dce6f616335a2f,96787a55f640b630ba6277197dbdfd14ecf3b87d,0ed1b0fae1a6e705d1b116d08b7184e0a2ee2a0e6b0c372ce69b40e9ef34579f,,,,,4dcaca83effd9b0a6fd63f766d4ec969,bd9fc7d7672f8c70045b2fc6f9029064f1030763,5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf,TRUE,HfiPcieGen3
+c10b8a2d-9bdd-46c5-bbdb-177f88c7794f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8CC2B48C79FBF5654B28B7BEEC51A3266E4CBB4FBE3A84F843EA0957683A1E93,,,,,,,F4DC5A40D2A9DBDAB210BAE0C508E053AE986C4DA42D68760A1655D6FBAEC051,TRUE,mboot-official_arm64.efi
+cd328e2d-3b59-4c94-a0e0-60b7f793db09,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D6D10836B79E28ACE9E2BEC7EF9B67DC736ED6C1C8EA24D395DDAAF05B76CEBD,,,,,,,13DBA28447FDBE3C8A24FEE3EB88638CE1D8F97CD4925056C0AD0E91CA51237D,TRUE,bootmgfw.efi
+85443af0-4180-4b3e-978c-e3d8c8d35422,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",bf4168403960a0df177f58277f06250c,6a3777265403ea83fb91ab07988464303e66b172,669353cc31e65f896a755db94a045d9dc1b4a24baba14fce11d623bdfacec78c,,,Microsoft Corporation,Boot Manager,bc8921a85faf4205abd65c8b0263e795,b820221890353f2d702024c23c19cbf17ed25f20,5e67bf240b1d05f6f618908868a494c50a30ab255b06619fa28411eb260f674a,TRUE,bootmgfw.efi
+4e4ca92c-52eb-4289-a935-f6ec64b79e3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA9C62E148457AFB0629FAB0C2D58623F9AC35A9A95EF23388ECFE85451C60C0,,,,,,,326967C7FFC1B86DB8B32B0570E88A89CC1534CFCF300B98C077E473F9B18FA1,TRUE,bootmgfw.efi
+3cd9faa5-1675-4640-8304-86e162b60451,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",22f93e6ecea58e543fcffa73f5c466b3,0945ed2479004a84b2d743244ff7dacdb688aa9e,ff9f39869baafa17592820f7f5cf101b15a8423831abfa97c89cf193cdd98e89,,,,,a9a003cc7225b64519ee59289a90f3e2,dfc22f0bbe6a3ed81106a30d61010fd1510465cc,8aa509fb461c099a3c1b806d281a1e1275771eda0b0e3f7d95e0c11b3c1734eb,TRUE,Signed_13652009334930799/shimia32.efi
+c368c62d-85dc-4bc7-8302-09be91700a9f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7CEE7E91292E5591BA4597D312BCFE9C0EEB906B18B327B8983BA497F9921BF7,,,,,,,66AA13A0EDC219384D9C425D3927E6ED4A5D1940C5E7CD4DAC88F5770103F2F1,TRUE,c368c62d-85dc-4bc7-8302-09be91700a9f
+c045cb03-9cfb-4ef9-b058-6734090e1dda,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34440CB45EB6EC2532EF89D6FCD7D3D9BC2A021677BEBC9D65C47A725A6845D4,,,,,,,8D93D60C691959651476E5DC464BE12A85FA5280B6F524D4A1C3FCC9D048CFAD,TRUE,c045cb03-9cfb-4ef9-b058-6734090e1dda
+bab3bdab-1013-4418-bb3c-2ec673c8b6f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9F91A5AAC09BA6E514DC37A013A68589DD22C1F5A7A539F4138CBC8ABC0A45F4,,,,,,,57692FC2B80D809A3BE409B44475DDED7225C76FDD5FF09E4ED7D330A58733A5,TRUE,bootmgfw.efi
+d01601d7-2e46-4b78-801f-d260597e9b74,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",5692b49c53b4401e76a43c82d7d496de,6308e47e8133dfe6cf9532213c65b964acebe111,53af0ddbd3c4d33bd003403d8c9b41877e07770d3e789c781e5897858585e299,,,Microsoft Corporation,Boot Manager,a1f22c60755e8b4f85769168e7799133,0cedc7fa4d3c732832d1961814a6107a9e7aad91,b97915da9f05277fa5687f8c41132df69152517f2ba252d466395b40d4f2d155,TRUE,bootmgfw.efi
+9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",bc5372019b75e9e8257a83a86bd0b33d,99cd0326b914b5f6ea53cb2280d9a455bb68d70b,8310f47ba34eb1aca146a5bdb8b59138173e659fbeb57a4c89355d8c54930b6b,,,,,45e4a006c19fa21bbbec494e6d51c63c,ceca75b14c16bc19a9aafc883fcb081554f563e4,56b3da7259eb1bec44199a7ebf74c6fe912c8fe9bf4a20a7610c5e9bc0b601cd,TRUE,9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04
+5b0c97fd-1a72-4f30-af67-1f398fef3675,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,37CAA54424C152D84DE63C288DF7CE27BA97B8671CF27DE4101066EEAE8BE90C,,,,,,,F3D38950A3CACF61C94DB9153576194E953B5785637159B3AA6F1E923220EAD4,TRUE,bootmgfw.efi
+120f5dbe-0a55-4b54-a42f-e51cb54f75c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7294F03850C2084A287FAEFBA778592D9D01E5062DD2E980537E39FDBFE20316,,,,,,,7F964730CFB7B8CEA284E2E810212FF9B0EE18227F64427A095D6886493DB0C4,TRUE,bootmgfw.efi
+c4189bae-54f2-4fe5-8978-dc3e1ddc20ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9E5773C34073B8473BD1EBC9D4D50780A7CDF9EB767750107D4B0F45BC8EABE8,,,,,,,78B4EDCAABC8D9093E20E217802CAEB4F09E23A3394C4ACC6E87E8F35395310F,TRUE,c4189bae-54f2-4fe5-8978-dc3e1ddc20ee
+48eb1fa0-a607-4967-8faf-20dc68913367,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7D092A6101832F2CF3F9DE42C66A9948751B05D3D4005FB9C0E8BDF9B8DAEC6B,,,,,,,82ACBA48D5236CCFF7659AFC14594DEE902BD6082EF1A30A0B9B508628CF34F4,TRUE,48eb1fa0-a607-4967-8faf-20dc68913367
+163602d8-2ce1-4c1a-9101-568c50a6f887,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c815c638cba6bdc82a6b4f72204ed252,d2e758288883a7b37a46b773ec0ff61c328e8bf7,64604ea91f31b815bd0219d56563b9c2d307fc6c71ecc38d498221e0e0e9c4ad,,,Microsoft Corporation,Boot Manager,0e937bbc24f9343c32c2641a3b728ea8,3c3db26f3be97e13953510a1615c3efd05f10aea,2992068e4f616f2d7253e9d58116a97f22923f4dc1b78a58be4499b982ecf270,TRUE,bootx64.efi
+3fd56670-7eb8-406e-af51-68998459de7d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,894C9E5370DA9DF83426F92C42CFDC5D79CE004ADBD45A7663E9F5E9A6A198C6,,,,,,,E226D6F3A332238FEE8A42A8FD57E8B009725DB5F8DF4DC1CB54F17C6F47A9C7,TRUE,bootmgfw.efi
+e950e347-4bfd-44d7-b2c6-7dbbce0f2667,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA8DB86BE59A48E4C525DD468119BEBA1D836CE4293C76E4B736902D1AD62F27,,,,,,,C69D64A5B839E41BA16742527E17056A18CE3C276FD26E34901A1BC7D0E32219,TRUE,e950e347-4bfd-44d7-b2c6-7dbbce0f2667
+2bfaff34-8a6b-486e-a308-0484d2372727,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c453084032024e3b2dcd648c9406e760,1316e2b5fb83b29acc00c5050799afb7ccd6b6e2,fb5eebcd4100593a1b2890267037b7701c83f32c284b99908ff1c34d5693bfc2,,,,,1886fd591b86756f2823f157d197be5f,b9d3918f7829cf8308e519448712a95d58eb6ed5,02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7,TRUE,BOOTX64.EFI
+7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,88B530624B67FAA0C0C1039618958F4DE983A997A6FF762BCCA82B8201194F28,,,,,,,6DBBEAD23E8C860CF8B47F74FBFCA5204DE3E28B881313BB1D1ECCDC4747934E,TRUE,7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085
+7cb68e8b-c07d-4b76-9af0-0936553f516c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",92f1d7fd78d0353c62e5dc8e81f558e2,a63dbf2c3b022c5d70c20e674ab8066a2b3290c7,06edb9f17a9007c8b6db6ee2fc240e88e238f06c7c983f987cd9be1b80010d04,,,,,e933dba3a6ab068b91601eb1828cec97,4b496c6b76d4ddafb0e2b3c0fb27f47639005f98,2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5,TRUE,BOOTX64.efi
+24c0575d-dfa7-4f1b-8503-e136cf8fcf3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B334937090AC1D2DB8FFFA7D6BB72F97FDE42712300524E2C89F0E7DCA5EF4D5,,,,,,,9141EA1A4E6BF1F4D72C28A1D0D124A928D5A7D36B14FC7E7E53EF442360FF99,TRUE,bootmgfw.efi
+90d2feb1-4600-4854-9a4e-fbf54b14c72a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1E75347868FC5FDDD501E1E2B56C7D511030513B0E9F45DC074DC562F11590E7,,,,,,,C9F9C03434997FBD0FBB698DAC556264EBE967F948A97978A0C32EF85F94B188,TRUE,bootmgfw.efi
+da54ae14-5e4d-4280-b91e-4b78d0df036a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,31DCD37C53CEE49C1241978CB976230EFDA89A83C3E3DBC18EDA92099055026A,,,,,,,23FCD6BF3084CEE6A9F9885E5239230B0ADDE0C870589EE461551D1CA8F4E85B,TRUE,bootmgfw.efi
+a4e64b6f-16b8-43db-af2f-c77daf3f0ca9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D84AE3F1BB7B2F2C41B986E473AD424CF6F1D136B4E91AA5F73824737169D820,,,,,,,E39891F48BBCC593B8ED86CE82CE666FC1145B9FCBFD2B07BAD0A89BF4C7BFBF,TRUE,a4e64b6f-16b8-43db-af2f-c77daf3f0ca9
+a205120a-b99d-4e65-a96d-b8092539c1d7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CE7F3FEC8BBB04E182027DD6800B7993E9F14EB579504DDECDD2F06294D7739,,,,,,,0C51D7906FC4931149765DA88682426B2CFE9E6AA4F27253EAB400111432E3A7,TRUE,BOOTX64.EFI
+61dad3bb-db5d-497c-8aca-74ae55991a3b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",3560dd8322a15d0e23d3747e32a04ebc,5ecee585f6f31b380d65407f6b73dbaf03388624,7c6f0f7062aca9c286fb921917747c8b65ff4a69eb71102b90c1570b4c521fea,,,Microsoft Corporation,Boot Manager,6f065bbb5d76aa5fb79975c9480b9ee6,6dc5e016421e15ec84239bf6a643dabeed536cdc,03df4500273c43189296f09d734977c882a008fc056f43c309b9d2351f31792e,TRUE,bootmgfw.efi
+dbc9e79d-2655-4892-81fe-830383602432,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E1DC3EF55626A4CF6DDC425A353208F309271B8A9FDBF8964082FB08DFB7A170,,,,,,,2B2298EAA26B9DC4A4558AE92E7BB0E4F85CF34BF848FDF636C0C11FBEC49897,TRUE,dbc9e79d-2655-4892-81fe-830383602432
+26ede8d7-1e62-43e2-97f4-710a4352d0ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C512E50028955AED91AF0317813C68B427A7F73A6497BDA82F4551BE1A04936,,,,,,,5C2AFE34BD8A7AEBBB439C251DFB6A424F00E535AC4DF61EC19745B6F10E893A,TRUE,centos-7.9-shim-20200726-shim64-bit.efi
+ca53fb23-c94b-436c-9066-079bd6480ae7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,97C24B65A08878AEB0002FC577B717A950C0A20E60EBDFC569637EF57059A2BE,,,,,,,6730C911E6D91009420D202FB6F394568A06AA97E9F33F30C7E92AAA71332D68,TRUE,bootmgfw.efi
+bf8069da-0ffc-463d-b17c-3e0ee49d0585,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,,,,,,,C452AB846073DF5ACE25CCA64D6B7A09D906308A1A65EB5240E3C4EBCAA9CC0C,TRUE,bf8069da-0ffc-463d-b17c-3e0ee49d0585
+9a4cfe78-97aa-4d04-a049-9f0c2d3869c1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D8C26A5324CA74212B59B59BEF1BC33FB5B6946DCDDE84414C60A2E315EDE741,,,,,,,3AE76C45CA70E9180C1559981F42622DD251BCA1FBE6B901C52EC11673B03514,TRUE,9a4cfe78-97aa-4d04-a049-9f0c2d3869c1
+3939d676-6d9d-48b4-8be9-d7d7f3528c08,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EDFFF0969567FF1C1867AA921EAA5CF4C65D20F0511BA7EE7328F7B67238DF53,,,,,,,C127F0EEFC2E451989D88E4D1DA8A3B08CA9D5884987A6157E04E9A71C01ADFC,TRUE,3939d676-6d9d-48b4-8be9-d7d7f3528c08
+a434e53e-5631-4181-bd2e-47c546370f7b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7c2bf377d0edb86f010d202d48024145,5dd4309442a74a780e3e099f0625b1eed2e54c25,ec89ddd37880430cd5242f5f15d13f4cf699f50dbe04643e5b70093631608204,,,Microsoft Corporation,Boot Manager,6d00124e9f1f50bf046eb6e5151c9e97,2121406a967bcc56cfb20b53b60f255d950862d5,f51bc0b8fce1bae71b76cb3ade28b712669d4e938fd37c9f5872493acc25fae1,TRUE,bootmgfw.efi
+dba882ff-03d1-4cf3-9e9d-9358d6416d79,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4759E0891A636E1A3D27472C48AF55F27BF5E3CCF474141FEFBBA2AA124AC410,,,,,,,D417C004525C7BB57523836278CEE120FD66147983BA738AAC011E24BE75E6E2,TRUE,bootmgfw.efi
+cb5a22b9-4471-44a3-9783-c27df207f95a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B1EC3A20DD620668852C057FD33023CB945D35122C079F13A59A73F8A4E4FC12,,,,,,,264CBC5765718A0BCCB0F79C0FDD133A898203FB6F4F2052CB0647FBF6000ED0,TRUE,bootmgfw.efi
+40f5cc74-badf-47d0-8fd7-021190a05953,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7BF87F519397CA73C79AB94079E0E8218661C149713A8A286DBF1079E57B4BE,,,,,,,A5BCFC748DA415BD7F00B669E1237C9898A6D03517CC80B3626F0BE326046B28,TRUE,bootmgfw.efi
+164bcf0f-91a1-4754-9c4d-f2c1b90aea06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C904F10520295D070DB9CF381101512946AB832C2BD92D4E92D42B934F40DC3,,,,,,,1D8B58C1FDB8DA8B33CCEE1E5F973AF734D90EF317E33F5DB1573C2BA088A80C,TRUE,164bcf0f-91a1-4754-9c4d-f2c1b90aea06
+b429b35f-a9c3-4de9-a7be-da2b2c688a02,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,02FF707BE8808663B2CC33286630839DD7B14AC8E2340F4661870B18A9621D9D,,,,,,,B420509D0D69B294633FD7AE2C36B2B549D45A6A863EF16843A1116A11127F56,TRUE,bootmgfw.efi
+7b45ea3e-38d4-4bac-aac7-54806c6ffb28,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E5206C60B696D3B81696DF457D74881F0188ADFD75404A4C0AA627688975671,,,,,,,3E1A6021B3C6066E94F7F06AD7B29E35B1BD9EE496827A290EFB9BE7A27C5D63,TRUE,bootmgfw.efi
+a74084e3-94b3-4674-99c8-e314f7f6241f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,957D8826BEE05DFEA66994C237E61BD70CC0115CC176E1D931F1D892C6C16814,,,,,,,367A31E5838831AD2C074647886A6CDFF217E6B1BA910BFF85DC7A87AE9B5E98,TRUE,a74084e3-94b3-4674-99c8-e314f7f6241f
+cef9f132-2635-47a6-bed7-6011eb7f04ca,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",0008d969a43a2b94edd849cdee6ae3c9,d58b60ac3b5fdd3d52a9bc8da3e73c2a13ad36f6,3f8f266488f3b888eb77b8df43582fa8124366b7d0670ed78926410f9c9f411f,,,,,d0a9c315f3180e44d8c7a202276041a7,6d3071da0d10845d4c297c11e0f71dc557981cd0,d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4,TRUE,bootx64.efi
+4e70304f-ec00-41a5-b542-69701b5df29b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A6E8C6906E4845A30A036FB669BA82146E334908706778AC569DF45CBF8637F7,,,,,,,8806CF0C7BD5DF7E01D120F56734113BE916E183755577BD48026C25DB268680,TRUE,bootx64.efi
+55b45543-5130-4632-b2a9-12f11c8da501,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BBD53435E3881C13F6EF3D7C17DDE9BCCF2BB2D95D303DC4623CD1AA8F51EF23,,,,,,,781764102188A8B4B173D4A8F5EC94D828647156097F99357A581E624B377509,TRUE,55b45543-5130-4632-b2a9-12f11c8da501
+b3a8852a-b702-419a-9d1c-4b371a130474,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5613DD1553044BEF74610BC012D676375588421FF0000B69DCF62D1081451ECE,,,,,,,0928F0408BF725E61D67D87138A8EEBC52962D2847F16E3587163B160E41B6AD,TRUE,b3a8852a-b702-419a-9d1c-4b371a130474
+2cb09869-230c-4114-a4ec-a744b3181282,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",390218e8b12b9b5a8985baf49e163930,d8f34bcb62883019182a69e25f0b71caa3fcabdc,0e99607b20d537497169c506c6893243d3f1bd5960505c1566bd97c0a741adfb,,,,,418f5f26299f7eb90d5659caff5388a3,d076bcca3841b8c400b4ae3317ea65de33782094,9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1,TRUE,BOOTX64.EFI
+04cb75f3-e10f-4f9c-9f8f-97d4a310922c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CCD31ED42FF79E74FBA9C064F59F698E3AE9F9E690BE296EA63936E81982000,,,,,,,E36DFC719D2114C2E39AEA88849E2845AB326F6F7FE74E0E539B7E54D81F3631,TRUE,04cb75f3-e10f-4f9c-9f8f-97d4a310922c
+536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CA03AD1A65AFE81EC23E2B20E05D80C41AAEB5D6D5F98E2D0C5661F46E0CE9F,,,,,,,47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1,TRUE,536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3
+8041563b-fe86-4183-9409-a479ef4f9b46,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5E9D231F7BC2F98E9CBFBE65DA29F7B663A1E84FEE090250BD0976D65DB3FC0A,,,,,,,F5D396FC5AD8B7EAC22652129D56449DC30B6965CE3E41F5D76590E3B1ECFE62,TRUE,cent-8.3-20200730-shimia32.efi
+0c015961-2a7d-4fc2-99ca-5cfccf2de27f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F50D0AAA4875B0B609D0F796AACB77D582E0246D3FC544F76ADB73B67A156626,,,,,,,4A9B1C438BC8F114BFAA82F5D533DA31CC610C276711422C74A167B8AEED7C82,TRUE,bootarm.efi
+b3ceecb6-6bb6-43fa-9ab3-8ba2d6647443,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d407a4d3a9887218394aa73e94ffbde5,d483cd3de769ee4a2bd69c498501e7764656fb75,9d61099de8327efeff7e4aea81d9f3396a2218e6b22e15d05032a765897c0eba,,,,,2ccccbe8e79cfaa23784d56e0edf946f,4dc601eb63e1e8d30e7ed4eede0a757630e66dc5,b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049,TRUE,shim.efi
+af34038a-8535-46ac-8f63-bdf18bb89563,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,04A779863E698705914958CFCF521450B8D2C9AE321DFE36A2DFDA00AE75ADC1,,,,,,,1D5C15CED73845B7E968BF3ACE52C5C660AA2DA6DDEFF2CE6445A04B885A0F12,TRUE,af34038a-8535-46ac-8f63-bdf18bb89563
+44560d47-de27-4691-bee4-6306bc160643,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7391D51035BE75620EE4F0F597DF65F54D3518A7CFB74276D7A778AAF7B39477,,,,,,,8810B37003E7CDDA026663968AA9E1B9CCCC96EED98528CF5A975BDE7B8084B7,TRUE,bootarm.efi
+de853203-30c9-4dc4-a050-6812dc4e0113,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA8D25B9FA843DA5A70D38A5AA96549F2166E2F0B4C1C007AF8A07D07E98A528,,,,,,,996C1D55955DFB3698869BDC2A700E6BCC762468716B5CBDA7295CF98841220A,TRUE,bootmgfw.efi
+160959a3-8cac-43f9-a0d1-1c108375fb95,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DBEEA13BD8FC4D613501D8CF564A129A541AEE6FB5AB82CB4A5F448B52FD1C52,,,,,,,266C1429C8DC389481B3814BC3AF8723DB28EECEB0BB026BBBEDA0CC41D36BC3,TRUE,bootmgfw.efi
+09476ffd-a0fd-4510-9e36-a20727c16b8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A97E2E39DA89F16E0AFB9CF3A213205ED00BF2200A573812B5C5F56FDB8B2402,,,,,,,5AAFC9F5F98DB75F8519D8652924932939760F00DF8827FA2A6E36DB265F21F8,TRUE,bootmgfw.efi
+b8cfe531-3969-4203-a575-fec35e4880fd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D2BF5E584EA2F3844B27CEF320636D1A2CD6BFB023ED65110FF6D0EF09292114,,,,,,,F2A74464235248EA2A41EA0D0256E9CDD24BB6B3E2A6F2FC7E0AADC86EC56CA1,TRUE,bootmgfw.efi
+1b134b19-47f4-4bfd-af37-40c05933168f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f383b5c1f0cb8806742c8df990bc7803,c1f26b124fcfb2c73ec9c9cfafe3fcfbc269d4e7,8e8addb29426d845a0101c2c1f26c2e7fe8c78128ab04f16cfcb4e06461b0101,,,,,cba477486346b0fad728f78e3542e00e,cecc72f2d1a431149d9bc47f8e21b655e980e9f2,804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f,TRUE,grubnetx64.efi
+c818cbe0-bc64-4557-a266-570214ebaaa8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,57B017C3A6AC4676B1852E407297158D1D471373DC299CF557832D9E3F13577A,,,,,,,8055EDEEB18561927DD5956BE9070C4503FEC783AA96F166F5F93FDBC3C2AB43,TRUE,bootmgfw.efi
+d880c342-2996-430a-b850-fb372cecbef7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C681A40CEB9F33F435A44614FB7E0D34007F1C67B83E8C907506414950CC45EB,,,,,,,245E9B81342E45E1BAF4F8D830D18EA7FAE9FDFF05497290EA6442C4EF0FFA57,TRUE,bootmgfw.efi
+e638d650-dd39-49a9-a737-b02670064e45,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9bdc83ad343e8745e1f3d55c36cf2df6,095b16e4a405e6d6dbdfc1475c941c64201d41b5,84e680f95cd31db85663a5482a68778dd236503d88e8a6d8e3c4a6c9ba201102,,,,,2906120c5459cec104e70135cc2c7ffb,e0a77a7cdefc31ecba261fcd6181b97efce9cc49,273d4432af53f07f8fb2013bb13d70bd46ea49c6c1c9de6c631ae4d75c98baf0,TRUE,shim64-bit.efi
+99b952f7-5438-417b-9dab-c318bdcd75e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6C36B2B18A3E73EA007173F8669D9A9A861FDDF27C3E3C0C3F1315E2AE5B43F,,,,,,,61CEC4A377BF5902C0FEAEE37034BF97D5BC6E0615E23A1CDFBAE6E3F5FB3CFD,TRUE,99b952f7-5438-417b-9dab-c318bdcd75e6
+c348343b-faea-4c60-a0bd-c140a51ca9f0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4A62256316FBC805231420BAA4668B26023AE08B1BC7203A71C28905D19C817A,,,,,,,9DEBCA159F7892D56C94614C469CF37C8DA035683B1251FC4E6EC0EF2EEE720E,TRUE,bootmgfw.efi
+663a9b38-509f-4a27-b2b8-13801ce4ee89,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E8EE29691F1F22F5B46C301EDFE411821D466E7A39672A416E387060A0EEFE0,,,,,,,B2BEAECAC1BDE409F82933D80FA3BF5FA0D1FF8D1F97E5260BB25C0FBBA35CA7,TRUE,bootmgfw.efi
+2b96f3c6-afdb-4da2-84d4-601c9a71b2a8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",69a56b18be5865ccda9ab3a5bb4987ab,ec708522ed126c2bc6b8e3306c8231351927e369,a9f6c38c2608d6f36f246e74a9fd17e915c89e54eafa2281b8ace86133df22b3,,,,,93d2db760e57e03fd6e20cc55dc4aa46,5468b9ca48c3f67380a51e4a91732fb0792eb40d,adcc0b6fd6dc5911bf42f036c033fc3e43f07a8312e91d0d8d32793b62940c7e,TRUE,BOOTia32.efi
+77a4c1f2-a194-4778-8074-4ba1d052129f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",b93d4a486013424efe0fb34668b50b85,71ff189bcbb7e43d0793a0efb827f7225fb122b0,4f3e97e36ec05236dc378c544310a9685d57409b87020bee731d7ddbf90987c6,,,Microsoft Corporation,Boot Manager,26019df09c3d207b9be1a2f395b8645a,db3344e8cb837776d854dc6adbfa5473a19bd611,b67db8d53c925febadafce4356206c85f73e22456eae4ed6ee77f6a9e11a078c,TRUE,bootmgfw.efi
+29a5f4df-eaf4-468f-94e1-da9ba1b1c20a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BC5D2B2C7E7CB051D084484259095B2868CAEC001C09A6FD33302B0AA0DFA7E2,,,,,,,1BCF1611E0CC92C9D46D2A51C7ECF6EC63C562EF759324A1D9151D508A16B7B3,TRUE,bootarm.efi
+66314d3b-bec0-4042-94f3-2744b5a337ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e7ae8ab50eae0f2730780d6e87a165cc,339702656fbb6e001e9a283dbd54567323f0332f,88582f3cae30afd77990944709ac4e272d68cdc009d9c3ff6f7c2e19e74f5975,,,Microsoft Corporation,Boot Manager,61dcd3b5b1b343f78cdba79267151107,f62b5d4321be185905a65037dfcdeb277a4f6169,490c927242cc6227ca439a7e9aa9d771ad4d1686eede1f331cbb6c69e9be746e,TRUE,bootmgfw.efi
+32eed29e-9d32-4120-8a43-02c7dfc4ae22,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",dbed1f7ed9e19e53bfc7f43122ce3d83,765ce680a932d9f36a6b09c2191c9e2cab1a89cd,c6b0d030bb3e54294742b3914ae76c949e52a065abb28d08054fdf90d7eed628,,,Microsoft Corporation,Boot Manager,35434d7522f9aabb654847d66da05599,638291271b5b95b647a7ee324dddc79bec196616,1eaed62c4abcb2524643e1723f6aadcc31a74af4d2285d3b13880cc44c22dec5,TRUE,bootmgfw.efi
+72b28839-6c76-40b4-b8ec-6582be7d81eb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F69D87F5BC30026B00110DADD0264311D15DECE6B67F046506755284AF5EC002,,,,,,,05D87E15713454616F5B0ED7849AB5C1712AB84F02349478EC2A38F970C01489,TRUE,72b28839-6c76-40b4-b8ec-6582be7d81eb
+2a9c12a2-bc01-4af2-bb23-a5f1fcba5bdc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B15095CBB09505C8354657EF7DF0FA4046F5F9DC74B26EF12A7D83E82A718322,,,,,,,C1547CF902570207A9694B6B8E353FE41419DB6A3802221DDF10FB8F86947804,TRUE,bootmgfw.efi
+e1e05cba-138a-4879-84c6-0ab872d03ea5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",aad10724a4a2b676a69459a61124efec,e41e22000179036196670a70b71dc199f503f803,25933d1597ead1c390abc59433aec7c8f955c588551024c88c6388afbc84ed40,,,Microsoft Corporation,Boot Manager,34dc51ef7732132306a90266b0dcaf95,4f92bc4253c99fb31787f7b1501b0f3af801534a,0328f7dd12b552efa7a9e083730333b85f3f4e83d39387fc531863b422f75cc8,TRUE,bootmgfw.efi
+52a629bd-deb4-4e92-aa7c-3e4c301a086a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ec46eab41a4c2ffd8c352d6e0dea430b,5b65a8b1427f80e9c997bbad4e66dd36742314f7,e0df7ce01e42a61228f4005fcdb9c42675ff7280a0be9ec1c32ad9d5e0493f10,,,Microsoft Corporation,Boot Manager,00a62b0feb53c1c76e1e5246aab69123,4654356766b9e062ffd65fd26bf3d0916430881c,d87817f76309b1e420547808cb573aea0c8e7de14123793a42388582184286b7,TRUE,bootmgfw.efi
+5f398d53-d42c-4c4c-acc2-b3766bf08b97,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",4a7dcdd069fcdf8d7319ea5e135403fb,f48de3320923666bd1a9690f993a6d83ed420c24,0ac2943abf5ef953b939247b74331fb2c437e405a81dd5569d9cff1d6183d53a,,,,,5b234f54fbe2396c8248e75ee4f691d2,ba379da7ab2c2c99c24e004f4357da5cb6acaa6d,e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4,TRUE,gcdx64.efi
+db9487ab-4dc1-4c3d-a04a-70696d63bcc4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24357D13D3CFC29A7E83D86A6BB53FC932461B7D0A653701188D7B427C704FB1,,,,,,,D6EE8DB782E36CAFFB4D9F8207900487DE930AABCC1D196FA455FBFD6F37273D,TRUE,rhel-7.9-20200730-shim64-bit.efi
+2f495b21-1d43-43c5-8770-c221121a2e6a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6FDB5AB3815A499948DF5ED732EE275FA44CE8313287A33B2875B2A2B1D60021,,,,,,,B7EA2FBD3FEEDA309912B2767BA80DD037813E80FED17CDA79EF7F62B6D1953B,TRUE,bootia32.efi
+063ad364-8db5-4bb6-a731-799b970cf900,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,96DD3FFBAB73A9DAA0CA93C34C4EDA5BD9C8AEEB0480C1A3BD93131F44CA9A29,,,,,,,FFF421A9DCD3EF38AD585E8BACA408AC2E4CDBDFA679900EC17089624E310ADA,TRUE,rhel-8.3-shim-20200726-shimia32.efi
+a24fcdef-7393-4141-ae9a-f97fce196c35,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98A4F01BD9D8A039C669C2AF9082A0EEFBCEABEA4C739E05A1D0C59C5D851AD1,,,,,,,71B601EE3746DA7177726DB84F5B417C9721583D2D88AD857BF368A54FF76BFA,TRUE,bootmgfw.efi
+b1d65631-7072-4168-b25a-5e18d41b3410,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a27c33dada320aff0672ce32f953ffbc,412391ed50bdc33f24da222c7d79c00dcafbaddb,9be93e365a8240a03b05db26684b708b46d7585be325a3e22170cd5b324e0cb0,,,,,1d9a09ad4a977af7eb8359638d016fbf,70673742c167b615118ed8692cc0a100427c3f46,a8ddf4d0f6a7056f55b464cc79a986cce24541961263c216bedc19a7c4ca2296,TRUE,shim-13-0ubuntu2/shim64-bit.efi
+94c6901b-e217-41cf-a4c7-b62763759d3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A8FAD7CD0CC1DC152AE0880C21D91F6270FDB410D60E1129963AFCD3DF5841F1,,,,,,,839894ED391B7C88E995F845CA152F65BF881850D768E3EF3880838B52846A74,TRUE,bootmgfw.efi
+59605f2c-5575-464b-aacc-af09e949f153,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA0610793FAA746150C0FD5689158B01DEEEA7320E2F14B31EE9AF4F2C4D1587,,,,,,,32AD3296829BC46DCFAC5EDDCB9DBF2C1EED5C11F83B2210CF9C6E60C798D4A7,TRUE,59605f2c-5575-464b-aacc-af09e949f153
+b2be4369-0672-4a82-96df-ee4d208d3352,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,79631821A585BFC9A9A5D2D92D37714EFD84A3D856284A0897654461EC1C137D,,,,,,,54061FF50D91296F2F44D8B338AEEDFBBE86DF49DB5DE8A45191AAA931F5BCF6,TRUE,bootmgfw.efi
+59b5e207-bca6-4425-b392-2fd0ed44935e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,610D0A80FD4E876EAD581903B33C96ECC4B8BD7115FC9DF5579B3A25416FDAEF,,,,,,,9BAF4F76D76BF5D6A897BFBD5F429BA14D04E08B48C3EE8D76930A828FFF3891,TRUE,59b5e207-bca6-4425-b392-2fd0ed44935e
+d1e51f20-1939-4b7c-8875-2458c9e418d9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FD1CD4D4A1AC691E7A0AF14C3DFB17DAF3F2E6A2B286C9E233070979EC36BB6F,,,,,,,270C84B29D86F16312B06AAAE4EBB8DFF8DE7D080D825B8839FF1766274EFF47,TRUE,d1e51f20-1939-4b7c-8875-2458c9e418d9
+18b807f0-bafd-4f25-8f7d-e2ff15fb5691,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c86257e19730c49e2abfbdf19e322c49,6a9e3957a060061c09a674ed338df34af8f23540,f88e92940985413acd440daa20c08df99c54613636826d9d95b898d39c44b19b,,,,,24dca2244a6220a9bb1962697f8aa2f0,2688b0ed81c02678e9884b32b6ef0fd603930cd7,148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e,TRUE,bootmgfw.efi
+c8bbda28-7392-4588-a899-755c58de432b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8712d45e1ae024cb45067ad5918e12da,a6aa33d40dacfcc964b01a5c18d26829d362fbce,702a10fa1541869f455143ed00425e4e9b2d533c3b639259bde6aac97eca15ed,,,,,15d38ac115b29438f9f82509f78c340a,c017bdf23c9fae3f7c66a28aaefa4ce95d174a71,1db183cf5655b2dd0ce9508273b339146c3b7dcdec0d0ac3c180c953083faf18,TRUE,shim-0.4-0ubuntu4/shim64-bit.efi
+faa5ce45-c815-4eec-a757-84e1b181afcf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EBF3E0F060E9ECA943F49444CC0DBF6CBE1AEC2C20AE10DFB9E757335AA26ADD,,,,,,,3E828EF5E880FE62B33D36B78F2235F1A314153899AC80469597297B9A9DD22D,TRUE,Signed_13652009334930799/shimaa64.efi
+077ccbb7-5e3d-455d-abbf-317e3ee73abd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DB67C1601CC3B3313B9F6E8F12E76627E7BC6F3936BD8147FCAFAF5FB6556966,,,,,,,A5E476C4BA2ED8EF8C30F247F3E13AFA5C7E3A5A952E4B8325C22F33F7F23621,TRUE,bootmgfw.efi
+8e051211-3998-46bf-abf0-cfba6699c4f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,07058C9BBCCB99D58FC93EBE2C007CFE28E1BF74E51954584AA3D3CA06689FBA,,,,,,,CF13A243C1CD2E3C8CEB7E70100387CECBFB830525BBF9D0B70C79ADF3E84128,TRUE,8e051211-3998-46bf-abf0-cfba6699c4f1
+b262ea41-bb3c-4682-9a8d-a4e52e495c6c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7f5843d48a960315b047e5231470e1b6,a9f1a7c49b57694d6f44de42e7675ccf07e0a57e,81199ecb7a384d04f4e0f5541af731ca6ab0a04f1e2d692b4c386e0f02f15009,,,Microsoft Corporation,Boot Manager,9ac88694e8ed9aee8005b00700994fd1,f1fcc53669caf87c89c1acec550dc9b989d5f4a8,7a0294ba07a2aee3648afc0daf2efd526a5b76349ec906f819c03bc217257638,TRUE,bootmgfw.efi
+a9874948-be3c-49ba-b6ca-9ff18f01aa9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9E1E22CBF19E9A483E6D57345959A3F8862C3C98E2A825EB995819F0CF210F48,,,,,,,1364B7B94AB2A93E79D297EBF6CE0A30F7997E5929E408EF0D3B5D54C64E7B90,TRUE,bootmgfw.efi
+ae5b655b-a592-4d17-bce2-99ef497e846c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",5917ac93685b816492c5476071db3871,f039244623179184ac63f73797aee7f926f2132e,6e79e3d0580d244c2fc2179a4f08cb80f945ad33d8c4c325de4e35e0d41584c5,,,,,b6736f2d357c4f0b8d557c3c0c39fb54,4917df76db99a277efdb57da560e145ca3d32d35,e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538,TRUE,ae5b655b-a592-4d17-bce2-99ef497e846c
+d0f8d27f-26e3-4500-bcb8-dab29c667c29,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0742A120E871BBB67D6947D05E9301CDACBCCB4AF650464F996B40352CA9699B,,,,,,,400AC66D59B7B094A9E30B01A6BD013AFF1D30570F83E7592F421DBE5FF4BA8F,TRUE,d0f8d27f-26e3-4500-bcb8-dab29c667c29
+4002b7f5-487f-4822-a1bd-6fbf1167f00a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3142879893B677C1B25C92F9CF1DF3F90B209509992D52E9C64C3371296A9A08,,,,,,,4F93ED05AD7E20BDDE6241D24B196D6334C8C4010D92757E4868FF4BBD6A0F98,TRUE,bootarm.efi
+c2d12b91-7e1e-403c-8d76-9664229a68c0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,101EC6206BC939A389713775B3BDB405E91252FAD75509C54FA1DBBE822F4596,,,,,,,93F5233E9970A7DB1E4C9AA2DE2404636728E7C66C03F2BBE74B18B20A93BA96,TRUE,bootmgfw.efi
+46629c02-f2d8-440a-bc46-d67ad73ea772,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3141C6EF9FCE61084D16F0659A9596B0156F24D6F4B03837C4B7543CFB378D61,,,,,,,147730B42F11FE493FE902B6251E97CD2B6F34D36AF59330F11D02A42F940D07,TRUE,46629c02-f2d8-440a-bc46-d67ad73ea772
+d22cf9cb-63e3-4445-8af3-abd3537282d0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,884A2EC5FFBB42E948401E425123DCF2557664E77B3B7474A728069FDECD46ED,,,,,,,1788D84AA61EDE6F2E96CFC900AD1CAB1C5BE86537F27212E8C291D6ADE3B1E9,TRUE,bootx64.efi
+aa9b6b05-0b51-423e-b4f7-39cb30cbc987,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",007e746f6aeff8bcb4479e6e49236260,3971fa916c03c91a66e72c58ad766724b6a5c219,62288f1f5f2f8529292eb45c2ae2a33d1057a3dec12164958e76ded36fbe712b,,,Microsoft Corporation,Boot Manager,9875bf0884ed2f18a32cefd749c60406,ecdde500ab2b06dd0c870c1f64d783f2cbd095dd,cef75d1da8e991ac96d36f8a14562849207f9dd50fc63028ba83277d5c27d00b,TRUE,bootmgfw.efi
+84dbe789-ccc2-4988-a6f0-b4c74b74e133,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",86f6426a9b47dc73eb8c8bafbb46799f,c730aa1c864f3b802de8d123b5b883dc9b2ce81b,00550ccee4edfefd7b7fb54864d0aa5df059885e9e79ff80d4fb134b4487c05d,,,Microsoft Corporation,Boot Manager,f0056ccaf2bb46ff7e936a2e371f94b7,56b864169cb1f986f5103c248d6e83caab52154c,065d94b9ea00397a2addb747e1e0978e4de6bf175339778fb9b0760fec3d3b61,TRUE,bootmgfw.efi
+52f8c789-bc20-45cd-a1b6-8a564b18fff6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",6d83b980fd7541fbe793a891b95d5621,224b166130e25c00ac9a6c33d7816acc6b98cde5,d57f40a0e9018765cd79393a0d57d8e6d6d880d93b95fa57cedbda5a0b4a1ae3,,,,,5557985ad6236a2e6f4dc5efcb052bd7,36f2525fb6ae3fed1191d10ae9b4a524fe5914e1,6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0,TRUE,BOOTX64.EFI
+48d8feab-a988-4578-a65e-c6ba5f43ffac,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,ABF6F968CF9ACDDC04BA5F287F857551CC9D3237CE402D527279930AB5F84894,,,,,,,77CDCFC9644F8F80FF407CDE316AC235DDD1ADA9C3B6A5AA9544DB2D64B79FED,TRUE,bootmgfw.efi
+54a6f135-0fba-459b-8749-4a0764d690c1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8D76482F549D66048611DE6C4E67289E3B0BF051130B546E9A4B98B8DE0C4EA8,,,,,,,0A3C2072EF4FBDBF045E1876E855BB8AD5DD0809F66AD1442239A7D856AD908E,TRUE,bootmgfw.efi
+a950cc79-4054-4d02-bd8d-3de2165a3721,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,169D0AC3DA1DDA382812F7F221B8C9CD55961A05D876E3D812641313297848BA,,,,,,,992820E6EC8C41DAAE4BD8AB48F58268E943A670D35CA5E2BDCD3E7C4C94A072,TRUE,a950cc79-4054-4d02-bd8d-3de2165a3721
+eba694e7-6b97-4fd7-8e20-e26392cad8e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,07463549E9B992F78E7E64BD24BCA93754EF3674F5F5D76C4D44F462060DF0B9,,,,,,,86E9384C41F9339D9B0F80B48055D02BE5FF908860F2CEF63359E0D8B7937A27,TRUE,bootarm.efi
+76afa72a-2b55-4649-9fc2-3dbdc27456e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5AA8E7418AE78250745BE3ACFC2B8D1FC1DD4D1DEFB54F19A508BD8247CC958F,,,,,,,AF93D5A2238F01D595A1BC2092F0AB29A550B2B96BDE7356EBF64D8F04234958,TRUE,bootarm.efi
+b59f1e98-72fb-4ccf-a651-bf9318f14150,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7661abbf92a68466a3562ec887365e6a,ccdc96497a3d4cb4a616939fbf102e5faa787a9f,4b2bd93b32de4be7235c95c97af98e12bed5f0602b7b428700f9a1348cb2f731,,,,,a130bc7f90388e8f9d885f55fc7a8b8e,b7f9b5a096cd0d524da6296ace355e268cc01a9d,0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a,TRUE,bootx64.efi
+fd70f49d-4efd-4ebb-a889-5dbbcebe33a0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8C3A26B5831FF45BC3BCA44C2815951E2DA489A91BBCD295F12DFDBCED9958B9,,,,,,,398995770D21E9F66B90D69D1EDE16C9E58C0634B2F7D26B1F22501DD93FDAE5,TRUE,centos-7.9-shim-20200726-shimia32.efi
+a544e544-0e7e-4fcc-9195-e10564ba5674,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3D3434BC5A18F072D4CF59D5651F9CE05B61B6FC3C21EBBCF371777AA1E1E1D5,,,,,,,7F49CCB309323B1C7AB11C93C955B8C744F0A2B75C311F495E18906070500027,TRUE,a544e544-0e7e-4fcc-9195-e10564ba5674
+3a74fd6f-8747-4f47-b44e-fa10af3da555,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9EA346FCFE6DB7F3140DA8FFD5738F6CF97D6014DA61033B32049CB17696B372,,,,,,,EED7E0EFF2ED559E2A79EE361F9962AF3B1E999131E30BB7FD07546FAE0A7267,TRUE,3a74fd6f-8747-4f47-b44e-fa10af3da555
+dd1e593d-19e6-4e29-8d3f-5b85a21bf35b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,940A66FBDCB9A3BE16FC8FF56DB63CBFFD7283F15ECF7E50BD9BBAC7EAD303F0,,,,,,,FD4591ADD2E5B0664363720C71492982D5B223A141A6248246CD2381F67E926C,TRUE,bootmgfw.efi
+7550a473-863a-43f8-aad7-fff5be3977f0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4640438E0AAEEE87664C893198B41AA03BBF3214E181AAC4E2DE81A5400D2C27,,,,,,,199F3CF990816D710F556722CA068597C4341B7F346642339839AE30495309D0,TRUE,bootmgfw.efi
+eff3ed05-f849-4ea0-9f4f-1af40e48c368,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1feeb7cf14b7809b43c9044ff910afd2,5a9676753387c0f2b6bf9bae87605b78667df8f1,45ec69179be0f20088f10be909fc8b6104f85607db0a556482fee9384eb4d52b,,,,,e5569162d84d9553c5cb32345e717a9e,64a3960e247176d3389e64a2a61a3be0782dde88,e6ed1aaa082e63c15be118462ad2d14cee3bd9cdd81db5c8801b33ade2183d50,TRUE,shim-0.8-0ubuntu2/shim64-bit.efi
+fec3976c-cd0e-4929-a01d-23c584cf7e00,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a1a05331029aa3aa0fd396897cb46e8a,5e8fe0458328bfeacd491e1c74857c526f444596,0e5eb8d0bebf089a974bc0ca85d33d73f9a0bf72ed2a5e3a62a0387b51d509ce,,,,,fb9005cf320ed99d82d5b6a98988c576,f4bc99b43ab88f15d2803b5a9de898223a380563,68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043,TRUE,bootx64.efi
+c2ba98da-826c-45bb-bb56-09db34e78fe0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",cefe4b51ab58c74a20f0302fca66bd03,e230f2632b21bdb523d214032f979104df1ee867,88c2eac45b9480cc7e423558ba1b90097e8f12dbf98f4628c7a574c6371c6030,,,Microsoft Corporation,Boot Manager,47f4be47cd0365cc9f8a6c802f5a3192,01cf7cf98149854f741a31f3a6d8071ad80ea347,a22471b1d04c11ca895e8c078c221718c96c40309d64cf84144759ca7dfbd0d0,TRUE,bootmgfw.efi
+0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,26A8EBB3EF412AA70D4AB4486EBEE8DB42656AE7F2EC868FA95FA656090F01BE,,,,,,,B52531C84351EB695A8AFF0B7A5BDF93972CDEDFAF4067745425D75E21CD0CBB,TRUE,0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4
+d50e4193-70d2-4807-9bc9-671894e82df9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7de3ac2823e2f7c241f2b181a8417647,c3c4d0ccdc07c03c20f133f9f65f6f12accea87a,c7d9dab91b726dea5abaa893d8f60bd4795f489894044dc56a9d3aad9cc49740,,,,,7f6637b50f8043e83815eff4f6f6425c,9519b7ba40ba48be3ef06c3b4c09169824e35bb9,7f3bdd2e92ae417b2143cc993c7fe48d9363ffa65c9cc461b6a407a779998174,TRUE,BOOTIA32.EFI
+ff057f2b-0bc9-4318-a017-66307880a7c6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",28196e29d41524919202b6bd1e38f35c,ed2c4554266084506d2e514797b3dfc86a50118a,f4c53c0b054413691ba25a2d162bcde9c9e35b5e706272f70bff96ed5c05a7b8,,,Microsoft Corporation,Boot Manager,4d7e341b788c22d2ffd0a6e8d7c27190,2ab7a9fc3312a502e9178fe76930d65d07480b31,21554d1f3bf9f52d3cd297d27df56215c0fd08a0bf673868f3d8c6c064dc5609,TRUE,bootmgfw.efi
+146ba6ae-683a-4c91-b076-c267a77bbd47,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE924700AC79DC4689ADD5F7C6761E0D60E665A65F9572B43915010881B0BFBC,,,,,,,2B7A7A4DAFC35E49D03CBE7118E6BA4582401E1776B9C18A2597725B05A605F1,TRUE,rhel-7.9-20200909-shimia32.efi
+2d78b89b-4a5d-4d38-8c20-2baf76df8699,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,83B1D2B20830EE199D8845C999D4680B1B2B6D9C1F424DD13826DA3FA7F7139E,,,,,,,386D695CDF2D4576E01BCACCF5E49E78DA51AF9955C0B8FA7606373B007994B3,TRUE,2d78b89b-4a5d-4d38-8c20-2baf76df8699
+33ce2528-8820-4680-bc5d-b48fcc1f9d2d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",53663cb5fea6bde711171523a2206e45,b0adec5a51e018cc50ef0497126ef4a8d9fd037c,899afe09e356003605b30dc209a5ba4ef6910baef23fac268bcac6db3cfee98d,,,,,925441e09c4b9c8e30a467a29c16ee49,7a26f6d09fcc80e5be03b7a6e5f8fe2a3652f29f,894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166,TRUE,BOOTX64.EFI
+518b78e7-eeb3-43b0-a377-acfa0e831ce0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5875DB0835E08A9189F23833B21774FDD1C4C3BD4C5D3459471A49B85CFFD1E1,,,,,,,5D1E9ACBBB4A7D024B6852DF025970E2CED66FF622EE019CD0ED7FD841CCAD02,TRUE,518b78e7-eeb3-43b0-a377-acfa0e831ce0
+b42db55a-4520-493a-81ec-42002887ea96,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7f0de7a661590f1c33de0b80676e8827,003454b835a5ee7ee200f9cb4e68b071e2b8e69b,d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd,,,Microsoft Corporation,Boot Manager,caa781731a9d13ac418d97ec2cccb8f1,7ac2da2861fe7b90862a27b63629d8a9ee58d97d,7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080,TRUE,bootmgfw.efi
+5cab3a24-4bf3-427a-887e-92ec2ed8f1a7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",cd78242cb85f016a3ea62002c8f07c0d,1df5dc38345eee82fcb606f8c5140c619f187946,4628ec2698cfbca38d3bb4872df8e65a370ed4591e3fbd613a28b394942b8976,,,Microsoft Corporation,Boot Manager,7f11c44bb3fd9f28c453ed0545ce1fd2,e5e7294536819a91f69d03c57425ad2576a1055d,74b39c206dc8a11cd196d5998d2996b6ad477d72eaf86e19a3dc14ec0eab0f1e,TRUE,bootmgfw.efi
+0cbcf08b-1870-478c-bb85-8d12308ec1c2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,90AA7C82344C06E7657FA919AD2B7395A07F8A1ECA8C159029569BD4467CC7B2,,,,,,,C32E05EEF54D7EAA0DD89FE0F4D1A8D97671FB456F6299047C3192C3E3724BCA,TRUE,bootarm.efi
+3645f533-8562-4958-aaa3-7e5924aadd8e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7094801F966FC5C253DBD17066AF5BBCB3AF5E281D0A4DAB24E30C7A4B0FB12,,,,,,,3BE8E7EB348D35C1928F19C769846788991641D1F6CF09514CA10269934F7359,TRUE,3645f533-8562-4958-aaa3-7e5924aadd8e
+b6967d5b-ea2b-4a4b-b24c-63a8eb8dedcd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8E5609A57BD66CC153EC2AC60CC10C2E641334C26EA5068C1FD8373A503EF1D7,,,,,,,CC7396D1C306ADFCE49E70D7DAF32D093A8F2FEBE2AC0576BA853770E11B3EF2,TRUE,bootmgfw.efi
+add3eacb-c3b2-4adc-ba76-49ddb1af2ae3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FCCC2A01967926437DC0F5F49C6ACEED4DC67EBD7E99169023B5F89A7264CB98,,,,,,,EE83A566496109A74F6AC6E410DF00BB29A290E0021516AE3B8A23288E7E2E72,TRUE,add3eacb-c3b2-4adc-ba76-49ddb1af2ae3
+bcd750be-01b1-4b34-b7a5-065af773d063,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,65FFA344151D7347ABD0DEB599086063A503FB6419BE9E4358851F6B6AE96749,,,,,,,A7B788A7849607348C0DE9041989F7D67EC302F0CE8D7FDE5E434801F012B5B1,TRUE,bootmgfw.efi
+2eba3138-0822-49f5-abb8-ea5cae849369,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",bad97e7203aec2bd026403a7f70688b9,cd3f23904459410ad9f11b26faff47ac28fa5f04,df216fa3f13f8f7472c9586da4d0a7cd11cd60a041f486a611a4667f1c3d2cc6,,,Microsoft Corporation,Boot Manager,29cf71c7b7ff3b63a229ec82bfc2708f,65bb31b71a030a3fe93ba4d64e4ae0cedabbfbcf,d5bc11fb619bfced64249b930c785ead5fca3927f0ce3c5efd3f1d9af04b37bf,TRUE,bootmgfw.efi
+0072a990-7f8a-484c-8727-bd0912dd2ce6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DF01F567CF2C2A7B872EB750F12EC534B6F207E760D1ACA6795DB7CB12CFD92D,,,,,,,E6236DC1EE074C077C7A1C9B3965947430847BE125F7AEB71D91A128133AEA7F,TRUE,shim64-bit.efi
+ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,20E870697471F16EAC55A9658212F83A7E443CDB3844C7D1901B4D4271828F7D,,,,,,,1F179186EFDF5EF2DE018245BA0EAE8134868601BA0D35FF3D9865C1537CED93,TRUE,ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71
+0acd4573-d0e2-4f57-8c94-3d6e57a391e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3C6318DC79E5CE66F7DCCC71DF01C4E4ACC53F14D978011A29033D59D43D9233,,,,,,,62B79FB4A04052FCB498A97F22A3567642D4BC47D1C2FF9A06311C8C6148E907,TRUE,shimaa64.efi
+34cf714a-cbf0-4339-afb8-bae3643a4075,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA38D5E097A9853A25A1DAA838ED83BC43569DB871FDF24888512A434024A866,,,,,,,FE0E58846C40717FEDE6A1E0D6A0546CBF8B8CF0B82258FC16D05BAB58107D34,TRUE,bootmgfw.efi
+4750d526-693a-4831-991f-4ace2cbe92ad,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D764AC6251FD2641EEBBFBF7A5A95E212DF5997875990D90562CA65D5D966BAE,,,,,,,0D85DAAA481B1BE84320E12B5078794DA29628ACB43B69C8909D291BB995CA72,TRUE,4750d526-693a-4831-991f-4ace2cbe92ad
+46e2d5a7-6b08-4c8f-b90a-dac8418621e2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",087617bd4578c903f0a66bd157217f0f,1128abbba4480920fc7a0a772239cd1d132a1910,b65fe0af8297168749dc235340cba7c08cf6b956fdd25fc2c9f16d20da536713,,,Microsoft Corporation,Boot Manager,f9dc5d54b477c66ca23b879546b650b7,6f16c59cb8e6b3febb9e73702914f06475dff19a,c3297e35c3a9efc4c051706aab77d29a26e62d9a38de256dffeb77a0eec8666a,TRUE,bootmgfw.efi
+9091dbdc-0263-43e1-a886-3c18c6532dd3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5DB10187E0E8BB8D2FF649810E03F80FB6873370F3AB1F013811B8E9670F3863,,,,,,,DDA0121DCF167DB1E2622D10F454701837AC6AF304A03EC06B3027904988C56B,TRUE,cent-7.9-20200730-shim64-bit.efi
+fcbb1d82-1e57-4ca2-8679-e366cd7cb4e8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,355B0240DD31FAD0ED13D77B7F880F8EBB32BCC72F9667BECBA3263E099DF378,,,,,,,21F27D89F2E77DEE7CD4336E3A3ADE362A2AAE9FB2EFE2079491A518F3D51FED,TRUE,bootmgfw.efi
+2e3641bb-5bd7-42d3-8353-481b4593c641,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",89805fbe6421f1d03023514f8fd7215d,f41fb5b7aaf48c05faed3e6622d2e2e70c95d2b7,561d28e0888cdb0a8fce41754742aa8eb1bf5c8dd4eacbf9af0f40e0d36013c2,,,,,2fb83ba40e7c8d9019f48dfa8269bdb8,775705904e0748bc6210e1869f20765a2f1b027b,e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0,TRUE,bootx64.efi
+cb08669d-8b82-45b7-8fc7-ea815f96e336,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BD6E8218BAF3A86090201D6A118858CFA5F63AA2732CC880DADF39A1609F12E3,,,,,,,1DA53F3A2C7C41C93099737266B5619FF616A433FB3B870234622D7AAFAB9A7A,TRUE,bootmgfw.efi
+9b6deeaf-b8bb-4f8e-a8b6-d174312fcb7f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2CAD0B454397089723959FAAFC2DB5388C50DFD5C02319703BABA6F03654561C,,,,,,,172FA584B4EEA5A5D4104FB0AC30EDE032CCD31CD2675D7003D79A2CD0C243E6,TRUE,rhel-7.9-20200730-shimia32.efi
+60383f5c-6dcc-4df4-aad0-510733820a1b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",69b63c494c676d3a1013a775b18568e8,09c724498ed275fb4a76f04700f5b2d39413405f,953a7719b50073e701730fcff79b2fee7054c72c54d1f0b0f2571d3ce7fdb925,,,,,752f28cd2893f6dc4e568c9a15f6b456,22cbe49e2494a44bf823958840b6e1291ffe6d11,3e333de87d211247b2ab00093cab48f6069d718afd29e9917a3d5f60e87557b6,TRUE,BOOTIA32.EFI
+d90f0a0a-e161-4ebb-a2e3-5dbaa75cfaaf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C4081B588CA3FC9965C2D04A0E8CCA3E0016566CC8A84FEB78CBF63A4ED72EED,,,,,,,5A184E740657E218D635168286F0F70BB5672E4EDB78717550C70686C232EA5B,TRUE,bootmgfw.efi
+66d407b1-5e65-4314-89c3-cc6dd5c10d59,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EBB480F63BB81A4C88F42E97A1B40DAB2EBB926A358EACC1C52A5DB88A2BC6CA,,,,,,,28CE0DAD50730900C5D18CC58D5255293452CA37D764868C16EAA9EAF6BD7C83,TRUE,bootmgfw.efi
+d20a9d4f-d336-4400-b839-d2334be05e06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8273287f52ffff4624121d2926ef9df4,69b368ef62566f9b06db68ab91c736f98d0749b9,599a102b6445fa88392b8c85a31d80ece950624219d846affbfb7131d4bf550b,,,,,9d017c87755ffc16175ff7fa5dcbb175,47263679db883d7ad9adbc93d6a1fbf8095f0133,af79b14064601bc0987d4747af1e914a228c05d622ceda03b7a4f67014fee767,TRUE,Signed_14173467011297444/shim64-bit.efi
+e7f84927-3fb4-41c9-b2fc-e87985cfbcc3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,94F92895ED36D4EA45B0942E755640420AF5CA3B8E3EA855FC6A39C9A3661666,,,,,,,AF3BBF0C275BDD5EBD8A87F00263847485572F8A983DEF0EAE9895CD93D7FFC3,TRUE,bootarm.efi
+fecfe761-f926-4a24-bb10-bf4b8d96750d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f2c580ccd60898d4aa2676249d67c171,85fa4266743ebb0262b8c1da8b01d1f26e630404,e6cb6a3dcbd85954e5123759461198af67658aa425a6186ffc9b57b772f9158f,,,,,efca75864e4fa65df7ccf2a5c124a3c5,ad9a72bdb69a17abe85d948e6bbbb89141da2543,0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19,TRUE,BOOTX64.EFI
+696a399a-9f49-485d-9753-63edd677f144,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,944E6F803D3E1B0C1AA767B14B0F4D960A45F80F0A0A459253CA65147E947F72,,,,,,,99B2BD1FCF17B52C64E8506B97FA10CF8B6397C9D05D8D543F86893B210DBA62,TRUE,bootmgfw.efi
+32544796-1bfd-476b-a4f6-8fccc5a593a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f66d8bc26d38b7faaa1fbd4c4fdda3ff,7098af963c0223858f2fa56cc226ee27048f35d3,e443176d6a0621e65cadde51f4019ec7fb25e91fa87cbb6cbaf09d94e9e49918,,,Microsoft Corporation,Boot Manager,8cbc20535be05799179c23fb8354b9d3,458cad1c4b11da8201ca12a6ed0f50ec81261e1e,61535caa144761fc48cc9d7a835dfaf020b569edfc7fa628f983d58a3ac25f2a,TRUE,bootmgfw.efi
+f57db2b6-025f-43fe-af3a-c50cc2bc1aec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2AEC3E859816EFA89AF844D6DD8CCAEA345A851CB23006D3C2928081352BEB25,,,,,,,91971C1497BF8E5BC68439ACC48D63EBB8FAABFD764DCBE82F3BA977CAC8CF6A,TRUE,f57db2b6-025f-43fe-af3a-c50cc2bc1aec
+d159a67f-5512-4922-bc1e-5c675a73d0cb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d0be4e86a7eaa87c849e3e137c3471dd,1ed0450060202cea44d69a503da1b33004a963dc,df4e1cf6eaf602f99849ddb6802bd91fb13cd5c3f9fb420250d8a3d750642efa,,,,,69843fea4e1051a4614a17f5bc8daf97,84958a487eb9b1c6d55883e3c32361132c1fe214,3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b,TRUE,BOOTX64.EFI
+e06e3faf-46e8-4902-9bd7-69b462d292d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3EBB964E2D24C5D0F2E07972A9F143B73161344790E960463BF9C229000848C1,,,,,,,B4938ED2FF001B73EF31E5BBBEBE1D6DBB7D9888A9FBE5251A52A5ED016652CF,TRUE,bootmgfw.efi
+29bd7324-d53f-4143-acc6-d03d0e4e3aa1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9EABEA9AE699526AD519782DA21718DA7190490AA3436BBBD80269D4A4CC37C5,,,,,,,BDD01126E9D85710D3FE75AF1CC1702A29F081B4F6FDF6A2B2135C0297A9CEC5,TRUE,29bd7324-d53f-4143-acc6-d03d0e4e3aa1
+887e3ac7-c597-4327-86cc-29936e2f8cdb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2F1DAE62EA074FD06DBBF620009CB3E65988D15431A061EAAB4D7ED1A97A3689,,,,,,,D14EE5616DC8EC74D695AF08DACC78BBEFAFA7A97A5CFEAB9B961E86CE9EDD37,TRUE,887e3ac7-c597-4327-86cc-29936e2f8cdb
+2856fed8-45ba-4ef2-8904-8d9c9ecc6cb4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E28C1F6E413330EA1DE56643F344702D2962988ED72AC49DC7B33B51B2238537,,,,,,,9EBDA9554AD5BB9E3D5CE700F7C86D4F5B0D782BF1DBF30A6A7234749A5DD517,TRUE,bootmgfw.efi
+c900de9c-b4b1-40b1-b106-db0845396462,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2405153F56A12F727853FD55BC9C99B81937B42A1A0BC585310DA45D35A3FAD,,,,,,,A608A87F51BDF7532B4B80FA95EADFDF1BF8B0CBB58A7D3939C9F11C12E71C85,TRUE,rhel-7.9-20200909-shim64-bit.efi
+b089a9fd-d664-400b-b66c-158cd1848428,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D4D97AEAB61079D3EB0E55794504991DD1BEB0F200315718FFE44BAE89F8F330,,,,,,,81A8B2C9751AEB1FABA7DBDE5EE9691DC0EAEE2A31C38B1491A8146756A6B770,TRUE,b089a9fd-d664-400b-b66c-158cd1848428
+0dc82e15-40ab-4a65-bfbe-9c8925d3cdbb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8DEB88A2435270BD24328760FA6FB5C77BCD5C47F7A0109F15300D644CB9A228,,,,,,,DBB424CB8AD35EE68546092645C4689D6027A97FEDF3C5AF842B9572F1276997,TRUE,bootmgfw.efi
+3f6b5528-2fd7-427f-967e-e89cd9e77182,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,540CABD0862F121CE200DCEBB6C9D3B209B266F0CD413CEA2385886F965E5062,,,,,,,D860D3DC4D9A412E8FE8036100BDA7637B57A0168CA811781ED4A00815A97E0C,TRUE,bootmgfw.efi
+365019a1-7820-4c83-a483-15dfd2ca466c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE09433ECE56EFB74EDFFB10BB4E2C05EF9FA3C37C5E60BD5E87FBDEEAB3EB40,,,,,,,288878F12E8B9C6CCBF601C73D5F4E985CAC0FF3FCB0C24E4414912B3EB91F15,TRUE,rhel-8.3-20200730-shim64-bit.efi
+3175132e-f5d7-4d88-b395-ca30351f8c69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",45a7c3cf799b58b886c0b4c7f6f71d32,52cad42539bc3f27a103e4a9bc0fd51a1b51a265,55a5bb13e3a985e0ab011e69b41704319de0843f9254cf91ed2964c13af345fe,,,Microsoft Corporation,Boot Manager,439f829f38523f2c1e9995474cab6030,71d6ef211cc60fe99eb7f949640dabd36759b36a,a6f13f3bb8132d248591f6762ced6d3a55efd8812db9730449e267cb6447145b,TRUE,bootia32.efi
+e84c007a-a263-4bea-ad23-e46447001e91,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,44FD1F90799B852B3BED642DE300BCF9EF6CA81036CD5588C24D5B8E00D4B9D1,,,,,,,540801DD345DC1C33EF431B35BF4C0E68BD319B577B9ABE1A9CFF1CBC39F548F,TRUE,e84c007a-a263-4bea-ad23-e46447001e91
+298f4996-3321-455a-bce2-919c3a73da65,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7AFFFCAF48E9289AA0C44566C53EC0A311BF3E2ABF351E0122C685FD568D97B1,,,,,,,7836465BDFFAE768EFAEDCBAA8B5787BAF51B2792A020E80E341A3F824FF82CA,TRUE,bootmgfw.efi
+9d219a02-b011-4466-8b2c-6fd725593454,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4155DCEAAF889DE79ADB9B2130F1CF23AADD24080C2B2C1EC5F4C359C52A8D7D,,,,,,,7C7372A60D71E04879B8930C164944D96D3753E0A2924A31231D1D5FB97882F2,TRUE,bootmgfw.efi
+47601d49-9a7e-4402-b5e3-69bc03788afc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA4931B170DA278A4A954FEB76CBF7310B657AB9232D1C7A4B6EB628D8A98073,,,,,,,C999EB66393506C8149C35C8A8CE87671895D65167E4B0140B54DA72A92D7C88,TRUE,bootmgfw.efi
+58c24252-f076-486b-90fb-5a1c7b922efa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C334B9CA48819E7E408A3A3418879978828AA302BAA3ED86DE64D8AE5ACA0EAB,,,,,,,AB311E737112E4D34ABF545836BC671637663E93738CEFA37405214CE8C92A58,TRUE,bootmgfw.efi
+bbc2661b-25de-4c4b-ac84-367115d44e8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5E189C9D2633F0AC10ECB763A150568925884E29ED684050194D87B883B68B34,,,,,,,7803F12E7E1B7063502EB8E223A9013E2B61125A888B74D61465B51DE53276BA,TRUE,bootarm.efi
+2b807893-889b-4dd8-99be-ff17aecfb58e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,73DD7327621AA77D919473F71D3175EFA40F174D3C16060C079CEF169CC51363,,,,,,,7D0B74AE42DF73A0C2C9CA64F6C83813D3D6A5C4B02BC47F566CEDD5682C691A,TRUE,bootarm.efi
+9b9f7199-24ed-4372-8247-e420ab0b7937,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4E00B1C1CC2BFCB1FF2FDB4184D13CEA5A2617BACC3623C3DF52C50158065E73,,,,,,,49465D4AD701642C7BCB5EF30A0807A3CD438AB42BF8D62D68038C3FCBBE8605,TRUE,bootia32.efi
+a77872f7-4890-473d-887f-bfd93f46641d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",6514d19c16df6d0d9cf75bba91350dcc,c3f69560b62f619f851df687c0adb2fa35cc0160,3bc9ed257486b68fac5899eaa19732a1340d06c8baf4b0ff53c7f5c052e6470f,,,Microsoft Corporation,Boot Manager,f5eca8462be6c481c75ec3955b47c4f8,45e97d3cfb90ad162fa8f5a14ad8e5b4710a748a,f74947590a87a005023e9ef89cdf0c38d8d582ca4173f8201cebc443ef796790,TRUE,bootmgfw.efi
+530ab1a9-d9a6-4f01-986a-5b69c99400b4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,51BD59697B4E1DF61DF32AD57CEBE394BE54E3E9DBFEB8DC00A3A176D13A5767,,,,,,,284153E7D04A9F187E5C3DBFE17B2672AD2FBDD119F27BEC789417B7919853EC,TRUE,shim.efi
+dfa9cb92-1691-442f-96df-9692e4ab29c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",3aaa631aa80579a7ec4606f002de3436,293ba261a22d2b62ac580140be62676856d48527,d038eec123e1e13ab3ad27534de697c9779e9c27c62575f06771f80d3cbb7148,,,Microsoft Corporation,Boot Manager,13c9c74d08c33a6231d859bb35a060bf,833319ae7ee8fd2da9705d51d32ef1a6fd22e2fd,6f53cd5bf434b19b4e14ca127c596752079d989fcc98bb7d7cf3155619ec347d,TRUE,bootmgfw.efi
+24b32147-9b69-40e3-a166-b0c457b3c371,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3F8091F700DA0DD082C6C06D0D3B68DB8D51FBE03198BBD6E4FA0D4A9EACA522,,,,,,,2F9A8EB6C8E18E7E118AFE9B51E233D88EC76C0EA256FF1F2A842B3A0EA9F466,TRUE,24b32147-9b69-40e3-a166-b0c457b3c371
+bc584a7b-f352-4e0a-b86e-7954c4b63d2e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FA07B984FB6FDD32DB497C55225E614759BFEB7093BE1F02AB2E30BE1869B2E7,,,,,,,91721AA76266B5BB2F8009F1188510A36E54AFD56E967387EA7D0B114D782089,TRUE,shim-0.4-0ubuntu3/shim64-bit.efi
+1ca07dec-812e-46a2-ada4-141584aa0c12,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6E5D8278A7A4A58DBBA2F5D01B09B9DE4BB20ACD2DD4890846C8125A65136BF8,,,,,,,6873D2F61C29BD52E954EEFF5977AA8367439997811A62FF212C948133C68D97,TRUE,1ca07dec-812e-46a2-ada4-141584aa0c12
+fbb59470-8b0e-4ad8-8692-e8a3e1c4df8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d55f2dc318b152d9d722021bf8376658,6b4d5fb92240528828725c87f1c2f7de1aa7e7f5,f8e2a41c0444d7da76fc1682f3eb7e2a90140e1b68b413f4426bac357cbe14bb,,,,,94dfb76b94c30266578ce327901ec791,909d4c9217388c496ccadd8e1ed5aa58766a60bd,f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91,TRUE,BOOTX64.EFI
+2b61baf4-c396-4e1b-b487-87c1ebf4b17a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c3f1acb15ea4dd4002d43c5941d1a64e,31a862d073e46ffc608cfc93ffc8e18c38dfed8f,3d23947c39680b9fcf22b092b97c9d38edcc02f7ad13d3a925d1ee0b62797e73,,,,,379f249742bb47ea2d7cec2b9d3fb1b7,b678307ce3a2c6d5a2f988e7ec068590edbf1c50,7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c,TRUE,grubx64.efi
+9ae39650-46fc-402d-a4dc-569ce8411039,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e2be3deb5a33615e127a7b2930bb544a,608df8090d9d8b9aa3ef02b395415edb65d9be6d,7b5dfe4f9e4ee68e3cdd9c91bcae26db334d49ae4c1f9525cecd834de48df110,,,,,fcc5a83e211d451fcb6f8082cc598ea0,20ad14d6ff96fc1dde5df105e0b71cebc77f5b48,e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5,TRUE,bootx64.efi
+dabe9a66-0446-43a1-b9bc-fe279702a5ab,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",24a7545dc37bc7d366b05c68752af476,63006031749d3e2d445fd952c8da201181b90593,6b6e59284750fc0e6fac4d6c2a46100e9b0dde54e000b7327edd4a4dced9e9a0,,,,,5ebf16973c90bb7a23fb44504d80f390,ccb632ec30624e6860fe361920b83d1739d9db1a,4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09,TRUE,bootx64.efi
+71999c6f-6195-4944-ad16-105579c98549,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,50A8B3CD4F80C8C27FA47242869FDE8B6B7709A8AD1AF0EF0A726D20623007D8,,,,,,,CB6722995D4821AEAA9871C1B9782A02ED2F3D2BC6C1AAFD3E6B7673A210A8FB,TRUE,bootmgfw.efi
+5efb08ce-213c-49be-8c2b-0ae849f64b3c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",077432d8b1ae0ceea719297360357320,d537e7c393d18329197e079601678b9b476247d3,4e371dd0448f1de869ee087b59ff88d11865463715272bcc6c29b0d5e21dbd82,,,,,9e12eb37ae8b46c4010ec3e1b7201f21,90a6b60c5051a3b00d779c03ac1e07f5df376347,f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c,TRUE,bootx64.efi
+1457ea3c-21cc-46d1-adf3-606e98b3938b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,97BB9FD717C396231E86ECBE5A760D56DBACF4AE8E963D16D724591E45919B65,,,,,,,CC8EEC6EB9212CBF897A5ACE7E8ABEECE1079F1A6DEF0A789591CB1547F1F084,TRUE,1457ea3c-21cc-46d1-adf3-606e98b3938b
+025ed4ef-d8c6-492b-927f-a1eb484d7b89,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D0A3923ED57307BBDDA1ECF0FF1C40F478DD6F439F80A072508C3551520CD52C,,,,,,,812EB0FA2DF13A889549729CADBF1720B68F6C9E21955741B72802590AF1B5CA,TRUE,bootmgfw.efi
+e12666fa-d6b3-449e-b3c3-18cf7a3d5b69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,764D5B7F15EF539E0C8685DF62AB7CC7DBA3FCA50A08A8F7643D108A0A7FF757,,,,,,,815D98AEE498CF27FD6648C7E02CFC0A4A88AA73237CBB2352FE38384A72683D,TRUE,bootmgfw.efi
+e4cbfa0b-8b40-4ac9-b390-a566dbddd873,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B7A243AC2248C630A51D73889E4BAA33DA94BD58D63E364A5FEF1A0998B4F5E,,,,,,,70A1450AF2AD395569AD0AFEB1D9C125324EE90AEC39C258880134D4892D51AB,TRUE,e4cbfa0b-8b40-4ac9-b390-a566dbddd873
+b3f78afd-8a4f-444e-8561-b32a5d6015f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C8AA71C72318CA43CBA4302FBAD12B474E7E4ED1B0EDA8A48CD71343A32FF155,,,,,,,CB95A4D2E0E02A5B56D059C9F223C2326753EA8C44D2E3FA6C4486629BE387A9,TRUE,bootx64.efi
+0d33abea-51fd-4453-a8a3-150328e8ce21,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A121947909D35BB042F0049D18E4EE2B27941E10D14E4D6B1C11945CA79992E6,,,,,,,9ED33F0FBC180BC032F8909CA2C4AB3418EDC33A45A50D2521A3B5876AA3EA2C,TRUE,0d33abea-51fd-4453-a8a3-150328e8ce21
+73af3c3c-dce6-48b2-bebf-ea167cbaef2a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A2BE1EB17E12E0A66A87342C9D1CFD4D7DB81504A16B4FCB32F15C6BAA3F589D,,,,,,,E6856F137F79992DC94FA2F43297EC32D2D9A76F7BE66114C6A13EFC3BCDF5C8,TRUE,73af3c3c-dce6-48b2-bebf-ea167cbaef2a
+329800cf-dad0-4ca8-bdc9-6ec18ff01421,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c748cde9827385f9832a4f0ab1f02550,6436ae30f3f189f70f9043d91ede90058fbeb00a,338b89190177e950151a198823fd9d5f4ea25c1faf73e56ca5d9cf69d373fd66,,,,,eff2e129dcbf0ddc1e70c9ae8b5d0c6f,c5997af577c074aac5cf0fb290f24bec27618d73,835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4,TRUE,BOOTX64.EFI
+4d2c43e5-7a66-4890-93c7-3f9ce734f78e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",22534ca115844f647fd2698572201490,7a21dd6f0289ca16c6f2a46cd37a965721f07518,24d6b301a1268ba8b373275981538855205eb0115609800f2b5b95377483b108,,,,,757b01c0eb9ed075c6e93d2fac4b0e4e,948d8090a1f360db50a84f3cab750f95d76044b6,5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886,TRUE,bootx64.efi
+293680d1-928e-47e7-b45b-421122787ad8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,66CC4EE53DAE4DD746AE6D8B58B858DDDF1634A498D5EF41F50264E6F948F526,,,,,,,C05B9250BDA8E86B6E5C6A8C584F0F61B4A3D243689965B5A955A2CB198D1E99,TRUE,bootmgfw.efi
+a1062c3c-45c5-4c75-bbd2-d744c8e3fcb8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A1DD22421CC934E050572520A026985AE8C5FC5AD73816510713F1E1D4DFF575,,,,,,,01E2DA8EC5A6929DDBBBEB2E9807586FACDDCA6A7EF62BFEBB581BDC2D7274D6,TRUE,rhel-8.3-20200730-shimia32.efi
+d0acb6e2-2647-424d-b438-eff9f1b605fd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0,,,,,,,1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0,TRUE,bootmgfw.efi
+837d8bdc-6458-4eba-87cf-c82a32d1eca6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,106E99968A816752C4A0F5DF6AEACC0400C688DE35832798029040CDB41E1F09,,,,,,,F254087746FDB5D9D9EAE6DF458485752BEB0FCF295C36D273511B45F7480287,TRUE,bootx64.efi
+0e0c1a30-7f00-408c-94fc-b8679bfe90ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",87ae10260e4ba99762c952c6b1781476,d8282df774ac784f175e5954d46864fd06c28bc3,b06dc8f3de1e7e5a53dc7ad0f8028f78a843df54884b4a92bcec21071f0e649b,,,,,543a59e6a502706a4a6210c7b7f22033,70b0cb8fdadfc2cfe995adfa594d282e7ffcaa41,7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579,TRUE,bootx64.efi
+97efcb29-1524-4142-923b-4395a39fe3ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C31524CF5814D19C11611A5E5C27B2071DCB76B7EC6DC2DEC93FF9DE5CE656DE,,,,,,,4185821F6DAB5BA8347B78A22B5F9A0A7570CA5C93A74D478A793D83BAC49805,TRUE,97efcb29-1524-4142-923b-4395a39fe3ee
+c1e70cfa-8b21-4b51-8b94-9a06bb4b5550,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,608854C2B7A26B00A3970757C2FA176B361F74FE094F7CFA482C439071279548,,,,,,,06EB5BADD26E4FAE65F9A42358DEEF7C18E52CC05FBB7FC76776E69D1B982A14,TRUE,c1e70cfa-8b21-4b51-8b94-9a06bb4b5550
+64508479-d4fc-4415-b202-d787a4d094e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0EF0AD66BA9A0C4E4815BFD072FE7E281DC382D8DE08A4529DF3FF997B19E705,,,,,,,F4D8EAD6C325030538D10EBB39F0EFDC2F553794C14A5E45F9555C335925D9D3,TRUE,bootmgfw.efi
+4feb177a-ce68-4853-9874-5b834a0b9cb6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3898A72298BBF39E2E9B268DA9661B47B6AC5C160518089E27BF8DF25B77D584,,,,,,,BDD4086C019F5D388453C6D93475D39A576572BAFF75612C321B46A35A5329B1,TRUE,shim64-bit.efi
+5abbd1d8-5850-4e54-9375-6a9639a8db58,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,77F55C6E07D808021F9E66017605D8B2DED6C55944693641902C4CE821E37878,,,,,,,80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A,TRUE,5abbd1d8-5850-4e54-9375-6a9639a8db58
+3b5b838e-359b-483e-94e9-a1c1ed3077d6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,258C72394A0D163E9196A16682D3881E6CB24171EDA78FE026CC9CA9BEBFF22E,,,,,,,40D6CAE02973789080CF4C3A9AD11B5A0A4D8BBA4438AB96E276CC784454DEE7,TRUE,rhel-8.3-20200917-shim64-bit.efi
+61d9e3c8-8cc0-4c53-b886-e6e2e676f475,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA909ADBB83E05F92BA2E1144C6A33CB320A760409E1015B00A9EED666063510,,,,,,,4EE45A217B38A8C13777DF0860F1255E52BAF3CF9D075373E31AD7E2C85E2CDB,TRUE,61d9e3c8-8cc0-4c53-b886-e6e2e676f475
+0ecce400-dd9c-4291-9502-c8682a4474a4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,891C44B16ABB7063144BBEF23BC35609FD14BB3FCD8ADFD1E804526AF344EBD4,,,,,,,9F136F152A21885D574519554C7B64C15F014E413CDE6AD160F2091EBA9E6424,TRUE,bootmgfw.efi
+b7909152-9a87-4045-9aca-ae18890b2b71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,41607556B9A25F6F3AB73331589519553F83D2CB3629FB3E729303898D173023,,,,,,,3B7696DF627ADE30BB15BDC5CE3F3C27240C973353E8551E7B036C90D01280C9,TRUE,bootmgfw.efi
+989b4dda-91c9-4903-9027-6ff3e74738b2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,87150D354E809EE266FC005B1DECA64F70A72B9505AD79062D337EEF012CA896,,,,,,,DAF87006F2653909E39A52B7ECB234484E7AC84AC21EB59354C1BAFCDDF08D9C,TRUE,bootarm.efi
+aa7f07a3-cedd-4752-b1fd-0e8043dd54e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7C783057C245A34DFF5A9497C3CD4181FC80D06439884E12AD5D67A4F5266CD6,,,,,,,97A8C5BA11D61FEFBB5D6A05DA4E15BA472DC4C6CD4972FC1A035DE321342FE4,TRUE,aa7f07a3-cedd-4752-b1fd-0e8043dd54e6
+3598ca7a-27b3-4c09-aaca-cb5108eca19f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B455F745A6397C1B4FDFA43E634462EE1414DB21EF5A3391142B0F988F31FFE,,,,,,,39ABED2935891EEF96E2B733BBC6951DAFAD1A4C6B500D2D9B28C358355A6AB8,TRUE,bootmgfw.efi
+865cadf5-d63e-438b-a8e9-44591fb69d2a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f512804db694f319cf51306dd2c2c618,d1bfb94ce4288f7f4e3f27ef22618991485e06ec,3f28c4f2fb32c10e5faed1debf7db6ae8c821bf286ffdb57a5b31fce0730e111,,,Microsoft Corporation,Boot Manager,3c5fa521303c8b5564f3c2ce44596d69,599dbc2acbec93f50c653471403aab7be0b978d1,736afb5df29ec9c88532be9c620ef80901bf23e72f2d3488b757aff17e734ace,TRUE,bootmgfw.efi
+2b66ad2e-41d5-498c-bd23-2c88e3a74ccd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6DB28A61DEE4A1209B94F5C984C44D9674F69EE700373FD7BF1A3CBDAAB83FA0,,,,,,,FFD7688E7D2B8C3C3140B415E728BBE7663C54E23BD288FF2CF4617835088F39,TRUE,bootmgfw.efi
+3cddc9bb-dc68-4cd7-aee9-227b47b47966,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,413782A6CEE2CFF718F87A737CD989E2A6067E67212B575AD8A7D80B1A62F206,,,,,,,9414F5FA5853978C07FC6BB17A1CA9460FE443FFCA021FA52C8672A94460F44F,TRUE,bootmgfw.efi
+9f95756f-dfcf-48ae-9c0c-8d99f4894e28,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8000831e91c318757fa911d4c879dc02,d88ac2154cd473d25c41be40bcca918158badf94,59e4fa86b1c3bb7df3cdb79a17ec36af9ad12e153172f6d8e662fcfb9dbb37d5,,,Microsoft Corporation,Boot Manager,2298078eaeda24a91219936dfb897e5b,23760cf7521a929e9bfcaa5591ad186a18f91f87,ce65c29521cd8498fad962e5f70d55c5044366ec09c761a60cc7c4a2001776a4,TRUE,bootmgfw.efi
+d1d2f3cc-064e-455c-af50-3bd0d46a06f2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d6604f3caaa504ff3aedbade7d87fb97,a8dc3e14fb4ad8d264fdaba4ccbc89d64ee4791d,f025a519dccf1df41951c22c6dc5cafa61e21b117e174b4983b45ccc22c6375f,,,Microsoft Corporation,Boot Manager,889829fb843f0a94ac85fd363af55729,7064b8e79beeb6e7443033f51a17d7973ea424a2,7f292bce8dc97b601ef1ea72bdf7d96a12a87782bb1b1c547f85c55c7b3ff035,TRUE,bootmgfw.efi
+85ef0c80-cca4-48f1-8ace-0ab2fda03b79,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1c9670b5add3e4d6aa442a53427f422a,11ddf040e749c8362e91c58fd17cb9c7aea4be91,c3d65e174d47d3772cb431ea599bba76b8670bfaa51081895796432e2ef6461f,,,,,431612322a95c76c8bbfb190f00aa9cc,e0b9eb89abfb711dc3600589fcdceafb74ecaaed,c55be4a2a6ac574a9d46f1e1c54cac29d29dcd7b9040389e7157bb32c4591c4c,TRUE,shdloader.efi
+4e6a6f59-083f-4829-baa5-0c388a9a7634,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5ED5BD6952F8E520D74AA3001BC587493AFB6D628C0A3BF80875676C63F07B75,,,,,,,6078C0FA37D9D35DADAC7AD90E90A3A95C44985A3D305BD22A5D838ED45491EE,TRUE,bootmgfw.efi
+d8aa2211-8d13-4e4e-88af-60ff17efd3cc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,407326C7F1C837A861EE8D187170C779A9B6A25B0736761645D7E549EBFA17C2,,,,,,,DF91AC85A94FCD0CFB8155BD7CBEFAAC14B8C5EE7397FE2CC85984459E2EA14E,TRUE,d8aa2211-8d13-4e4e-88af-60ff17efd3cc
+4936b474-694a-4b6d-b023-1c868be1b2ff,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FDD173678810D9F9F887B428EB260CF42C837EACC41A11E89C08131E262E2C01,,,,,,,5E2BB7BC8B16E0B9DDFF75606668E69D76AF1219C17180EF0A5B9B383F00B995,TRUE,bootmgfw.efi
+ac6f3137-42fd-46e6-8cfb-a22a6785d529,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1ee7ccaae6df60e3e850ae6c4a3b7478,810d7ecef2570772d2b70facfec1a6028e4bd611,566ae5fb2f355b2c03ecbbab4770e92856b0d1c3d659fe0c11263f1a5f8d7086,,,Microsoft Corporation,Boot Manager,de6894cde22aaa436aca77368eda64f9,da4574fc375ca85005e13c0210a0ed8397b51121,6ce1f2986f0c46683ba07d296d0a84448ecf76c69db183fe29c36eed8f8e8f2f,TRUE,bootmgfw.efi
+88e2e7f2-0a89-4a66-9f99-1a73ca3a061c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DD32DCC6A6E054F4FB518B3F26EE9F41D338AB5EAFFF83F3682E34728EAAECEA,,,,,,,21258FA3877177AC480CB571134BEE7BA1531DDD1274217DFF71BCD618F6C3D5,TRUE,bootmgfw.efi
+357e4bd3-4bc9-4b94-81a1-3833515e2d4e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A59A2B53C8BBD2E536EADE26F26F3EE61129AB027812922B52C572364465E8C,,,,,,,7FC7196EBBFA0D7947DE66F37158DF23821F156F724FC3CC906F16E8EBFA3E9F,TRUE,bootmgfw.efi
+ddecc35f-2233-4894-86d8-69e6e473943e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ece26d0686590a1ae0f950a412ed1a10,15634f8fd748f28e29e4b77ce899a6d561576240,52febd655c84f4557de0ca35a236d468c03fa3bd0f51f54c31b37db29673da3f,,,,,2e2ee7180f421c97f27615cef8531dab,2375db1ba66ae1873c8f31b76f305ec8bfcbf3c2,c4ebdc43048c43f5f11c59ead051a3585a07fafce985cfed8b27b73a5492f9b2,TRUE,bootia32.efi
+3cf4dc5f-5fc3-4a44-b069-bced755a5e5d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C990C8BF9D0C8E5A50CAF28C9FF6E8EA1949C5DD6AAAC5AB08B3A77CC0D5F011,,,,,,,1C19A5A240A361131DCC5EC25363DA6E79C7D55B3C79C0976C947F1D04A38AAA,TRUE,bootmgfw.efi
+fa8ffd8e-ef04-4510-bf93-34fe1fadc156,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E21231BE8A60E9FE94AD0D2202ED01C36E4AFC731A30659B8AC44C22B7377FBD,,,,,,,1510988D3DCCE120F22696A9E87B02E7FAD6367EF4AE8BFD54CDB528A5C48E99,TRUE,bootmgfw.efi
+51f20c00-6e15-4b45-852a-8f62e6f55436,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DD33B966BE5F3882EED189E583AA4CA4D28E74B356DDEFFA164234DD7E89ABCA,,,,,,,23142E14424FB3FF4EFC75D00B63867727841ABA5005149070EE2417DF8AB799,TRUE,shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi
+c2c1c3d4-441d-4ce1-92c9-094411b3bf09,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E299D3CA4A5A6579E863DD54488B6E804E47B20B75B7E71DC64B47F6403386B5,,,,,,,BFCAA41445F20B54AEA650D03D7C39B77CD82A7A14824DC55AA587C4C0F742A3,TRUE,bootmgfw.efi
+7ca92d66-191e-469f-8320-a1f67a1eaa64,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AB66D5C1C320900FC15984D7E1D44331411F2339DA9376F3E9BC2A4CB9B06014,,,,,,,DB1E5C6152A28D3EB6B1AFEAAD4974F3654AC6FBBE769D870ABB74EDE632B9E5,TRUE,bootmgfw.efi
+4814d421-23eb-4222-8cc1-aab6645981fb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,103FE82E5F090184D8DB7A48801D1E503E3C6FC0726783E9A49A84F9FFD4C78A,,,,,,,9783B5EE4492E9E891C655F1F48035959DAD453C0E623AF0FE7BF2C0A57885E3,TRUE,4814d421-23eb-4222-8cc1-aab6645981fb
+3dfbbf26-7e19-4d38-9b5a-6e332ba5fc34,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA649429AA5899D242782ED21EC332A217C3D530296FC9D7A0E3F1F694EB7FE1,,,,,,,CB994B400590B66CBF55FC663555CAF0D4F1CE267464D0452C2361E05EE1CD50,TRUE,cent-8.3-20200730-shim64-bit.efi
+bca306da-15be-48c3-8a55-3165085410b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AC390194D59EC41A1A01BD96417CFE79E833CD6BBCA820B5FCB35CC3FE99653B,,,,,,,731A31CC36C5A7D7445F9644CE4E850E99CC7962EF6E2DE98721447A1438D805,TRUE,bootarm.efi
+78f886c7-28cd-4686-ac8f-ee82f3e0fbcb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A95666BFAF48FD9C4CAF2F3ED4EB593145C48BD3C93E4B00638088CE7EE962CF,,,,,,,D89A11D16C488DD4FBBC541D4B07FAF8670D660994488FE54B1FBFF2704E4288,TRUE,78f886c7-28cd-4686-ac8f-ee82f3e0fbcb
+c8440951-fa74-42e2-bee5-4a70db2dec53,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",958ceee3668f4eff01fb29d03518b49e,0213406b236ee5c1f1e4fbf0101d24cc10ab7e24,fe26e6c2bc5ac4357e6657624180ca1e946d6dabe79cdb098d7b8b4e440851aa,,,Microsoft Corporation,Boot Manager,450c5929a254f83c3fcfa056b9ecb5f9,3f62302d8c036c7d2d4ae6a47fc8439028871808,84d75f7a8913d66db946eaf1480eaddec3063d27a6f625f040b406718abcac44,TRUE,bootmgfw.efi
+07ce0c22-0e7a-4f68-91e2-61a9d9cd566f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A86152DF323185DCD535369C94B9226FEB6AAB4479C00A4A916B4E82E4A85FE,,,,,,,65F3C0A01B8402D362B9722E98F75E5E991E6C186E934F7B2B2E6BE6DEC800EC,TRUE,07ce0c22-0e7a-4f68-91e2-61a9d9cd566f
+5a1e393f-1595-4e4e-993e-7097a184ce42,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8DA046540148E1E146DE2F96C7D860962ED059A923E9685E868DC4C6065684AA,,,,,,,3FE9F8D11EDCA3FC1899100484DE4CC2C626ABB38B73985A441B7C3A0D39CA54,TRUE,bootmgfw.efi
+dbbed756-4f18-430e-9a68-6f0054091fa3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,573D0A8D59DC7FDB0BE784ABE9B51DA9183848B613FF4C96B143D286043B4E43,,,,,,,EA9C72C1CE865E6044ABFF576FD712D4DF3F5114318753EFCFEFED70EE586884,TRUE,bootmgfw.efi
+9308b260-6695-43ee-bddb-a90f20e035f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",77fefa9f6ac9273ee5edb4d19e87d348,e609f8ddc446dc27a2aec3577e2b7869126662c0,03c8c9956938147bcc81a19e580ca8b5214e82829ec0494c22b0f59013ca22b2,,,,,c62cb9b4d87523ac468bd048647eabec,57916473f391f8b25aa2497acf5c58d2eb304e2b,38909daf2fe29bbfe22303939d3904f38dca48b7f2a41f28f34de564a0242781,TRUE,BOOTIA32.EFI
+f907fd87-1f8a-4a91-8ed1-e74bf106b15c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B40F5FF7030848DB736573E06A1A1C5BF49F119E66DD0BA7E48E2651E2CE7059,,,,,,,9DD2DCB72F5E741627F2E9E03AB18503A3403CF6A904A479A4DB05D97E2250A9,TRUE,f907fd87-1f8a-4a91-8ed1-e74bf106b15c
+73fcc470-7c81-4385-8c78-933467e404cf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,35F731A87345B78EAC85100D339ED77CE83B7DF6151B401B446A79D9FEBCD36D,,,,,,,DE7F766E4454DA118A6C42BEE476C4BB66F660BFDB88DB572C4621C43EC1836E,TRUE,bootmgfw.efi
+cc89429d-d9b6-412c-8083-4879ab57f589,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98721004CFF6B89B3E5A9267D29250710E6A6C8AFAE06EEF29F92745CD70E079,,,,,,,EF87BE89A413657DE8721498552CF9E0F3C1F71BC62DFA63B9F25BBC66E86494,TRUE,rhel-8.3-shim-20200726-shim64-bit.efi
+9164d869-3953-40eb-91e4-26a837e3aacc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c6697cdbcf51cc54053438e644243327,056c3b1ab4f9b248ffc5285f299a2653839357f2,1eadf7bf5fde916884a4beb82dd68ba50be05413f00aae8571190a2eaa462640,,,Microsoft Corporation,Boot Manager,e518520c0709c922714f016a9ec3d893,3ef1fcd520f386618b77de8759b40d169b042708,05729029ef940c5e6ee96b3b1253c08783c01329bce2e9951bc22a09223fc15c,TRUE,bootmgfw.efi
+30e370b5-bc05-4b98-96d1-8e71f41083fe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EE721020DB7794DE74F59992A2C6B4DCA5B9FD584BBCBDEF96930B9A7132BE1C,,,,,,,311A2AC55B50C09B30B3CC93B994A119153EEEAC54EF892FC447BBBD96101AA1,TRUE,30e370b5-bc05-4b98-96d1-8e71f41083fe
+cf486d6a-cb41-4d0b-9258-81a14e76f719,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,89C7492FAA5DFEFFE4F126764CD556A82B53520404636BD50C32405346959016,,,,,,,4B59C6D8E94428C4CBDB0F306FED75B099EA349431F001AA819C3BD0D1600812,TRUE,bootmgfw.efi
+2297fba2-2316-41a2-93f7-20ea8c9f6b98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2674036BC5EE2446739FBBBE21F8480DA23AD5E98A6768754B4C9B9FC37EF2E2,,,,,,,A1A59CC2784246AD693B1DF151454642324E89C898566A59906891F48089ECE9,TRUE,bootaa64.efi
+cc19dcf6-f6e2-4820-8df0-73abc96a95d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4CADDFE7EB99A666652EBDA685A542612C851C732801AA5B15AB39E826D7C1D7,,,,,,,706B8A820652212D3A5F57303C9CB2B80B9E79DCF2621F29318AF2346419EDFA,TRUE,bootarm.efi
+9ad7a737-68be-4ce9-9595-30623e887396,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",6c1910730f135cbd5a78e3a48520e647,1d5beb0bd494d324fa663da050cc61e8f7f2ce92,77e2945b3a2b0d14e9943f90ddd7bb87dde9cc5d8be09f9693e9f4166769363d,,,Microsoft Corporation,Boot Manager,c44756dff66637b44b1180df93fecc70,502c5761b07eef8e5b1b90cd8465a36a115e339b,6582dccb8b305efe0bbbafdcc7d295a6a8bf1df0397e1a8ac736e9098a2a64c0,TRUE,bootmgfw.efi
+4c768cdf-df02-45b1-9342-63389224b997,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,593148805FC70C5FBE0299A185DD367DF00A8E7AA95242C90C6567A73C1CD259,,,,,,,7B94F0505F37B19B432ABA08BE2E3E003038C02CEB531E169D460DB60C351649,TRUE,bootmgfw.efi
+163d69a7-be4d-47bf-ba9b-ad2e76271175,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,73ED112C5EE295BA56BEA8679E062EE22A5E01B23438A7B8F459AF8F61A93BF4,,,,,,,FDBE6C45F2414421562D812EB67C5FA0CFD0D40AFE2CF0CDDC5E09054ACB4FE5,TRUE,bootmgfw.efi
+90e05866-5975-498c-bab9-1a71dd286011,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6AE5984A47CCE9129498E534DB84F0FD33FE9AEE2860462414416282EB0CF34A,,,,,,,DF02AAB48387A9E1D4C65228089CB6ABE196C8F4B396C7E4BBC395DE136977F6,TRUE,90e05866-5975-498c-bab9-1a71dd286011
+990b3c53-97bc-4fd8-a212-e60c6fda898c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B97D5B2A7A9E582652CB9A9BDE1BB68EB631C2329168A996BD19CDD1499408BA,,,,,,,1F8A0E13AADE0885A06B5D822BB21D8111664C37691F0D256EBA840277511BCA,TRUE,bootia32.efi
+73fc4a00-2d2f-46c4-a597-bd0cc015dfdc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,690B765C38BE3FBA65B829677D98A67943F92E24E9860EE2A13273F5932B8A0A,,,,,,,BEF7663BE5EA4DBFD8686E24701E036F4C03FB7FCD67A6C566ED94CE09C44470,TRUE,73fc4a00-2d2f-46c4-a597-bd0cc015dfdc
+8ceef305-f81d-4d24-bb34-2adf41c5b779,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A412612692B81C56395EDBC4E4CB189478D15BD7474A01829ECF867C71ED871,,,,,,,BF550C6F826C96461552E665F53A4F275A14838FD64CCF773D194B78CE33E907,TRUE,bootia32.efi
+58907c65-5be5-4821-9c87-8d27b5a8840d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,376E727A97432EE289CE9485988E24C0E20321DDC45443D7916D20D9C8824883,,,,,,,17C2B5B96693CDC2951C89DDE641D14716063F5FC8795CEBC635378B73044E8B,TRUE,bootmgfw.efi
+b842b745-24ab-4f75-a302-5d4c4bf0101b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C33397B499368E23DDA3FD5B9CC989647442F279EE6F80B53C620721C958346D,,,,,,,C2469759C1947E14F4B65F72A9F5B3AF8B6F6E727B68BB0D91385CBF42176A8A,TRUE,b842b745-24ab-4f75-a302-5d4c4bf0101b
+f651508a-842a-4af6-b332-559fc9897806,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9CD99CEFF9B7496E7B6720AF4C561668D6993376EC18593E3F54B1540E5B31A0,,,,,,,D069A07B5ACDE004FE7286558041F1F123DD88BB1395E5E453F62F48EF37D199,TRUE,bootmgfw.efi
+ad4ed491-2e8d-4c16-9bad-4352f1ce2f67,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,339E7E433DA8002B9FFB9EEB3C768742A93953509FC02BCAF95254228914067F,,,,,,,C875AE8A8DB5441A577172869A4EC6E71DACE7A875F42A2FBBA4B52F293499DE,TRUE,bootmgfw.efi
+38e6bed7-1db9-4c15-8358-040edb77a39c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E438149CA86CF5F2FDD1318BF0D6C301593EA74B06940E031964F34561255BC8,,,,,,,6B54497FF9915A6977428BDF8F45B116D874C4F8A836B5BDFC373D05F4C0EF87,TRUE,bootx64.efi
+35c8a2f7-287d-4251-a949-d1ad45040784,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",0887bbb1fff22018d425b56dfb642db7,db9c3757f8f341bd6be92611fbbfb3ca8bc80d6f,e352109145416e3b61dcf5e09492d24410828121e7d74c08ce0d3157b45a0831,,,,,93858168a4a5a02e0446ee0c003ecdf1,096dbcb4f3baa2a21cd0e267052430ccd175593a,badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc,TRUE,BOOTx64.EFI
+3e375fd6-edc4-48ff-801e-cf5d4fef7d2e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,10914C967939CA831D9D39B87332A6E8882FE99901DC0E4DE4931CA5A065B9FF,,,,,,,1142A0CC7C9004DFF64C5948484D6A7EC3514E176F5CA6BDEED7A093940B93CC,TRUE,shim64-bit.efi
+a8267643-bd8f-42e9-851a-86b986973758,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AD1A9C1667E89214EE947D6B40D61BFFB7EA942ABCCE85319520CC3DE301FA1B,,,,,,,8EC2540CEDDD592E616AF4386DA9EAF76855EF0A792E26FC149B32E951D76C85,TRUE,a8267643-bd8f-42e9-851a-86b986973758
+a7bf3e37-f600-48ff-82d4-4f1e82c199d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2D07ABD75C154055A858D4461A1B1B76D763E9ED294E2E10244C20601E072A29,,,,,,,DDF3E4261419944F7C2F8B92F6D14C35060B4F94818CC4183F0C072706DEF726,TRUE,cent-7.9-20200730-shimia32.efi
+bbd79406-168c-449a-8206-9927288fefd4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F64F70D1D3AD35BEC25526472C51765BEB40AAF72CA8EC1242E046F62C18C11E,,,,,,,B3EAFDEB6E2809BD72730E4FC7896B9D94543CA360E9629B63C039FF91274BEB,TRUE,bootmgfw.efi
+4885e5bd-31eb-4f63-af7f-efff02e753ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,53E9CF33ED9379862E5A5424E0C3FBE6D81D0D622368F773C81658F408A642E3,,,,,,,92F858F6A02BD2014618B05D7759E34E7781B15C34C8814BA4C930B320F8DB09,TRUE,bootmgfw.efi
+c7f3ce1c-9b48-4d6e-b769-4a2869e09bb4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,642296E7342D651FE2FE547C1F08329777CCD44DC4F11C75FEC1F037A9B4B9B4,,,,,,,F02174BB75BC774DF2D7A63A0B0F7A040C9907399F97F642743DA97DF30104C7,TRUE,bootmgfw.efi
+64c9ea42-80a1-425d-ae59-d9ee4eadf4ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BDD96B78F3AA4B123851342995451880CB2498E785ED12E48CEB36F1A3F49B2B,,,,,,,A924D3CAD6DA42B7399B96A095A06F18F6B1ABA5B873B0D5F3A0EE2173B48B6C,TRUE,BOOTX64.EFI
+a7cc38fb-91b2-4e2c-a0a9-2a6051c31cb5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E785D139C9F008F9135EDFAD44492D11D09B83373ABE74AD45B7CADD25EBB464,,,,,,,8A03960BDEA6A4953AC50A2BBF9317BE228C2EBBC299E1E90CC7C6EB18F43B94,TRUE,bootmgfw.efi
+e314abb1-31d1-460f-9df0-f437263d9e71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c2d60556e72219f9d4dd063a6843aa37,83720b7f32ce09df641395f39a86bc48b3e8a9b8,d809eddc88a14239e8a069fa71f81f3e4af4dc293f7575d71d597c80f8767816,,,,,50588d1cf5701594eefb3eb90f401614,8a6738664c7dd6a99dbbd32c0c43432e9f88c85a,9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d,TRUE,bootx64.efi
+81ea3a10-a003-4839-ae9f-52cb700d38d4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,889337B0F67FFBDDD260CEE774DFA332DBB4EAE7D11333B2DDBAD7CA7FA773A2,,,,,,,FABC379DF395E6F52472B44FA5082F9F0E0DA480F05198C66814B7055B03F446,TRUE,shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi
+495a811b-db1c-41f6-88db-36688933fcec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DF224EF3B05794CBCE084C11BAAF3D85F380A5213D9097E400D9FA42FC412933,,,,,,,CB340011AFEB0D74C4A588B36EBAA441961608E8D2FA80DCA8C13872C850796B,TRUE,495a811b-db1c-41f6-88db-36688933fcec
+2a4a532a-848c-4ca5-a910-357daefe32e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9671f8d6de959b9d084f2a67f6dfadf3,f7df1f4af46adceea20652bc796d86b47d9eeb6c,3c430c719c9053a74d74dcc5e52b40d10f109db1dc9458a05a7a413b86a93467,,,,,e04975ca0b4139e160f03ab301fe80b6,8b736cf22a54133d32665bed98eedf76755e0b10,4cd73702d6b209ea8d57657ac4603c8127134d01973d84018af7c68335751ad9,TRUE,shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi
+60aaedd4-4eb0-485b-a534-82645695a185,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A0946E9C77C27E5E9D19BCEEFE4DC147F97BF1CA7FE12F15280D390BA7A0D67A,,,,,,,4A4873A319A3A3DE35EA325771DFFCBB31EC14550A4E029CF0FEB9CD686B8C92,TRUE,bootmgfw.efi
+e9785a5c-1caf-4577-85fa-9a2eadc9bfe9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D389EDE1F84051086D30B8C2CFC362797B129854DF1313CA474F83A143F55D11,,,,,,,788383A4C733BB87D2BF51673DC73E92DF15AB7D51DC715627AE77686D8D23BC,TRUE,e9785a5c-1caf-4577-85fa-9a2eadc9bfe9
+b03177a4-54ec-4449-b30d-f197e75b8b3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",eaaa74b1ac8f59f8610a8e898de54cf6,82d315d856cf1a43ff8d22192638c8f416be591f,aa6f27b8b2ca5826f497362042c003b5e1d7ca22383d82730fbc5c45e048d839,,,,,1adb4d9d5d5c38a654581d03699efb51,120f24f0e7bfbbe0e0419060b1489921d9fd3fe5,56fb79aab26ee9d0e0ca372fb86a8bb459acbc505d0ab35e6a632a3d5f88dcb3,TRUE,bootia32.efi
+ac90e9e0-2035-46a5-b3fc-f0670e6d0ddd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B2025F4C880166D94222A95A88FF0A525C361D7B2C8A886B4E4CE6FBDD6520D,,,,,,,A0107A564E93989C57044FD18AA85BEB1258101AC3D9F6E10BF12C1C6573BC2B,TRUE,bootmgfw.efi
+ec0d55b6-d46c-4f5e-b467-1a8fe09e64d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FB03DB013F31A9AA909B77CF510CD129B9E857A93E37BF9ABB91A79EB296C758,,,,,,,0C0C78837FA767EB045B8199E1E20AD666F90928DAEEB8F5E5253D8E7877FCB4,TRUE,bootmgfw.efi
+fbf92874-0ee4-4c8e-9dc5-ab73b6bb4010,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1A9DDD9AF383AD81787CD7C6A6DC8C8AA86CD995157C32AD476B60D2C494F7FA,,,,,,,06C670F8572BF89ABAE13D14D81FFE80D5550F696862B1AB386E4D8C56B02016,TRUE,centos-8.3-shim-20200726-shimia32.efi
+2e84c348-bc0b-46e8-aad0-77b20e8c534e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c1feed742caf34c142f70956e0c1259b,0e2909e38cccf18e7e44be9c12d9a4856a38b512,e35cc798f138406bdc5e793574f62fe3be4c7dd6424aa6825e6ec7b2a345b591,,,Microsoft Corporation,Boot Manager,041babadd6d890113ca977dc8c8783b0,a19c725dbf32822ebedb4b356cff0eb02d6d9c8e,586898c60cff539b76d23dbf2c92e4105f6a7549e13f53d293708b793ca90d2d,TRUE,bootmgfw.efi
+9e382fdf-568a-4b81-b4ce-58c25f3b2d80,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CB5C370B7BDC87A2153425852F477916BA3B13E4C62EA419AD93DBDD34780BEC,,,,,,,9A22818E84CA5CDEC6F7FDF0A10B9FF230A53A5C18F4E9179C90A3FD268CD622,TRUE,bootmgfw.efi
+13ef8a27-3274-4d3d-831f-36b30bc88627,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F2F2F729FC1B94C3B3AD210E0664FAE3351D0D7541581FE2C6DC7B087BE2B16C,,,,,,,C2CC91555617171A7D8AF57DEE529B443A41A1FAD3D4032DBDB814DAD6C2688E,TRUE,bootia32.efi
+dc63ce55-4d4d-40f7-996d-6fc85f01443f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,76AC59211DF73F8BC0F1369CE290BFF57AD705CD1EB3B402D19E12FE5FFBD6D6,,,,,,,8FDB0851B7639B3293019BF0A8DBD6B7DD57910AC0CC0224852C3381880F2A45,TRUE,bootmgfw.efi
+2682f970-000c-406a-bf2e-fa4c1ac8bbeb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B28C498A7CD61006A32A9EEF404AED4349CA68DC6F2240833BA4EC745D37A1DA,,,,,,,E6C63C984BC754736376564A8F9AB1B7885B9AC2F49F1EC6E4053049D26F78F9,TRUE,bootmgfw.efi
+5891ca2a-61e6-4938-942b-bfcc61dcb929,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CD4A508F248776D8679ECEDB7BB1AF1752C23FDF66284522B4B36F242471B72C,,,,,,,0021B5B11CEB03402D618134800A36C54E1C4328AD389D50B40EACC1E881DCB5,TRUE,bootarm.efi
+7cd28475-a974-4b4b-becd-b57b605d2b9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",aa8eae148f6ac90c370eb50c88b974e1,2f8b409981580582bfe5fd5e36f8d3e23c061966,a120f42de7b5bfcb55c40afc857b6baf4d1ac60725500c27a5b2942bda970ccf,,,,,831541e64bf58f95339e2e1fbc08b9a8,78d90cb632f7b98b3c39ef79f5a8079654b27e5b,f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d,TRUE,BOOTX64.EFI
+cb2d5dcd-595c-40d2-a14f-9b80d0fefc7e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",3f5b9c90792efc13debd32233440ad32,23b7889abdb236c8cd871733ba2ea7f91d543b99,537b428a0ad622765010c4405c1603ff464fcbb24ae4c2fbf559a10b8ea4593d,,,,,d06af20d9fe41bce9fdcc0e3ce175987,c242ab25b79c1910f451b87f5499802df249e301,0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c,TRUE,BOOTX64.EFI
+3b7197b1-fac3-4680-b8a4-b91cc56d984b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E012F7C26EC6DE9D336AF7843DE0A4278D6191FA7989DDCAC40A978FD927BB6C,,,,,,,0A620707ACF23A4E6CDC357A1499E14852B605D9EB6186422F57D458E627D6C0,TRUE,bootmgfw.efi
+40519b35-c303-4cb2-aa20-c08545506e08,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c77a847cc9c46de840d61ec8e3453f29,cba6f1df00f5220288d92686d84ae7e10c950c32,a80b37c9749d6f2c2fdf64922a3142eb0fd63c72fd2989d7e75dcb4be367299a,,,,,b857ca99527ef8704d481f4901948705,e4e5ede245103cde830e02c847c59abeeea32025,a8a3300e33a0a2692839ccba84803c5e742d12501b6d58c46eb87f32017f2cff,TRUE,Signed_14173467011297444/shimia32.efi
+064e9fe7-c5dc-4858-9006-e9b1e0e3001b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AECD34387179AFF5CE02103679312CDEB1DA835015A8548FCE93765E7219612E,,,,,,,F2A16D35B554694187A70D40CA682959F4F35C2CE0EAB8FD64F7AC2AB9F5C24A,TRUE,064e9fe7-c5dc-4858-9006-e9b1e0e3001b
+84fbccc2-01e7-4a24-adbd-a1d3ca0acc50,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,574695D73FF3813C780728858B4A6D2CE6D24B41308B23281E438B66A60E4424,,,,,,,35C16AA2BB4DADF5028F4801185CD368B922C6CF7651CB7FEF30DFB95920FB99,TRUE,bootmgfw.efi
+ad6add2d-fe39-4ffb-b31d-7dffaf3ef28c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CF61636CEFDF20CF4B35382124800E047F5886952888BD41D1B8426BF34D2D29,,,,,,,BB44FD8CD04ABC3B54E5CCEA97EF81E70FD3933C34288D8B86F6ECB4F3ED1FDE,TRUE,bootmgfw.efi
+ac900b72-efdd-4779-9a1f-401949c3446f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F4F5C82CD7BFA5294F973385F7F2FBCAF3AFD3748952B06692C085792BE146F7,,,,,,,AD16DE1E2BA27196395124683B80EFC186EE7E51D434F8FF67D973F46E8E602F,TRUE,bootmgfw.efi
+0c3bd8f7-9926-4763-98d1-7eaf036f7bf1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,513310D70C03096167B915705C9F0CF34B2B62AC317AA3F89FA5CC385D74DB54,,,,,,,22C3867606A625048E1D9D5230F07FAE41E70BD08EA978BDB37563C0EDD9DA03,TRUE,bootmgfw.efi
+191557da-f224-48bb-b027-94534c5637ae,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34F107AD8F982B591FB92BCC193BFCDBFF916C720BC69D96A0E9BD22CBA1E84C,,,,,,,800423CEB7E4759621A62C729BABC81F53259D95F76457224AD601542B7B26D4,TRUE,bootmgfw.efi
+8afa8fb8-bd3a-4033-9f71-3d1e574708ce,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e297beb49756fef9d2bcad4b860426b3,1c1007b55a1e5c1ca49b0b6673fd83b0ae9a9dc3,62c6affbee1ba9a0435562db6e092a5018effeed0bd0f1d0494f34ce6cd403e9,,,,,ac8a7a2580ddb3d88ca49856664d6824,9c07457b464050230ec5376b0601e06c8cf3faaa,89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb,TRUE,BOOTX64.EFI
+d40485d2-4fea-4d92-99e9-e1531fe4d33a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1275826206FEF9AA0A48A60BBC15300B3201F76F45E3CCE3FD0064DE2FC7CC5F,,,,,,,DCCC3CE1C00EE4B0B10487D372A0FA47F5C26F57A359BE7B27801E144EACBAC4,TRUE,d40485d2-4fea-4d92-99e9-e1531fe4d33a
+9517d1f7-d485-4c7e-95b9-bdf297b342e1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA44BD2BB872DD6C6A8687F65CC138585A963473203D6F3F64770E5365812630,,,,,,,47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1,TRUE,9517d1f7-d485-4c7e-95b9-bdf297b342e1
+22532a2a-950a-425c-b1c7-ae8f8e4faa5b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1CC3D6DA3017F0F1422D1B8115622EDEF65FBC497487234D17F4D356670F28EB,,,,,,,1F16078CCE009DF62EDB9E7170E66CAAE670BCE71B8F92D38280C56AA372031D,TRUE,22532a2a-950a-425c-b1c7-ae8f8e4faa5b
+f65396ab-3920-4a6d-9bf0-fbbf62d52999,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A3C1124A642244F23685B68D2E5A0AE036651AA401DE70B3912EFD044B62222,,,,,,,08BB2289E9E91B4D20FF3F1562516AB07E979B2C6CEFE2AB70C6DFC1199F8DA5,TRUE,f65396ab-3920-4a6d-9bf0-fbbf62d52999
+8a6aa8d7-205b-4747-aa92-8b526be3b7d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,29DA5912698EE1928C239D394EF95A4BEEF0DC59262B6BFFEC24FA205C4B8A10,,,,,,,45876B4DD861D45B3A94800774027A5DB45A48B2A729410908B6412F8A87E95D,TRUE,8a6aa8d7-205b-4747-aa92-8b526be3b7d2
+6e1223b2-5193-4ba9-b9b5-b09c45dd4286,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D662EF94388DB203CE52DF9902D77E9E5EFB25A202B5B096351D604FD3E63080,,,,,,,4F0214FCE4FA8897D0C80A46D6DAB4124726D136FC2492EFD01BFEDFA3887A9C,TRUE,centos-8.3-shim-20200726-shim64-bit.efi
+aa0019cf-ba6c-4a6b-8ea9-3e4494562744,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f3c14ba5c3670afacd47f0574922b98f,a4ede25f03e0ce65fa4a840c454c73019275d8de,5052ce3b96db73a909bf0e54355e357f8ab7284fa48f9b21c85efedbb886c100,,,Microsoft Corporation,Boot Manager,aa60f3f1fa0e30a28c2b0bd0ee4fc806,55c991c8563ae11352ae9d0c24644853fceac18a,54c7d9c28672a1306e43ed7feed38b295f8eec279251f996fa293f68fc6cfb12,TRUE,bootmgfw.efi
+670b1089-ea21-40d1-ac0a-1dc0adeb7b05,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,30A947ED2F95D0E7F2746F3A4F3C458FC64554295BA5B4C302FE0EE4F8027C0C,,,,,,,D9668AB52785086786C134B5E4BDDBF72452813B6973229AB92AA1A54D201BF5,TRUE,670b1089-ea21-40d1-ac0a-1dc0adeb7b05
+a3bbd629-976b-4804-b5ea-2e62ee592092,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ca747f0a7e1bcbc51cf4f9cd2a17f9a5,41686992e3e8fc975674d5134909975b66b54a38,777adc7e8a3e1422b3fc9c10ce31e996c057fe801a5292f0902bd5c5365e7287,,,,,370b63db6afc64b05feadcbffb223da4,e9449d88a4154e0d1bfda7986c089f743b00e9ed,95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89,TRUE,bootx64.efi
+285c0ef5-dd8b-4c50-af8f-6ed20f233294,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FC40897F668AA86E5279CA8FEB62873A06A569742967E0F243F51ED56BDB53CD,,,,,,,4380A43A7B0BE1ACE54A65B3E25ED35F340D6906365821AF139941D5D6E1EA1B,TRUE,bootarm.efi
+0c0db73b-9d53-4fa1-93fe-cab2b3cabf9f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,918871DEC65B4D8A8D0E29B221351DFEA3A1D9212A4E0D7EE692CC1696E9AFC6,,,,,,,CA65A9B2915D9A055A407BC0698936349A04E3DB691E178419FBA701AAD8DE55,TRUE,mboot-official_em64t.efi
+ddacf4b0-e6e4-4546-b3bc-f196645266b1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,39CEDF83BD3417A90588795CDE2BD6BAF7089997FDDB588E552952C179958D84,,,,,,,47F7A5F3821286A9C677F66CFE2A84D5CA94CB6FC1EBE8E1986E91EDD58CBE33,TRUE,bootmgfw.efi
+bcda745b-c931-494a-bf26-4dfd7c824ee9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A09DBE91C9743163A3DC26BB7E51398C751DF7140D5DA4DD6D43B1915FA906EC,,,,,,,324CBE75EF34E09A98C71B186F535F9091A1FF257BEA93DFEAF199EB352CA0F6,TRUE,bootmgfw.efi
+ce737ee6-e949-44cb-badf-3f1d775d4832,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,10368826DC89AF42B4AD7E69A9E1F4DA9486DD645C088F445998E8DCA18EB0D4,,,,,,,6DEAD13257DFC3CCC6A4B37016BA91755FE9E0EC1F415030942E5ABC47F07C88,TRUE,ce737ee6-e949-44cb-badf-3f1d775d4832
+1ab3d6b3-7bd1-477e-8127-a2be4b9a7636,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9618221803e2befd17607ef2d957442f,1581d6767a70eb0bf596b82592440346eb00cefb,990a4dd8c86392421d680fa039af4e88d1ebdc97f61a73f8347d6b314fe8cd51,,,Microsoft Corporation,Boot Manager,f9c6e874f1efcfe3a046acceb16d86dc,4ef60851f60fb3c04c48a99e582bd5d868e91d75,e8818666b7e014b6e4820afaa84d5a84fa42cb5d2663c848d358b2913274ba21,TRUE,bootx64.efi
+f4e945a8-aa6f-48dc-822c-ff44ce513b70,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,561EEF7131FFB079F75F6EC3E5738354A3C0EEB204863E7A4018B6409B7D26D0,,,,,,,D4241190CD5A369D8C344C660E24F3027FB8E7064FAB33770E93FA765FFB152E,TRUE,shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi
+fb78c0ab-b76a-47b5-b7ef-d64bf38611b4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,,,,,,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,TRUE,fb78c0ab-b76a-47b5-b7ef-d64bf38611b4
+312c2d35-25a3-454a-a458-a797350273b1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AEFCF3C2010344775B306EFA5FA4A9B7630AA95DA5B59C4E96A2524302B51E50,,,,,,,F330F23C09772A64E1478A19CE003FABCA4F52A9431A8C6803019AD532D7DDC8,TRUE,bootmgfw.efi
+d964e229-7407-4292-88b5-505f8be99d2f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,17F186C88052B988B4C9B62F8D7F55023AC317C82324DD5A958D05B8A1246F77,,,,,,,9E0D9074F146461F9ACEE7D27F2C7DD8BEE73EB62AC62CF87F03BEE0C4516528,TRUE,d964e229-7407-4292-88b5-505f8be99d2f
+28fb8eaa-e498-44f7-8f1f-1dcf1dad47d7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0E0D94096278CEDCF333D4902F64ADE7815ED4000A1F6EA45EB93D2DBE18E496,,,,,,,22B5A88D79B8146598613B3701B0D2AD3E1D2BC215D3A613A30356953239485C,TRUE,bootarm.efi
+cef00ef9-665c-48ed-9b4c-d383d2846e05,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,494A55C84A5A244292DB7F678D4574C7CC6E58D522F0BE270D68B0F1A41E19D3,,,,,,,7AB5FF84B7B80A432366E3BBCC198ED382C9FD592CD5DD210138D2F9297CC1F6,TRUE,bootarm.efi
+1a268d88-47d0-4204-ade4-ed6e4ef6028e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B510C9A79CB6CE1BC37912839AF57B453CC4A77C3D5DCC9935F8CCFF7C81F9FE,,,,,,,D79651AA3A0491D33B7979F5B41936F8ACEFBA99BBA10E05FD6F54E2859CC589,TRUE,bootia32.efi
+e0432a67-4ec8-4281-b4c1-a800e1b615be,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,84897E4405319DAB2822D63147F3DA90AC2A436A7D24EC5DD91B277AB6528FAB,,,,,,,6A16ADA3FE0C5468F0A43FB2F597A42F3DA3218C88EE819BF799110CF7A79B6C,TRUE,bootia32.efi
+33559284-bca8-4af2-917e-d209ee8d15c5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A37FF7C979ED0E58633D61D00CDFF45A2488E86C740240C77834C8C8C651CB19,,,,,,,8CB4FDAE88F4F492AC6C87716602366DF1AC84224B85AB2D3949F5AEE79CEFEB,TRUE,bootmgfw.efi
+04eaf4b4-a618-4d2c-8eb1-1e0065c05212,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EA4EEC2975E4EAED0C5EE6C25C887FC8C7A0298FB613852DEC200DACD2485FD3,,,,,,,A983E73E57BDF014C9A29331290EE87DF37F97C81DBCC43C6C933FE2209C0BD5,TRUE,bootmgfw.efi
+454bb2af-6ee7-483d-8a15-73f2fec386ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B9401C47B0837F1FA315F2F29F304ED360B5B2E2843141367562B60EDB1CCA9,,,,,,,2116183BBAB5D6964C001C931A09ECA1DC0FD6651A61BE4A8A9548DC476B90B1,TRUE,bootmgfw.efi
+bfdc85a7-3cc9-4d18-b798-0fd82f9c5e85,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,78D6FDE56994BCF26964ED51DF446165DAD66BCB0BC6792B9EDD2850F19DEA4F,,,,,,,64CCC886EB99C30AA808E5CA9BD371577BAF9D3FA0E450118464F514B47A028A,TRUE,bootmgfw.efi
+aeb357f2-c2cb-42f1-a37c-3f0a2a355346,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7f0de7a661590f1c33de0b80676e8827,003454b835a5ee7ee200f9cb4e68b071e2b8e69b,d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd,,,Microsoft Corporation,Boot Manager,caa781731a9d13ac418d97ec2cccb8f1,7ac2da2861fe7b90862a27b63629d8a9ee58d97d,7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080,TRUE,bootmgfw.efi
+2d38a9bc-5c3e-4871-9e74-a1181a10764d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a1b9b882d3990b8465c7010a406ecd99,58d47e6513a61b42d4c1c2a9150cf9fd051ec435,754952ff4187789c0269982d056f6a863409963f46d870c0a8d054e0fe69857b,,,,,c5fe8d0376e90b44fd565015cd7e82c9,a69b510efc63da996aa74d11e49b6748141d2803,903d0d76ada77672c60a4d63be5f6e1b8f247cea9e7d32b6cb26e1a82815d09d,TRUE,Signed_14173467011297444/shimaa64.efi
+6a65ed03-95af-404a-8ac0-95fa8ac8eb99,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CF738DD9BEA4F3BA350C805AE7A59076147080BC46F1D6D6C994382E77F8486,,,,,,,E7D9BDBCC68B5BED590C29B72DCA2B96779B8B68B12A47DED074B8F1B32F8FBE,TRUE,bootmgfw.efi
+af2bf5be-c938-4852-a9b2-14ecff96c414,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D19F5CAC6AA761C1F66C71B9B7A2D44DFF216B97BE10F66180F5E4EF084C9811,,,,,,,13A1F37BEDFB5417B6B737E2A3816C8FD587D74D836914B2B2EDC9FD6CA30E58,TRUE,bootx64.efi
+ccef0d61-ad41-4f54-8ce1-9197ccf0e44d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3AE3DA82C39C6BEEFD251265370D57D5BFC67181662736C62F2E6F687409C81B,,,,,,,72C26F827CEB92989798961BC6AE748D141E05D3EBCFB65D9041B266C920BE82,TRUE,ccef0d61-ad41-4f54-8ce1-9197ccf0e44d
+a34d1cd4-ad9d-4dda-8e4e-ac86e42a6d92,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,331A6D1D07B7A19AB36312AB8303C9FA5B5D2628B6EF5C593846B6F4B824059F,,,,,,,DF6EC4F50BE2A4B7657F0397BED483BE143A18883615800A65A64B7E84D9B858,TRUE,bootmgfw.efi
+c8069469-51c7-44c5-8032-1d2fde34f8d3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D76281DD69E992EFB55604A1B4E6171E552F3B7E1411D75368F98EF91ED69E21,,,,,,,48CDB31A16D891124BE77490FBC2AD13CB355A18CB0007258CA4BCEA44F288EF,TRUE,bootmgfw.efi
+463dc6a9-273b-448d-b189-ec577fc29317,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2B1E1BB8F016D310FEA7225EEF9DC6B6F0E33E5C9DD74E9F24835DF6287296E,,,,,,,E9C71B7CD5A4DF0BA48D2CA48E6C468E657257F73F66017DE45E18EE746ED7D5,TRUE,bootmgfw.efi
+43311ee4-a044-4086-9a53-ae01c3ef7f4f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8d9e858d7fc95bfcc3690f3bddfac320,0d0e3c0e73f5561985e6a004d8d160be88d64ee7,0b753bd95ae643b2543f501533ca54db34ddc9d20f336358067a7069240a6214,,,Microsoft Corporation,Boot Manager,2da35b95ebf3903dcaf2ec18fcd2c975,9006b56e7af152fae72c7095cf9155515a1c5a97,f8f38c4febe9d8e45e71a459c5bff171755c348d5f619f3c6ef30a3f8fd02bd1,TRUE,bootx64.efi
+cc522d44-5de1-43fd-8d62-29b630f45f98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c9d595c35045f8b200f9d3142cb3d683,eabc1fcab7ce92c8dc667046c46a82ad0b2d8907,545c8c806d6a8b2ab307bf7ff5dff05dd86cfc431d3920692e15e7928ac98eed,,,Microsoft Corporation,Boot Manager,f2a111697ab3f412ae7be6354d3c63fd,47e31958625236b685c3d33cbc22fa0d9f8e3414,3b30c3e6a923cbb7cf65b539025f12b1c810d74480f25cbfcb9a7bfd633f06ed,TRUE,bootmgfw.efi
+1d193967-c24f-46c5-83ae-4bf1d5ea80ca,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C4A74D11888FA41A0341EE6F0B75DB69C34827851755F46506A6C0ED96CEC8D,,,,,,,23A0F1DE04EF678E621A449040CF519DDC3679FE54C9E2E0897DFE2C80D3DC26,TRUE,bootmgfw.efi
+70316201-97eb-4739-a72b-abdcd208e20b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EFA5CA12CFC70DEA81EB71088B4BDBD44D5B45A8F8D81B7DB243D6A03A7F11C4,,,,,,,5EB2C76843B253ACBCECBB84767697128F000C18358C78C5BAF135A5996C037F,TRUE,bootmgfw.efi
+f901491e-f41b-4b77-8f9f-f9e5a6f03c8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9c9e2e8f49820dbed91f5cae846bbadb,afc56df60e5ea5a55a1e21f76562d073a56ec46b,8844d9b3aea1568a7ff298e6dc12564c422dafae6510db377454ca6072861dde,,,,,75a7ca7cd2451ad3190c71a38c41ca02,a60d97d18e48c13e38723508639f0600aa6888f9,5bfe928eec15454be29504e8f592a4ce5908afe3284b9eeeb259b25145eea2ab,TRUE,shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi
+224dff2d-8d29-4951-b7b7-4a0cd2c18dbc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7429F9578205C654FC25D2FBE8B6F27D8082E049A962982EB70F55DCA02BE882,,,,,,,7F9602C123A090BB0C4C3B69662BC52D675A0A4ED444D1C1E0E26C2B0DC3760B,TRUE,bootmgfw.efi
+bf3c5a6b-8fac-470b-a458-c84e7fed7dc7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BAE97EFC507382C0BDF7B1E74DBC38C0E31BF65186B7989CD9C7AF29DA27F656,,,,,,,3A4F74BEAFAE2B9383AD8215D233A6CF3D057FB3C7E213E897BEEF4255FAEE9D,TRUE,bf3c5a6b-8fac-470b-a458-c84e7fed7dc7
+cfec0cca-c6b7-4327-a2d8-7dca0515e161,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1136125F38F6B76285AE4F1A0068F49819CBB5B57F6AB85960640F93FEC21BD,,,,,,,36B7CDB6564C58CB54895B6D2C73F88D2908BCBD693BFD253945BD31E3EE81BC,TRUE,bootmgfw.efi
+c632b521-0428-4bcd-b37c-3cbd25eccc0e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E33E9D1B1D5ADE1934AC7BD39F0BA4CEAC9459A7E2AABB8D204354D4C8652E6E,,,,,,,F48E6DD8718E953B60A24F2CBEA60A9521DEAE67DB25425B7D3ACE3C517DD9B7,TRUE,c632b521-0428-4bcd-b37c-3cbd25eccc0e
+d457a885-6677-4118-9cf3-05bfc65e1fde,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E3946218D523E5D20C99A9A5BB22303DDCEF958DE2A978E01AF2F46D2D7A4DDD,,,,,,,B149B29E8211E24827FBE0168D30CB2619CD3365BD6F8173E7A731C5F702DCD9,TRUE,bootmgfw.efi
+7c5fa8fd-40fd-437f-a2cd-e21aaa43336f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,176693F4060E5330AE384BBB5470A0F3C936EC725DAABA81D5DB2B820141D282,,,,,,,633F9806BC96A831CC2C8D521D71E9EBD02180DABA1A50978EF6B72E5034E9EF,TRUE,bootmgfw.efi
+a93c81ef-3f87-43cd-8d09-67e57167689c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1D93E3D7F580616051BC1456083F6DCC80DB4642E7AA2909041E86F8209583C,,,,,,,825ACCE0634B91818F57CE96B8314ECEE7373BD20DA77FB08B9B96D66EB65145,TRUE,bootmgfw.efi
+9d795efb-5f1e-4db5-920d-97de9ba77753,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c73ed000259378b96a9c57c588fc6ef0,66fe7992ab4da8a44c7b06a0b958faa9a293014b,a1111555bfde8807746c8af73deceb4bdadc52dee87004e2ad7239c038687985,,,,,2edaa19d0ac13a692d90ab976522966f,8aeae94deaffa792e788dbd6bdd27629f17e3f9d,992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b,TRUE,sbs.efi
+4f434341-9305-4574-9289-5bd1370108c7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,854AD42E44FBE19122072E177080C2AA9F729BFDE223FA6EA98BE1490BB9A4C0,,,,,,,399F9DA6CF5A87839637B55F62BB2CC6A93FA5AF7FE7AD76B4AF0FB320C98127,TRUE,bootmgfw.efi
+116c526f-a50d-4f84-b577-d52dbbde526b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,46BA7E327D359A9B108CAFBBF2D7B6B32AA6767C2A3A472B4FFE2587FE376977,,,,,,,0B4908AD33CB2F7E87D3108B74364C5C42FA597807EEAC98DE5EC63F5896CE34,TRUE,bootmgfw.efi
+897f5834-55db-41fc-a4ca-9d880ca00ec7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FB2F396A01911260D4035CCABF36DB99081DA3F8D98BB40549D7D5E93CE4EAA2,,,,,,,ABEE522892FA10B22208B4D1540184617BC9875C9E03E5353B4FF476577D918B,TRUE,bootmgfw.efi
+c7e48901-5dda-4d9a-b064-9ec8e51efc06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0876FD237955DB876744D5AEFBBF0DB3771AA2603233E123B39F4E772FC3B457,,,,,,,6CFDDB6203F254D38A5BCDD4173D51647A487CA70AB21326ACA0A03BB3D2BAC0,TRUE,bootmgfw.efi
+934f9364-3471-415f-a502-036969a78958,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F51C64E1690E8FADAE2C55EDE85377D6680C337DABCFC01FF6CF37D8D87892BA,,,,,,,0E44212BADF40D6B8DE3311E632045370588E0B23B7A480EB5DC10DB65D1B4B3,TRUE,bootmgfw.efi
+465c1250-966d-4d32-b168-3b2c614e17f2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1bdc36814a6f20464e94616f0d98a521,093660339cf8e3fc1d8a80855e4f3a72e9a92f30,17864e719e9c61d84e29a3cedf2b63aeaecfc10867211efc3077dd216b0a4965,,,,,2f0397316df4c2f34530fa28716256ae,0c4ed758c59239c84740373a3a1da56d5d4b400b,dd8f3f048db46f3983348d35cd77d121f56d856cf33234857073e25a7f450b2c,TRUE,shim-0.7-0ubuntu4/shim64-bit.efi
+8b88b928-4717-4a30-832e-dcb3bb15b7a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",b1aea18419d0643fb2e4d8f6da2ae461,3085f38227977dce8dac3b29c92b0103e5b5eae8,56f9e50da4817b1de9d9291eb5f2bc63703ca3e6f4a8571bde28cf756e2c80ba,,,,,40b8a117af84ea3225963daf421eccb3,99823dd47cfe71774cb0fcc687fa1da921b6240b,bd882355bf6813cf88ec0b83b6133691100f480381ac06531c3d5909cf1fb626,TRUE,bootia32.efi
+c8d926b0-b5a4-4960-b951-1f4cfffd940e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",09287aecf07aa294ed7f76f2234270a9,f4de49ab09ad1d3e18ba4eeef481d91cd67a4860,860c16809e3941bebedff0bde99c32aa77379c0be1f6b174d20038a02162d3d5,,,Microsoft Corporation,Boot Manager,2493adfef4cb684c76b9697cf414c95b,d05a293ae6ba3f9d4f03da5027807f2182be4c22,ee0a54e2dd9848d7a209d2c945449a0bac9a46c45e5e033c6982d2924839ac74,TRUE,bootmgfw.efi
+a6597859-17b0-44f9-b8d8-493a0ff20ed9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E23336EB1176965193B9733A01F8B7329DFF26D191EF427DC06ED89DD439C615,,,,,,,9E08464CEF9931473C384DB77278997AE92D50368C8D2B9D6AEA6E3323A2BBE7,TRUE,bootmgfw.efi
+0e305520-6001-4144-893d-b4c38ea47886,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,52D826CF8F6A0095938F7069B5F5DA22C16AE037D757BF9115AA84920BCE4EBF,,,,,,,1FB619FE1504EF78C8BF59294B16C6D9BF1DA741FB582DE125B6A044F6961C57,TRUE,bootmgfw.efi
+ce34babf-0f03-4d6d-969d-e063648d5dfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7B40290ADE5BA3316AFC08748CFAB5AE79FB30BB8B5972766D670C3887E3D294,,,,,,,F5E892DD6EC4C2DEFA4A495C09219B621379B64DA3D1B2E34ADF4B5F1102BD39,TRUE,shim-opensuse.efi
+05a8e372-5b24-4953-8d25-d6560076f4f4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4BB0A426CA2A23E05B62A3008009AAD7F184F3D24DBD65E9AA81DE341BC5326F,,,,,,,C21614E207B1991D3D6DF842009718652D241A8D926E221B85D069F1615E27A2,TRUE,bootmgfw.efi
+66da17c5-7c1b-43c3-8520-4d3efea91899,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",5624304dd2172b7edb81741a5e7d2d06,5ebb525eefc7d35d664bf29bf8fbff40832dcefb,0e93c368f8177bc0fe1a09d79b897a94286f3c374a18a40522c3358cb627d7e2,,,Microsoft Corporation,Boot Manager,a0455533de7422bc348d8c282d26254d,f8f7d3c1f985120b648ab2d7daedeb98ed618189,16598ee39b716ed9e4765a44abf86906c9b25c25abf631cc78ece6f7211b0365,TRUE,bootmgfw.efi
+d569f749-c5fe-42ff-b6f9-8966a14d06af,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9caa5988ee5678dad93374ef1f4fd184,7b09d0dd2b0e37d91ee548a205ba53f8d5b02c7b,79baff384ed507030cbe328a3d6c04d13e77932f08d387f76cf2422fb3b2588b,,,Microsoft Corporation,Boot Manager,a60e4ec04f4225b91e5ba2c607fd84da,164e0544942fc32310285c8e8602244194c860b2,fc736034ebab004776581ce9a6c112106dfddfabb315b1f0a4d0842d67308429,TRUE,bootmgfw.efi
+312efde5-1d57-4845-860d-cecb9a1af677,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0EC7C340AE2DAA6D5F7B261BB64A5E7E2351073FC5B893E07D03595DEE28F544,,,,,,,26ACA3C927095772FA26A4D63680597130AD161EEE8CBCE34B59E10C6167E92A,TRUE,bootarm.efi
+4d31cfeb-3005-497a-b566-7062066398ab,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",02e7a063eae0c4b80a6793fd63bac013,c7a420758542a22c9db7c9f75a4709ac53ec8da2,9da10b25786d8db0167fd66c051f7e2655781bb561b99584312b439a32be4c32,,,Microsoft Corporation,Boot Manager,cb9d3c514e9a2a200235c093312630ca,3779679707ac8e825d6195b8106efe77ce33bfc8,ce8c44e185faaa03959cf23229607854ef7e316ed0773d66d7be5e0a48061de5,TRUE,bootmgfw.efi
+23d2d4cc-fb8c-43d8-b736-ae5c4fc3cd96,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1B24EBFE119C27A2E5EDD4267EEF37B2CD14FBBD8688DE27E08AF89996DB468,,,,,,,691BA3414E78622581BC519BAF0BCB16FB262D3ABBD8639F3E0ECA2A29F99406,TRUE,bootmgfw.efi
+275664b6-bb50-43c5-9d04-b100ea9fe56b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a7077726554ee791e5a4b6e20ba8d557,6d3c3476f38f447586c8fc347dd545ebf3b83a15,3fda721bc5007eab23af6e0c56a6942a7925a858f0d801fbb21011ccf758893b,,,Microsoft Corporation,Boot Manager,0a0000705bbb68e7e712da6d3e638b2c,af2f6de1a213564cfcef1588b157a5ea52ee54da,f1cad3ac005b57d6e22ea57b9ebe1ee9e5052bdda499f5f2c1364317de87a794,TRUE,bootmgfw.efi
+67ae7723-5130-48c6-b24b-22a876c9c2c0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C58ABF55F773FEE60CDB21D01D02229C4A3FEEB29F5D904CEB3106BC4B435EE7,,,,,,,339C2BCF0445BAA7345A02CDE505E172D24CC9CEA29A92EBEE3F3901693FD2C8,TRUE,shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi
+6ea89297-74dd-4581-b268-475a282c9592,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C1812CF5B1D61DC08BD6683D143511BCB5B14798116D1D2714963CD468933FF,,,,,,,92185C264285741FA7F198CAD8F307C60891AD932D9E3C2A08D92546FF7099ED,TRUE,bootmgfw.efi
+87813fcd-6a01-4452-b54c-0dc24402bbfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,23EBFBC7BC286CEFC68B4920784B926EC28D7965815238325FBD17892177D6F3,,,,,,,340DA32B58331C8E2B561BAF300CA9DFD6B91CD2270EE0E2A34958B1C6259E85,TRUE,87813fcd-6a01-4452-b54c-0dc24402bbfe
+2e98c935-fda6-4fc9-b635-47a7d9157a02,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6F807D4488F132AB873DCDE8EDAD2875961895E503F263B86BA34958A290618,,,,,,,A48B5E31477DA248680A8935D1E5E630E6FDE22277F9635DA7D6F7F9AA17E34A,TRUE,shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi
+79c58c75-492b-46fc-9788-59514261788a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E1A44BDE59714FE31A77476FCF73CFB784105333F05755D8F1C05EDE4056D4C6,,,,,,,E637002526221BC32E477455B12F864F20B27C44679A2E78E5C56DA1FFCE8B41,TRUE,bootmgfw.efi
+47020b30-de49-4937-9908-9d72b3d153d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B76C5689D45E7F40F8D78468D4484074167563CB06368CBB9CB4DBED65E1192A,,,,,,,631F0857B41845362C90C6980B4B10C4B628E23DBE24B6E96C128AE3DCB0D5AC,TRUE,BOOTX64.EFI
+27ce9422-3805-4231-8142-aa0976d3686a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EEC3E281A5545CAF11EC02BB0DF159DA19698E639CBA0190A0AEC9AB09296BEB,,,,,,,A4D978B7C4BDA15435D508F8B9592EC2A5ADFB12EA7BAD146A35ECB53094642F,TRUE,bootx64.efi
+42952e7b-6913-40b6-bc44-5eacd9c673a7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CE7A0A3D718747C7263D099FD1477E363ECFE75BD2F639EE47AC1271EC229D80,,,,,,,E060DA09561AE00DCFB1769D6E8E846868A1E99A54B14AA5D0689F2840CEC6DF,TRUE,shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi
+cc9c7842-484d-4427-9ed5-75073efdad17,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8A73B6E52B27695C72D4776C0BCFA54D30C1340D534D5EEFF8D890377CDFDFAA,,,,,,,362ED31D20B1E00392281231A96F0A0ACFDE02618953E695C9EF2EB0BAC37550,TRUE,cc9c7842-484d-4427-9ed5-75073efdad17
+841c43d9-b7a0-40a7-ae7c-fc1affb759af,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,439983268FC8238CB2DC187B033904DBD682929852D846FB69A22DDA1561A422,,,,,,,57E6913AFACC5222BD76CDAF31F8ED88895464255374EF097A82D7F59AD39596,TRUE,841c43d9-b7a0-40a7-ae7c-fc1affb759af
+7cefffba-3701-43ff-96a7-7a66f008805e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C443B4E3083BDBF2296A5E0986022520535C01ECC6CA3E0F0F83F3B683672368,,,,,,,50F93402B66127D87B947067E9689DF5B2B36B253833FFE1E6CECA685FAE2D85,TRUE,bootia32.efi
+7489f724-a3b3-435d-b34e-9ca0a94c6ceb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,707BEEAE9B9CBF0D56AEE48AE398F127D3B52FD37D25B95C561CDA1DB5233C50,,,,,,,9C259FCB301D5FC7397ED5759963E0EF6B36E42057FD73046E6BD08B149F751C,TRUE,7489f724-a3b3-435d-b34e-9ca0a94c6ceb
+94e35789-58de-436e-b04a-8a7b7ded8347,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,12A9833615CAABCF4F732C8BB088C83EC18C286EEF2332CB11F18529B676BD38,,,,,,,2B1B9ECCF585B11C5122651D7B94534BB131AA7C874E2262038B85DB3EE83E4D,TRUE,bootmgfw.efi
+5cb571f7-050a-40db-a196-9ad7cd8afed6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,079A26143F5CD9862331F7C1850FFCF2D6E081FCFA8617F6FFA94FA212834DD1,,,,,,,E808A337ED6911EF561C27CABACABF4EA6D6E20FB70F5413B121AC251ABCC10C,TRUE,bootmgfw.efi
+34da0cf6-14d0-43a7-8e56-ea63c3b0c1bd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7CEA30E7B024C8710F9AE5C1302545CEEAF23B8DEBE362FB26562ACDD807325,,,,,,,D465D63B0384F16A1610B0A86C5D73B36A33709828DE8FE26DBAC6DC6EFA007D,TRUE,bootaa64.efi
+57f3ded8-3e38-4146-88ad-92ae83c627d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,85C838E95601A4B1CFA64600FC4A16330CB50D575FB2E89ECAA08D6B12B50CDF,,,,,,,C0530BADC4D066D5C4B8B955023E9EFA7FB9337ECB7E1298E7CBA172D8680485,TRUE,bootmgfw.efi
+3a20e152-907d-41c3-8ae7-14c2a23e4880,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,299E3B66B0283E23793E03FBA6B795A2C6B6034864B6D571449945EBA0D90A20,,,,,,,3E3926F0B8A15AD5A14167BB647A843C3D4321E35DBC44DCE8C837417F2D28B0,TRUE,3a20e152-907d-41c3-8ae7-14c2a23e4880
+98b2c48c-eaa0-48d4-bcbd-4090cffd2fed,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,575D4DF1AFBDD514A6D293234F4493736200E657D0EB9C618CBE18B3AE8EBB3E,,,,,,,F558E04EF99B39A1012E8BC2685728D983C682CF5E6F7E4D335A660283D7C666,TRUE,bootmgfw.efi
+cede5464-786a-4472-9b83-cbf540f90d1e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E9F55F39797D7ADAA99F2FE4138D413A10539C9663976B055A705A76C6A916D4,,,,,,,D455A3C084DF64CF66DC1D2BAB352C74AAF66035058DF1143EFBDD4298AA4527,TRUE,bootmgfw.efi
+347957db-bbbc-4322-a736-366891a369d0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F736ABAB18FA867218E4FBFEAA8A452C3B55F2981CC7E27E6CAF1FD9181EF294,,,,,,,A9CE2969A83982F80B6B2685568A7D6F8E58BCB5FABAA2F8168092175518A0C9,TRUE,bootmgfw.efi
+e2313b7a-714a-4e2c-a692-4259f9bc3b0c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C190FBE65C28E7DBCA5AAE188C368CAB9A43ADB7F3B010843086D6DA77C3A6E5,,,,,,,B344D2F33E30A25EB927E4C1A419D019ACCFA8249A5CE622B8E7C7D8D5807A00,TRUE,bootmgfw.efi
+b1ed132f-d99d-4616-9fa6-56b6e8e814f6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7e05f116825f8e60072443b813e6192e,c9bda70cc887ceb1c4552319df909c8bca331b58,09f2e41661cbbd714d22986fbb36a2b5764a5544c85f9875d227f6a26e1c8c8b,,,,,1e31b54463f12e9af1098295a74b4866,7bc2c8f3a922fda1f6b16dd09425006a4715f7ee,66d0803e2550d9e790829ae1b5f81547cc9bfbe69b51817068ecb5dabb7a89fc,TRUE,Bootx64.efi
+68bce846-d710-4c06-a74c-bdf24a87157b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",11ca417bc767273a9de7b1355cb2908e,8de2b54c1204ea7491174a94c1a283695952155b,0b16ad93ee38243d72ff0acd790107767b6d7d3563a4ba8edb7a23eec5c8d531,,,Microsoft Corporation,Boot Manager,8bbbe505bcaf280a57c1bbd361585c0d,df47daa733f498b29d1b3daf28724cc400710a63,2b21029fa033526d1dcd9e87ad8893f9b5a08987c3271b8a86716865de53d958,TRUE,bootmgfw.efi
+cc55f472-e9c9-493c-bf44-98d528441570,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9c77b23f662f4c5cf1da2ec62ba6fd2c,0f6c22e7f48505d3c4cf28edf541e69a72f4cfed,5f3952cba19c9f225aae8b57e57c7e20505ac617aeca845a8b5cde4994405c92,,,Microsoft Corporation,Boot Manager,eed20fa5bc02fa6f0c7e5082c633e31e,01419f5ba84d07eaf079e2c69e8655471028081c,9335c9dd7001a2ec4e322ab6a2d11e6c4cd4ef1644c00d6314b7ba5a26f9eb7d,TRUE,bootmgfw.efi
+3c5c1c32-6c09-4fea-863a-2e5cb48bb099,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ffa0df6d1cb927f4cde2741d63c7125b,a2c8bf15abcb90da814748bb150d66f842f23a38,98acba206e9f3843a4a7e07c66ead4366fbe7976653b65ed0c311d4efae878ab,,,,,e599f74cf93986aafae680c20c7b3723,36a6e60b2512bfd940eadb7ff3fdba23fa970a8c,9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043,TRUE,HfiPcieGen3
+4a9f5a2f-87ca-4a7e-9a16-15d7e8a44c14,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e2f5112aec3a2bdc5f267c18f8a6c071,513e0049089f66a29eb06adef56eb24f1689c24d,c643c3cc182443893728101f5303aaa05b08ec8616310546edc903635c692b5e,,,Microsoft Corporation,Boot Manager,a114f82ee953917e2718ad7f4765ab20,5c145f3f55a53c1db47c568cd76eff5b0092e95b,f0b3d0d4c5457880e2d9b7728eb64bd288b5d4a26ec883f3c0941d8af29d9466,TRUE,bootmgfw.efi
+1f6808e6-5b11-4cb3-b2d7-427ea75c1f9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",cd3a08a351a1e5286fdabeb5bbf371e7,55f93fee3283aa27b1d8b20d1d4d85b770e923aa,2df05c41acc56d0f4c9371da62ec6cb311c9afb84b4a4d8c3738583ccc874d38,,,,,19a8ebfdc4acec4f18411de1412ef702,e91507cdff068f305c149e89d25038e3a665e461,c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f,TRUE,BOOTX64.EFI
+0486fe15-0d77-4c66-9918-1278ef014f72,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c831903e223d70526791119b52eaa4df,43e01a095fe196f5f7f0f6aa4f33d79803d1fe43,86e5b25aa8072895e72e3d5f4beaccc1488a434fb10babe17fb9010da4ed93bc,,,Microsoft Corporation,Boot Manager,4755a94a9c24a396102236124cd43c7f,e7efd492f1248e8eb94f4ee629365328cc7c7822,07b6d3aa86d0a8d5f46bdd5886d8f20fa2dd9377898d1139bd74b41f5e7ae44b,TRUE,bootmgfw.efi
+63cf9ba5-5aec-4ed7-9f58-97d1eff8aa0f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1BABF3FB76AE149CCB95B8E33B193CE7408B7134E0A5CC8CE1E884BCD01DFCF2,,,,,,,0A75EA0B1D70EAA4D3F374246DB54FC7B43E7F596A353309B9C36B4FD975725E,TRUE,bootx64.efi
+7ad06c0c-5595-41e6-8049-b051fa3e931b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7B9D76B66E9E3503682EB5B6CCC8F70B8B5082F140252A7F6127AD9764D8F297,,,,,,,D472D0DCBA3F5DD61BE3931244717BF2230BABD30E9E2F6B2880BFCDC8FD6665,TRUE,shimia32.efi
+513ff7cf-418a-4405-9020-8044f5ce24cd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4489FA289C24EC5745E69F476FEBB3FA0103501D95349E795BE481E678429DDE,,,,,,,E11BDBFBAC4736918C497798D6ED018F529726A6B1894BE0658D1B9519538B22,TRUE,bootmgfw.efi
+aa02b41c-fdba-4a15-8cd0-721c8ce19b68,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",77164588c1c1207395ca4a64dca19f85,b1d0f26d6c2ada8828889a9208529ce96b6312e4,1e918f170a796b4b0b1400bb9bdae75be1cf86705c2d0fc8fb9dd0c5016b933b,,,,,cf53d0ab33dfb190f34ec0b12fcd54d6,fb0b0ee77baf7de4e8072a79bd48406c63a0bc7c,e9d873cbcede3634e0a4b3644b51e1c8a0a048272992c738513ebc96cd3e3360,TRUE,esdiags.efi
+3f2c9d56-984f-41b4-a2b2-49bf97e6ef71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2BC0ADF3826972A0F8EF7E63C008C52D68215CCAE493CCEF14C3D3F4F67BDD0,,,,,,,B632A6286C6FAA6643EC34311E0B9710A3508FC952E9A04263C33179E32814F8,TRUE,bootmgfw.efi
+4f2db5df-2730-4e9e-aa70-51029d2540d1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,55A3628537C4FBDA0FA7D27001EB2DFCDC515D8A48649715A31E1D0065A7DA35,,,,,,,2DCF8E8D817023D1E8E1451A3D68D6EC30D9BED94CBCB87F19DDC1CC0116AC1A,TRUE,4f2db5df-2730-4e9e-aa70-51029d2540d1
+46a49cc4-2dcb-4c79-b1d1-2c49f6df0af0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",658f77c25877b5ceb68bc7e046d37ec3,8276fccfe7c6ec83b5340aedcb77fb1e24cb1c4d,d92b8ac828b827e4e5b9e9aeb02676783cdb1884f42194823769ccf033a7b9c5,,,,,6178f6bbcb3eea01cc915b8a348a3637,cc3d816d02da15fb70878fa6590b69c9f23f8441,8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b,TRUE,bootx64.efi
+2281377f-96d2-494e-91d6-86e4f2c78198,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",65e619f026af74b9c47c2cc77346ec40,9bf8d8b915968c37fb4b491f67e567d709d2a026,fef56f20ef6e5065ed0fde1d85fd19f1f07212403489fd1e2b63aa41f5dc600b,,,Microsoft Corporation,Boot Manager,866e67751c0a6b90c631d03793a348bc,2565b9e7e5552c7a3340f5ad2c6faab6ea42bd27,ce1af9fcce6ad19c00d8236b23b03cf83c593c6184a08266e58fe95c6caa4d13,TRUE,bootmgfw.efi
+2ca2a15a-a3ca-44f8-a400-6ad9d6c119ce,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",28e6701303a90a81dea61addc9d06329,00745e4a83900338ec53b231a602eb76ce3fa889,2f871712447dde7c3552f5aa90a2292821c6f32d92788e00dee8566f8d4de209,,,,,376edf47c4a984324ea56fba394cc047,ec85b380b74232b3a564125db01bfe11ff646040,98cc8b91fec5252f62e81843d9d5d8ac2a2f253aa38152b3236a5092200ed290,TRUE,bootia32.efi
+7480e25e-d4dd-4e39-b652-33861111c011,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,55C6D083A4E3BE8FF842A5D39EF6F0C82D3DD29FE377C7AEA920C7B419F660D8,,,,,,,3153B3E305575439914605D976CF6EAD5A500E54D0B6ABCDAAFCCED1BC47E04F,TRUE,bootmgfw.efi
+854018eb-0eb9-4c45-8c0c-edb859445cb9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",87e606dee08705c7ac75737a83a6e063,56ebc1fe5d75203a8fd8669eb86d80cda4c13d91,6a6f1c13eefcba07c0fc8aa0b70ab6fe2bc709a9eaf83090b735fec8e0dd576b,,,,,be4303f658c8f9c5541a6bdac9dc2c2d,faa088677fbfb6eb7266526835f878855ee767d6,cf3f7c24af6d46e133bb6a936902a47413394b2a8addc63a8890c75eb7c3a6c7,TRUE,BOOTIA32.EFI
+a2e0c2d5-a9f3-43f2-83f0-41235cae223d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEF0CE090F4C6B203C317558D43D015427311475231E8CE9B2E00AC0C18D3922,,,,,,,2629AE14B467DA5DF8E9EB6F1ADC1A9F50A78DBC3C246271C8530D0D35997A4C,TRUE,rhel-7.9-shim-20200726-shimia32.efi
+f922e65f-baea-45c6-bdfa-0b6ab679bda8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",2eb1ef37d6d0425c505df369802d5d54,8568540072aa5aead8d761d4baa459e4f9a222b2,9e14396bca7712b13a5f0b209c8633d754afc3bf577b42ef78304581ddd4e02f,,,Microsoft Corporation,Boot Manager,170d26c08c0bd42cabe41e7223cf1a3b,026ce5f4baea28c655be66c8ac4873ddcd2fb089,8d5332b350577ab7b1987f93fda104b2090f6a62e262214264f554b6163e8050,TRUE,bootmgfw.efi
+8cb4f77a-a709-4aa9-9563-a21d26fc900f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ee4b2aa959df5211204c6165df138ecd,ef1dd5153ae097116a870b6b3571aa1f2f99bfe7,67fe6b4b726451375e2dc3f87a0954cd01083fb4d8f4fb074bf699536450af04,,,,,14a8d4ab1ac048531dc075cda647773e,32aff74e8078b1833eba455d0c01471bfef3164c,b7d3e3c4a930fffcdb184619534ef7c3d45435ef97f7988611714f5523b207e5,TRUE,BOOTIA32.EFI
+ea9f89dc-3143-424c-b3b3-437969245705,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1aa56b885cc8dcb37e0165fb6774acf3,51b1b97472c99971ef217632ae7d9fee3ce3f1ad,2b334e6b147104306dd91f77e900c07383c0ddff77c2979ec79ea5d92944c13d,,,Microsoft Corporation,Boot Manager,8c6a38741626834657d7c8a8efc9ba4d,605ed193044333070a922ead0b80c554c8e73287,71a5716decf09fe8bcbcc73225fe1e7012076cea39b49e9e72afa291b1fb717f,TRUE,bootmgfw.efi
+5ea7cfb0-5f73-4d02-925e-8161b423fa88,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,45A04261C55E72E48C90A5C821C3A519B4A0D9B1A6C3561CE7477AC399D23C5B,,,,,,,A372DA66E15D456DC4200BD3908E0943BA4EAF864F7A35062B6B1704320D090A,TRUE,bootmgfw.efi
+59b7d19b-fb7b-4641-b158-0d2f498e375d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",aed4e671b03d6e093a423c7593d423c0,0795b77ff05d9365bfc1ce099e4edf239f64a073,5156a8ae596c06692aef13ac6524c7f1e20d52e4ea0f5a5ad43a6874edcc5e1f,,,,,19d9ca04dfe150f7ed275c0522308b48,fed3c32a930572d743108d45a16103a34c0c6b73,3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c,TRUE,bootx64.efi
+f5fabb82-d43d-45ec-b057-5963c46113a0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C6C85806905E0B76C25C82A88BFF62B995F49124C55413E74D1DCC3461FE8336,,,,,,,8A305C5FBE7C56F9E3214D7ADB8F176341F4020F234F3C14E52335967A2D365F,TRUE,bootmgfw.efi
+2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,191A99A1EF854CE43E64D1CE2FDCC0C942200B88D232F8823A439CBCD7D148C1,,,,,,,DD59AF56084406E38C63FBE0850F30A0CD1277462A2192590FB05BC259E61273,TRUE,2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3
+c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,83A5C9C78BC64206AAF7B7F9901867D19BB746201923D855AAE24A2B2330F113,,,,,,,BE435DF7CD28AA2A7C8DB4FC8173475B77E5ABF392F76B7C76FA3F698CB71A9A,TRUE,c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd
+9be3b201-fec5-4264-b56b-81d4535b4c9a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CD0F9839C6CCBEC5CE38B882E1AB23C8AB44A8993E6B8A02026D8314EAC4EA4C,,,,,,,29CCA4544EA330D61591C784695C149C6B040022AC7B5B89CBD72800D10840EA,TRUE,9be3b201-fec5-4264-b56b-81d4535b4c9a
+41327687-8774-4304-bbda-cc7c5835b54b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,67D204E0E5DBC0C5B2549FC2C003024525378DB4DE12E5CA1451DD996561AED5,,,,,,,DD5E4E9F20CE8BF8F3512261F176ECDD046C079D32585D9B259AFE0A28C973DF,TRUE,bootmgfw.efi
+29221f48-fbc7-4db4-8fc6-86f1e3e137b8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3A5B30A5017105C4CB30A0793FAE4600BF4A1A442D85C79E98405DC0083DEB8C,,,,,,,2A92103865FB60FC84D357180CC7DB45359B04AD419E8C4FAB74F7143FC0655A,TRUE,bootmgfw.efi
+afc98e92-1064-426a-87de-35479bc19474,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1BBE108A0DA8A6A15221BA576E985B4240AD603D7D967F710428A9CB53B97B0B,,,,,,,F7E4C7FB10755AC534BCDF61AA7FA18539E42E061C247891E9BA42E17290C742,TRUE,shimia32.efi
+fc53d49c-f8d1-4a46-91be-205a0ec0515a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",6b65628a2e6b0cf6bd54965da59a8b43,54fccbba97f50d2b57478a1c01ad8b86a5fc737a,dbeb49f986ec6618e7c256d3db4e3d5378a6ee3439c5949ae57e12722a73a198,,,Microsoft Corporation,Boot Manager,5f033a228e6fd44ea0f18196d7ca57b8,6ebac91cac25a80ff4130bc69da6c527da05318d,52ceada58e8d14ab47e706dcd6264d82affc0f9fc62ab46f77be46f262ae1b17,TRUE,bootmgfw.efi
+c67be7e5-8f3c-460a-b4ff-174ba2a0fb6d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD,,,,,,,06E3F646CEB102372E3E086D46234B06A9AF13EEF65AAD180EA2880BF8BC12A8,TRUE,bootmgfw.efi
+216969d0-1120-463f-a8b0-f8832f49fe39,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,487DF121FD496D9A443C3598DA3771FA187D408C589F4CB990041E546C529539,,,,,,,947078F97C6196968C3AE99C9A5D58667E86882CF6C8C9D58967A496BB7AF43C,TRUE,BOOTX64.EFI
+bf069911-444a-4972-8961-140fd7897324,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5D6A0CBDAAF188974E98ACA06E664B4AE98D458327717A20B1FF6C80518EEA3D,,,,,,,A7DFCC3A8D6AB30F93F31748DBC8EA38415CF52BB9AD8085672CD9AB8938D5DE,TRUE,bf069911-444a-4972-8961-140fd7897324
+0e36a4f3-efab-453c-b6db-fe4f613b79d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c9b413ac0a31f9eb0a141e05654d1d52,70f682f3c63a4a1121c3c9afa78934aa2412c049,ac22c4ad2e62a3a8369a311b69e9b3dd558359cb44de8115e6bef2ae5e5e7151,,,Microsoft Corporation,Boot Manager,9e1d88b1165fafcc8d3ba103110c4843,7ae4be62af6bbe64ea43e60462403334b278fff0,f923efa6615ce9a93e5d69963b30adb00f2d2059113f55babc477ba889841f29,TRUE,bootmgfw.efi
+e121cfa2-ee0c-4c6d-9b1a-1f48ce500b81,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",07349cf7c406343bb9a9a9d9eec50790,12f8b7152bf718ee95d9d9a8ebd50c1a8fbb9621,ef43b4b4a755494b10b7431527aead697feab6fa48cf4684cca4fb5b8cd09035,,,,,96c7007a1ef6ec8ae43756e1e3bf9807,9574b0676b8540628d0db2f89a8d8bb7b43d863b,5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55,TRUE,bootx64.efi
+997fb55c-0910-48f0-adf7-33f2e50473c6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A7FA44AE658F9CDED2AA0CC440EAA8134FC1FAFED290ABBC8C45EC670884605,,,,,,,F4D7D6F0D820F749A442DAB0A34D53A71CE47DF51DE07E6723AB848108AD1945,TRUE,bootarm.efi
+25356276-9f23-4044-a512-863c5b3180df,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,96520E78051325998A6D82FFFEE0366F85289E6D8834D1F3DA9082C6EE146D26,,,,,,,B93F0699598F8B20FA0DACC12CFCFC1F2568793F6E779E04795E6D7C22530F75,TRUE,25356276-9f23-4044-a512-863c5b3180df
+d17ff559-85d0-4cc7-9327-516585723ea0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B81C6018141EFC89816DA4081BBC1414911125D5184108E47AB01260D84FB9B1,,,,,,,CBCBB8E81F1CFEE4D02D65481080ECDE62528344C5372B09FED4EE3CA1E14330,TRUE,bootmgfw.efi
+07e76cae-6513-4120-b399-3ab5ae5879a5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD,,,,,,,A5E0C1C1FDEBE61C4DDBB66C57EB23BCAA86C36BAB9900AD10342A4971128EAC,TRUE,bootmgfw.efi
+f4268520-fd18-40df-aecf-b2a6e8dcf27d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",fbec641d8564e4e48784b2b07dd9c196,7ac5c5314da05d3a6e69e4213b9479a62d6f411b,ee39a9a3fbde8b15ce4ac34519e248ea746a52ae0ae680da5b0c7ef919e583a3,,,,,ba5501c6998594711fe062521d0ba9de,8dc43164d1742fd0e3a9590190ee7116bcfc04a8,96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909,TRUE,bootx64.efi
+81f3828a-1a59-4fc2-a34e-d1f297f0f719,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CF960A60921EF186A0A511BECC06B264407111D2AE6875C93496121887318EDE,,,,,,,32D4BA3A03D1F2B6BC80D011C0FA107747B7B573FE96AAFFF21735ECF562D337,TRUE,bootia32.efi
+a280d6df-a426-4031-8dc8-31473975f92b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EC16CFB5AE2297154394D9AB6B5B749DCE676404486D72A44064CD9A716EC1F9,,,,,,,BB01DA0333BB639C7E1C806DB0561DC98A5316F22FEF1090FB8D0BE46DAE499A,TRUE,a280d6df-a426-4031-8dc8-31473975f92b
+35a53e95-2bf9-43c3-b7ff-c8a176b73a7e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,641A3F8E77A42F04B0F300399F0FE6545733DB7EE00FA402358723E84BC62741,,,,,,,91D56D765B020B99B7716582E3C380147FF0ACDDF63BB09ACDED0C0249E5CC8C,TRUE,bootarm.efi
+52d2d179-addb-4556-a244-d085e0aefad2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EA21E2A1F1779F77C35060CD8690D2E74116C4402DD10B6F8260DB2D00B4A9E5,,,,,,,941A51239ED416A788B5059DD647631B16E506C8F6AD87B1D5F3B8C97199A160,TRUE,bootmgfw.efi
+3f7d85db-fd3c-4a8e-a83d-ac9d89dda3d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,626AD87C1D3475B2599DFD36B430BE3ECBFED207A20D9FBAA01F7AE808C0271B,,,,,,,A4B3FEE324D25C53FB5CB48630DC80DD7EE78C1AAC8C8DEEA927396997E33BCE,TRUE,bootmgfw.efi
+a4e079d3-3919-4c47-84ba-9a7d7d1acbe0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D8E8197BB6CB93157BAE6B4E63EFFA60BB49628DEBB6F771F154C229F4205DB3,,,,,,,D372C0D0F4FDC9F52E9E1F23FC56EE72414A17F350D0CEA6C26A35A6C3217A13,TRUE,a4e079d3-3919-4c47-84ba-9a7d7d1acbe0
+57416bf8-a14e-42bb-b668-d424222ffcdd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6E90699DC49B40F02790D085E3A1B9CEB2F81D85F55D2054163B3432FB87F59B,,,,,,,6B8EEC829F0373931099F070CBD4E2E1380CD5644201D05D80D86B1E7ED0B08B,TRUE,bootmgfw.efi
+0f4b6460-f81b-4770-8dfb-55224983a557,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8516257431A250296A10F82A4795F9CF68E5C185CEAA2F6F77CA0942CBE0C999,,,,,,,B8D6B5E7857B45830E017C7BE3D856ADEB97C7290EB0665A3D473A4BEB51DCF3,TRUE,0f4b6460-f81b-4770-8dfb-55224983a557
+db57d7a1-5937-4ba9-896e-8fdce1ff2990,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C79381B9A5D1D2B8A85B6A5B2255923FB2D3A5F500CC00FBBCBF10C6A3A0B40E,,,,,,,332450890F9C8FFF7EC15C53921BF27227AB9EA06B0E1C816D819F8E21CFB55F,TRUE,bootmgfw.efi
+76724735-ec57-4c1a-8712-f0267d21f0c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",5cdb3b41abea2f625c0a632f4ad2cddb,68041e64a6a90537c6f7d7c6c1b07ccee8fd92a3,4f9398592553ee138d8db48b95789eca19324b8408cafd0f0bc46d030e7b4fd4,,,Microsoft Corporation,Boot Manager,a7e340723a992f0a725fa1e394e5a655,882ef0e748b0ba689bb0af982c499db1fb1c8ab1,65625a143d220ea184dbd5cdfb1b9e9c3bd9654294eaa2b98628bc273ebc18b5,TRUE,bootmgfw.efi
+7520fd68-dbc4-4182-ab8e-2cc005024183,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3BA74313087DB77CF93A00E072A2FAE00C0A472DAC5DD6988F9C0993A0769159,,,,,,,4AAC0A9E089DF8E9AC6725E0DFCA3AC11A17747A2E35F43A2B38A58F8AE2A273,TRUE,rhel-8.3-20200917-shimia32.efi
+48c8b841-9f1e-4557-ba59-91461142b90f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,571B2AA6CA8EDF6479D3472814B8CDF34A0B8544939E5CE9F50261968E382B45,,,,,,,E800395DBE0E045781E8005178B4BAF5A257F06E159121A67C595F6AE22506FD,TRUE,48c8b841-9f1e-4557-ba59-91461142b90f
+94ba0558-c5b6-4f9f-b1fc-598e7448bf13,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,196243A87389B47FC9033AF3884F3FF0A5C891D80E22C82D2ECD5B9A3434186E,,,,,,,CF7F9E7D091023A1A1C3F5CBF7DDACF7B18F03A4D07961F71506FE9DF4388EEE,TRUE,bootx64.efi
+d7cc6936-4efd-40a1-bef3-ea4da008ae4c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E4FF4E538B4758E8E49010ED16D6D5380417B146F3E8806ACB3AC40611646FDB,,,,,,,EAFF8C85C208BA4D5B6B8046F5D6081747D779BADA7768E649D047FF9B1F660C,TRUE,d7cc6936-4efd-40a1-bef3-ea4da008ae4c
+ca7157a0-3de8-4642-95b6-0a42c53a97b3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7395EE455BB71B4A37DD973999C875F166037E7BF5B948F812A8B45ADFC03A55,,,,,,,E42572AFAC720F5D4A1C7AAAF802F094DACEB682F4E92783B2BB3FA00862AF7F,TRUE,shim64-bit.efi
+261d9721-b41e-4711-9ec1-d46057b9c56b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,424C636253B4EFA0C69F91505EE16D7079956B8EDE4524FFCE211A1B037FF692,,,,,,,97A51A094444620DF38CD8C6512CAC909A75FD437AE1E4D22929807661238127,TRUE,261d9721-b41e-4711-9ec1-d46057b9c56b
+03fbb84a-9153-4d42-aa08-c26fd8260bd1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AD215B731A41CBE37CAFEE5280FFC282A8AC23B5E8BA25DFF3D28A6AAE1D2A0D,,,,,,,C3505BF3EC10A51DACE417C76B8BD10939A065D1F34E75B8A3065EE31CC69B96,TRUE,03fbb84a-9153-4d42-aa08-c26fd8260bd1
+5d92da13-8976-4b19-871d-a9266e342121,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A84526FB39B09F95A0A1CABE23D34CC28FA554242405EB653D6EAB8669B3C1BC,,,,,,,19F4C7030AD74035F5BC07ACE285BD7538F231D25787755D72071EDE879C6978,TRUE,bootmgfw.efi
+e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7C2FDA323F09B9BE6269BA979A620438413EBA4A93B2BA34F9B39998268AD9CD,,,,,,,37A480374DAF6202CE790C318A2BB8AA3797311261160A8E30558B7DEA78C7A6,TRUE,e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a
+63cbc1a5-3884-4049-ad87-f32f77644986,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8572a7c437a9bc92225906ce5fc04497,6d2ce22514e2dffca0e31eedd4804280f8c37e4c,cc5c7db3068d99d6271fb38ab15b78c633c92249c4d783db0cdae2b918e97969,,,,,3c80cdb2f0833095f9f77027e2431b0a,21b20549df4909eeb13f64d4641ef60cd5c5a682,48f4584de1c5ec650c25e6c623635ce101bd82617fc400d4150f0aee2355b4ca,TRUE,Signed_13652009334930799/shim64-bit.efi
+b0db7258-fe95-4712-ae0f-fe258342295b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,862EF2D92E8E0DF128007AEF6F9E4D6A6D0DE3C656A4D72D1A19A18068C23508,,,,,,,F31FD461C5E99510403FC97C1DA2D8A9CBE270597D32BADF8FD66B77495F8D94,TRUE,b0db7258-fe95-4712-ae0f-fe258342295b
+3d65bba8-925b-4fcc-849e-ddfc0bdf1c49,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C655C36EA5160603D4134B038D732604394031E177D1C32CFD582CCE0C037887,,,,,,,DC7CC8D1DC11E304ABDF6E6227838F35B223B780F030DE7B341E88A3F6A361B4,TRUE,bootmgfw.efi
+44795d05-39b3-4605-a58c-cd20de64f934,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34776096730EB7B0CAA5415414943E2C31AAA464BB545FBCB8E341E7EBACFAB5,,,,,,,1A74740EBBE6A0E7DD44CC3D8E29F8FCF42B642298A5C5A586D77BE0DB15C2F9,TRUE,bootmgfw.efi
+02e8f438-8842-4018-8592-a4fea656bd01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8BF4FAC6F3981D1E6180DB0CD53152AE9666DC40884090A522840062E0C926E7,,,,,,,0257FF710F2A16E489B37493C07604A7CDA96129D8A8FD68D2B6AF633904315D,TRUE,02e8f438-8842-4018-8592-a4fea656bd01
+51d3afbe-d378-492d-86fc-3afcf9396417,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0FB12613BC1D4AB6FBB256574EBA9347AE3A87F96E4A3C259028B55CDE1D8053,,,,,,,BC75F910FF320F5CB5999E66BBD4034F4AE537A42FDFEF35161C5348E366E216,TRUE,51d3afbe-d378-492d-86fc-3afcf9396417
+dc00f1c1-898a-479d-b9a5-9caa9973e310,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,94BDE75194960FAFF8329DCB4462BD8888B32078B0FB8FB2011C6993FDA0316A,,,,,,,9063F5FBC5E57AB6DE6C9488146020E172B176D5AB57D4C89F0F600E17FE2DE2,TRUE,dc00f1c1-898a-479d-b9a5-9caa9973e310
+5df619c2-4db7-43f4-95b6-a2e16ebf847f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CEF9A1B433C4ED851EC0C373F7E1F19A2B8C306A821D114F177B14E8C070276F,,,,,,,1B909115A8D473E51328A87823BD621CE655DFAE54FA2BFA72FDC0298611D6B8,TRUE,5df619c2-4db7-43f4-95b6-a2e16ebf847f
+ef578b44-9fd5-4d83-9609-4c955babbd69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E082E310571748B9FE6B2DFAB71550530F2452B8E7E4F7725DE7EB9E4C7B1559,,,,,,,87176A15E766BD06528ED91A61481C3B3CDE65EE95115403F9FFC6D3A26D43D0,TRUE,bootmgfw.efi
+c748db0c-0a54-4567-a733-2f803c84a914,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A7CD85A11D733D1D03A01AAD914A3F22C33AD9590AB27792D2B177E0E51D896,,,,,,,6D174DC1673F7CFB6F1EA75D71739AFDE2B784E214E41AE6F5AA30F622A400C4,TRUE,bootmgfw.efi
+0f3431ba-2b83-4020-b3ff-32eadbcb7205,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7384B867C248569C3DB81E82AF35585AB3108858E958750098F9D8298CC9B8F6,,,,,,,9F2B71EC2FECC93E4EDEAE24B32F8857FA36A81A7272DEFD5435D29FA3BF828E,TRUE,bootmgfw.efi
+ae979b6b-32b7-42cd-b835-09215a457c01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,561694642D87969C00583ED6C4BB6C41527DFF7164A079035E8C8B905A5E4B62,,,,,,,C42D11C70CCF5E8CF3FB91FDF21D884021AD836CA68ADF2CBB7995C10BF588D4,TRUE,ae979b6b-32b7-42cd-b835-09215a457c01
+9a34a20c-afea-4d1e-9109-fb7354066e06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,79193EAE46F687D00B90B3EBA361B35802BD42E2891A8A8C286B4C00119F9F94,,,,,,,F33727B54A9908CEC7ED8DB582A1482420FA257B61B559C47343110872ADF7D8,TRUE,bootmgfw.efi
+406a9495-809e-4065-8c57-b6aa66dc4029,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6FDF73C4B54F57935671B1C6F03FF5F104F8092C72574C2DF2C6FFB1E5F2E61,,,,,,,0CA5E602468258B0685A2B2B7F028B977354602A82ADA86C9919FC472AE4CA40,TRUE,bootmgfw.efi
+c5c530c2-b0e2-440b-98c4-3ae3a9581479,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24119E64BBECB849FDB3CC3EF0BEE550248B13BD5ED5AE540A9389C7D5D7C8BD,,,,,,,FD3062358E0E1DC4C3A60380EF1BDFD4C51F4473B8600937D921DF472FBF9B65,TRUE,bootmgfw.efi
+cf8adf07-931e-408c-a85f-d5e45b09a41e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A84FFCA344A000BE6FC526DA7D7F701B87EF5559A71D8E63F806276E4D3DFE27,,,,,,,D759308D047E9206006B51B5770FA25EF5C124B8ACC6B0139F5883765FE30DEA,TRUE,bootmgfw.efi
+4b37df07-e561-4581-977f-6eb984d0afbf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BD8020CC80D5F842DDFD5AC110C189707A83E85415EEA3386884ABDCFD7F3135,,,,,,,99D7ADA0D67E5233108DBD76702F4B168087CFC4EC65494D6CA8ABA858FEBADA,TRUE,rhel-7.9-shim-20200726-shim64-bit.efi
+ce52a206-8cc9-43e4-9f5d-28b646502ac3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",de3db6ac5d9d0d31d8668a74bc3332df,b2851fbbc75273998a8dd1aabed09efa961c050f,1604f70608f964d1a835c3f3a421e58e449774f0291ff134ac298364e8e3f776,,,Microsoft Corporation,Boot Manager,664f6508818e109fb75fbe07061638e8,aecda4260dceeda535e4c967ed2fa9ae3c4d580a,52a3ca4db923c0648ac04be86ce02dbc6a3aaac8312366b106205dec6e2ca2d9,TRUE,bootmgfw.efi
+8e87c22a-ea23-4f89-bee2-c301e31b4045,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24AF7036C63F09FEBAB1B84372ECD6151BE32CDC94E80E57F52F7D2C3665FBC4,,,,,,,F8DD2281C67C59A08FDDC9859E9D5FF73802CAD88975242BD11486F13C6DDA6B,TRUE,8e87c22a-ea23-4f89-bee2-c301e31b4045
+d69993da-b588-4dcf-aea1-5d11d9ca4dd7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,271A4B174838286F6D4BB9FCE91A47FBC87B28BE586744BD42CD82CEF4600B72,,,,,,,FB0BBC256AEA5CF93DA99CF26481CC42F4E7BA6B32DB63B827620807E79E805C,TRUE,bootmgfw.efi
+11dd8dba-8b90-413b-b2eb-bdb05f573d2b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",bc78920fd9f058973d63495f36203685,edbde6908eebb8bd3197c1634769213b22e0b1b3,db9643f6d78c6c5bdc29b041660174324639be8b3bc6e247c8c2026e68c4e618,,,Microsoft Corporation,Boot Manager,ddee4ca24adecb29457fd110f5a472ed,c146c31c4634aa1a51fe611ace87a75464c5e199,310949b7fd26af0e2e29e1c902ac198574f096d15836376c8b3ef2dd1fb5f1c5,TRUE,bootmgfw.efi
+cce60051-3b8f-4752-9e76-a1098bc803b6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f38a930c417139cd5ccfe3ff2277b4c7,b304b38b615184a936502bfb705bf254ab41ee32,c4b5797189521611b809720ed9c4734f1dec8a2ee2597781ffe438f652a58ce5,,,,,cf8d4c0a11aef346e68e0187814ac953,51e223e52d59a6e2e4df6614cfa47525722f127d,8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70,TRUE,bootx64.efi
+5466b767-bb4f-4044-a72c-1a7aab0d1d4f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1EC66D5D99383D9EB6CB553965D6ADEF787ABDDEC162844AF1CC04F24EDBCE08,,,,,,,D084AC3FCD80893B1878653C8BA9B71FB9C53E25843A989EF51A9B44C7EAFCBC,TRUE,bootmgfw.efi
+4c9eca9d-f738-4fde-99da-f5f1536910f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,399BDFB85E5A072F763B3692AC5B34FDB00D7C5DA4180219E99A2E0693D72B39,,,,,,,A330FDE65C067A5F0B75C80D0A300767C301EB75E0CF9B4EE240F0D60B3DC503,TRUE,bootmgfw.efi
+c9f24d64-ce8c-460c-a5b9-13c1082de5c5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3EF9FD0B7CEF661D5AF2971DAEF1ECC44D9210D33AF8C95E2DF9EDD694BB0FE2,,,,,,,3860B7C7FF6F4BCD5865843B2E86B2ECA5FF4FB071999F2129D4C7753B806F34,TRUE,bootmgfw.efi
+15ca73cc-0098-429e-8191-5df17cae28aa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2D9AB79B0593235C5EDC3CF77C3A48FCFA740D804A0397B3D9BD9AE9EE516D4,,,,,,,CB7BBABE6E9A118C420BE4294132A88BC494969D95B9884480BD4F68AB94FB2C,TRUE,bootmgfw.efi
diff --git a/lolrmm.com/content/api/drivers.json b/lolrmm.com/content/api/drivers.json
new file mode 100644
index 00000000..d91257ee
--- /dev/null
+++ b/lolrmm.com/content/api/drivers.json
@@ -0,0 +1,45336 @@
+[
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eefbdef0-8570-4a68-9824-042e17b71f98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "41D1EEB177C0324E17DD6557F384E532DE0CF51A019A446B01EFB351BC259D77"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CB9E3E372C5F707858E1DE6421C2D3407C240F9D7BC43A9B9F3BA1F6037615B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "eefbdef0-8570-4a68-9824-042e17b71f98"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3b0f086-0c9c-4e10-b65c-47509c6f0dfb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "724bc2c9091c4dd631e113c32702d9f4",
+ "SHA1": "f8799b5f344ad92948a1468937cd9255e6873dac",
+ "SHA256": "f197a171a09ab640aa8ac4ff7ddfc88377a89fdbb3fee014abb9097d92575b67"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-12 08:06:52",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18515 (winblue_ltsb.161012-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "fe08109ce34ae68fed49348549b9ead1",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18515",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "7fb211ce3088f2e657c72dcc80574310becde3e7",
+ "SHA256": "d8732eb8bd7240f17d90656424aabc0669c3d13e3117efc4805bb59dd21ceb1d",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.63561700395366,
+ "Virtual Size": "0x130364"
+ },
+ ".data": {
+ "Entropy": 6.142173903791614,
+ "Virtual Size": "0x5c7f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4721353846875296,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 6.764151324597371,
+ "Virtual Size": "0x5d40"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7a216607-3204-4536-9507-a3beccc529a8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "dd9b5d03a87f0e8ddba5df77f7a98999",
+ "SHA1": "a18abd2b659c6d0eb756052a05e463f4c2eab7cd",
+ "SHA256": "8ede7732284dab4aa384606ca07be29e72fded094597261a2f6473494a8aca0a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 20:32:59",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "87b6d22295a16073d8d456fc574441a8",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "0c26596b3297d5e5a06f8d3788579edc7895a622",
+ "SHA256": "783d088ce72996a064c0da796579475e0aef23c5e6e0e5905c98571bf8620e20",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4845800528218485,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353527581631879,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.510073701345747,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.41880175126111,
+ "Virtual Size": "0x19b44"
+ },
+ ".data": {
+ "Entropy": 4.629726747704923,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.004535487649427,
+ "Virtual Size": "0x8e80"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.47076835529837,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.706444085925694,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e774e770-0d9e-40c1-b9e1-ac09484a837f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7490AD46B3AEA32DD21C46A7A42FF4183FFAA7C486C75C6438ADF936E512B9A5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEA5BD5268B76F56B4091A20C806124DE8054FB07A652CF0E883BBA9A0938DE0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "96d26340-d5ec-43a8-b1e7-068f46a2aeaa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "65B2E7CC18D903C331DF1152DF73CA0DC932D29F17997481C56F3087B2DD3147"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A739C0624B7608F40645D417E79CE0B22FA568D885ACEBE51949F268565098B4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "96d26340-d5ec-43a8-b1e7-068f46a2aeaa"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0a9c062b-91a3-44f9-b577-0128708bf124",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "662458438867c4c20ffa9adb1dbe99da",
+ "SHA1": "e407452938d3438b835e875dd8c40785587a6e0b",
+ "SHA256": "cfd2a8f23bbce7424f4a6e27def368f17b086ffa226528900fa092736e705ef9"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-10-07 18:02:30",
+ "Date": "",
+ "Description": "Boot Manager (Test)",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9857.0 (fbl_kpg_kernel(dedesa).140630-1750)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9962f9fb820e5d7f5a31b86b9d164d33",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9857.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c5389be8b9ed2eadc3172c020ecaf490",
+ "SHA1": "c792c3865fa8fad335ab1bf4df6fc31f9a4bb8b7",
+ "SHA256": "4e28f20b385ab12059b7bfd4011ce3aa3d1e1a1514c9b01f86bc2d696d83c356"
+ },
+ "SHA1": "84376651061fc88774ec945b9062c112139c883e",
+ "SHA256": "f6208932ed98aa64f5ec0d9f59138d4c1dddbd82437315aac4aa913e5d4f825e",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.473097220302679,
+ "Virtual Size": "0x14b976"
+ },
+ "PAGER32C": {
+ "Entropy": 6.319009763281622,
+ "Virtual Size": "0x2e69"
+ },
+ "PAGE": {
+ "Entropy": 6.536008053813184,
+ "Virtual Size": "0x16b9"
+ },
+ ".rdata": {
+ "Entropy": 5.3663917464862045,
+ "Virtual Size": "0x23014"
+ },
+ ".data": {
+ "Entropy": 4.5467853172101345,
+ "Virtual Size": "0x62140"
+ },
+ ".pdata": {
+ "Entropy": 6.062316800180466,
+ "Virtual Size": "0xa7c4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4613409021077035,
+ "Virtual Size": "0xfc40"
+ },
+ ".reloc": {
+ "Entropy": 5.434784212443644,
+ "Virtual Size": "0x9a0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d9cb5f15-653d-4fdc-aee2-279681f7f91f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9954A1A99D55E8B189AB1BCA414B91F6A017191F6C40A86B6F3EF368DD860031"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F06D3E0F031A2FDC63DD2BA2BE7F32E0D432434C3515C2F840D812FFBFA530F6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d9cb5f15-653d-4fdc-aee2-279681f7f91f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "45647cc8-3eeb-483b-97c3-170693cfea9a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A109E71AE3A0376CA0059A421250508EDB2BB624B6517A291F51E249F16B5CE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E8E83E3E343C069277EC4C1E79C5C61D20917E0451B9A980346732EEB7B840C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6f2d1488-6c25-477a-97ad-e0a570723b20",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "90A483526B4238C55BC5DED289D7C1D376109B9D5F3E93529EDA75C4D451523A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A8CE55447F57564F1CE95A7B3C505A7996BDAC4A06710DD101ECD5B818653E27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\miniloader.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e46bd88-7635-4162-a02e-85d9bd33be3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EDD2CB55726E10ABEDEC9DE8CA5DED289AD793AB3B6919D163C875FEC1209CD5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "miniloader.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "30CF3AD2DF14F05D89BC321744559E857055A5C84D7F0834B3DBD261ACE1CF5D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "miniloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4cc6cdc2-6f4e-4b25-b3a2-383174f52460",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9AF92541E63EACBC5784BB44DB66F9B60726174F4EC178C6CE32EAF647EEBCA2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24C0732D77F6BC85BE8A6CA9B0FA3BA8611F950CA4E0194E972E59A433DC05C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "25025124-0a03-422d-8fe8-530afd16951c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D28AEC97E28A38D94BE65369E43D01F6266195D6113E7ED17A6930A309288800"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "372968218A3CBA11D964EF1B1E8CFF3804EDF96481B96B929208D1B483ADB30C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e081d394-fa4c-46c9-8a1c-c8790790aa3c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91656AA4EF493B3824A0B7263248E4E2D657A5C8488D880CB65B01730932FB53"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "84A6C5F6C7AC07F1CC405F7B53B69BFF17BE0E4B9A428C21D39DCE0CDD4EF16B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e081d394-fa4c-46c9-8a1c-c8790790aa3c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7e81b1d7-7526-4958-98cf-688b36cf8ea0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3A9E49E6E644C0ABEC17D32D020339D171439ABA327409A7797E6686BD0F641C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE4B7349F21EE077096B6986693C3F250758C5DDF96C14AF4BBFD96EE74A70A0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootnetx64.efi } }",
+ "Description": "This was provided by Debian Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f2418902-5951-4626-8a5f-79d4d022337f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "59ee638030fd199a10f08a99e2cecb60",
+ "SHA1": "e123503e3c7764b8d9e60439069505f997287914",
+ "SHA256": "c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 22:48:48",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootnetx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "41218ac4af41772dbaa3d4738e0c2bf3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "4d7caebdafbc4bb3866676173dace618baa6a129",
+ "SHA256": "aef3e0a113345c1adca2d627c5853a11ddfc4e0e07fd28c10049a9b766c0fbc5",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.844299269362631,
+ "Virtual Size": "0x18118"
+ },
+ ".text": {
+ "Entropy": 5.625262326816911,
+ "Virtual Size": "0x91828"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.423207936399988,
+ "Virtual Size": "0x28828"
+ },
+ "/14": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6464824623251326,
+ "Virtual Size": "0x1ae50"
+ },
+ ".dynsym": {
+ "Entropy": 3.210346535035395,
+ "Virtual Size": "0xea78"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootnetx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b215ee9-89b8-4437-bd89-dc9fa92cb727",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "09F7699631C18DB0C33491EB4B3C65B8F279238C5FC5E3AB0BA52737DBBD26F3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "21BB3AD3C8E0198CA40E2636E5C3F27EAC047C1C0B39F19D81332FCA03DC4FC0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1f0649ef-7118-46ab-b168-e4b9736bcea4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "85255700890931C5B71A73DFF09EA5125CD702EA65F45B4054C1463E00173FDC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3F5AFCDADFA8F590C39764BD9A31CE160FD7A929654491154AFD6738C0523D2C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46412487-6c24-4809-8b77-f2165d5a8395",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2E6921DC970AAC433DE9AE4ED66B2681A4CD2BE649D2EE9A561871C335E8B1B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEB3FC384826610AD277DDD592F6CA8FA9D00E56457724D470DAAC32962532F9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "10baff75-83cd-4786-ac2b-ade269c71421",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "75E78C197FF91F574735A3A606E56862E9E0B84DF0CF69F7C7F43CBC171AB371"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "268CED16B53E3430A28F1713A0D155A68BED89DB264D8D8170EB6BC548C9424B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0fe6f9a2-7b13-4c27-bf9a-412d9acf533f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AE1DCA8AAB7C4BDD21C5AA19A323F597BD1850445D76695CB2910CCCB5F163B8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A02C839424A2DB0C3B98553C179C0583E7B8760C7A061176F76B6970746B8AC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cd9dcfdd-25a1-42d5-bd95-3778087060b5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "73BAEB8EB0B64056A7BC309642FDC589BF219928A906666D107E65E8B0DBF496"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4B6C8947CAA89BE6077E2964C4F97425C663AEFEBCDFC373CAFD982367FB5CFF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-sles.efi } }",
+ "Description": "This was provided by SUSE Linux Products GmbH and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "795fbec7-a5f6-4e5d-b2c3-c968bf758e26",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "040B3BC339E9B6F9ACD828B88F3482A5C3F64E67E5A714BA1DA8A70453B34AF6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-sles.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3166EE4CE65D10105DEEE3A0163E236AC872E2C45652DC1DD78F8CE984463C12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-sles.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "27c9ba50-5540-4ff3-90eb-8798c48599a1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1CB4DCCAF2C812CFA7B4938E1371FE2B96910FE407216FD95428672D6C7E7316"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "127B01B1F605183BBA4D1A07B7EEFE01BA88203A6CD6686B28F3883F33C0ED42",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "27c9ba50-5540-4ff3-90eb-8798c48599a1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a2a7bdd7-c7bd-4195-97d5-a7b127691dfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5348075329A1087EBB689FCFC775304B09C6786A523F83E7BB90E26DE0E61FF7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DE1CB8E571EEF26A3C4BABCEC97BA41894AE9DE7528A35BFF5FDDFF5C025CEED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7662d98a-0476-48dd-b532-8e6142d251ec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e2a3feaa3ac65bd8ceec1f6430f81121",
+ "SHA1": "80257f616bfa48d64053b0198af7280152e8243f",
+ "SHA256": "8ed8aa03199de7d541ccbb3009a2b1ff575219662d8b23fba7fdff02d80abd29"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:50:04",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a168299b9ced4e289f438408b6a047b6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "cd0498821da3074abf0b1c44819f1bd2f3a13355",
+ "SHA256": "90ea447ccfdcd9771de40de9721d0256d6d8a30d68963e82485c2e92b7eb5257",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.640808824960342,
+ "Virtual Size": "0xdd886"
+ },
+ "PAGER32C": {
+ "Entropy": 6.570088920256996,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.507290228990708,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.377951519517065,
+ "Virtual Size": "0x122af"
+ },
+ ".data": {
+ "Entropy": 6.169217945416925,
+ "Virtual Size": "0x55ef0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4717263860040073,
+ "Virtual Size": "0xfd14"
+ },
+ ".reloc": {
+ "Entropy": 6.114816268597115,
+ "Virtual Size": "0x61f4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34e61740-5c56-404a-b796-1db5337dd86e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DA3560FD0C32B54C83D4F2FF869003D2089369ACF2C89608F8AFA7436BFA4655"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EDE70AA6A98D8130019296CE64B5CCF634A997B26401C0E119B96BBF7ACE1C0C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "34e61740-5c56-404a-b796-1db5337dd86e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0cb9b7da-f228-4e4b-a07c-06346f0d2e47",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B9B20E933E2B6C33C9FF088E224D802028F29A4CEBE50AB5D746027911A454FF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "459728935C400CBED125A0AA12D0E618CCB6F4FDE3194BB2D06A511DAA335350",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0cb9b7da-f228-4e4b-a07c-06346f0d2e47"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b905385-bf3a-4181-9c49-646bb5fb1e6d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "408B8B3DF5ABB043521A493525023175AB1261B1DE21064D6BF247CE142153B9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "65C4AAB0884825A8A2E4C114020E4FDB58A1D2B0CB68B7714A05D6CDE3F821D1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3b905385-bf3a-4181-9c49-646bb5fb1e6d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e91a68c8-807d-4b65-a86b-c51335730c55",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fb4d9da53892bb0152dcfd7a4a150fe0",
+ "SHA1": "a070bfbb64dc542d7b6b22de52d9b4d994b0d2f1",
+ "SHA256": "dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "abd377408acc02ee7f2f16320ee9b49a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b72252c1c92cac65c4a4637816b0a84428d16681",
+ "SHA256": "475552c7476ad45e42344eee8b30d44c264d200ac2468428aa86fc8795fb6e34",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.847040002303806,
+ "Virtual Size": "0x16340"
+ },
+ ".text": {
+ "Entropy": 5.592334908546112,
+ "Virtual Size": "0xa00a2"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.509189904315613,
+ "Virtual Size": "0x2d958"
+ },
+ "/14": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.602058791274868,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.211335054777265,
+ "Virtual Size": "0xe340"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 3,
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a2e7598-1bd6-4772-a189-6421ab29af37",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "09F98AA90F85198C0D73F89BA77E87EC6F596C491350FB8F8BBA80A62FBB914B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6484A487192E0B44CBD30EB7B3D436A9150D5B5AD271974764366BDC4E8677BB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2a2e7598-1bd6-4772-a189-6421ab29af37"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57a68cb9-ec2e-4a8b-881b-62a8da44a03b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1DC8A3F59B23CCC411D46691FC9B5C35993BCA20E7E2299F1A95223B9F112E43"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E73CE2DF3D7B01132C2ED47BC7D1B28E421B0600F0B8D4DECF7F7C23E83EE1B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7c6d9a9a-0ec1-43b7-8e1f-053fb98e9fbf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9dc081d5f69234c2bbe8fbf881510703",
+ "SHA1": "99c709c98c1d9548ab82b298f47782597c767601",
+ "SHA256": "915009d1cf9d68b9e53064de82d4b70b58d2f014a03805cc406427d323d9fc35"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-06-02 22:57:05",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20396 (winblue_ltsb_escrow.220602-1730)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a442859fd33fbf61ed0ea28bbf33bdbb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20396",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "a1aee57f1fd4a6768950f74dfb2e2a97853d4733",
+ "SHA256": "c9f47991e981394076050cb8b5cddfcbf9fb01b6d7272b9079082e20e4875cc8",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.495613960484225,
+ "Virtual Size": "0x16dbe4"
+ },
+ ".data": {
+ "Entropy": 5.414037738822692,
+ "Virtual Size": "0x6c830"
+ },
+ ".pdata": {
+ "Entropy": 6.09109331005081,
+ "Virtual Size": "0xa71c"
+ },
+ ".rsrc": {
+ "Entropy": 3.472348575968224,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 5.408865957224927,
+ "Virtual Size": "0x998"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a252e6fc-a0e5-46b7-ae78-c11ac44dfecc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d9a85920d99763cc28d796c77094f958",
+ "SHA1": "932efcc1a062376a53c14b3fad8f6bf34b96524f",
+ "SHA256": "50871141459a21faba3dbbf63da5aac8863fa3d8a9891f182ed72e3a74b64fdc"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-12-14 23:34:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20772 (winblue_ltsb_escrow.221214-1721)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3827b6fa1f4022001328be9d79e33b18",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20772",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "3b0ef33281ba05d9d9259b1fd44bf5d43e5187a4",
+ "SHA256": "3927727eb2435b28d2cf0ce1757e72ce3e92a86362b87120040c744c1c08bce9",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.493463299563896,
+ "Virtual Size": "0x16e004"
+ },
+ ".data": {
+ "Entropy": 5.4138887164260945,
+ "Virtual Size": "0x6c850"
+ },
+ ".pdata": {
+ "Entropy": 6.087141441925473,
+ "Virtual Size": "0xa740"
+ },
+ ".rsrc": {
+ "Entropy": 3.472769777929499,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 5.408759919158508,
+ "Virtual Size": "0x998"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2022-05-05 19:23:15",
+ "ValidTo": "2023-05-04 19:23:15",
+ "Signature": "7aa4402e28e909a6f7ff198a87c8f546fd868da5adf65529e8ced9b8ff16f56d03704671b64454a21437cdc6b47d83ea130e55b30ed223fda526676f6034a0d649e924cdf96d3c26386378d2ab91da329e3ddecbfe21c7f32764df6409a7f82f67c90ab5d9d7c167376487b3579fc1d99201098d2124f91f6558fb03285a49159fcc6d6ff6f8bbbc51f5209689963bebbc504c08089fa7c13e3bbae4f3c77a3a083548f8c95a1504b66fd5cfa658f9353ca231fd085e94f9bdb9bf68e302cae1bb6d483f97b5d4a2d26486fcab72ebe5fd0b555066edd3d894531f836130e309ccf4e98d1b44950efb0812a2190d4b0df3c5bf7ee8123a1d57410cd797dc0ccf",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000038db0bfe1b0ca33b3d400000000038d",
+ "Version": 3,
+ "TBS": {
+ "MD5": "74a1035aa6d38ec0a7a35a6d143cc612",
+ "SHA1": "62c5627f7d38759edce84eace5ae41fc7a54d6f8",
+ "SHA256": "b6319137740477c564fb2beb1d50929a333f092aa362ce5129085a2c9d4bf489"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000038db0bfe1b0ca33b3d400000000038d",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dd78a9a0-255d-4856-b9be-76b08852303a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b1e4dc9ee87d701d9aabbb52211a9ba0",
+ "SHA1": "ba2a769531f2cb00b2ca9c089f1668c6851b382f",
+ "SHA256": "bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "d984cf8612284adc59b3b73deccb777f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "61ce3d65bef674357febe866d4e922373f809219",
+ "SHA256": "24558c1cb417b6387e2406c70ff13f5438506e8d7560dd7b226499c872c8076f",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.865324642604779,
+ "Virtual Size": "0x189f0"
+ },
+ ".text": {
+ "Entropy": 5.645691672093194,
+ "Virtual Size": "0x9777e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 4.539674359844269,
+ "Virtual Size": "0x2ba58"
+ },
+ "/26": {
+ "Entropy": 7.473113877861932,
+ "Virtual Size": "0x389"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6539709907526596,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.205605133391943,
+ "Virtual Size": "0xdd28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8d43face-8444-4bf2-ac71-c0213d06ef91",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "495300790E6C9BF2510DABA59DB3D57E9D2B85D7D7640434EC75BAA3851C74E5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA31FE4698AD3D0E30408927BE36C938BF52FA9CB8D46B12F84F5D5EC22DD1C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8d43face-8444-4bf2-ac71-c0213d06ef91"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8e8db009-ddf8-4196-ac2a-99c9a0e6d9fb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6159052617b8251fa73b9137546992ca",
+ "SHA1": "d9196a975de3cb5f3fbed654aef1a7d87801fffc",
+ "SHA256": "cc202e8f2753ec75c9eeaac65c9d39eea6faed570664e930e3815976cd332d91"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-09-18 12:30:51",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9840.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9ea079774ed23df340ecc523ddf68045",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9840.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2777dfee3c799f841a25c53df5d11e39",
+ "SHA1": "6a4457a8f18e185baf0a0352666728176d377faf",
+ "SHA256": "1ae942cee9560dc7ed300190c7efbe6312d44ec378914f3c09554d816a51b45e"
+ },
+ "SHA1": "34e4cbad02d8dd38e88bc3ab0b2dc47e91b9c02f",
+ "SHA256": "71083eb4f247ac78f52aa09f81054396a0dac1064e1191b5b56a43a6976c5c74",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.471130112924717,
+ "Virtual Size": "0x14af76"
+ },
+ "PAGER32C": {
+ "Entropy": 6.320430943959415,
+ "Virtual Size": "0x2e69"
+ },
+ "PAGE": {
+ "Entropy": 6.5423108965051275,
+ "Virtual Size": "0x16bb"
+ },
+ ".rdata": {
+ "Entropy": 5.474744858697431,
+ "Virtual Size": "0x22024"
+ },
+ ".data": {
+ "Entropy": 4.542679524584936,
+ "Virtual Size": "0x620c0"
+ },
+ ".pdata": {
+ "Entropy": 6.100559280267619,
+ "Virtual Size": "0xa7c4"
+ },
+ ".rsrc": {
+ "Entropy": 3.46970412781484,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 5.4333959598080055,
+ "Virtual Size": "0x99c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTx64.efi } }",
+ "Description": "This was provided by whitecanyon and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cab29561-a4b4-4cb1-b6c6-115700991af8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "df444af8d4fa4d4b0bf54cdd266ea4b6",
+ "SHA1": "358f886257db7011d5a38b1e1bc7908a302392d5",
+ "SHA256": "ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 22:05:22",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "16e6180b7edfa353678a459079afa5db",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a9874a4b39d64c5116a663883834c2e789b87f99",
+ "SHA256": "50484376441815f7f85aa294290a9b6072a6a9e8feae79447c5c4de855c5a3d3",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.84610218490152,
+ "Virtual Size": "0x18860"
+ },
+ ".text": {
+ "Entropy": 5.6427037826640545,
+ "Virtual Size": "0x955b3"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.2339069016332305,
+ "Virtual Size": "0xc9"
+ },
+ ".data": {
+ "Entropy": 4.47065286455017,
+ "Virtual Size": "0x29938"
+ },
+ "/26": {
+ "Entropy": 7.287209418645642,
+ "Virtual Size": "0x415"
+ },
+ ".dynamic": {
+ "Entropy": 0.8257898339361436,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6492203474275433,
+ "Virtual Size": "0x1aee0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2089463615530573,
+ "Virtual Size": "0xdbd8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7191ca91-6b37-4c4f-821c-a2df6c16e91c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57AEAB53DB02CCD1E307AD3BE524EB507D0339BB2AAB3BC9B653088B7E790FCC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E964DC8AAE03D464F3DEB556C4927075AA9F3A1998C66D65EFDE178F465D7B3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1474479173.6c180c6-0ubuntu1/shim } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a8ab464-2a24-4329-ba2f-e9eaeb2edb90",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E37FF3FC0EFF20BFC1C060A4BF56885E1EFD55A8E9CE3C5F4869444CACFFAD0B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1474479173.6c180c6-0ubuntu1/shim",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98799E6AD44F2AFF3D3D7B66E482B2F4DE4438F5752D932D12C97FF56FA1942B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1474479173.6c180c6-0ubuntu1/shim"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5ef6ea24-838e-4df6-b00d-3deb0ec3fa33",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4667BF250CD7C1A06B8474C613CDB1DF648A7F58736FBF57D05D6F755DAB67F4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0692A9566F22F280715080EE24B8FF54ED7372A98BD4994670FCF862035281B5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5ef6ea24-838e-4df6-b00d-3deb0ec3fa33"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1456951c-e037-4508-a34f-5a6ff0065521",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "803bade13dfb54c31a1096787d89ab74",
+ "SHA1": "1076e1a25c7fe4b65b48570300c506a0317c42bb",
+ "SHA256": "03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-11-26 01:54:06",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "89c04150c5f5b596236e04ccf5ef6a2f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7639a4d8974693df09e8cce6d1e3d0092fa03dcd",
+ "SHA256": "e50f1f1e9fb9198e5b094773d1d0068cc1cb1987d06583abaca20adc1f8932a9",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.84611486714032,
+ "Virtual Size": "0x17a98"
+ },
+ ".text": {
+ "Entropy": 5.636185896681617,
+ "Virtual Size": "0xabc1b"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.794829537696304,
+ "Virtual Size": "0x31df8"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ ".dynamic": {
+ "Entropy": 1.0127462677005334,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 2.6237858498943414,
+ "Virtual Size": "0x29d78"
+ },
+ ".dynsym": {
+ "Entropy": 3.210837608809073,
+ "Virtual Size": "0xf4e0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f15d8f48-cf83-4954-a1d2-030f6dfd40a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "14d423ad7ffd78c631ebcce6c78a6c8c",
+ "SHA1": "872f7f79da66889049503fc77a7d3fefd25a6f55",
+ "SHA256": "6a0e824654b7479152058cf738a378e629483874b6dbd67e0d8c3327b2fcac64"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "fcc89caed202cfa0f9d16b9e1c27d970",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6a5c3056057baea653d533429110deb3bd7ffec1",
+ "SHA256": "d0eb15fe822c6239a8bb2b42fbc035d0956c72ac6fbd1429c1ab7f7e348b8f94",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.627092104649462,
+ "Virtual Size": "0x1d8c0"
+ },
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x7c8"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0xa00"
+ },
+ ".reloc": {
+ "Entropy": 3.9187065172114592,
+ "Virtual Size": "0x58"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a1a3ef63-ac2d-4613-8918-5bcfd1fc3e40",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "250AE0BA860D6D46894491D630D58B1CA008F695C92CE2084A295486F71F985B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A395E7EAB9E7976B1C30EC651B05658D780897BEBAB8A664C6091742E592E7B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e32b7c1e-14b0-4f29-9c62-d1664d26777d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3765D769C05BF98B427B3511903B2137E8A49B6F859D0AF159ED6A86786AA634"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "52A4F27CCEDCC5405D8EC128BF99861865B2273DA18A9B958ABADEFF63DF5A18",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e32b7c1e-14b0-4f29-9c62-d1664d26777d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\miniloader.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "82bfbd61-4cd5-490f-853a-3486090e0d3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "90AEC5C4995674A849C1D1384463F3B02B5AA625A5C320FC4FE7D9BB58A62398"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "miniloader.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "61F2D843B99AC93FA2ED40A50E5C3F0EAD7C75894BB92C32DF33052804CFB77C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "miniloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "469544ed-d70a-42d6-aca2-690d5ebecb4a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "41CCE0FC467609CA368BEDBA45C292F2BE1B622FB9BE0473CF51E7A96EE65652"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B91C0C8C0F156ABC8F85274C1320C038AF0179FE4696260B1011D5361E50AEA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "469544ed-d70a-42d6-aca2-690d5ebecb4a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2ca3cf24-b271-4a27-a228-ca91cab34b93",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "86e7e6f737ed657dda5423a10319d41c",
+ "SHA1": "450ccd6553c679f4d87bbf3507780efc17a466c4",
+ "SHA256": "c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2012-11-27 22:14:09",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "9a795b1affc7cb4650bbd99b9a2cd819",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "586bf5d3fb1fb21159338701e324d9d26b6aa0e4",
+ "SHA256": "0dd832075d552da3d29b1ef471fc23b47c0d54b9fd1541935b23f1c5813da08c",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.828726571617874,
+ "Virtual Size": "0x17468"
+ },
+ ".text": {
+ "Entropy": 5.6399775669379935,
+ "Virtual Size": "0xaa161"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.771556082942012,
+ "Virtual Size": "0x310a8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6218967970429325,
+ "Virtual Size": "0x2af90"
+ },
+ ".dynsym": {
+ "Entropy": 3.2088436906429743,
+ "Virtual Size": "0xf1e0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "635f3ff1-ab0a-468c-b6a3-6a8aa39301d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "576bde13122eaba63fa0734baecf5a48",
+ "SHA1": "cf7b3cc939f51462213b3b05b81fbc42ee05afd8",
+ "SHA256": "e2cf881cf07195454505047d74810ed79ae20dfd0f1593afbbf08270a486c038"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2017-03-25 11:35:17",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18639 (winblue_ltsb.170325-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "83e596b8944ed413e5bbc0c51c0b64c6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18639",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "fab234f84e488343ea0f65072d8785217cabef40",
+ "SHA256": "165a5dcdea3a7de7cfae38298597445eba59282308c7243be50f568aa610f4f2",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.635628506909973,
+ "Virtual Size": "0x130364"
+ },
+ ".data": {
+ "Entropy": 6.142432235727058,
+ "Virtual Size": "0x5c7f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4724787157502846,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 6.764072371259567,
+ "Virtual Size": "0x5d44"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2016-10-11 20:39:31",
+ "ValidTo": "2018-01-11 20:39:31",
+ "Signature": "bd80b589ac202a8c57028b505da374963d49e555f4d7fba7ec9c9b645e2c3cc1b869ca054fce40a3953a4cae404cf07bc8f52e9408afa7cf74f03c131aa37e26eea21fe524bc06fe6bf59c1d510cc505cae5e385344eb27a4500ac119b30d5a54c5ae9c249665539cbf51fb8680a5311ee884d3d4a2c38a8e6e170f7c9f94aa821f889f4ef7733ca24c6ecc56105ec5b39f8609dc897a2e7deca1c32d696208e8b92a92419b386e3714c104f01a54b619de5afb79db9618e7f90852b33228d4ae67d6e74b3c55ad9f6f41b86952aed4d73efe4e09f36d2ce97679ce82ca30d073a1dc401342b1b255abaa86b506d8344fa287e2a1214e2d3b98dfdb9c6d85fda",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Version": 3,
+ "TBS": {
+ "MD5": "dde4566ad877cdd7257537c5a15caff8",
+ "SHA1": "61ccf092df4eb7534ffc8df983b362e10eb895c2",
+ "SHA256": "0ae3a29cfb54cd16c853b2246cc428219bb87f7e4ea299b0374b2ac43f2a61d8"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e9402a67-21ec-4fdb-b0a3-7f1700f1ede7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "40b3933716925a99d7457268b098c42e",
+ "SHA1": "f2ffc38ed784f8938830012818332db0e4bebfe3",
+ "SHA256": "4f94f40c6b4bac7bf219c73dafd0870879f1db10de6c8620f6f1333d7aa5455a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:44:08",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1225)",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "670eb63cbc05c4a4fa62f3c63d5b5f0a",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "d94c4831d7cd65bd85851b4c2726909e",
+ "SHA1": "e4705a5872fb945b5826084d24ee95df003b18e3",
+ "SHA256": "e2dd71c959ee2c73c142c38d5f2a2f2566a8d421c88ef20cf4eaf567db79fd44"
+ },
+ "SHA1": "4c53e7cd05e537f0f730ed2b079200c7e1543a72",
+ "SHA256": "132d59d83c29be7351d35c44b846dfc3f37b3c62bc40eac6aec3fd68e7cfcfde",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.640315213526757,
+ "Virtual Size": "0x117cde"
+ },
+ "PAGER32C": {
+ "Entropy": 6.501891369169368,
+ "Virtual Size": "0x3adf"
+ },
+ "PAGE": {
+ "Entropy": 6.552393775330552,
+ "Virtual Size": "0x128f"
+ },
+ ".rdata": {
+ "Entropy": 5.206756496774499,
+ "Virtual Size": "0x1a0d8"
+ },
+ ".data": {
+ "Entropy": 5.087579213860843,
+ "Virtual Size": "0x4db30"
+ },
+ ".rsrc": {
+ "Entropy": 3.470390846117556,
+ "Virtual Size": "0xfce0"
+ },
+ ".reloc": {
+ "Entropy": 6.753504719085344,
+ "Virtual Size": "0x5e84"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "89393561-f676-4029-a1ca-88a4c4fa03b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "958C0DB651F4E4CCD062446263618C877910E08257EC6D9BCDD8BF1E33134FFB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8536BA8D9039C5F91752BDC45A7AD2F91FDA2334363850DCEB38FD87DB7632E4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8c855009-8e77-4446-acf1-17ce8b445b01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f1fe210387316d9b4c40f31214cea418",
+ "SHA1": "51d44ad13402af95119844f7da407090702e764e",
+ "SHA256": "5a47b0b11d2fd9cd39c627d1e6bf4afed9601aa15d6a5d84fb10f39755d2d323"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2021-12-04 21:50:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20227 (winblue_ltsb.211204-1700)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "37d03ef09bf90e11e07eed536a7fed7e",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20227",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "97e4998bff2642bafef802b3d909e89f69b1046e",
+ "SHA256": "b7313be4901f1a80f84e4e8a6636f090e7125b97fc845d4454d5e4bef3d40ca7",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.6338522426228606,
+ "Virtual Size": "0x132694"
+ },
+ ".data": {
+ "Entropy": 6.174248711645025,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.472265991210306,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 6.752299420294601,
+ "Virtual Size": "0x5e90"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c54ad511-bb85-42f4-ae87-e476854748b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "450EFFC827CA535A79D5C4FF3E1A3F614CA9126B3792F997D38791CA7399320C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4B0C9083430D91770BBB629380DB3A2A89DC73BB8DF677725668F727A2C2147C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b7f9ffcf-525f-427e-b3fd-72289f61ffd3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C470161A06E6B452253A623536924979CDD11838E08D8E4DC86F763732E64B0B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "462F49B4FC9E4CE706D668042EB76F711B4292BAE2BE8DD5897182B316EF217D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d2c1c960-2c20-4647-ba66-d3c5d3385cff",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1730c4cbe167c78763e0a6e4211a55a5",
+ "SHA1": "62e70e5fd08037f8e32f298c8d9614535afbb331",
+ "SHA256": "da9943277174960b0d7d3f0d656176f3723ed2f03a90518beb3c6c202b88cc14"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:18:08",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1854d98bc963a9a82e0d9abef6bc3873",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "dfd1cc6207f892703292d88a29f587db858fc0eb",
+ "SHA256": "dd3ca7c4bf6698e7d72f6c2fb0eb59997336c294d604062ef495ee8e1f49931c",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.491145372503799,
+ "Virtual Size": "0x16a6a4"
+ },
+ ".data": {
+ "Entropy": 4.536862186949299,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.113198153724958,
+ "Virtual Size": "0xa53c"
+ },
+ ".rsrc": {
+ "Entropy": 3.470966782245555,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.391748979025571,
+ "Virtual Size": "0x960"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "058a1317-f391-4baf-86a8-31ea7b01d6e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "aff88198eaa921bd4c804c7b39833ff4",
+ "SHA1": "8c5d802f57367e3f81b341095265c6dbf0774403",
+ "SHA256": "459457c48e1b450d8f22858ffb392fca78bb6f4da837862889ab798bdcbdf08f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-08-21 03:22:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16399 (win8_gdr.120820-2123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e8b4de749b80b47640ea86b06f56429f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16399",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "d79557da8528c045a204a3abf3dcd26b7fb814f3",
+ "SHA256": "905c2df524e664759d55a6dad4b62b58220adc59fec3e852964efc2165b0fc0c",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4845800528218485,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353527581631879,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.510073701345747,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.418752774603626,
+ "Virtual Size": "0x19b44"
+ },
+ ".data": {
+ "Entropy": 4.629726747704923,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.004535487649427,
+ "Virtual Size": "0x8e80"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.471186192315521,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.706444085925694,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "568b07e2-3499-46e8-928a-843aff3217f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d70a1a6c6f9861a0e59fdf7f22d78658",
+ "SHA1": "50343f4e379f1dfa6364a89d9075f5150ad481f6",
+ "SHA256": "7c09d8b90b72b7c2ccf1a413e335c2d1a25d75bb8541f9bc16b4c4e26bda6855"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 07:52:42",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9a3221899f456225679f8e54739100ac",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "19a0cfa98525d7ac0edc5b0770e5b1e5dcc4a992",
+ "SHA256": "fd69741dcd1bc0d9ab8a02c2a7ee8d466a58613562536aa8aab5ea260bbdf9c3",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.491203662022541,
+ "Virtual Size": "0x16a6a4"
+ },
+ ".data": {
+ "Entropy": 4.535808771844317,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.109699981025818,
+ "Virtual Size": "0xa53c"
+ },
+ ".rsrc": {
+ "Entropy": 3.470959394300465,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.392289502924012,
+ "Virtual Size": "0x960"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "45ac4276-741b-4e22-92bd-bb97042ed4bb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F535987EA7386DF6BFE75F51EFD35E4D2DA4B002DCA2999C0CB4B767BAFAFFD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CCF098A0B3F109F35C763E69DFA54190365999A78707EF63863A812C1C07F9C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\HfiPcieGen3 } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1387dafb-6dad-48b4-a186-98e52cac74b7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4dcaca83effd9b0a6fd63f766d4ec969",
+ "SHA1": "bd9fc7d7672f8c70045b2fc6f9029064f1030763",
+ "SHA256": "5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "HfiPcieGen3",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "36218d733c0afdd2d6dce6f616335a2f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "96787a55f640b630ba6277197dbdfd14ecf3b87d",
+ "SHA256": "0ed1b0fae1a6e705d1b116d08b7184e0a2ee2a0e6b0c372ce69b40e9ef34579f",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.464301989959131,
+ "Virtual Size": "0x36340"
+ },
+ ".data": {
+ "Entropy": 6.984348675206676,
+ "Virtual Size": "0x3cb60"
+ },
+ ".reloc": {
+ "Entropy": 6.692193979712798,
+ "Virtual Size": "0x2360"
+ },
+ ".debug": {
+ "Entropy": 4.703183509474167,
+ "Virtual Size": "0xc0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "47f27d2f6c0691c8e54b4403f9ec6c6b4423a43467cca7e8cf8afe60457f3b5703cde9d840ac3dd35567d791af1d1146376ba1fba9a8a502b5c9601232f24349ca5c324d1806150540cc5823d7dd777b3166268a26734c21b32862e300c8ca42856ec161633c1a076f4213c4c2a63e2ffd0ee16a301ae0c6dba732bc500a5986742520022ce33746f96c4ea8641b2a68a902872a41a8e6701e96158ab91c54c6695bc736fa047ec57b40d732abeb61e34414454e6702ef7bc5518a0d77ab42ed5efc23b01683b5c3c95c4aeb564b6f76cdae4d2e33ac59fca4cfdeb4c215549e1f43b64fd3eb9ba35171be9dab9375a1a94107dd4f95bbf88e9c239136619e20",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "82b02850f57505f0830f6dd30b6aeffd",
+ "SHA1": "e600e0efe4030190c5e0cab9aaad72f4e76db429",
+ "SHA256": "1c1d5edaeb9a5feef85e34eb40607816e98464127723d284f99b69c0c15e42f7"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "HfiPcieGen3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "N/A"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\mboot-official_arm64.efi } }",
+ "Description": "This was provided by vmware and revoked Aug-22",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c10b8a2d-9bdd-46c5-bbdb-177f88c7794f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4DC5A40D2A9DBDAB210BAE0C508E053AE986C4DA42D68760A1655D6FBAEC051"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "mboot-official_arm64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8CC2B48C79FBF5654B28B7BEEC51A3266E4CBB4FBE3A84F843EA0957683A1E93",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "mboot-official_arm64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cd328e2d-3b59-4c94-a0e0-60b7f793db09",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "13DBA28447FDBE3C8A24FEE3EB88638CE1D8F97CD4925056C0AD0E91CA51237D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D6D10836B79E28ACE9E2BEC7EF9B67DC736ED6C1C8EA24D395DDAAF05B76CEBD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "85443af0-4180-4b3e-978c-e3d8c8d35422",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "bc8921a85faf4205abd65c8b0263e795",
+ "SHA1": "b820221890353f2d702024c23c19cbf17ed25f20",
+ "SHA256": "5e67bf240b1d05f6f618908868a494c50a30ab255b06619fa28411eb260f674a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-28 23:57:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bf4168403960a0df177f58277f06250c",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "7c1182353e1a18467ac8596eb17c533e",
+ "SHA1": "3dbd444a114f18bb9cfb639f095ee5a0915ba297",
+ "SHA256": "3556b638af47e65fa07578b156ff85afa0145f715fc594c65a97aab98841c601"
+ },
+ "SHA1": "6a3777265403ea83fb91ab07988464303e66b172",
+ "SHA256": "669353cc31e65f896a755db94a045d9dc1b4a24baba14fce11d623bdfacec78c",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.6503504605349155,
+ "Virtual Size": "0x12a444"
+ },
+ ".data": {
+ "Entropy": 5.269091289979136,
+ "Virtual Size": "0x564f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.470992478914469,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.536154915453736,
+ "Virtual Size": "0x7f10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e4ca92c-52eb-4289-a935-f6ec64b79e3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "326967C7FFC1B86DB8B32B0570E88A89CC1534CFCF300B98C077E473F9B18FA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA9C62E148457AFB0629FAB0C2D58623F9AC35A9A95EF23388ECFE85451C60C0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shimia32.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cd9faa5-1675-4640-8304-86e162b60451",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a9a003cc7225b64519ee59289a90f3e2",
+ "SHA1": "dfc22f0bbe6a3ed81106a30d61010fd1510465cc",
+ "SHA256": "8aa509fb461c099a3c1b806d281a1e1275771eda0b0e3f7d95e0c11b3c1734eb"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shimia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "22f93e6ecea58e543fcffa73f5c466b3",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "0945ed2479004a84b2d743244ff7dacdb688aa9e",
+ "SHA256": "ff9f39869baafa17592820f7f5cf101b15a8423831abfa97c89cf193cdd98e89",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.8537436588293055,
+ "Virtual Size": "0xa0617"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ ".data": {
+ "Entropy": 5.281820466264779,
+ "Virtual Size": "0x23764"
+ },
+ "/16": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ ".dynamic": {
+ "Entropy": 1.4765954737895086,
+ "Virtual Size": "0x80"
+ },
+ ".rel": {
+ "Entropy": 3.5626097123135003,
+ "Virtual Size": "0x9798"
+ },
+ ".dynsym": {
+ "Entropy": 4.413842774423678,
+ "Virtual Size": "0xa1f0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by VMware Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c368c62d-85dc-4bc7-8302-09be91700a9f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "66AA13A0EDC219384D9C425D3927E6ED4A5D1940C5E7CD4DAC88F5770103F2F1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7CEE7E91292E5591BA4597D312BCFE9C0EEB906B18B327B8983BA497F9921BF7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c368c62d-85dc-4bc7-8302-09be91700a9f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c045cb03-9cfb-4ef9-b058-6734090e1dda",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8D93D60C691959651476E5DC464BE12A85FA5280B6F524D4A1C3FCC9D048CFAD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34440CB45EB6EC2532EF89D6FCD7D3D9BC2A021677BEBC9D65C47A725A6845D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c045cb03-9cfb-4ef9-b058-6734090e1dda"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bab3bdab-1013-4418-bb3c-2ec673c8b6f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57692FC2B80D809A3BE409B44475DDED7225C76FDD5FF09E4ED7D330A58733A5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9F91A5AAC09BA6E514DC37A013A68589DD22C1F5A7A539F4138CBC8ABC0A45F4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d01601d7-2e46-4b78-801f-d260597e9b74",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a1f22c60755e8b4f85769168e7799133",
+ "SHA1": "0cedc7fa4d3c732832d1961814a6107a9e7aad91",
+ "SHA256": "b97915da9f05277fa5687f8c41132df69152517f2ba252d466395b40d4f2d155"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-29 01:04:04",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5692b49c53b4401e76a43c82d7d496de",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "476ff7a2afe034c2194a948f1f780094",
+ "SHA1": "1a999ada5820fb409ce7f2ec343e215caf2e07a4",
+ "SHA256": "802de9524cf6556e6464828cc411f87a8fb3693742c5515126eb511122e9086a"
+ },
+ "SHA1": "6308e47e8133dfe6cf9532213c65b964acebe111",
+ "SHA256": "53af0ddbd3c4d33bd003403d8c9b41877e07770d3e789c781e5897858585e299",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.501382294444077,
+ "Virtual Size": "0x164d34"
+ },
+ ".data": {
+ "Entropy": 4.529158876011279,
+ "Virtual Size": "0x6b230"
+ },
+ ".pdata": {
+ "Entropy": 6.077805756878547,
+ "Virtual Size": "0xa3c8"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716247871437864,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.3400563322102284,
+ "Virtual Size": "0x2000"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "45e4a006c19fa21bbbec494e6d51c63c",
+ "SHA1": "ceca75b14c16bc19a9aafc883fcb081554f563e4",
+ "SHA256": "56b3da7259eb1bec44199a7ebf74c6fe912c8fe9bf4a20a7610c5e9bc0b601cd"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "bc5372019b75e9e8257a83a86bd0b33d",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "99cd0326b914b5f6ea53cb2280d9a455bb68d70b",
+ "SHA256": "8310f47ba34eb1aca146a5bdb8b59138173e659fbeb57a4c89355d8c54930b6b",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.774216074421671,
+ "Virtual Size": "0x92ab3"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.040573517037893,
+ "Virtual Size": "0x7e"
+ },
+ ".data": {
+ "Entropy": 5.3361211360622445,
+ "Virtual Size": "0x216dc"
+ },
+ "/16": {
+ "Entropy": 7.130706042544344,
+ "Virtual Size": "0x5f0"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.5471242189199925,
+ "Virtual Size": "0x9718"
+ },
+ ".dynsym": {
+ "Entropy": 4.395499383245927,
+ "Virtual Size": "0x9380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2019-05-02 21:31:23",
+ "ValidTo": "2020-05-02 21:31:23",
+ "Signature": "977d904632387b183cd2f5257baa329d7f537c6f4fc8debcd79358d1e293dc413472d9570abf3aa27047041d96b6c77b855466e096ddc99417584c171ff4c239619a185d80f52131622bbd527228a0229f00a878bf53b3b79dd2e65b0ce48d17c209e27a0e77f1eddc0fd85a8fcb0e66cddefd40bf8afc73830971be672e3245869e219a3902283f00f4a5c1bf6357400fe3d38e2c3e74433e158deff1733e5249b246ab66481e983dbe60a4274286b00d96fe28e794a5823e658cd0c83603769d96a4c4f766e3f5f0a173889eab9da0cfd9517f42d7e9d12b089214c09f21ee561dde677f28cd7ea82b5846fff64be02f195ee75ff499f67821369241536406",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000034a76221f066806d9d000100000034",
+ "Version": 3,
+ "TBS": {
+ "MD5": "981b2766a6b1467da361c3f6158b5efb",
+ "SHA1": "2de358273a7fab18d9e8359579e78544e4f90e45",
+ "SHA256": "c9b4b474a8cf82bb390bee17e0eb009360599aafc792dca2c161926e2b9c7f7f"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000034a76221f066806d9d000100000034",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5b0c97fd-1a72-4f30-af67-1f398fef3675",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F3D38950A3CACF61C94DB9153576194E953B5785637159B3AA6F1E923220EAD4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "37CAA54424C152D84DE63C288DF7CE27BA97B8671CF27DE4101066EEAE8BE90C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "120f5dbe-0a55-4b54-a42f-e51cb54f75c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F964730CFB7B8CEA284E2E810212FF9B0EE18227F64427A095D6886493DB0C4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7294F03850C2084A287FAEFBA778592D9D01E5062DD2E980537E39FDBFE20316",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c4189bae-54f2-4fe5-8978-dc3e1ddc20ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "78B4EDCAABC8D9093E20E217802CAEB4F09E23A3394C4ACC6E87E8F35395310F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9E5773C34073B8473BD1EBC9D4D50780A7CDF9EB767750107D4B0F45BC8EABE8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c4189bae-54f2-4fe5-8978-dc3e1ddc20ee"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48eb1fa0-a607-4967-8faf-20dc68913367",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "82ACBA48D5236CCFF7659AFC14594DEE902BD6082EF1A30A0B9B508628CF34F4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7D092A6101832F2CF3F9DE42C66A9948751B05D3D4005FB9C0E8BDF9B8DAEC6B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "48eb1fa0-a607-4967-8faf-20dc68913367"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "163602d8-2ce1-4c1a-9101-568c50a6f887",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "0e937bbc24f9343c32c2641a3b728ea8",
+ "SHA1": "3c3db26f3be97e13953510a1615c3efd05f10aea",
+ "SHA256": "2992068e4f616f2d7253e9d58116a97f22923f4dc1b78a58be4499b982ecf270"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:28:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1038)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c815c638cba6bdc82a6b4f72204ed252",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "420a1a5671848b2653305add8102a14f",
+ "SHA1": "114d1b38b6213056c957863df20adfa4d8e5d3a1",
+ "SHA256": "20a649595bb060b7fabbd48e91fff890b90f378cbbdcf05d770a881393fa42fa"
+ },
+ "SHA1": "d2e758288883a7b37a46b773ec0ff61c328e8bf7",
+ "SHA256": "64604ea91f31b815bd0219d56563b9c2d307fc6c71ecc38d498221e0e0e9c4ad",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.47422240022722,
+ "Virtual Size": "0x14ab76"
+ },
+ "PAGER32C": {
+ "Entropy": 6.320194972365571,
+ "Virtual Size": "0x2e69"
+ },
+ "PAGE": {
+ "Entropy": 6.547079200625931,
+ "Virtual Size": "0x1639"
+ },
+ ".rdata": {
+ "Entropy": 5.425860402319835,
+ "Virtual Size": "0x21e54"
+ },
+ ".data": {
+ "Entropy": 4.348734060496247,
+ "Virtual Size": "0x63050"
+ },
+ ".pdata": {
+ "Entropy": 6.080132511208591,
+ "Virtual Size": "0xa758"
+ },
+ ".rsrc": {
+ "Entropy": 3.469760072257071,
+ "Virtual Size": "0xfce0"
+ },
+ ".reloc": {
+ "Entropy": 5.422764555576717,
+ "Virtual Size": "0x988"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3fd56670-7eb8-406e-af51-68998459de7d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E226D6F3A332238FEE8A42A8FD57E8B009725DB5F8DF4DC1CB54F17C6F47A9C7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "894C9E5370DA9DF83426F92C42CFDC5D79CE004ADBD45A7663E9F5E9A6A198C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e950e347-4bfd-44d7-b2c6-7dbbce0f2667",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C69D64A5B839E41BA16742527E17056A18CE3C276FD26E34901A1BC7D0E32219"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA8DB86BE59A48E4C525DD468119BEBA1D836CE4293C76E4B736902D1AD62F27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e950e347-4bfd-44d7-b2c6-7dbbce0f2667"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2bfaff34-8a6b-486e-a308-0484d2372727",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1886fd591b86756f2823f157d197be5f",
+ "SHA1": "b9d3918f7829cf8308e519448712a95d58eb6ed5",
+ "SHA256": "02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 17:23:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c453084032024e3b2dcd648c9406e760",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1316e2b5fb83b29acc00c5050799afb7ccd6b6e2",
+ "SHA256": "fb5eebcd4100593a1b2890267037b7701c83f32c284b99908ff1c34d5693bfc2",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.852580285671373,
+ "Virtual Size": "0x18c28"
+ },
+ ".text": {
+ "Entropy": 5.639910820231437,
+ "Virtual Size": "0x96ba3"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.160331946961136,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.46067866301335,
+ "Virtual Size": "0x2a358"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6459313794720467,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2034263115689736,
+ "Virtual Size": "0xdd40"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6DBBEAD23E8C860CF8B47F74FBFCA5204DE3E28B881313BB1D1ECCDC4747934E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "88B530624B67FAA0C0C1039618958F4DE983A997A6FF762BCCA82B8201194F28",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.efi } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cb68e8b-c07d-4b76-9af0-0936553f516c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e933dba3a6ab068b91601eb1828cec97",
+ "SHA1": "4b496c6b76d4ddafb0e2b3c0fb27f47639005f98",
+ "SHA256": "2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 17:23:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "92f1d7fd78d0353c62e5dc8e81f558e2",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a63dbf2c3b022c5d70c20e674ab8066a2b3290c7",
+ "SHA256": "06edb9f17a9007c8b6db6ee2fc240e88e238f06c7c983f987cd9be1b80010d04",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.852580285671373,
+ "Virtual Size": "0x18c28"
+ },
+ ".text": {
+ "Entropy": 5.63990249860699,
+ "Virtual Size": "0x96ba3"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.146942838207223,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.460859983643804,
+ "Virtual Size": "0x2a358"
+ },
+ "/26": {
+ "Entropy": 7.130706042544344,
+ "Virtual Size": "0x5f0"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6459313794720467,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2034263115689736,
+ "Virtual Size": "0xdd40"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "24c0575d-dfa7-4f1b-8503-e136cf8fcf3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9141EA1A4E6BF1F4D72C28A1D0D124A928D5A7D36B14FC7E7E53EF442360FF99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B334937090AC1D2DB8FFFA7D6BB72F97FDE42712300524E2C89F0E7DCA5EF4D5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "90d2feb1-4600-4854-9a4e-fbf54b14c72a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C9F9C03434997FBD0FBB698DAC556264EBE967F948A97978A0C32EF85F94B188"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1E75347868FC5FDDD501E1E2B56C7D511030513B0E9F45DC074DC562F11590E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "da54ae14-5e4d-4280-b91e-4b78d0df036a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23FCD6BF3084CEE6A9F9885E5239230B0ADDE0C870589EE461551D1CA8F4E85B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "31DCD37C53CEE49C1241978CB976230EFDA89A83C3E3DBC18EDA92099055026A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a4e64b6f-16b8-43db-af2f-c77daf3f0ca9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E39891F48BBCC593B8ED86CE82CE666FC1145B9FCBFD2B07BAD0A89BF4C7BFBF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D84AE3F1BB7B2F2C41B986E473AD424CF6F1D136B4E91AA5F73824737169D820",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a4e64b6f-16b8-43db-af2f-c77daf3f0ca9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a205120a-b99d-4e65-a96d-b8092539c1d7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0C51D7906FC4931149765DA88682426B2CFE9E6AA4F27253EAB400111432E3A7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CE7F3FEC8BBB04E182027DD6800B7993E9F14EB579504DDECDD2F06294D7739",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "61dad3bb-db5d-497c-8aca-74ae55991a3b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6f065bbb5d76aa5fb79975c9480b9ee6",
+ "SHA1": "6dc5e016421e15ec84239bf6a643dabeed536cdc",
+ "SHA256": "03df4500273c43189296f09d734977c882a008fc056f43c309b9d2351f31792e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-12 08:08:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18515 (winblue_ltsb.161012-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3560dd8322a15d0e23d3747e32a04ebc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18515",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "5ecee585f6f31b380d65407f6b73dbaf03388624",
+ "SHA256": "7c6f0f7062aca9c286fb921917747c8b65ff4a69eb71102b90c1570b4c521fea",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.491384926143433,
+ "Virtual Size": "0x16acf4"
+ },
+ ".data": {
+ "Entropy": 5.389266574153063,
+ "Virtual Size": "0x6c590"
+ },
+ ".pdata": {
+ "Entropy": 6.105064334989352,
+ "Virtual Size": "0xa554"
+ },
+ ".rsrc": {
+ "Entropy": 3.471738871242664,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 5.403599915824733,
+ "Virtual Size": "0x968"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dbc9e79d-2655-4892-81fe-830383602432",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B2298EAA26B9DC4A4558AE92E7BB0E4F85CF34BF848FDF636C0C11FBEC49897"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E1DC3EF55626A4CF6DDC425A353208F309271B8A9FDBF8964082FB08DFB7A170",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "dbc9e79d-2655-4892-81fe-830383602432"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-7.9-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "26ede8d7-1e62-43e2-97f4-710a4352d0ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5C2AFE34BD8A7AEBBB439C251DFB6A424F00E535AC4DF61EC19745B6F10E893A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-7.9-shim-20200726-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C512E50028955AED91AF0317813C68B427A7F73A6497BDA82F4551BE1A04936",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-7.9-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ca53fb23-c94b-436c-9066-079bd6480ae7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6730C911E6D91009420D202FB6F394568A06AA97E9F33F30C7E92AAA71332D68"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "97C24B65A08878AEB0002FC577B717A950C0A20E60EBDFC569637EF57059A2BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf8069da-0ffc-463d-b17c-3e0ee49d0585",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C452AB846073DF5ACE25CCA64D6B7A09D906308A1A65EB5240E3C4EBCAA9CC0C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf8069da-0ffc-463d-b17c-3e0ee49d0585"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a4cfe78-97aa-4d04-a049-9f0c2d3869c1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3AE76C45CA70E9180C1559981F42622DD251BCA1FBE6B901C52EC11673B03514"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D8C26A5324CA74212B59B59BEF1BC33FB5B6946DCDDE84414C60A2E315EDE741",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9a4cfe78-97aa-4d04-a049-9f0c2d3869c1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3939d676-6d9d-48b4-8be9-d7d7f3528c08",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C127F0EEFC2E451989D88E4D1DA8A3B08CA9D5884987A6157E04E9A71C01ADFC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EDFFF0969567FF1C1867AA921EAA5CF4C65D20F0511BA7EE7328F7B67238DF53",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3939d676-6d9d-48b4-8be9-d7d7f3528c08"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a434e53e-5631-4181-bd2e-47c546370f7b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6d00124e9f1f50bf046eb6e5151c9e97",
+ "SHA1": "2121406a967bcc56cfb20b53b60f255d950862d5",
+ "SHA256": "f51bc0b8fce1bae71b76cb3ade28b712669d4e938fd37c9f5872493acc25fae1"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-20 00:11:29",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20521 (win8_ldr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7c2bf377d0edb86f010d202d48024145",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20521",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "5dd4309442a74a780e3e099f0625b1eed2e54c25",
+ "SHA256": "ec89ddd37880430cd5242f5f15d13f4cf699f50dbe04643e5b70093631608204",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.4212846406362525,
+ "Virtual Size": "0x19b34"
+ },
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.471043136394146,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dba882ff-03d1-4cf3-9e9d-9358d6416d79",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D417C004525C7BB57523836278CEE120FD66147983BA738AAC011E24BE75E6E2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4759E0891A636E1A3D27472C48AF55F27BF5E3CCF474141FEFBBA2AA124AC410",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb5a22b9-4471-44a3-9783-c27df207f95a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "264CBC5765718A0BCCB0F79C0FDD133A898203FB6F4F2052CB0647FBF6000ED0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B1EC3A20DD620668852C057FD33023CB945D35122C079F13A59A73F8A4E4FC12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "40f5cc74-badf-47d0-8fd7-021190a05953",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5BCFC748DA415BD7F00B669E1237C9898A6D03517CC80B3626F0BE326046B28"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7BF87F519397CA73C79AB94079E0E8218661C149713A8A286DBF1079E57B4BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "164bcf0f-91a1-4754-9c4d-f2c1b90aea06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1D8B58C1FDB8DA8B33CCEE1E5F973AF734D90EF317E33F5DB1573C2BA088A80C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C904F10520295D070DB9CF381101512946AB832C2BD92D4E92D42B934F40DC3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "164bcf0f-91a1-4754-9c4d-f2c1b90aea06"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b429b35f-a9c3-4de9-a7be-da2b2c688a02",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B420509D0D69B294633FD7AE2C36B2B549D45A6A863EF16843A1116A11127F56"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "02FF707BE8808663B2CC33286630839DD7B14AC8E2340F4661870B18A9621D9D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7b45ea3e-38d4-4bac-aac7-54806c6ffb28",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E1A6021B3C6066E94F7F06AD7B29E35B1BD9EE496827A290EFB9BE7A27C5D63"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E5206C60B696D3B81696DF457D74881F0188ADFD75404A4C0AA627688975671",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a74084e3-94b3-4674-99c8-e314f7f6241f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "367A31E5838831AD2C074647886A6CDFF217E6B1BA910BFF85DC7A87AE9B5E98"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "957D8826BEE05DFEA66994C237E61BD70CC0115CC176E1D931F1D892C6C16814",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a74084e3-94b3-4674-99c8-e314f7f6241f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Neverware and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cef9f132-2635-47a6-bed7-6011eb7f04ca",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d0a9c315f3180e44d8c7a202276041a7",
+ "SHA1": "6d3071da0d10845d4c297c11e0f71dc557981cd0",
+ "SHA256": "d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "0008d969a43a2b94edd849cdee6ae3c9",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d58b60ac3b5fdd3d52a9bc8da3e73c2a13ad36f6",
+ "SHA256": "3f8f266488f3b888eb77b8df43582fa8124366b7d0670ed78926410f9c9f411f",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.862207156121677,
+ "Virtual Size": "0x187d0"
+ },
+ ".text": {
+ "Entropy": 5.644091890418596,
+ "Virtual Size": "0x9599e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 4.510419511401317,
+ "Virtual Size": "0x2aad8"
+ },
+ "/26": {
+ "Entropy": 7.20273225550972,
+ "Virtual Size": "0xb79"
+ },
+ ".dynamic": {
+ "Entropy": 0.7842520391300999,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.652342087574957,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2106323395732113,
+ "Virtual Size": "0xdd10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e70304f-ec00-41a5-b542-69701b5df29b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8806CF0C7BD5DF7E01D120F56734113BE916E183755577BD48026C25DB268680"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A6E8C6906E4845A30A036FB669BA82146E334908706778AC569DF45CBF8637F7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "55b45543-5130-4632-b2a9-12f11c8da501",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "781764102188A8B4B173D4A8F5EC94D828647156097F99357A581E624B377509"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BBD53435E3881C13F6EF3D7C17DDE9BCCF2BB2D95D303DC4623CD1AA8F51EF23",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "55b45543-5130-4632-b2a9-12f11c8da501"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3a8852a-b702-419a-9d1c-4b371a130474",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0928F0408BF725E61D67D87138A8EEBC52962D2847F16E3587163B160E41B6AD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5613DD1553044BEF74610BC012D676375588421FF0000B69DCF62D1081451ECE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b3a8852a-b702-419a-9d1c-4b371a130474"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2cb09869-230c-4114-a4ec-a744b3181282",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "418f5f26299f7eb90d5659caff5388a3",
+ "SHA1": "d076bcca3841b8c400b4ae3317ea65de33782094",
+ "SHA256": "9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 14:01:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "390218e8b12b9b5a8985baf49e163930",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d8f34bcb62883019182a69e25f0b71caa3fcabdc",
+ "SHA256": "0e99607b20d537497169c506c6893243d3f1bd5960505c1566bd97c0a741adfb",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.850383937155969,
+ "Virtual Size": "0x18c28"
+ },
+ ".text": {
+ "Entropy": 5.640931943255041,
+ "Virtual Size": "0x96ce3"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.127727685417211,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.4633509004578,
+ "Virtual Size": "0x2a358"
+ },
+ "/26": {
+ "Entropy": 7.339046392262435,
+ "Virtual Size": "0x9c7"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6478060576511773,
+ "Virtual Size": "0x1b0a8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2029723126169776,
+ "Virtual Size": "0xdd88"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "04cb75f3-e10f-4f9c-9f8f-97d4a310922c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E36DFC719D2114C2E39AEA88849E2845AB326F6F7FE74E0E539B7E54D81F3631"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CCD31ED42FF79E74FBA9C064F59F698E3AE9F9E690BE296EA63936E81982000",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "04cb75f3-e10f-4f9c-9f8f-97d4a310922c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CA03AD1A65AFE81EC23E2B20E05D80C41AAEB5D6D5F98E2D0C5661F46E0CE9F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-8.3-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8041563b-fe86-4183-9409-a479ef4f9b46",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F5D396FC5AD8B7EAC22652129D56449DC30B6965CE3E41F5D76590E3B1ECFE62"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-8.3-20200730-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5E9D231F7BC2F98E9CBFBE65DA29F7B663A1E84FEE090250BD0976D65DB3FC0A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-8.3-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c015961-2a7d-4fc2-99ca-5cfccf2de27f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4A9B1C438BC8F114BFAA82F5D533DA31CC610C276711422C74A167B8AEED7C82"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F50D0AAA4875B0B609D0F796AACB77D582E0246D3FC544F76ADB73B67A156626",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by Micron Technology and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3ceecb6-6bb6-43fa-9ab3-8ba2d6647443",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2ccccbe8e79cfaa23784d56e0edf946f",
+ "SHA1": "4dc601eb63e1e8d30e7ed4eede0a757630e66dc5",
+ "SHA256": "b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-03-10 12:11:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "d407a4d3a9887218394aa73e94ffbde5",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d483cd3de769ee4a2bd69c498501e7764656fb75",
+ "SHA256": "9d61099de8327efeff7e4aea81d9f3396a2218e6b22e15d05032a765897c0eba",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.852850797014689,
+ "Virtual Size": "0x17d58"
+ },
+ ".text": {
+ "Entropy": 5.634947420095376,
+ "Virtual Size": "0xab9fb"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.804980130818098,
+ "Virtual Size": "0x32158"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 2.622199242754339,
+ "Virtual Size": "0x29d78"
+ },
+ ".dynsym": {
+ "Entropy": 3.212193108334823,
+ "Virtual Size": "0xf5a0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "af34038a-8535-46ac-8f63-bdf18bb89563",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1D5C15CED73845B7E968BF3ACE52C5C660AA2DA6DDEFF2CE6445A04B885A0F12"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "04A779863E698705914958CFCF521450B8D2C9AE321DFE36A2DFDA00AE75ADC1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "af34038a-8535-46ac-8f63-bdf18bb89563"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "44560d47-de27-4691-bee4-6306bc160643",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8810B37003E7CDDA026663968AA9E1B9CCCC96EED98528CF5A975BDE7B8084B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7391D51035BE75620EE4F0F597DF65F54D3518A7CFB74276D7A778AAF7B39477",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "de853203-30c9-4dc4-a050-6812dc4e0113",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "996C1D55955DFB3698869BDC2A700E6BCC762468716B5CBDA7295CF98841220A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA8D25B9FA843DA5A70D38A5AA96549F2166E2F0B4C1C007AF8A07D07E98A528",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "160959a3-8cac-43f9-a0d1-1c108375fb95",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "266C1429C8DC389481B3814BC3AF8723DB28EECEB0BB026BBBEDA0CC41D36BC3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DBEEA13BD8FC4D613501D8CF564A129A541AEE6FB5AB82CB4A5F448B52FD1C52",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "09476ffd-a0fd-4510-9e36-a20727c16b8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5AAFC9F5F98DB75F8519D8652924932939760F00DF8827FA2A6E36DB265F21F8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A97E2E39DA89F16E0AFB9CF3A213205ED00BF2200A573812B5C5F56FDB8B2402",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b8cfe531-3969-4203-a575-fec35e4880fd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F2A74464235248EA2A41EA0D0256E9CDD24BB6B3E2A6F2FC7E0AADC86EC56CA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D2BF5E584EA2F3844B27CEF320636D1A2CD6BFB023ED65110FF6D0EF09292114",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\grubnetx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1b134b19-47f4-4bfd-af37-40c05933168f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cba477486346b0fad728f78e3542e00e",
+ "SHA1": "cecc72f2d1a431149d9bc47f8e21b655e980e9f2",
+ "SHA256": "804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "grubnetx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "f383b5c1f0cb8806742c8df990bc7803",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c1f26b124fcfb2c73ec9c9cfafe3fcfbc269d4e7",
+ "SHA256": "8e8addb29426d845a0101c2c1f26c2e7fe8c78128ab04f16cfcb4e06461b0101",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ "mods": {
+ "Entropy": 4.318730379441639,
+ "Virtual Size": "0x142000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "grubnetx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c818cbe0-bc64-4557-a266-570214ebaaa8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8055EDEEB18561927DD5956BE9070C4503FEC783AA96F166F5F93FDBC3C2AB43"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "57B017C3A6AC4676B1852E407297158D1D471373DC299CF557832D9E3F13577A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d880c342-2996-430a-b850-fb372cecbef7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "245E9B81342E45E1BAF4F8D830D18EA7FAE9FDFF05497290EA6442C4EF0FFA57"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C681A40CEB9F33F435A44614FB7E0D34007F1C67B83E8C907506414950CC45EB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e638d650-dd39-49a9-a737-b02670064e45",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2906120c5459cec104e70135cc2c7ffb",
+ "SHA1": "e0a77a7cdefc31ecba261fcd6181b97efce9cc49",
+ "SHA256": "273d4432af53f07f8fb2013bb13d70bd46ea49c6c1c9de6c631ae4d75c98baf0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "9bdc83ad343e8745e1f3d55c36cf2df6",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "095b16e4a405e6d6dbdfc1475c941c64201d41b5",
+ "SHA256": "84e680f95cd31db85663a5482a68778dd236503d88e8a6d8e3c4a6c9ba201102",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8785374734689935,
+ "Virtual Size": "0x1f0c8"
+ },
+ ".text": {
+ "Entropy": 5.683178156318327,
+ "Virtual Size": "0xa3c01"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.205469492567452,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.412613928549267,
+ "Virtual Size": "0x2db68"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6535499216585814,
+ "Virtual Size": "0x1c6f8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2062260361646557,
+ "Virtual Size": "0xf378"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "99b952f7-5438-417b-9dab-c318bdcd75e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "61CEC4A377BF5902C0FEAEE37034BF97D5BC6E0615E23A1CDFBAE6E3F5FB3CFD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6C36B2B18A3E73EA007173F8669D9A9A861FDDF27C3E3C0C3F1315E2AE5B43F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "99b952f7-5438-417b-9dab-c318bdcd75e6"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c348343b-faea-4c60-a0bd-c140a51ca9f0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9DEBCA159F7892D56C94614C469CF37C8DA035683B1251FC4E6EC0EF2EEE720E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4A62256316FBC805231420BAA4668B26023AE08B1BC7203A71C28905D19C817A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "663a9b38-509f-4a27-b2b8-13801ce4ee89",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B2BEAECAC1BDE409F82933D80FA3BF5FA0D1FF8D1F97E5260BB25C0FBBA35CA7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E8EE29691F1F22F5B46C301EDFE411821D466E7A39672A416E387060A0EEFE0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTia32.efi } }",
+ "Description": "This was provided by whitecanyon and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b96f3c6-afdb-4da2-84d4-601c9a71b2a8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "93d2db760e57e03fd6e20cc55dc4aa46",
+ "SHA1": "5468b9ca48c3f67380a51e4a91732fb0792eb40d",
+ "SHA256": "adcc0b6fd6dc5911bf42f036c033fc3e43f07a8312e91d0d8d32793b62940c7e"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 08:27:36",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "69a56b18be5865ccda9ab3a5bb4987ab",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ec708522ed126c2bc6b8e3306c8231351927e369",
+ "SHA256": "a9f6c38c2608d6f36f246e74a9fd17e915c89e54eafa2281b8ace86133df22b3",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.839449556174616,
+ "Virtual Size": "0x92f08"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.2339069016332305,
+ "Virtual Size": "0xc9"
+ },
+ ".data": {
+ "Entropy": 5.335073549417548,
+ "Virtual Size": "0x20adc"
+ },
+ "/16": {
+ "Entropy": 7.287209418645642,
+ "Virtual Size": "0x415"
+ },
+ ".dynamic": {
+ "Entropy": 1.337010437462914,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.5663663055705634,
+ "Virtual Size": "0x8fa0"
+ },
+ ".dynsym": {
+ "Entropy": 4.38880926502971,
+ "Virtual Size": "0x9280"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "77a4c1f2-a194-4778-8074-4ba1d052129f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "26019df09c3d207b9be1a2f395b8645a",
+ "SHA1": "db3344e8cb837776d854dc6adbfa5473a19bd611",
+ "SHA256": "b67db8d53c925febadafce4356206c85f73e22456eae4ed6ee77f6a9e11a078c"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:10:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "b93d4a486013424efe0fb34668b50b85",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "71ff189bcbb7e43d0793a0efb827f7225fb122b0",
+ "SHA256": "4f3e97e36ec05236dc378c544310a9685d57409b87020bee731d7ddbf90987c6",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.632108331411666,
+ "Virtual Size": "0x130264"
+ },
+ ".data": {
+ "Entropy": 5.287095365347617,
+ "Virtual Size": "0x5b510"
+ },
+ ".rsrc": {
+ "Entropy": 3.471496237401348,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 6.7662012546004755,
+ "Virtual Size": "0x5d00"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29a5f4df-eaf4-468f-94e1-da9ba1b1c20a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1BCF1611E0CC92C9D46D2A51C7ECF6EC63C562EF759324A1D9151D508A16B7B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BC5D2B2C7E7CB051D084484259095B2868CAEC001C09A6FD33302B0AA0DFA7E2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "66314d3b-bec0-4042-94f3-2744b5a337ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "61dcd3b5b1b343f78cdba79267151107",
+ "SHA1": "f62b5d4321be185905a65037dfcdeb277a4f6169",
+ "SHA256": "490c927242cc6227ca439a7e9aa9d771ad4d1686eede1f331cbb6c69e9be746e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-21 22:13:37",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e7ae8ab50eae0f2730780d6e87a165cc",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "76b472327057a88cd36ca28afc4c0e33",
+ "SHA1": "3111a9f1a2306b44b216f95d22c5d3780e200bb4",
+ "SHA256": "99f483be10e4f3d7da9abe8eabdf67c61589c0ecec750aac0991666c9bc4e518"
+ },
+ "SHA1": "339702656fbb6e001e9a283dbd54567323f0332f",
+ "SHA256": "88582f3cae30afd77990944709ac4e272d68cdc009d9c3ff6f7c2e19e74f5975",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.634660604406808,
+ "Virtual Size": "0x11125e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.5590017342718845,
+ "Virtual Size": "0x4795"
+ },
+ "PAGE": {
+ "Entropy": 6.562392196399758,
+ "Virtual Size": "0x1333"
+ },
+ ".rdata": {
+ "Entropy": 5.897305248359915,
+ "Virtual Size": "0x154c4"
+ },
+ ".data": {
+ "Entropy": 5.3304508105703245,
+ "Virtual Size": "0x56510"
+ },
+ "PAGER32R": {
+ "Entropy": 7.124151697179559,
+ "Virtual Size": "0x100"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708887278026244,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.536942764112647,
+ "Virtual Size": "0x7fe4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "32eed29e-9d32-4120-8a43-02c7dfc4ae22",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "35434d7522f9aabb654847d66da05599",
+ "SHA1": "638291271b5b95b647a7ee324dddc79bec196616",
+ "SHA256": "1eaed62c4abcb2524643e1723f6aadcc31a74af4d2285d3b13880cc44c22dec5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-20 00:13:01",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "dbed1f7ed9e19e53bfc7f43122ce3d83",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "765ce680a932d9f36a6b09c2191c9e2cab1a89cd",
+ "SHA256": "c6b0d030bb3e54294742b3914ae76c949e52a065abb28d08054fdf90d7eed628",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.421235290994017,
+ "Virtual Size": "0x19b34"
+ },
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710594887067385,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "72b28839-6c76-40b4-b8ec-6582be7d81eb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "05D87E15713454616F5B0ED7849AB5C1712AB84F02349478EC2A38F970C01489"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F69D87F5BC30026B00110DADD0264311D15DECE6B67F046506755284AF5EC002",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "72b28839-6c76-40b4-b8ec-6582be7d81eb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a9c12a2-bc01-4af2-bb23-a5f1fcba5bdc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C1547CF902570207A9694B6B8E353FE41419DB6A3802221DDF10FB8F86947804"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B15095CBB09505C8354657EF7DF0FA4046F5F9DC74B26EF12A7D83E82A718322",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e1e05cba-138a-4879-84c6-0ab872d03ea5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "34dc51ef7732132306a90266b0dcaf95",
+ "SHA1": "4f92bc4253c99fb31787f7b1501b0f3af801534a",
+ "SHA256": "0328f7dd12b552efa7a9e083730333b85f3f4e83d39387fc531863b422f75cc8"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-09-29 08:01:44",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18067 (winblue_ltsb.150929-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "aad10724a4a2b676a69459a61124efec",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18067",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2fbc53c18b773e0990639d636825b0ba",
+ "SHA1": "2a1d3ef0d46e4b8b403cdf0c29bcefbe41250cb3",
+ "SHA256": "d1a38cd90fba6fb39948b1c0ee836f9542268bb74c4379963c2920d11f696f22"
+ },
+ "SHA1": "e41e22000179036196670a70b71dc199f503f803",
+ "SHA256": "25933d1597ead1c390abc59433aec7c8f955c588551024c88c6388afbc84ed40",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.489801499882737,
+ "Virtual Size": "0x169a84"
+ },
+ ".data": {
+ "Entropy": 4.539922885880969,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.0876428216562735,
+ "Virtual Size": "0xa518"
+ },
+ ".rsrc": {
+ "Entropy": 3.471196048302116,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.3873912473580265,
+ "Virtual Size": "0x960"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "52a629bd-deb4-4e92-aa7c-3e4c301a086a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "00a62b0feb53c1c76e1e5246aab69123",
+ "SHA1": "4654356766b9e062ffd65fd26bf3d0916430881c",
+ "SHA256": "d87817f76309b1e420547808cb573aea0c8e7de14123793a42388582184286b7"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-09-18 12:30:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9840.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "ec46eab41a4c2ffd8c352d6e0dea430b",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9840.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2777dfee3c799f841a25c53df5d11e39",
+ "SHA1": "6a4457a8f18e185baf0a0352666728176d377faf",
+ "SHA256": "1ae942cee9560dc7ed300190c7efbe6312d44ec378914f3c09554d816a51b45e"
+ },
+ "SHA1": "5b65a8b1427f80e9c997bbad4e66dd36742314f7",
+ "SHA256": "e0df7ce01e42a61228f4005fcdb9c42675ff7280a0be9ec1c32ad9d5e0493f10",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.474331847803071,
+ "Virtual Size": "0x171504"
+ },
+ ".data": {
+ "Entropy": 4.473253546138282,
+ "Virtual Size": "0x620c0"
+ },
+ ".pdata": {
+ "Entropy": 6.082213472250921,
+ "Virtual Size": "0xa7c4"
+ },
+ ".rsrc": {
+ "Entropy": 3.47008160921905,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 5.415490038570185,
+ "Virtual Size": "0x99c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\gcdx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5f398d53-d42c-4c4c-acc2-b3766bf08b97",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5b234f54fbe2396c8248e75ee4f691d2",
+ "SHA1": "ba379da7ab2c2c99c24e004f4357da5cb6acaa6d",
+ "SHA256": "e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "gcdx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "4a7dcdd069fcdf8d7319ea5e135403fb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f48de3320923666bd1a9690f993a6d83ed420c24",
+ "SHA256": "0ac2943abf5ef953b939247b74331fb2c437e405a81dd5569d9cff1d6183d53a",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ "mods": {
+ "Entropy": 4.3228367643315035,
+ "Virtual Size": "0x13e000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "gcdx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "db9487ab-4dc1-4c3d-a04a-70696d63bcc4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D6EE8DB782E36CAFFB4D9F8207900487DE930AABCC1D196FA455FBFD6F37273D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200730-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24357D13D3CFC29A7E83D86A6BB53FC932461B7D0A653701188D7B427C704FB1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2f495b21-1d43-43c5-8770-c221121a2e6a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B7EA2FBD3FEEDA309912B2767BA80DD037813E80FED17CDA79EF7F62B6D1953B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6FDB5AB3815A499948DF5ED732EE275FA44CE8313287A33B2875B2A2B1D60021",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "063ad364-8db5-4bb6-a731-799b970cf900",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FFF421A9DCD3EF38AD585E8BACA408AC2E4CDBDFA679900EC17089624E310ADA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-shim-20200726-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "96DD3FFBAB73A9DAA0CA93C34C4EDA5BD9C8AEEB0480C1A3BD93131F44CA9A29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a24fcdef-7393-4141-ae9a-f97fce196c35",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "71B601EE3746DA7177726DB84F5B417C9721583D2D88AD857BF368A54FF76BFA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98A4F01BD9D8A039C669C2AF9082A0EEFBCEABEA4C739E05A1D0C59C5D851AD1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-13-0ubuntu2/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b1d65631-7072-4168-b25a-5e18d41b3410",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1d9a09ad4a977af7eb8359638d016fbf",
+ "SHA1": "70673742c167b615118ed8692cc0a100427c3f46",
+ "SHA256": "a8ddf4d0f6a7056f55b464cc79a986cce24541961263c216bedc19a7c4ca2296"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-13-0ubuntu2/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "a27c33dada320aff0672ce32f953ffbc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "412391ed50bdc33f24da222c7d79c00dcafbaddb",
+ "SHA256": "9be93e365a8240a03b05db26684b708b46d7585be325a3e22170cd5b324e0cb0",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.859071012200417,
+ "Virtual Size": "0x18680"
+ },
+ ".text": {
+ "Entropy": 5.636950908142091,
+ "Virtual Size": "0x94f6a"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.317320051092131,
+ "Virtual Size": "0xd2"
+ },
+ ".data": {
+ "Entropy": 4.5618243060977575,
+ "Virtual Size": "0x2a688"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6508835902550336,
+ "Virtual Size": "0x1ae80"
+ },
+ ".dynsym": {
+ "Entropy": 3.212807020759649,
+ "Virtual Size": "0xedf0"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-13-0ubuntu2/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94c6901b-e217-41cf-a4c7-b62763759d3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "839894ED391B7C88E995F845CA152F65BF881850D768E3EF3880838B52846A74"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A8FAD7CD0CC1DC152AE0880C21D91F6270FDB410D60E1129963AFCD3DF5841F1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59605f2c-5575-464b-aacc-af09e949f153",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "32AD3296829BC46DCFAC5EDDCB9DBF2C1EED5C11F83B2210CF9C6E60C798D4A7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA0610793FAA746150C0FD5689158B01DEEEA7320E2F14B31EE9AF4F2C4D1587",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "59605f2c-5575-464b-aacc-af09e949f153"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b2be4369-0672-4a82-96df-ee4d208d3352",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "54061FF50D91296F2F44D8B338AEEDFBBE86DF49DB5DE8A45191AAA931F5BCF6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "79631821A585BFC9A9A5D2D92D37714EFD84A3D856284A0897654461EC1C137D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59b5e207-bca6-4425-b392-2fd0ed44935e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9BAF4F76D76BF5D6A897BFBD5F429BA14D04E08B48C3EE8D76930A828FFF3891"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "610D0A80FD4E876EAD581903B33C96ECC4B8BD7115FC9DF5579B3A25416FDAEF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "59b5e207-bca6-4425-b392-2fd0ed44935e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d1e51f20-1939-4b7c-8875-2458c9e418d9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "270C84B29D86F16312B06AAAE4EBB8DFF8DE7D080D825B8839FF1766274EFF47"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FD1CD4D4A1AC691E7A0AF14C3DFB17DAF3F2E6A2B286C9E233070979EC36BB6F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d1e51f20-1939-4b7c-8875-2458c9e418d9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "18b807f0-bafd-4f25-8f7d-e2ff15fb5691",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "24dca2244a6220a9bb1962697f8aa2f0",
+ "SHA1": "2688b0ed81c02678e9884b32b6ef0fd603930cd7",
+ "SHA256": "148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2012-10-15 05:52:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c86257e19730c49e2abfbdf19e322c49",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6a9e3957a060061c09a674ed338df34af8f23540",
+ "SHA256": "f88e92940985413acd440daa20c08df99c54613636826d9d95b898d39c44b19b",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.818597410150845,
+ "Virtual Size": "0x17158"
+ },
+ ".text": {
+ "Entropy": 5.636154950062723,
+ "Virtual Size": "0xa8b3d"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.785189552901681,
+ "Virtual Size": "0x30b48"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.630441034461607,
+ "Virtual Size": "0x2af48"
+ },
+ ".dynsym": {
+ "Entropy": 3.2123348112059116,
+ "Virtual Size": "0xf090"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.4-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8bbda28-7392-4588-a899-755c58de432b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "15d38ac115b29438f9f82509f78c340a",
+ "SHA1": "c017bdf23c9fae3f7c66a28aaefa4ce95d174a71",
+ "SHA256": "1db183cf5655b2dd0ce9508273b339146c3b7dcdec0d0ac3c180c953083faf18"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-09-23 01:33:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.4-0ubuntu4/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "8712d45e1ae024cb45067ad5918e12da",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a6aa33d40dacfcc964b01a5c18d26829d362fbce",
+ "SHA256": "702a10fa1541869f455143ed00425e4e9b2d533c3b639259bde6aac97eca15ed",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.852971920873678,
+ "Virtual Size": "0x176f8"
+ },
+ ".text": {
+ "Entropy": 5.634227672572103,
+ "Virtual Size": "0xa84d5"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.791429945661147,
+ "Virtual Size": "0x30b48"
+ },
+ "/14": {
+ "Entropy": 7.33045778996378,
+ "Virtual Size": "0x441"
+ },
+ ".dynamic": {
+ "Entropy": 0.8174565006028103,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.627268789314352,
+ "Virtual Size": "0x299a0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2126934517254524,
+ "Virtual Size": "0xf120"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.4-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shimaa64.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "faa5ce45-c815-4eec-a757-84e1b181afcf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E828EF5E880FE62B33D36B78F2235F1A314153899AC80469597297B9A9DD22D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shimaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EBF3E0F060E9ECA943F49444CC0DBF6CBE1AEC2C20AE10DFB9E757335AA26ADD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "077ccbb7-5e3d-455d-abbf-317e3ee73abd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5E476C4BA2ED8EF8C30F247F3E13AFA5C7E3A5A952E4B8325C22F33F7F23621"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DB67C1601CC3B3313B9F6E8F12E76627E7BC6F3936BD8147FCAFAF5FB6556966",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8e051211-3998-46bf-abf0-cfba6699c4f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CF13A243C1CD2E3C8CEB7E70100387CECBFB830525BBF9D0B70C79ADF3E84128"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "07058C9BBCCB99D58FC93EBE2C007CFE28E1BF74E51954584AA3D3CA06689FBA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8e051211-3998-46bf-abf0-cfba6699c4f1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b262ea41-bb3c-4682-9a8d-a4e52e495c6c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9ac88694e8ed9aee8005b00700994fd1",
+ "SHA1": "f1fcc53669caf87c89c1acec550dc9b989d5f4a8",
+ "SHA256": "7a0294ba07a2aee3648afc0daf2efd526a5b76349ec906f819c03bc217257638"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-13 20:23:52",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20516 (win8_ldr.120913-1503)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f5843d48a960315b047e5231470e1b6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20516",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "a9f1a7c49b57694d6f44de42e7675ccf07e0a57e",
+ "SHA256": "81199ecb7a384d04f4e0f5541af731ca6ab0a04f1e2d692b4c386e0f02f15009",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.359607054105938,
+ "Virtual Size": "0x122aa"
+ },
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.470952087691717,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a9874948-be3c-49ba-b6ca-9ff18f01aa9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1364B7B94AB2A93E79D297EBF6CE0A30F7997E5929E408EF0D3B5D54C64E7B90"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9E1E22CBF19E9A483E6D57345959A3F8862C3C98E2A825EB995819F0CF210F48",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae5b655b-a592-4d17-bce2-99ef497e846c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b6736f2d357c4f0b8d557c3c0c39fb54",
+ "SHA1": "4917df76db99a277efdb57da560e145ca3d32d35",
+ "SHA256": "e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "5917ac93685b816492c5476071db3871",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f039244623179184ac63f73797aee7f926f2132e",
+ "SHA256": "6e79e3d0580d244c2fc2179a4f08cb80f945ad33d8c4c325de4e35e0d41584c5",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.796856025961145,
+ "Virtual Size": "0x13ab0"
+ },
+ ".text": {
+ "Entropy": 5.612002982618474,
+ "Virtual Size": "0x87259"
+ },
+ ".reloc": {
+ "Entropy": 1.3567796494470397,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.362375087615993,
+ "Virtual Size": "0x24058"
+ },
+ "/14": {
+ "Entropy": 7.113430283211426,
+ "Virtual Size": "0x603"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.5870428023786656,
+ "Virtual Size": "0x24ea0"
+ },
+ ".dynsym": {
+ "Entropy": 3.188660636162784,
+ "Virtual Size": "0xcc30"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2015-10-28 20:43:37",
+ "ValidTo": "2017-01-28 20:43:37",
+ "Signature": "71bbbe63866fd705b424a7ba51f23ca48a84197382972d3a8f43597f67928ed7263aa0a22681b89d851ddb655f9ccf932a92da0dc6c7f43eded65716ee65ed2739ef140bb95d987dcdc1b7ee9134abd02370e12c3eba71662f10e88370610acb6c98fff27c38b3b829333d75428e804aded09b3486717d41188f048902c169787bcf10996c7b66de4dfa5b8217bdb02314393db288a8dffb5b5b63a14d781ebf0efa5ac640585fdf6370bcb52870f92d67282231111211726c82c09a1a1a81043bba955b40bbc91c033272d987521e37d8aa1dd0fa54513c12acc0a1480801d2dfa5e438a71a0a30a684a39233224b9e71463db6b99a67073724a200425b42c6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Version": 3,
+ "TBS": {
+ "MD5": "d442a6ab238e766c07d33f02d299a9a5",
+ "SHA1": "3fb2a93548919ed386a441800a5d941ee358e38f",
+ "SHA256": "8806fc9fc29ec30556728d016e0667364f4f3359b8747cbd45d5f783ffe93abb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae5b655b-a592-4d17-bce2-99ef497e846c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d0f8d27f-26e3-4500-bcb8-dab29c667c29",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "400AC66D59B7B094A9E30B01A6BD013AFF1D30570F83E7592F421DBE5FF4BA8F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0742A120E871BBB67D6947D05E9301CDACBCCB4AF650464F996B40352CA9699B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d0f8d27f-26e3-4500-bcb8-dab29c667c29"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4002b7f5-487f-4822-a1bd-6fbf1167f00a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4F93ED05AD7E20BDDE6241D24B196D6334C8C4010D92757E4868FF4BBD6A0F98"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3142879893B677C1B25C92F9CF1DF3F90B209509992D52E9C64C3371296A9A08",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c2d12b91-7e1e-403c-8d76-9664229a68c0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "93F5233E9970A7DB1E4C9AA2DE2404636728E7C66C03F2BBE74B18B20A93BA96"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "101EC6206BC939A389713775B3BDB405E91252FAD75509C54FA1DBBE822F4596",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46629c02-f2d8-440a-bc46-d67ad73ea772",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "147730B42F11FE493FE902B6251E97CD2B6F34D36AF59330F11D02A42F940D07"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3141C6EF9FCE61084D16F0659A9596B0156F24D6F4B03837C4B7543CFB378D61",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "46629c02-f2d8-440a-bc46-d67ad73ea772"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d22cf9cb-63e3-4445-8af3-abd3537282d0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1788D84AA61EDE6F2E96CFC900AD1CAB1C5BE86537F27212E8C291D6ADE3B1E9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "884A2EC5FFBB42E948401E425123DCF2557664E77B3B7474A728069FDECD46ED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa9b6b05-0b51-423e-b4f7-39cb30cbc987",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9875bf0884ed2f18a32cefd749c60406",
+ "SHA1": "ecdde500ab2b06dd0c870c1f64d783f2cbd095dd",
+ "SHA256": "cef75d1da8e991ac96d36f8a14562849207f9dd50fc63028ba83277d5c27d00b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2021-12-04 22:14:22",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20227 (winblue_ltsb.211204-1700)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "007e746f6aeff8bcb4479e6e49236260",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20227",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "3971fa916c03c91a66e72c58ad766724b6a5c219",
+ "SHA256": "62288f1f5f2f8529292eb45c2ae2a33d1057a3dec12164958e76ded36fbe712b",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.492974348184544,
+ "Virtual Size": "0x16d9e4"
+ },
+ ".data": {
+ "Entropy": 5.416154317517693,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.082245001282489,
+ "Virtual Size": "0xa704"
+ },
+ ".rsrc": {
+ "Entropy": 3.4720882192142506,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 5.406889572520271,
+ "Virtual Size": "0x994"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "84dbe789-ccc2-4988-a6f0-b4c74b74e133",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f0056ccaf2bb46ff7e936a2e371f94b7",
+ "SHA1": "56b864169cb1f986f5103c248d6e83caab52154c",
+ "SHA256": "065d94b9ea00397a2addb747e1e0978e4de6bf175339778fb9b0760fec3d3b61"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-04-26 13:28:07",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17109 (winblue_gdr.140426-0111)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "86f6426a9b47dc73eb8c8bafbb46799f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17109",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "c730aa1c864f3b802de8d123b5b883dc9b2ce81b",
+ "SHA256": "00550ccee4edfefd7b7fb54864d0aa5df059885e9e79ff80d4fb134b4487c05d",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.504411864376694,
+ "Virtual Size": "0x167854"
+ },
+ ".data": {
+ "Entropy": 4.531675396212995,
+ "Virtual Size": "0x6b2b0"
+ },
+ ".pdata": {
+ "Entropy": 6.086465742838075,
+ "Virtual Size": "0xa4a0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710786971088847,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.3314984387449065,
+ "Virtual Size": "0x2020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "52f8c789-bc20-45cd-a1b6-8a564b18fff6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5557985ad6236a2e6f4dc5efcb052bd7",
+ "SHA1": "36f2525fb6ae3fed1191d10ae9b4a524fe5914e1",
+ "SHA256": "6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 02:40:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "6d83b980fd7541fbe793a891b95d5621",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "224b166130e25c00ac9a6c33d7816acc6b98cde5",
+ "SHA256": "d57f40a0e9018765cd79393a0d57d8e6d6d880d93b95fa57cedbda5a0b4a1ae3",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.837270867662857,
+ "Virtual Size": "0x1ebf8"
+ },
+ ".text": {
+ "Entropy": 5.61945309796477,
+ "Virtual Size": "0x9be5f"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.255022427055196,
+ "Virtual Size": "0xe4"
+ },
+ ".data": {
+ "Entropy": 4.419173693560442,
+ "Virtual Size": "0x2c518"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.655945791385897,
+ "Virtual Size": "0x1c548"
+ },
+ ".dynsym": {
+ "Entropy": 3.2164293589099726,
+ "Virtual Size": "0x10230"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48d8feab-a988-4578-a65e-c6ba5f43ffac",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "77CDCFC9644F8F80FF407CDE316AC235DDD1ADA9C3B6A5AA9544DB2D64B79FED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "ABF6F968CF9ACDDC04BA5F287F857551CC9D3237CE402D527279930AB5F84894",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "54a6f135-0fba-459b-8749-4a0764d690c1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A3C2072EF4FBDBF045E1876E855BB8AD5DD0809F66AD1442239A7D856AD908E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8D76482F549D66048611DE6C4E67289E3B0BF051130B546E9A4B98B8DE0C4EA8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a950cc79-4054-4d02-bd8d-3de2165a3721",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "992820E6EC8C41DAAE4BD8AB48F58268E943A670D35CA5E2BDCD3E7C4C94A072"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "169D0AC3DA1DDA382812F7F221B8C9CD55961A05D876E3D812641313297848BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a950cc79-4054-4d02-bd8d-3de2165a3721"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eba694e7-6b97-4fd7-8e20-e26392cad8e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "86E9384C41F9339D9B0F80B48055D02BE5FF908860F2CEF63359E0D8B7937A27"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "07463549E9B992F78E7E64BD24BCA93754EF3674F5F5D76C4D44F462060DF0B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "76afa72a-2b55-4649-9fc2-3dbdc27456e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AF93D5A2238F01D595A1BC2092F0AB29A550B2B96BDE7356EBF64D8F04234958"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5AA8E7418AE78250745BE3ACFC2B8D1FC1DD4D1DEFB54F19A508BD8247CC958F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Endless OS and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b59f1e98-72fb-4ccf-a651-bf9318f14150",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a130bc7f90388e8f9d885f55fc7a8b8e",
+ "SHA1": "b7f9b5a096cd0d524da6296ace355e268cc01a9d",
+ "SHA256": "0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 02:08:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "7661abbf92a68466a3562ec887365e6a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ccdc96497a3d4cb4a616939fbf102e5faa787a9f",
+ "SHA256": "4b2bd93b32de4be7235c95c97af98e12bed5f0602b7b428700f9a1348cb2f731",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8333953377065395,
+ "Virtual Size": "0x18018"
+ },
+ ".text": {
+ "Entropy": 5.6193950523430525,
+ "Virtual Size": "0x8effc"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.357579251117195,
+ "Virtual Size": "0x28f78"
+ },
+ "/14": {
+ "Entropy": 7.407333327251879,
+ "Virtual Size": "0x371"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.634187270160945,
+ "Virtual Size": "0x1abc8"
+ },
+ ".dynsym": {
+ "Entropy": 3.207672075514832,
+ "Virtual Size": "0xea00"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2015-10-28 20:43:37",
+ "ValidTo": "2017-01-28 20:43:37",
+ "Signature": "71bbbe63866fd705b424a7ba51f23ca48a84197382972d3a8f43597f67928ed7263aa0a22681b89d851ddb655f9ccf932a92da0dc6c7f43eded65716ee65ed2739ef140bb95d987dcdc1b7ee9134abd02370e12c3eba71662f10e88370610acb6c98fff27c38b3b829333d75428e804aded09b3486717d41188f048902c169787bcf10996c7b66de4dfa5b8217bdb02314393db288a8dffb5b5b63a14d781ebf0efa5ac640585fdf6370bcb52870f92d67282231111211726c82c09a1a1a81043bba955b40bbc91c033272d987521e37d8aa1dd0fa54513c12acc0a1480801d2dfa5e438a71a0a30a684a39233224b9e71463db6b99a67073724a200425b42c6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Version": 3,
+ "TBS": {
+ "MD5": "d442a6ab238e766c07d33f02d299a9a5",
+ "SHA1": "3fb2a93548919ed386a441800a5d941ee358e38f",
+ "SHA256": "8806fc9fc29ec30556728d016e0667364f4f3359b8747cbd45d5f783ffe93abb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-7.9-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fd70f49d-4efd-4ebb-a889-5dbbcebe33a0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "398995770D21E9F66B90D69D1EDE16C9E58C0634B2F7D26B1F22501DD93FDAE5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-7.9-shim-20200726-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8C3A26B5831FF45BC3BCA44C2815951E2DA489A91BBCD295F12DFDBCED9958B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-7.9-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a544e544-0e7e-4fcc-9195-e10564ba5674",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F49CCB309323B1C7AB11C93C955B8C744F0A2B75C311F495E18906070500027"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3D3434BC5A18F072D4CF59D5651F9CE05B61B6FC3C21EBBCF371777AA1E1E1D5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a544e544-0e7e-4fcc-9195-e10564ba5674"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3a74fd6f-8747-4f47-b44e-fa10af3da555",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EED7E0EFF2ED559E2A79EE361F9962AF3B1E999131E30BB7FD07546FAE0A7267"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9EA346FCFE6DB7F3140DA8FFD5738F6CF97D6014DA61033B32049CB17696B372",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3a74fd6f-8747-4f47-b44e-fa10af3da555"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dd1e593d-19e6-4e29-8d3f-5b85a21bf35b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FD4591ADD2E5B0664363720C71492982D5B223A141A6248246CD2381F67E926C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "940A66FBDCB9A3BE16FC8FF56DB63CBFFD7283F15ECF7E50BD9BBAC7EAD303F0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7550a473-863a-43f8-aad7-fff5be3977f0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "199F3CF990816D710F556722CA068597C4341B7F346642339839AE30495309D0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4640438E0AAEEE87664C893198B41AA03BBF3214E181AAC4E2DE81A5400D2C27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.8-0ubuntu2/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eff3ed05-f849-4ea0-9f4f-1af40e48c368",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e5569162d84d9553c5cb32345e717a9e",
+ "SHA1": "64a3960e247176d3389e64a2a61a3be0782dde88",
+ "SHA256": "e6ed1aaa082e63c15be118462ad2d14cee3bd9cdd81db5c8801b33ade2183d50"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 20:05:41",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.8-0ubuntu2/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "1feeb7cf14b7809b43c9044ff910afd2",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "5a9676753387c0f2b6bf9bae87605b78667df8f1",
+ "SHA256": "45ec69179be0f20088f10be909fc8b6104f85607db0a556482fee9384eb4d52b",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8448409206206575,
+ "Virtual Size": "0x161e0"
+ },
+ ".text": {
+ "Entropy": 5.587299575684047,
+ "Virtual Size": "0x9f5ec"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.508686595222319,
+ "Virtual Size": "0x2d718"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.603259641312489,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.209835026586944,
+ "Virtual Size": "0xe538"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.8-0ubuntu2/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Miray Software AG and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fec3976c-cd0e-4929-a01d-23c584cf7e00",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fb9005cf320ed99d82d5b6a98988c576",
+ "SHA1": "f4bc99b43ab88f15d2803b5a9de898223a380563",
+ "SHA256": "68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 13:30:02",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "a1a05331029aa3aa0fd396897cb46e8a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "5e8fe0458328bfeacd491e1c74857c526f444596",
+ "SHA256": "0e5eb8d0bebf089a974bc0ca85d33d73f9a0bf72ed2a5e3a62a0387b51d509ce",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.837183147385955,
+ "Virtual Size": "0x161d8"
+ },
+ ".text": {
+ "Entropy": 5.589380447571309,
+ "Virtual Size": "0x9f00b"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.598664200386453,
+ "Virtual Size": "0x2c298"
+ },
+ "/14": {
+ "Entropy": 7.180357884758935,
+ "Virtual Size": "0x5ea"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.5990440989417416,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.2043588757367574,
+ "Virtual Size": "0xe508"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c2ba98da-826c-45bb-bb56-09db34e78fe0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "47f4be47cd0365cc9f8a6c802f5a3192",
+ "SHA1": "01cf7cf98149854f741a31f3a6d8071ad80ea347",
+ "SHA256": "a22471b1d04c11ca895e8c078c221718c96c40309d64cf84144759ca7dfbd0d0"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-28 22:53:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "cefe4b51ab58c74a20f0302fca66bd03",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "958a6622f7bc1063a804ffe24cc2dfbc",
+ "SHA1": "2149d5b311e880738eb501393113a37d1bd511b1",
+ "SHA256": "ed29968ce0c75d2e0327cfa0c2ecb6492b2c8f590877e9cb6e6d3360e0e8992d"
+ },
+ "SHA1": "e230f2632b21bdb523d214032f979104df1ee867",
+ "SHA256": "88c2eac45b9480cc7e423558ba1b90097e8f12dbf98f4628c7a574c6371c6030",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.049152498387783,
+ "Virtual Size": "0x9b114"
+ },
+ ".data": {
+ "Entropy": 6.106175836191492,
+ "Virtual Size": "0x35cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.141258232502104,
+ "Virtual Size": "0x5ab0"
+ },
+ ".rsrc": {
+ "Entropy": 3.471815692049393,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 4.719816616755866,
+ "Virtual Size": "0x4020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B52531C84351EB695A8AFF0B7A5BDF93972CDEDFAF4067745425D75E21CD0CBB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "26A8EBB3EF412AA70D4AB4486EBEE8DB42656AE7F2EC868FA95FA656090F01BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d50e4193-70d2-4807-9bc9-671894e82df9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "7f6637b50f8043e83815eff4f6f6425c",
+ "SHA1": "9519b7ba40ba48be3ef06c3b4c09169824e35bb9",
+ "SHA256": "7f3bdd2e92ae417b2143cc993c7fe48d9363ffa65c9cc461b6a407a779998174"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "7de3ac2823e2f7c241f2b181a8417647",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c3c4d0ccdc07c03c20f133f9f65f6f12accea87a",
+ "SHA256": "c7d9dab91b726dea5abaa893d8f60bd4795f489894044dc56a9d3aad9cc49740",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.844138421048036,
+ "Virtual Size": "0x94d37"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.855334501626881,
+ "Virtual Size": "0x5c"
+ },
+ ".data": {
+ "Entropy": 5.362038159088457,
+ "Virtual Size": "0x229bc"
+ },
+ "/16": {
+ "Entropy": 7.340161985642677,
+ "Virtual Size": "0x3e1"
+ },
+ ".dynamic": {
+ "Entropy": 1.3647139881914778,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.534994670132211,
+ "Virtual Size": "0x9048"
+ },
+ ".dynsym": {
+ "Entropy": 4.405087128822569,
+ "Virtual Size": "0x9370"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ff057f2b-0bc9-4318-a017-66307880a7c6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4d7e341b788c22d2ffd0a6e8d7c27190",
+ "SHA1": "2ab7a9fc3312a502e9178fe76930d65d07480b31",
+ "SHA256": "21554d1f3bf9f52d3cd297d27df56215c0fd08a0bf673868f3d8c6c064dc5609"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-02-04 20:26:03",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10010.0 (fbl_kpg_kernel.140630-1750)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "28196e29d41524919202b6bd1e38f35c",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10010.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "8b6b2892c15ff00e4ddf7eb144e1ae12",
+ "SHA1": "89115214dfec813ecfa5a23bed633254c214e62c",
+ "SHA256": "97ff062fbed8c63a4a2526daab5b76fde0b0c54540be4264d13a9116216a1be1"
+ },
+ "SHA1": "ed2c4554266084506d2e514797b3dfc86a50118a",
+ "SHA256": "f4c53c0b054413691ba25a2d162bcde9c9e35b5e706272f70bff96ed5c05a7b8",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4887395472277625,
+ "Virtual Size": "0xec124"
+ },
+ ".data": {
+ "Entropy": 4.34472616116653,
+ "Virtual Size": "0x3b260"
+ },
+ ".pdata": {
+ "Entropy": 6.025018814445507,
+ "Virtual Size": "0x7d64"
+ },
+ ".rsrc": {
+ "Entropy": 3.4599700329826906,
+ "Virtual Size": "0xfc40"
+ },
+ ".reloc": {
+ "Entropy": 5.395165473860109,
+ "Virtual Size": "0x7fc"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200909-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "146ba6ae-683a-4c91-b076-c267a77bbd47",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B7A7A4DAFC35E49D03CBE7118E6BA4582401E1776B9C18A2597725B05A605F1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200909-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE924700AC79DC4689ADD5F7C6761E0D60E665A65F9572B43915010881B0BFBC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200909-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by The Broadband Computer Co and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2d78b89b-4a5d-4d38-8c20-2baf76df8699",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "386D695CDF2D4576E01BCACCF5E49E78DA51AF9955C0B8FA7606373B007994B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "83B1D2B20830EE199D8845C999D4680B1B2B6D9C1F424DD13826DA3FA7F7139E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2d78b89b-4a5d-4d38-8c20-2baf76df8699"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "33ce2528-8820-4680-bc5d-b48fcc1f9d2d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "925441e09c4b9c8e30a467a29c16ee49",
+ "SHA1": "7a26f6d09fcc80e5be03b7a6e5f8fe2a3652f29f",
+ "SHA256": "894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 02:40:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "53663cb5fea6bde711171523a2206e45",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b0adec5a51e018cc50ef0497126ef4a8d9fd037c",
+ "SHA256": "899afe09e356003605b30dc209a5ba4ef6910baef23fac268bcac6db3cfee98d",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.837270867662857,
+ "Virtual Size": "0x1ebf8"
+ },
+ ".text": {
+ "Entropy": 5.619450573511709,
+ "Virtual Size": "0x9be5f"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.3247800569653165,
+ "Virtual Size": "0xe5"
+ },
+ ".data": {
+ "Entropy": 4.41909152489649,
+ "Virtual Size": "0x2c518"
+ },
+ "/26": {
+ "Entropy": 7.113430283211426,
+ "Virtual Size": "0x603"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6559476189231193,
+ "Virtual Size": "0x1c548"
+ },
+ ".dynsym": {
+ "Entropy": 3.2164267361361474,
+ "Virtual Size": "0x10230"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "518b78e7-eeb3-43b0-a377-acfa0e831ce0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5D1E9ACBBB4A7D024B6852DF025970E2CED66FF622EE019CD0ED7FD841CCAD02"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5875DB0835E08A9189F23833B21774FDD1C4C3BD4C5D3459471A49B85CFFD1E1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "518b78e7-eeb3-43b0-a377-acfa0e831ce0"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b42db55a-4520-493a-81ec-42002887ea96",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "caa781731a9d13ac418d97ec2cccb8f1",
+ "SHA1": "7ac2da2861fe7b90862a27b63629d8a9ee58d97d",
+ "SHA256": "7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:24:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f0de7a661590f1c33de0b80676e8827",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "003454b835a5ee7ee200f9cb4e68b071e2b8e69b",
+ "SHA256": "d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.481657238537085,
+ "Virtual Size": "0x10a5e2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357861791329596,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514627558721207,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.427514584005019,
+ "Virtual Size": "0x19b14"
+ },
+ ".data": {
+ "Entropy": 5.464601076751779,
+ "Virtual Size": "0x65010"
+ },
+ ".pdata": {
+ "Entropy": 6.017575781905406,
+ "Virtual Size": "0x8eb0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.47211306543629,
+ "Virtual Size": "0xfd14"
+ },
+ ".reloc": {
+ "Entropy": 2.715757042100683,
+ "Virtual Size": "0x1ad6"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5cab3a24-4bf3-427a-887e-92ec2ed8f1a7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "7f11c44bb3fd9f28c453ed0545ce1fd2",
+ "SHA1": "e5e7294536819a91f69d03c57425ad2576a1055d",
+ "SHA256": "74b39c206dc8a11cd196d5998d2996b6ad477d72eaf86e19a3dc14ec0eab0f1e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-04-26 11:39:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17109 (winblue_gdr.140426-0111)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "cd78242cb85f016a3ea62002c8f07c0d",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17109",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "1df5dc38345eee82fcb606f8c5140c619f187946",
+ "SHA256": "4628ec2698cfbca38d3bb4872df8e65a370ed4591e3fbd613a28b394942b8976",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.644731222099491,
+ "Virtual Size": "0x12da04"
+ },
+ ".data": {
+ "Entropy": 5.269345781205062,
+ "Virtual Size": "0x5b510"
+ },
+ ".rsrc": {
+ "Entropy": 3.4713678198457463,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.543449582817808,
+ "Virtual Size": "0x7fba"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0cbcf08b-1870-478c-bb85-8d12308ec1c2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C32E05EEF54D7EAA0DD89FE0F4D1A8D97671FB456F6299047C3192C3E3724BCA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "90AA7C82344C06E7657FA919AD2B7395A07F8A1ECA8C159029569BD4467CC7B2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3645f533-8562-4958-aaa3-7e5924aadd8e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3BE8E7EB348D35C1928F19C769846788991641D1F6CF09514CA10269934F7359"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7094801F966FC5C253DBD17066AF5BBCB3AF5E281D0A4DAB24E30C7A4B0FB12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3645f533-8562-4958-aaa3-7e5924aadd8e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b6967d5b-ea2b-4a4b-b24c-63a8eb8dedcd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CC7396D1C306ADFCE49E70D7DAF32D093A8F2FEBE2AC0576BA853770E11B3EF2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8E5609A57BD66CC153EC2AC60CC10C2E641334C26EA5068C1FD8373A503EF1D7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "add3eacb-c3b2-4adc-ba76-49ddb1af2ae3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EE83A566496109A74F6AC6E410DF00BB29A290E0021516AE3B8A23288E7E2E72"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FCCC2A01967926437DC0F5F49C6ACEED4DC67EBD7E99169023B5F89A7264CB98",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "add3eacb-c3b2-4adc-ba76-49ddb1af2ae3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bcd750be-01b1-4b34-b7a5-065af773d063",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A7B788A7849607348C0DE9041989F7D67EC302F0CE8D7FDE5E434801F012B5B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "65FFA344151D7347ABD0DEB599086063A503FB6419BE9E4358851F6B6AE96749",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2eba3138-0822-49f5-abb8-ea5cae849369",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "29cf71c7b7ff3b63a229ec82bfc2708f",
+ "SHA1": "65bb31b71a030a3fe93ba4d64e4ae0cedabbfbcf",
+ "SHA256": "d5bc11fb619bfced64249b930c785ead5fca3927f0ce3c5efd3f1d9af04b37bf"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 02:32:56",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bad97e7203aec2bd026403a7f70688b9",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "cd3f23904459410ad9f11b26faff47ac28fa5f04",
+ "SHA256": "df216fa3f13f8f7472c9586da4d0a7cd11cd60a041f486a611a4667f1c3d2cc6",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.50474071717545,
+ "Virtual Size": "0x167954"
+ },
+ ".data": {
+ "Entropy": 4.530096794223056,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.107728899214702,
+ "Virtual Size": "0xa4a0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710227926789994,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.329099853080047,
+ "Virtual Size": "0x2020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by HP Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0072a990-7f8a-484c-8727-bd0912dd2ce6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6236DC1EE074C077C7A1C9B3965947430847BE125F7AEB71D91A128133AEA7F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DF01F567CF2C2A7B872EB750F12EC534B6F207E760D1ACA6795DB7CB12CFD92D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F179186EFDF5EF2DE018245BA0EAE8134868601BA0D35FF3D9865C1537CED93"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "20E870697471F16EAC55A9658212F83A7E443CDB3844C7D1901B4D4271828F7D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0acd4573-d0e2-4f57-8c94-3d6e57a391e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "62B79FB4A04052FCB498A97F22A3567642D4BC47D1C2FF9A06311C8C6148E907"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3C6318DC79E5CE66F7DCCC71DF01C4E4ACC53F14D978011A29033D59D43D9233",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34cf714a-cbf0-4339-afb8-bae3643a4075",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FE0E58846C40717FEDE6A1E0D6A0546CBF8B8CF0B82258FC16D05BAB58107D34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA38D5E097A9853A25A1DAA838ED83BC43569DB871FDF24888512A434024A866",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4750d526-693a-4831-991f-4ace2cbe92ad",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0D85DAAA481B1BE84320E12B5078794DA29628ACB43B69C8909D291BB995CA72"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D764AC6251FD2641EEBBFBF7A5A95E212DF5997875990D90562CA65D5D966BAE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4750d526-693a-4831-991f-4ace2cbe92ad"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46e2d5a7-6b08-4c8f-b90a-dac8418621e2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f9dc5d54b477c66ca23b879546b650b7",
+ "SHA1": "6f16c59cb8e6b3febb9e73702914f06475dff19a",
+ "SHA256": "c3297e35c3a9efc4c051706aab77d29a26e62d9a38de256dffeb77a0eec8666a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-18 01:24:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16418 (win8_gdr.120917-1921)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "087617bd4578c903f0a66bd157217f0f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16418",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "1128abbba4480920fc7a0a772239cd1d132a1910",
+ "SHA256": "b65fe0af8297168749dc235340cba7c08cf6b956fdd25fc2c9f16d20da536713",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.421083425321203,
+ "Virtual Size": "0x19b34"
+ },
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4707832631070623,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-7.9-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9091dbdc-0263-43e1-a886-3c18c6532dd3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DDA0121DCF167DB1E2622D10F454701837AC6AF304A03EC06B3027904988C56B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-7.9-20200730-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5DB10187E0E8BB8D2FF649810E03F80FB6873370F3AB1F013811B8E9670F3863",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-7.9-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fcbb1d82-1e57-4ca2-8679-e366cd7cb4e8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "21F27D89F2E77DEE7CD4336E3A3ADE362A2AAE9FB2EFE2079491A518F3D51FED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "355B0240DD31FAD0ED13D77B7F880F8EBB32BCC72F9667BECBA3263E099DF378",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Isoo Software Dev Co Ltd and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2e3641bb-5bd7-42d3-8353-481b4593c641",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2fb83ba40e7c8d9019f48dfa8269bdb8",
+ "SHA1": "775705904e0748bc6210e1869f20765a2f1b027b",
+ "SHA256": "e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "89805fbe6421f1d03023514f8fd7215d",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f41fb5b7aaf48c05faed3e6622d2e2e70c95d2b7",
+ "SHA256": "561d28e0888cdb0a8fce41754742aa8eb1bf5c8dd4eacbf9af0f40e0d36013c2",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.861285118776935,
+ "Virtual Size": "0x18780"
+ },
+ ".text": {
+ "Entropy": 5.6413160957491595,
+ "Virtual Size": "0x95a7e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 4.469891621916525,
+ "Virtual Size": "0x29c18"
+ },
+ "/26": {
+ "Entropy": 7.335685443962851,
+ "Virtual Size": "0x3e6"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6482475445299474,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.209809899920352,
+ "Virtual Size": "0xdd10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb08669d-8b82-45b7-8fc7-ea815f96e336",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1DA53F3A2C7C41C93099737266B5619FF616A433FB3B870234622D7AAFAB9A7A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BD6E8218BAF3A86090201D6A118858CFA5F63AA2732CC880DADF39A1609F12E3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9b6deeaf-b8bb-4f8e-a8b6-d174312fcb7f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "172FA584B4EEA5A5D4104FB0AC30EDE032CCD31CD2675D7003D79A2CD0C243E6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200730-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2CAD0B454397089723959FAAFC2DB5388C50DFD5C02319703BABA6F03654561C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "60383f5c-6dcc-4df4-aad0-510733820a1b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "752f28cd2893f6dc4e568c9a15f6b456",
+ "SHA1": "22cbe49e2494a44bf823958840b6e1291ffe6d11",
+ "SHA256": "3e333de87d211247b2ab00093cab48f6069d718afd29e9917a3d5f60e87557b6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:39",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "69b63c494c676d3a1013a775b18568e8",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "09c724498ed275fb4a76f04700f5b2d39413405f",
+ "SHA256": "953a7719b50073e701730fcff79b2fee7054c72c54d1f0b0f2571d3ce7fdb925",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.791450448387524,
+ "Virtual Size": "0x9a39a"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.2274469074374705,
+ "Virtual Size": "0xde"
+ },
+ ".data": {
+ "Entropy": 5.297966843937964,
+ "Virtual Size": "0x22bbc"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 1.3813806548581444,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.630273097903543,
+ "Virtual Size": "0x9720"
+ },
+ ".dynsym": {
+ "Entropy": 4.40137747298349,
+ "Virtual Size": "0xac10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d90f0a0a-e161-4ebb-a2e3-5dbaa75cfaaf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5A184E740657E218D635168286F0F70BB5672E4EDB78717550C70686C232EA5B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C4081B588CA3FC9965C2D04A0E8CCA3E0016566CC8A84FEB78CBF63A4ED72EED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "66d407b1-5e65-4314-89c3-cc6dd5c10d59",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "28CE0DAD50730900C5D18CC58D5255293452CA37D764868C16EAA9EAF6BD7C83"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EBB480F63BB81A4C88F42E97A1B40DAB2EBB926A358EACC1C52A5DB88A2BC6CA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shim64-bit.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d20a9d4f-d336-4400-b839-d2334be05e06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9d017c87755ffc16175ff7fa5dcbb175",
+ "SHA1": "47263679db883d7ad9adbc93d6a1fbf8095f0133",
+ "SHA256": "af79b14064601bc0987d4747af1e914a228c05d622ceda03b7a4f67014fee767"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "8273287f52ffff4624121d2926ef9df4",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "69b368ef62566f9b06db68ab91c736f98d0749b9",
+ "SHA256": "599a102b6445fa88392b8c85a31d80ece950624219d846affbfb7131d4bf550b",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.853329182162778,
+ "Virtual Size": "0x1f020"
+ },
+ ".text": {
+ "Entropy": 5.634218168833761,
+ "Virtual Size": "0x9ff35"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ ".data": {
+ "Entropy": 4.405783332258001,
+ "Virtual Size": "0x2d1f8"
+ },
+ "/26": {
+ "Entropy": 7.435250663075391,
+ "Virtual Size": "0x57a"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6583278822249916,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".dynsym": {
+ "Entropy": 3.211174101144175,
+ "Virtual Size": "0xf2d0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e7f84927-3fb4-41c9-b2fc-e87985cfbcc3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AF3BBF0C275BDD5EBD8A87F00263847485572F8A983DEF0EAE9895CD93D7FFC3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "94F92895ED36D4EA45B0942E755640420AF5CA3B8E3EA855FC6A39C9A3661666",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fecfe761-f926-4a24-bb10-bf4b8d96750d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "efca75864e4fa65df7ccf2a5c124a3c5",
+ "SHA1": "ad9a72bdb69a17abe85d948e6bbbb89141da2543",
+ "SHA256": "0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "f2c580ccd60898d4aa2676249d67c171",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "85fa4266743ebb0262b8c1da8b01d1f26e630404",
+ "SHA256": "e6cb6a3dcbd85954e5123759461198af67658aa425a6186ffc9b57b772f9158f",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.853871352073291,
+ "Virtual Size": "0x186d0"
+ },
+ ".text": {
+ "Entropy": 5.64531153004446,
+ "Virtual Size": "0x975ee"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 4.537670509902523,
+ "Virtual Size": "0x2ba18"
+ },
+ "/26": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6486948946395157,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.206001279398792,
+ "Virtual Size": "0xdd28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "696a399a-9f49-485d-9753-63edd677f144",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "99B2BD1FCF17B52C64E8506B97FA10CF8B6397C9D05D8D543F86893B210DBA62"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "944E6F803D3E1B0C1AA767B14B0F4D960A45F80F0A0A459253CA65147E947F72",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "32544796-1bfd-476b-a4f6-8fccc5a593a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8cbc20535be05799179c23fb8354b9d3",
+ "SHA1": "458cad1c4b11da8201ca12a6ed0f50ec81261e1e",
+ "SHA256": "61535caa144761fc48cc9d7a835dfaf020b569edfc7fa628f983d58a3ac25f2a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-02-22 04:25:22",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17031 (winblue_gdr.140221-1952)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f66d8bc26d38b7faaa1fbd4c4fdda3ff",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17031",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "7098af963c0223858f2fa56cc226ee27048f35d3",
+ "SHA256": "e443176d6a0621e65cadde51f4019ec7fb25e91fa87cbb6cbaf09d94e9e49918",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.644560099017493,
+ "Virtual Size": "0x12d8f4"
+ },
+ ".data": {
+ "Entropy": 5.271385172760688,
+ "Virtual Size": "0x5b510"
+ },
+ ".rsrc": {
+ "Entropy": 3.471468768902206,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.537342833364972,
+ "Virtual Size": "0x7fb8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f57db2b6-025f-43fe-af3a-c50cc2bc1aec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91971C1497BF8E5BC68439ACC48D63EBB8FAABFD764DCBE82F3BA977CAC8CF6A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2AEC3E859816EFA89AF844D6DD8CCAEA345A851CB23006D3C2928081352BEB25",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f57db2b6-025f-43fe-af3a-c50cc2bc1aec"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d159a67f-5512-4922-bc1e-5c675a73d0cb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "69843fea4e1051a4614a17f5bc8daf97",
+ "SHA1": "84958a487eb9b1c6d55883e3c32361132c1fe214",
+ "SHA256": "3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-10-02 09:13:35",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "d0be4e86a7eaa87c849e3e137c3471dd",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1ed0450060202cea44d69a503da1b33004a963dc",
+ "SHA256": "df4e1cf6eaf602f99849ddb6802bd91fb13cd5c3f9fb420250d8a3d750642efa",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8404117804324684,
+ "Virtual Size": "0x16238"
+ },
+ ".text": {
+ "Entropy": 5.592324512235591,
+ "Virtual Size": "0x9f80e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.599000636926533,
+ "Virtual Size": "0x2c458"
+ },
+ "/14": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6016627065866507,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.2071099501580793,
+ "Virtual Size": "0xe508"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 3,
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e06e3faf-46e8-4902-9bd7-69b462d292d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B4938ED2FF001B73EF31E5BBBEBE1D6DBB7D9888A9FBE5251A52A5ED016652CF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3EBB964E2D24C5D0F2E07972A9F143B73161344790E960463BF9C229000848C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29bd7324-d53f-4143-acc6-d03d0e4e3aa1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BDD01126E9D85710D3FE75AF1CC1702A29F081B4F6FDF6A2B2135C0297A9CEC5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9EABEA9AE699526AD519782DA21718DA7190490AA3436BBBD80269D4A4CC37C5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "29bd7324-d53f-4143-acc6-d03d0e4e3aa1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "887e3ac7-c597-4327-86cc-29936e2f8cdb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D14EE5616DC8EC74D695AF08DACC78BBEFAFA7A97A5CFEAB9B961E86CE9EDD37"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2F1DAE62EA074FD06DBBF620009CB3E65988D15431A061EAAB4D7ED1A97A3689",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "887e3ac7-c597-4327-86cc-29936e2f8cdb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2856fed8-45ba-4ef2-8904-8d9c9ecc6cb4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9EBDA9554AD5BB9E3D5CE700F7C86D4F5B0D782BF1DBF30A6A7234749A5DD517"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E28C1F6E413330EA1DE56643F344702D2962988ED72AC49DC7B33B51B2238537",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200909-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c900de9c-b4b1-40b1-b106-db0845396462",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A608A87F51BDF7532B4B80FA95EADFDF1BF8B0CBB58A7D3939C9F11C12E71C85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200909-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2405153F56A12F727853FD55BC9C99B81937B42A1A0BC585310DA45D35A3FAD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200909-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b089a9fd-d664-400b-b66c-158cd1848428",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "81A8B2C9751AEB1FABA7DBDE5EE9691DC0EAEE2A31C38B1491A8146756A6B770"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D4D97AEAB61079D3EB0E55794504991DD1BEB0F200315718FFE44BAE89F8F330",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b089a9fd-d664-400b-b66c-158cd1848428"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0dc82e15-40ab-4a65-bfbe-9c8925d3cdbb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DBB424CB8AD35EE68546092645C4689D6027A97FEDF3C5AF842B9572F1276997"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8DEB88A2435270BD24328760FA6FB5C77BCD5C47F7A0109F15300D644CB9A228",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f6b5528-2fd7-427f-967e-e89cd9e77182",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D860D3DC4D9A412E8FE8036100BDA7637B57A0168CA811781ED4A00815A97E0C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "540CABD0862F121CE200DCEBB6C9D3B209B266F0CD413CEA2385886F965E5062",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "365019a1-7820-4c83-a483-15dfd2ca466c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "288878F12E8B9C6CCBF601C73D5F4E985CAC0FF3FCB0C24E4414912B3EB91F15"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200730-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE09433ECE56EFB74EDFFB10BB4E2C05EF9FA3C37C5E60BD5E87FBDEEAB3EB40",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3175132e-f5d7-4d88-b395-ca30351f8c69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "439f829f38523f2c1e9995474cab6030",
+ "SHA1": "71d6ef211cc60fe99eb7f949640dabd36759b36a",
+ "SHA256": "a6f13f3bb8132d248591f6762ced6d3a55efd8812db9730449e267cb6447145b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-05-13 15:26:53",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10121.0 (fbl_sec_oss3.140523-1156)",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "45a7c3cf799b58b886c0b4c7f6f71d32",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10121.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "6bea06624768875081a9a967c3b37e7a",
+ "SHA1": "7e16bd7ca20e183f5a6c2098ce732e7f91fde530",
+ "SHA256": "61cb375839f46ec38deee3a50e5790ebde67d13cc9e41b745ca3368b5fe02620"
+ },
+ "SHA1": "52cad42539bc3f27a103e4a9bc0fd51a1b51a265",
+ "SHA256": "55a5bb13e3a985e0ab011e69b41704319de0843f9254cf91ed2964c13af345fe",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.707639927172937,
+ "Virtual Size": "0xbf6e0"
+ },
+ "PAGER32C": {
+ "Entropy": 5.781085769559349,
+ "Virtual Size": "0x1eaf"
+ },
+ "PAGE": {
+ "Entropy": 6.553305479665424,
+ "Virtual Size": "0x13bf"
+ },
+ ".rdata": {
+ "Entropy": 5.278688704736593,
+ "Virtual Size": "0x12934"
+ },
+ ".data": {
+ "Entropy": 4.443254562769542,
+ "Virtual Size": "0x37f90"
+ },
+ ".rsrc": {
+ "Entropy": 3.469109462754718,
+ "Virtual Size": "0xfe50"
+ },
+ ".reloc": {
+ "Entropy": 6.780898828243956,
+ "Virtual Size": "0x60f4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e84c007a-a263-4bea-ad23-e46447001e91",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "540801DD345DC1C33EF431B35BF4C0E68BD319B577B9ABE1A9CFF1CBC39F548F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "44FD1F90799B852B3BED642DE300BCF9EF6CA81036CD5588C24D5B8E00D4B9D1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e84c007a-a263-4bea-ad23-e46447001e91"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "298f4996-3321-455a-bce2-919c3a73da65",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7836465BDFFAE768EFAEDCBAA8B5787BAF51B2792A020E80E341A3F824FF82CA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7AFFFCAF48E9289AA0C44566C53EC0A311BF3E2ABF351E0122C685FD568D97B1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9d219a02-b011-4466-8b2c-6fd725593454",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7C7372A60D71E04879B8930C164944D96D3753E0A2924A31231D1D5FB97882F2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4155DCEAAF889DE79ADB9B2130F1CF23AADD24080C2B2C1EC5F4C359C52A8D7D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "47601d49-9a7e-4402-b5e3-69bc03788afc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C999EB66393506C8149C35C8A8CE87671895D65167E4B0140B54DA72A92D7C88"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA4931B170DA278A4A954FEB76CBF7310B657AB9232D1C7A4B6EB628D8A98073",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "58c24252-f076-486b-90fb-5a1c7b922efa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AB311E737112E4D34ABF545836BC671637663E93738CEFA37405214CE8C92A58"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C334B9CA48819E7E408A3A3418879978828AA302BAA3ED86DE64D8AE5ACA0EAB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bbc2661b-25de-4c4b-ac84-367115d44e8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7803F12E7E1B7063502EB8E223A9013E2B61125A888B74D61465B51DE53276BA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5E189C9D2633F0AC10ECB763A150568925884E29ED684050194D87B883B68B34",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b807893-889b-4dd8-99be-ff17aecfb58e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7D0B74AE42DF73A0C2C9CA64F6C83813D3D6A5C4B02BC47F566CEDD5682C691A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "73DD7327621AA77D919473F71D3175EFA40F174D3C16060C079CEF169CC51363",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9b9f7199-24ed-4372-8247-e420ab0b7937",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "49465D4AD701642C7BCB5EF30A0807A3CD438AB42BF8D62D68038C3FCBBE8605"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4E00B1C1CC2BFCB1FF2FDB4184D13CEA5A2617BACC3623C3DF52C50158065E73",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a77872f7-4890-473d-887f-bfd93f46641d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f5eca8462be6c481c75ec3955b47c4f8",
+ "SHA1": "45e97d3cfb90ad162fa8f5a14ad8e5b4710a748a",
+ "SHA256": "f74947590a87a005023e9ef89cdf0c38d8d582ca4173f8201cebc443ef796790"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-02-22 05:17:10",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17031 (winblue_gdr.140221-1952)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6514d19c16df6d0d9cf75bba91350dcc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17031",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "c3f69560b62f619f851df687c0adb2fa35cc0160",
+ "SHA256": "3bc9ed257486b68fac5899eaa19732a1340d06c8baf4b0ff53c7f5c052e6470f",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.505313659869744,
+ "Virtual Size": "0x167784"
+ },
+ ".data": {
+ "Entropy": 4.530485730893638,
+ "Virtual Size": "0x6b2b0"
+ },
+ ".pdata": {
+ "Entropy": 6.106107637688331,
+ "Virtual Size": "0xa494"
+ },
+ ".rsrc": {
+ "Entropy": 3.471177246677347,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.3270407806858406,
+ "Virtual Size": "0x2020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "530ab1a9-d9a6-4f01-986a-5b69c99400b4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "284153E7D04A9F187E5C3DBFE17B2672AD2FBDD119F27BEC789417B7919853EC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "51BD59697B4E1DF61DF32AD57CEBE394BE54E3E9DBFEB8DC00A3A176D13A5767",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dfa9cb92-1691-442f-96df-9692e4ab29c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "13c9c74d08c33a6231d859bb35a060bf",
+ "SHA1": "833319ae7ee8fd2da9705d51d32ef1a6fd22e2fd",
+ "SHA256": "6f53cd5bf434b19b4e14ca127c596752079d989fcc98bb7d7cf3155619ec347d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-04-11 22:46:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20366 (winblue_ltsb_escrow.220411-1722)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3aaa631aa80579a7ec4606f002de3436",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20366",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "293ba261a22d2b62ac580140be62676856d48527",
+ "SHA256": "d038eec123e1e13ab3ad27534de697c9779e9c27c62575f06771f80d3cbb7148",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.492763350625338,
+ "Virtual Size": "0x16dae4"
+ },
+ ".data": {
+ "Entropy": 5.414272117838945,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.090094273963687,
+ "Virtual Size": "0xa710"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723693660714603,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 5.4026611513435014,
+ "Virtual Size": "0x98c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Novell Systems and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "24b32147-9b69-40e3-a166-b0c457b3c371",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2F9A8EB6C8E18E7E118AFE9B51E233D88EC76C0EA256FF1F2A842B3A0EA9F466"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3F8091F700DA0DD082C6C06D0D3B68DB8D51FBE03198BBD6E4FA0D4A9EACA522",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "24b32147-9b69-40e3-a166-b0c457b3c371"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.4-0ubuntu3/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bc584a7b-f352-4e0a-b86e-7954c4b63d2e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91721AA76266B5BB2F8009F1188510A36E54AFD56E967387EA7D0B114D782089"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.4-0ubuntu3/shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FA07B984FB6FDD32DB497C55225E614759BFEB7093BE1F02AB2E30BE1869B2E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.4-0ubuntu3/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1ca07dec-812e-46a2-ada4-141584aa0c12",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6873D2F61C29BD52E954EEFF5977AA8367439997811A62FF212C948133C68D97"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6E5D8278A7A4A58DBBA2F5D01B09B9DE4BB20ACD2DD4890846C8125A65136BF8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "1ca07dec-812e-46a2-ada4-141584aa0c12"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fbb59470-8b0e-4ad8-8692-e8a3e1c4df8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "94dfb76b94c30266578ce327901ec791",
+ "SHA1": "909d4c9217388c496ccadd8e1ed5aa58766a60bd",
+ "SHA256": "f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "d55f2dc318b152d9d722021bf8376658",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6b4d5fb92240528828725c87f1c2f7de1aa7e7f5",
+ "SHA256": "f8e2a41c0444d7da76fc1682f3eb7e2a90140e1b68b413f4426bac357cbe14bb",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.84673389141427,
+ "Virtual Size": "0x18858"
+ },
+ ".text": {
+ "Entropy": 5.639710840411351,
+ "Virtual Size": "0x94dab"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.2645431551668285,
+ "Virtual Size": "0xc9"
+ },
+ ".data": {
+ "Entropy": 4.464961714868577,
+ "Virtual Size": "0x295e8"
+ },
+ "/26": {
+ "Entropy": 7.349457523109135,
+ "Virtual Size": "0x35f"
+ },
+ ".dynamic": {
+ "Entropy": 0.8257898339361436,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6505568397234684,
+ "Virtual Size": "0x1adc0"
+ },
+ ".dynsym": {
+ "Entropy": 3.21037984522559,
+ "Virtual Size": "0xeda8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\grubx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b61baf4-c396-4e1b-b487-87c1ebf4b17a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "379f249742bb47ea2d7cec2b9d3fb1b7",
+ "SHA1": "b678307ce3a2c6d5a2f988e7ec068590edbf1c50",
+ "SHA256": "7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "grubx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c3f1acb15ea4dd4002d43c5941d1a64e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "31a862d073e46ffc608cfc93ffc8e18c38dfed8f",
+ "SHA256": "3d23947c39680b9fcf22b092b97c9d38edcc02f7ad13d3a925d1ee0b62797e73",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ "mods": {
+ "Entropy": 4.796361582647025,
+ "Virtual Size": "0x17d000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "grubx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by NTI Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9ae39650-46fc-402d-a4dc-569ce8411039",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fcc5a83e211d451fcb6f8082cc598ea0",
+ "SHA1": "20ad14d6ff96fc1dde5df105e0b71cebc77f5b48",
+ "SHA256": "e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 18:41:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "e2be3deb5a33615e127a7b2930bb544a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "608df8090d9d8b9aa3ef02b395415edb65d9be6d",
+ "SHA256": "7b5dfe4f9e4ee68e3cdd9c91bcae26db334d49ae4c1f9525cecd834de48df110",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.842008275901556,
+ "Virtual Size": "0x16238"
+ },
+ ".text": {
+ "Entropy": 5.5918453515116635,
+ "Virtual Size": "0x9f72b"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.609462071845652,
+ "Virtual Size": "0x2c678"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.602685601595089,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.2058008626392853,
+ "Virtual Size": "0xe520"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 3,
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dabe9a66-0446-43a1-b9bc-fe279702a5ab",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5ebf16973c90bb7a23fb44504d80f390",
+ "SHA1": "ccb632ec30624e6860fe361920b83d1739d9db1a",
+ "SHA256": "4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-01 01:28:49",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "24a7545dc37bc7d366b05c68752af476",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "63006031749d3e2d445fd952c8da201181b90593",
+ "SHA256": "6b6e59284750fc0e6fac4d6c2a46100e9b0dde54e000b7327edd4a4dced9e9a0",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.842286067133961,
+ "Virtual Size": "0x18848"
+ },
+ ".text": {
+ "Entropy": 5.636907616740039,
+ "Virtual Size": "0x9517a"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.199783217663668,
+ "Virtual Size": "0xc5"
+ },
+ ".data": {
+ "Entropy": 4.543005509538862,
+ "Virtual Size": "0x2a5d8"
+ },
+ "/26": {
+ "Entropy": 7.264358037145479,
+ "Virtual Size": "0x482"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6458352177504407,
+ "Virtual Size": "0x1ae68"
+ },
+ ".dynsym": {
+ "Entropy": 3.2108977484090375,
+ "Virtual Size": "0xedc0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "71999c6f-6195-4944-ad16-105579c98549",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB6722995D4821AEAA9871C1B9782A02ED2F3D2BC6C1AAFD3E6B7673A210A8FB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "50A8B3CD4F80C8C27FA47242869FDE8B6B7709A8AD1AF0EF0A726D20623007D8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Miray Software AG and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5efb08ce-213c-49be-8c2b-0ae849f64b3c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9e12eb37ae8b46c4010ec3e1b7201f21",
+ "SHA1": "90a6b60c5051a3b00d779c03ac1e07f5df376347",
+ "SHA256": "f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 23:56:52",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "077432d8b1ae0ceea719297360357320",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d537e7c393d18329197e079601678b9b476247d3",
+ "SHA256": "4e371dd0448f1de869ee087b59ff88d11865463715272bcc6c29b0d5e21dbd82",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8209991495784,
+ "Virtual Size": "0x1e768"
+ },
+ ".text": {
+ "Entropy": 5.607257358833804,
+ "Virtual Size": "0x9953f"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.278552013395339,
+ "Virtual Size": "0xce"
+ },
+ ".data": {
+ "Entropy": 4.4112605874652075,
+ "Virtual Size": "0x2b838"
+ },
+ "/26": {
+ "Entropy": 7.18604621467741,
+ "Virtual Size": "0x5bc"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.657629438857694,
+ "Virtual Size": "0x1c3b0"
+ },
+ ".dynsym": {
+ "Entropy": 3.21155188819022,
+ "Virtual Size": "0x101b8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "47f27d2f6c0691c8e54b4403f9ec6c6b4423a43467cca7e8cf8afe60457f3b5703cde9d840ac3dd35567d791af1d1146376ba1fba9a8a502b5c9601232f24349ca5c324d1806150540cc5823d7dd777b3166268a26734c21b32862e300c8ca42856ec161633c1a076f4213c4c2a63e2ffd0ee16a301ae0c6dba732bc500a5986742520022ce33746f96c4ea8641b2a68a902872a41a8e6701e96158ab91c54c6695bc736fa047ec57b40d732abeb61e34414454e6702ef7bc5518a0d77ab42ed5efc23b01683b5c3c95c4aeb564b6f76cdae4d2e33ac59fca4cfdeb4c215549e1f43b64fd3eb9ba35171be9dab9375a1a94107dd4f95bbf88e9c239136619e20",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "82b02850f57505f0830f6dd30b6aeffd",
+ "SHA1": "e600e0efe4030190c5e0cab9aaad72f4e76db429",
+ "SHA256": "1c1d5edaeb9a5feef85e34eb40607816e98464127723d284f99b69c0c15e42f7"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1457ea3c-21cc-46d1-adf3-606e98b3938b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CC8EEC6EB9212CBF897A5ACE7E8ABEECE1079F1A6DEF0A789591CB1547F1F084"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "97BB9FD717C396231E86ECBE5A760D56DBACF4AE8E963D16D724591E45919B65",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "1457ea3c-21cc-46d1-adf3-606e98b3938b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "025ed4ef-d8c6-492b-927f-a1eb484d7b89",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "812EB0FA2DF13A889549729CADBF1720B68F6C9E21955741B72802590AF1B5CA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D0A3923ED57307BBDDA1ECF0FF1C40F478DD6F439F80A072508C3551520CD52C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e12666fa-d6b3-449e-b3c3-18cf7a3d5b69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "815D98AEE498CF27FD6648C7E02CFC0A4A88AA73237CBB2352FE38384A72683D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "764D5B7F15EF539E0C8685DF62AB7CC7DBA3FCA50A08A8F7643D108A0A7FF757",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Univention GmbH and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e4cbfa0b-8b40-4ac9-b390-a566dbddd873",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "70A1450AF2AD395569AD0AFEB1D9C125324EE90AEC39C258880134D4892D51AB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B7A243AC2248C630A51D73889E4BAA33DA94BD58D63E364A5FEF1A0998B4F5E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e4cbfa0b-8b40-4ac9-b390-a566dbddd873"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3f78afd-8a4f-444e-8561-b32a5d6015f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB95A4D2E0E02A5B56D059C9F223C2326753EA8C44D2E3FA6C4486629BE387A9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C8AA71C72318CA43CBA4302FBAD12B474E7E4ED1B0EDA8A48CD71343A32FF155",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0d33abea-51fd-4453-a8a3-150328e8ce21",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9ED33F0FBC180BC032F8909CA2C4AB3418EDC33A45A50D2521A3B5876AA3EA2C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A121947909D35BB042F0049D18E4EE2B27941E10D14E4D6B1C11945CA79992E6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0d33abea-51fd-4453-a8a3-150328e8ce21"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73af3c3c-dce6-48b2-bebf-ea167cbaef2a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6856F137F79992DC94FA2F43297EC32D2D9A76F7BE66114C6A13EFC3BCDF5C8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A2BE1EB17E12E0A66A87342C9D1CFD4D7DB81504A16B4FCB32F15C6BAA3F589D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "73af3c3c-dce6-48b2-bebf-ea167cbaef2a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "329800cf-dad0-4ca8-bdc9-6ec18ff01421",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "eff2e129dcbf0ddc1e70c9ae8b5d0c6f",
+ "SHA1": "c5997af577c074aac5cf0fb290f24bec27618d73",
+ "SHA256": "835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c748cde9827385f9832a4f0ab1f02550",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6436ae30f3f189f70f9043d91ede90058fbeb00a",
+ "SHA256": "338b89190177e950151a198823fd9d5f4ea25c1faf73e56ca5d9cf69d373fd66",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.86401422844892,
+ "Virtual Size": "0x189f0"
+ },
+ ".text": {
+ "Entropy": 5.645524701763948,
+ "Virtual Size": "0x9775e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 4.540880693208529,
+ "Virtual Size": "0x2ba58"
+ },
+ "/26": {
+ "Entropy": 7.340161985642677,
+ "Virtual Size": "0x3e1"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6542755257736204,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2053343981539277,
+ "Virtual Size": "0xdd28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Blancco Technology Group and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4d2c43e5-7a66-4890-93c7-3f9ce734f78e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "757b01c0eb9ed075c6e93d2fac4b0e4e",
+ "SHA1": "948d8090a1f360db50a84f3cab750f95d76044b6",
+ "SHA256": "5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "22534ca115844f647fd2698572201490",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7a21dd6f0289ca16c6f2a46cd37a965721f07518",
+ "SHA256": "24d6b301a1268ba8b373275981538855205eb0115609800f2b5b95377483b108",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.834298869664788,
+ "Virtual Size": "0x1e698"
+ },
+ ".text": {
+ "Entropy": 5.6177167078803505,
+ "Virtual Size": "0x9aac7"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.287094102644723,
+ "Virtual Size": "0xa9"
+ },
+ ".data": {
+ "Entropy": 4.411757169157883,
+ "Virtual Size": "0x2bc78"
+ },
+ "/26": {
+ "Entropy": 7.246800061582028,
+ "Virtual Size": "0x42e"
+ },
+ ".dynamic": {
+ "Entropy": 0.7873974037224476,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.655298369840716,
+ "Virtual Size": "0x1c470"
+ },
+ ".dynsym": {
+ "Entropy": 3.210413889723783,
+ "Virtual Size": "0xfff0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "293680d1-928e-47e7-b45b-421122787ad8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C05B9250BDA8E86B6E5C6A8C584F0F61B4A3D243689965B5A955A2CB198D1E99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "66CC4EE53DAE4DD746AE6D8B58B858DDDF1634A498D5EF41F50264E6F948F526",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a1062c3c-45c5-4c75-bbd2-d744c8e3fcb8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "01E2DA8EC5A6929DDBBBEB2E9807586FACDDCA6A7EF62BFEBB581BDC2D7274D6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200730-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A1DD22421CC934E050572520A026985AE8C5FC5AD73816510713F1E1D4DFF575",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d0acb6e2-2647-424d-b438-eff9f1b605fd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "837d8bdc-6458-4eba-87cf-c82a32d1eca6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F254087746FDB5D9D9EAE6DF458485752BEB0FCF295C36D273511B45F7480287"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "106E99968A816752C4A0F5DF6AEACC0400C688DE35832798029040CDB41E1F09",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by NTI Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e0c1a30-7f00-408c-94fc-b8679bfe90ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "543a59e6a502706a4a6210c7b7f22033",
+ "SHA1": "70b0cb8fdadfc2cfe995adfa594d282e7ffcaa41",
+ "SHA256": "7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-10-24 20:30:19",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "87ae10260e4ba99762c952c6b1781476",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d8282df774ac784f175e5954d46864fd06c28bc3",
+ "SHA256": "b06dc8f3de1e7e5a53dc7ad0f8028f78a843df54884b4a92bcec21071f0e649b",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8275795242762225,
+ "Virtual Size": "0x174e0"
+ },
+ ".text": {
+ "Entropy": 5.64000824439747,
+ "Virtual Size": "0xaa4f1"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.77616587395717,
+ "Virtual Size": "0x31528"
+ },
+ "/14": {
+ "Entropy": -0.0,
+ "Virtual Size": "0xa"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 2.6207035651809227,
+ "Virtual Size": "0x2af90"
+ },
+ ".dynsym": {
+ "Entropy": 3.210966719000789,
+ "Virtual Size": "0xf210"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "97efcb29-1524-4142-923b-4395a39fe3ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4185821F6DAB5BA8347B78A22B5F9A0A7570CA5C93A74D478A793D83BAC49805"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C31524CF5814D19C11611A5E5C27B2071DCB76B7EC6DC2DEC93FF9DE5CE656DE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "97efcb29-1524-4142-923b-4395a39fe3ee"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c1e70cfa-8b21-4b51-8b94-9a06bb4b5550",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06EB5BADD26E4FAE65F9A42358DEEF7C18E52CC05FBB7FC76776E69D1B982A14"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "608854C2B7A26B00A3970757C2FA176B361F74FE094F7CFA482C439071279548",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c1e70cfa-8b21-4b51-8b94-9a06bb4b5550"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "64508479-d4fc-4415-b202-d787a4d094e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4D8EAD6C325030538D10EBB39F0EFDC2F553794C14A5E45F9555C335925D9D3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0EF0AD66BA9A0C4E4815BFD072FE7E281DC382D8DE08A4529DF3FF997B19E705",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4feb177a-ce68-4853-9874-5b834a0b9cb6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BDD4086C019F5D388453C6D93475D39A576572BAFF75612C321B46A35A5329B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3898A72298BBF39E2E9B268DA9661B47B6AC5C160518089E27BF8DF25B77D584",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by TrueCrypt Foundation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5abbd1d8-5850-4e54-9375-6a9639a8db58",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "77F55C6E07D808021F9E66017605D8B2DED6C55944693641902C4CE821E37878",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5abbd1d8-5850-4e54-9375-6a9639a8db58"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200917-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b5b838e-359b-483e-94e9-a1c1ed3077d6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "40D6CAE02973789080CF4C3A9AD11B5A0A4D8BBA4438AB96E276CC784454DEE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200917-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "258C72394A0D163E9196A16682D3881E6CB24171EDA78FE026CC9CA9BEBFF22E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200917-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "61d9e3c8-8cc0-4c53-b886-e6e2e676f475",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4EE45A217B38A8C13777DF0860F1255E52BAF3CF9D075373E31AD7E2C85E2CDB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA909ADBB83E05F92BA2E1144C6A33CB320A760409E1015B00A9EED666063510",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "61d9e3c8-8cc0-4c53-b886-e6e2e676f475"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0ecce400-dd9c-4291-9502-c8682a4474a4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9F136F152A21885D574519554C7B64C15F014E413CDE6AD160F2091EBA9E6424"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "891C44B16ABB7063144BBEF23BC35609FD14BB3FCD8ADFD1E804526AF344EBD4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b7909152-9a87-4045-9aca-ae18890b2b71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3B7696DF627ADE30BB15BDC5CE3F3C27240C973353E8551E7B036C90D01280C9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "41607556B9A25F6F3AB73331589519553F83D2CB3629FB3E729303898D173023",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "989b4dda-91c9-4903-9027-6ff3e74738b2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DAF87006F2653909E39A52B7ECB234484E7AC84AC21EB59354C1BAFCDDF08D9C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "87150D354E809EE266FC005B1DECA64F70A72B9505AD79062D337EEF012CA896",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa7f07a3-cedd-4752-b1fd-0e8043dd54e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "97A8C5BA11D61FEFBB5D6A05DA4E15BA472DC4C6CD4972FC1A035DE321342FE4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7C783057C245A34DFF5A9497C3CD4181FC80D06439884E12AD5D67A4F5266CD6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "aa7f07a3-cedd-4752-b1fd-0e8043dd54e6"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3598ca7a-27b3-4c09-aaca-cb5108eca19f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "39ABED2935891EEF96E2B733BBC6951DAFAD1A4C6B500D2D9B28C358355A6AB8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B455F745A6397C1B4FDFA43E634462EE1414DB21EF5A3391142B0F988F31FFE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "865cadf5-d63e-438b-a8e9-44591fb69d2a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "3c5fa521303c8b5564f3c2ce44596d69",
+ "SHA1": "599dbc2acbec93f50c653471403aab7be0b978d1",
+ "SHA256": "736afb5df29ec9c88532be9c620ef80901bf23e72f2d3488b757aff17e734ace"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-25 01:06:47",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16411 (winblue_gdr.130924-1807)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f512804db694f319cf51306dd2c2c618",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16411",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "7c1182353e1a18467ac8596eb17c533e",
+ "SHA1": "3dbd444a114f18bb9cfb639f095ee5a0915ba297",
+ "SHA256": "3556b638af47e65fa07578b156ff85afa0145f715fc594c65a97aab98841c601"
+ },
+ "SHA1": "d1bfb94ce4288f7f4e3f27ef22618991485e06ec",
+ "SHA256": "3f28c4f2fb32c10e5faed1debf7db6ae8c821bf286ffdb57a5b31fce0730e111",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.650572748526797,
+ "Virtual Size": "0x12a4a4"
+ },
+ ".data": {
+ "Entropy": 5.268881641959374,
+ "Virtual Size": "0x564f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.470826687572494,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.533455631907051,
+ "Virtual Size": "0x7f10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b66ad2e-41d5-498c-bd23-2c88e3a74ccd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FFD7688E7D2B8C3C3140B415E728BBE7663C54E23BD288FF2CF4617835088F39"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6DB28A61DEE4A1209B94F5C984C44D9674F69EE700373FD7BF1A3CBDAAB83FA0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cddc9bb-dc68-4cd7-aee9-227b47b47966",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9414F5FA5853978C07FC6BB17A1CA9460FE443FFCA021FA52C8672A94460F44F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "413782A6CEE2CFF718F87A737CD989E2A6067E67212B575AD8A7D80B1A62F206",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9f95756f-dfcf-48ae-9c0c-8d99f4894e28",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2298078eaeda24a91219936dfb897e5b",
+ "SHA1": "23760cf7521a929e9bfcaa5591ad186a18f91f87",
+ "SHA256": "ce65c29521cd8498fad962e5f70d55c5044366ec09c761a60cc7c4a2001776a4"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:28:06",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1038)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "8000831e91c318757fa911d4c879dc02",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "420a1a5671848b2653305add8102a14f",
+ "SHA1": "114d1b38b6213056c957863df20adfa4d8e5d3a1",
+ "SHA256": "20a649595bb060b7fabbd48e91fff890b90f378cbbdcf05d770a881393fa42fa"
+ },
+ "SHA1": "d88ac2154cd473d25c41be40bcca918158badf94",
+ "SHA256": "59e4fa86b1c3bb7df3cdb79a17ec36af9ad12e153172f6d8e662fcfb9dbb37d5",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.474040887094493,
+ "Virtual Size": "0x170eb4"
+ },
+ ".data": {
+ "Entropy": 4.306218248343971,
+ "Virtual Size": "0x63050"
+ },
+ ".pdata": {
+ "Entropy": 6.083164356102291,
+ "Virtual Size": "0xa758"
+ },
+ ".rsrc": {
+ "Entropy": 3.4701486563458728,
+ "Virtual Size": "0xfce0"
+ },
+ ".reloc": {
+ "Entropy": 5.402300872203148,
+ "Virtual Size": "0x988"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d1d2f3cc-064e-455c-af50-3bd0d46a06f2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "889829fb843f0a94ac85fd363af55729",
+ "SHA1": "7064b8e79beeb6e7443033f51a17d7973ea424a2",
+ "SHA256": "7f292bce8dc97b601ef1ea72bdf7d96a12a87782bb1b1c547f85c55c7b3ff035"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-02-15 11:51:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20300 (winblue_ltsb_escrow.220215-0706)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "d6604f3caaa504ff3aedbade7d87fb97",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20300",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "a8dc3e14fb4ad8d264fdaba4ccbc89d64ee4791d",
+ "SHA256": "f025a519dccf1df41951c22c6dc5cafa61e21b117e174b4983b45ccc22c6375f",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.632565264872485,
+ "Virtual Size": "0x132694"
+ },
+ ".data": {
+ "Entropy": 6.174017317899591,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723546570842396,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 6.755773988883993,
+ "Virtual Size": "0x5e94"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34302"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shdloader.efi } }",
+ "Description": "This was provided by New Horizon Datasys Inc and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "85ef0c80-cca4-48f1-8ace-0ab2fda03b79",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "431612322a95c76c8bbfb190f00aa9cc",
+ "SHA1": "e0b9eb89abfb711dc3600589fcdceafb74ecaaed",
+ "SHA256": "c55be4a2a6ac574a9d46f1e1c54cac29d29dcd7b9040389e7157bb32c4591c4c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-06-16 02:13:10",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shdloader.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "1c9670b5add3e4d6aa442a53427f422a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "11ddf040e749c8362e91c58fd17cb9c7aea4be91",
+ "SHA256": "c3d65e174d47d3772cb431ea599bba76b8670bfaa51081895796432e2ef6461f",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.513510764209654,
+ "Virtual Size": "0x18f0"
+ },
+ ".text": {
+ "Entropy": 5.9651561169269165,
+ "Virtual Size": "0x7962"
+ },
+ ".reloc": {
+ "Entropy": 1.3567796494470397,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.005064003834089,
+ "Virtual Size": "0x2098"
+ },
+ ".dynamic": {
+ "Entropy": 0.903083847405932,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 1.8366456660065942,
+ "Virtual Size": "0xfc0"
+ },
+ ".dynsym": {
+ "Entropy": 2.618034288058892,
+ "Virtual Size": "0x1668"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shdloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e6a6f59-083f-4829-baa5-0c388a9a7634",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6078C0FA37D9D35DADAC7AD90E90A3A95C44985A3D305BD22A5D838ED45491EE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5ED5BD6952F8E520D74AA3001BC587493AFB6D628C0A3BF80875676C63F07B75",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d8aa2211-8d13-4e4e-88af-60ff17efd3cc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF91AC85A94FCD0CFB8155BD7CBEFAAC14B8C5EE7397FE2CC85984459E2EA14E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "407326C7F1C837A861EE8D187170C779A9B6A25B0736761645D7E549EBFA17C2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d8aa2211-8d13-4e4e-88af-60ff17efd3cc"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4936b474-694a-4b6d-b023-1c868be1b2ff",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5E2BB7BC8B16E0B9DDFF75606668E69D76AF1219C17180EF0A5B9B383F00B995"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FDD173678810D9F9F887B428EB260CF42C837EACC41A11E89C08131E262E2C01",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ac6f3137-42fd-46e6-8cfb-a22a6785d529",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "de6894cde22aaa436aca77368eda64f9",
+ "SHA1": "da4574fc375ca85005e13c0210a0ed8397b51121",
+ "SHA256": "6ce1f2986f0c46683ba07d296d0a84448ecf76c69db183fe29c36eed8f8e8f2f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 07:49:58",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1ee7ccaae6df60e3e850ae6c4a3b7478",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "810d7ecef2570772d2b70facfec1a6028e4bd611",
+ "SHA256": "566ae5fb2f355b2c03ecbbab4770e92856b0d1c3d659fe0c11263f1a5f8d7086",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.632717954879298,
+ "Virtual Size": "0x12fe54"
+ },
+ ".data": {
+ "Entropy": 5.28434417329483,
+ "Virtual Size": "0x5b4f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.471459084643445,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 6.762930538535226,
+ "Virtual Size": "0x5d10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "88e2e7f2-0a89-4a66-9f99-1a73ca3a061c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "21258FA3877177AC480CB571134BEE7BA1531DDD1274217DFF71BCD618F6C3D5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DD32DCC6A6E054F4FB518B3F26EE9F41D338AB5EAFFF83F3682E34728EAAECEA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "357e4bd3-4bc9-4b94-81a1-3833515e2d4e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7FC7196EBBFA0D7947DE66F37158DF23821F156F724FC3CC906F16E8EBFA3E9F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A59A2B53C8BBD2E536EADE26F26F3EE61129AB027812922B52C572364465E8C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ddecc35f-2233-4894-86d8-69e6e473943e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2e2ee7180f421c97f27615cef8531dab",
+ "SHA1": "2375db1ba66ae1873c8f31b76f305ec8bfcbf3c2",
+ "SHA256": "c4ebdc43048c43f5f11c59ead051a3585a07fafce985cfed8b27b73a5492f9b2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "ece26d0686590a1ae0f950a412ed1a10",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "15634f8fd748f28e29e4b77ce899a6d561576240",
+ "SHA256": "52febd655c84f4557de0ca35a236d468c03fa3bd0f51f54c31b37db29673da3f",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.757847859456988,
+ "Virtual Size": "0x232a0"
+ },
+ ".reloc": {
+ "Entropy": 6.810300778659803,
+ "Virtual Size": "0x18f0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cf4dc5f-5fc3-4a44-b069-bced755a5e5d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1C19A5A240A361131DCC5EC25363DA6E79C7D55B3C79C0976C947F1D04A38AAA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C990C8BF9D0C8E5A50CAF28C9FF6E8EA1949C5DD6AAAC5AB08B3A77CC0D5F011",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fa8ffd8e-ef04-4510-bf93-34fe1fadc156",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1510988D3DCCE120F22696A9E87B02E7FAD6367EF4AE8BFD54CDB528A5C48E99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E21231BE8A60E9FE94AD0D2202ED01C36E4AFC731A30659B8AC44C22B7377FBD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "51f20c00-6e15-4b45-852a-8f62e6f55436",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23142E14424FB3FF4EFC75D00B63867727841ABA5005149070EE2417DF8AB799"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DD33B966BE5F3882EED189E583AA4CA4D28E74B356DDEFFA164234DD7E89ABCA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c2c1c3d4-441d-4ce1-92c9-094411b3bf09",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BFCAA41445F20B54AEA650D03D7C39B77CD82A7A14824DC55AA587C4C0F742A3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E299D3CA4A5A6579E863DD54488B6E804E47B20B75B7E71DC64B47F6403386B5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7ca92d66-191e-469f-8320-a1f67a1eaa64",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DB1E5C6152A28D3EB6B1AFEAAD4974F3654AC6FBBE769D870ABB74EDE632B9E5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AB66D5C1C320900FC15984D7E1D44331411F2339DA9376F3E9BC2A4CB9B06014",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4814d421-23eb-4222-8cc1-aab6645981fb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9783B5EE4492E9E891C655F1F48035959DAD453C0E623AF0FE7BF2C0A57885E3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "103FE82E5F090184D8DB7A48801D1E503E3C6FC0726783E9A49A84F9FFD4C78A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4814d421-23eb-4222-8cc1-aab6645981fb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-8.3-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3dfbbf26-7e19-4d38-9b5a-6e332ba5fc34",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB994B400590B66CBF55FC663555CAF0D4F1CE267464D0452C2361E05EE1CD50"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-8.3-20200730-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA649429AA5899D242782ED21EC332A217C3D530296FC9D7A0E3F1F694EB7FE1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-8.3-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bca306da-15be-48c3-8a55-3165085410b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "731A31CC36C5A7D7445F9644CE4E850E99CC7962EF6E2DE98721447A1438D805"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AC390194D59EC41A1A01BD96417CFE79E833CD6BBCA820B5FCB35CC3FE99653B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "78f886c7-28cd-4686-ac8f-ee82f3e0fbcb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D89A11D16C488DD4FBBC541D4B07FAF8670D660994488FE54B1FBFF2704E4288"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A95666BFAF48FD9C4CAF2F3ED4EB593145C48BD3C93E4B00638088CE7EE962CF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "78f886c7-28cd-4686-ac8f-ee82f3e0fbcb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8440951-fa74-42e2-bee5-4a70db2dec53",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "450c5929a254f83c3fcfa056b9ecb5f9",
+ "SHA1": "3f62302d8c036c7d2d4ae6a47fc8439028871808",
+ "SHA256": "84d75f7a8913d66db946eaf1480eaddec3063d27a6f625f040b406718abcac44"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2017-03-25 12:33:45",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18639 (winblue_ltsb.170325-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "958ceee3668f4eff01fb29d03518b49e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18639",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "0213406b236ee5c1f1e4fbf0101d24cc10ab7e24",
+ "SHA256": "fe26e6c2bc5ac4357e6657624180ca1e946d6dabe79cdb098d7b8b4e440851aa",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4910310466732115,
+ "Virtual Size": "0x16acf4"
+ },
+ ".data": {
+ "Entropy": 5.389366981443705,
+ "Virtual Size": "0x6c590"
+ },
+ ".pdata": {
+ "Entropy": 6.102700785324201,
+ "Virtual Size": "0xa554"
+ },
+ ".rsrc": {
+ "Entropy": 3.472082202305419,
+ "Virtual Size": "0xfd30"
+ },
+ ".reloc": {
+ "Entropy": 5.400761827022373,
+ "Virtual Size": "0x968"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2016-10-11 20:39:31",
+ "ValidTo": "2018-01-11 20:39:31",
+ "Signature": "bd80b589ac202a8c57028b505da374963d49e555f4d7fba7ec9c9b645e2c3cc1b869ca054fce40a3953a4cae404cf07bc8f52e9408afa7cf74f03c131aa37e26eea21fe524bc06fe6bf59c1d510cc505cae5e385344eb27a4500ac119b30d5a54c5ae9c249665539cbf51fb8680a5311ee884d3d4a2c38a8e6e170f7c9f94aa821f889f4ef7733ca24c6ecc56105ec5b39f8609dc897a2e7deca1c32d696208e8b92a92419b386e3714c104f01a54b619de5afb79db9618e7f90852b33228d4ae67d6e74b3c55ad9f6f41b86952aed4d73efe4e09f36d2ce97679ce82ca30d073a1dc401342b1b255abaa86b506d8344fa287e2a1214e2d3b98dfdb9c6d85fda",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Version": 3,
+ "TBS": {
+ "MD5": "dde4566ad877cdd7257537c5a15caff8",
+ "SHA1": "61ccf092df4eb7534ffc8df983b362e10eb895c2",
+ "SHA256": "0ae3a29cfb54cd16c853b2246cc428219bb87f7e4ea299b0374b2ac43f2a61d8"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "07ce0c22-0e7a-4f68-91e2-61a9d9cd566f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "65F3C0A01B8402D362B9722E98F75E5E991E6C186E934F7B2B2E6BE6DEC800EC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A86152DF323185DCD535369C94B9226FEB6AAB4479C00A4A916B4E82E4A85FE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "07ce0c22-0e7a-4f68-91e2-61a9d9cd566f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5a1e393f-1595-4e4e-993e-7097a184ce42",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3FE9F8D11EDCA3FC1899100484DE4CC2C626ABB38B73985A441B7C3A0D39CA54"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8DA046540148E1E146DE2F96C7D860962ED059A923E9685E868DC4C6065684AA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dbbed756-4f18-430e-9a68-6f0054091fa3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EA9C72C1CE865E6044ABFF576FD712D4DF3F5114318753EFCFEFED70EE586884"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "573D0A8D59DC7FDB0BE784ABE9B51DA9183848B613FF4C96B143D286043B4E43",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9308b260-6695-43ee-bddb-a90f20e035f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c62cb9b4d87523ac468bd048647eabec",
+ "SHA1": "57916473f391f8b25aa2497acf5c58d2eb304e2b",
+ "SHA256": "38909daf2fe29bbfe22303939d3904f38dca48b7f2a41f28f34de564a0242781"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 09:45:32",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "77fefa9f6ac9273ee5edb4d19e87d348",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "e609f8ddc446dc27a2aec3577e2b7869126662c0",
+ "SHA256": "03c8c9956938147bcc81a19e580ca8b5214e82829ec0494c22b0f59013ca22b2",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.773526636331647,
+ "Virtual Size": "0x92ba3"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.070551147779766,
+ "Virtual Size": "0x7e"
+ },
+ ".data": {
+ "Entropy": 5.335958404758759,
+ "Virtual Size": "0x216dc"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.5471242189199925,
+ "Virtual Size": "0x9718"
+ },
+ ".dynsym": {
+ "Entropy": 4.3951515278569575,
+ "Virtual Size": "0x9380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f907fd87-1f8a-4a91-8ed1-e74bf106b15c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9DD2DCB72F5E741627F2E9E03AB18503A3403CF6A904A479A4DB05D97E2250A9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B40F5FF7030848DB736573E06A1A1C5BF49F119E66DD0BA7E48E2651E2CE7059",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f907fd87-1f8a-4a91-8ed1-e74bf106b15c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73fcc470-7c81-4385-8c78-933467e404cf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DE7F766E4454DA118A6C42BEE476C4BB66F660BFDB88DB572C4621C43EC1836E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "35F731A87345B78EAC85100D339ED77CE83B7DF6151B401B446A79D9FEBCD36D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc89429d-d9b6-412c-8083-4879ab57f589",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EF87BE89A413657DE8721498552CF9E0F3C1F71BC62DFA63B9F25BBC66E86494"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-shim-20200726-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98721004CFF6B89B3E5A9267D29250710E6A6C8AFAE06EEF29F92745CD70E079",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9164d869-3953-40eb-91e4-26a837e3aacc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e518520c0709c922714f016a9ec3d893",
+ "SHA1": "3ef1fcd520f386618b77de8759b40d169b042708",
+ "SHA256": "05729029ef940c5e6ee96b3b1253c08783c01329bce2e9951bc22a09223fc15c"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-04-11 22:20:40",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20366 (winblue_ltsb_escrow.220411-1722)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c6697cdbcf51cc54053438e644243327",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20366",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "056c3b1ab4f9b248ffc5285f299a2653839357f2",
+ "SHA256": "1eadf7bf5fde916884a4beb82dd68ba50be05413f00aae8571190a2eaa462640",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.63395324582708,
+ "Virtual Size": "0x1326f4"
+ },
+ ".data": {
+ "Entropy": 6.175578570095665,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4725471322840162,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 6.751781167901335,
+ "Virtual Size": "0x5ea4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "30e370b5-bc05-4b98-96d1-8e71f41083fe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "311A2AC55B50C09B30B3CC93B994A119153EEEAC54EF892FC447BBBD96101AA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EE721020DB7794DE74F59992A2C6B4DCA5B9FD584BBCBDEF96930B9A7132BE1C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "30e370b5-bc05-4b98-96d1-8e71f41083fe"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cf486d6a-cb41-4d0b-9258-81a14e76f719",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4B59C6D8E94428C4CBDB0F306FED75B099EA349431F001AA819C3BD0D1600812"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "89C7492FAA5DFEFFE4F126764CD556A82B53520404636BD50C32405346959016",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootaa64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2297fba2-2316-41a2-93f7-20ea8c9f6b98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A1A59CC2784246AD693B1DF151454642324E89C898566A59906891F48089ECE9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2674036BC5EE2446739FBBBE21F8480DA23AD5E98A6768754B4C9B9FC37EF2E2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc19dcf6-f6e2-4820-8df0-73abc96a95d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "706B8A820652212D3A5F57303C9CB2B80B9E79DCF2621F29318AF2346419EDFA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4CADDFE7EB99A666652EBDA685A542612C851C732801AA5B15AB39E826D7C1D7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9ad7a737-68be-4ce9-9595-30623e887396",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c44756dff66637b44b1180df93fecc70",
+ "SHA1": "502c5761b07eef8e5b1b90cd8465a36a115e339b",
+ "SHA256": "6582dccb8b305efe0bbbafdcc7d295a6a8bf1df0397e1a8ac736e9098a2a64c0"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-06-27 22:58:31",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20476 (winblue_ltsb_escrow.220627-1731)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6c1910730f135cbd5a78e3a48520e647",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20476",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "1d5beb0bd494d324fa663da050cc61e8f7f2ce92",
+ "SHA256": "77e2945b3a2b0d14e9943f90ddd7bb87dde9cc5d8be09f9693e9f4166769363d",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.493411591352979,
+ "Virtual Size": "0x16dcf4"
+ },
+ ".data": {
+ "Entropy": 5.413862912163844,
+ "Virtual Size": "0x6c830"
+ },
+ ".pdata": {
+ "Entropy": 6.079086771447321,
+ "Virtual Size": "0xa734"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723930407949566,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 5.410822163532266,
+ "Virtual Size": "0x998"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4c768cdf-df02-45b1-9342-63389224b997",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7B94F0505F37B19B432ABA08BE2E3E003038C02CEB531E169D460DB60C351649"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "593148805FC70C5FBE0299A185DD367DF00A8E7AA95242C90C6567A73C1CD259",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "163d69a7-be4d-47bf-ba9b-ad2e76271175",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FDBE6C45F2414421562D812EB67C5FA0CFD0D40AFE2CF0CDDC5E09054ACB4FE5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "73ED112C5EE295BA56BEA8679E062EE22A5E01B23438A7B8F459AF8F61A93BF4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "90e05866-5975-498c-bab9-1a71dd286011",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF02AAB48387A9E1D4C65228089CB6ABE196C8F4B396C7E4BBC395DE136977F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6AE5984A47CCE9129498E534DB84F0FD33FE9AEE2860462414416282EB0CF34A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "90e05866-5975-498c-bab9-1a71dd286011"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "990b3c53-97bc-4fd8-a212-e60c6fda898c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F8A0E13AADE0885A06B5D822BB21D8111664C37691F0D256EBA840277511BCA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B97D5B2A7A9E582652CB9A9BDE1BB68EB631C2329168A996BD19CDD1499408BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73fc4a00-2d2f-46c4-a597-bd0cc015dfdc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BEF7663BE5EA4DBFD8686E24701E036F4C03FB7FCD67A6C566ED94CE09C44470"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "690B765C38BE3FBA65B829677D98A67943F92E24E9860EE2A13273F5932B8A0A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "73fc4a00-2d2f-46c4-a597-bd0cc015dfdc"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8ceef305-f81d-4d24-bb34-2adf41c5b779",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BF550C6F826C96461552E665F53A4F275A14838FD64CCF773D194B78CE33E907"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A412612692B81C56395EDBC4E4CB189478D15BD7474A01829ECF867C71ED871",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "58907c65-5be5-4821-9c87-8d27b5a8840d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "17C2B5B96693CDC2951C89DDE641D14716063F5FC8795CEBC635378B73044E8B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "376E727A97432EE289CE9485988E24C0E20321DDC45443D7916D20D9C8824883",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b842b745-24ab-4f75-a302-5d4c4bf0101b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C2469759C1947E14F4B65F72A9F5B3AF8B6F6E727B68BB0D91385CBF42176A8A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C33397B499368E23DDA3FD5B9CC989647442F279EE6F80B53C620721C958346D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b842b745-24ab-4f75-a302-5d4c4bf0101b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f651508a-842a-4af6-b332-559fc9897806",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D069A07B5ACDE004FE7286558041F1F123DD88BB1395E5E453F62F48EF37D199"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9CD99CEFF9B7496E7B6720AF4C561668D6993376EC18593E3F54B1540E5B31A0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ad4ed491-2e8d-4c16-9bad-4352f1ce2f67",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C875AE8A8DB5441A577172869A4EC6E71DACE7A875F42A2FBBA4B52F293499DE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "339E7E433DA8002B9FFB9EEB3C768742A93953509FC02BCAF95254228914067F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "38e6bed7-1db9-4c15-8358-040edb77a39c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6B54497FF9915A6977428BDF8F45B116D874C4F8A836B5BDFC373D05F4C0EF87"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E438149CA86CF5F2FDD1318BF0D6C301593EA74B06940E031964F34561255BC8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTx64.EFI } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "35c8a2f7-287d-4251-a949-d1ad45040784",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "93858168a4a5a02e0446ee0c003ecdf1",
+ "SHA1": "096dbcb4f3baa2a21cd0e267052430ccd175593a",
+ "SHA256": "badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTx64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "0887bbb1fff22018d425b56dfb642db7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "db9c3757f8f341bd6be92611fbbfb3ca8bc80d6f",
+ "SHA256": "e352109145416e3b61dcf5e09492d24410828121e7d74c08ce0d3157b45a0831",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.634144687504991,
+ "Virtual Size": "0xab58b"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.800117402438687,
+ "Virtual Size": "0x31eb8"
+ },
+ "/4": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ ".dynamic": {
+ "Entropy": 1.177741779247768,
+ "Virtual Size": "0x140"
+ },
+ ".rela": {
+ "Entropy": 2.6309115175747873,
+ "Virtual Size": "0x29d78"
+ },
+ ".dynsym": {
+ "Entropy": 3.2171085714056926,
+ "Virtual Size": "0xf570"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTx64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by VMware, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3e375fd6-edc4-48ff-801e-cf5d4fef7d2e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1142A0CC7C9004DFF64C5948484D6A7EC3514E176F5CA6BDEED7A093940B93CC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "10914C967939CA831D9D39B87332A6E8882FE99901DC0E4DE4931CA5A065B9FF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a8267643-bd8f-42e9-851a-86b986973758",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8EC2540CEDDD592E616AF4386DA9EAF76855EF0A792E26FC149B32E951D76C85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AD1A9C1667E89214EE947D6B40D61BFFB7EA942ABCCE85319520CC3DE301FA1B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a8267643-bd8f-42e9-851a-86b986973758"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-7.9-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a7bf3e37-f600-48ff-82d4-4f1e82c199d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DDF3E4261419944F7C2F8B92F6D14C35060B4F94818CC4183F0C072706DEF726"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-7.9-20200730-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2D07ABD75C154055A858D4461A1B1B76D763E9ED294E2E10244C20601E072A29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-7.9-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bbd79406-168c-449a-8206-9927288fefd4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B3EAFDEB6E2809BD72730E4FC7896B9D94543CA360E9629B63C039FF91274BEB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F64F70D1D3AD35BEC25526472C51765BEB40AAF72CA8EC1242E046F62C18C11E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4885e5bd-31eb-4f63-af7f-efff02e753ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "92F858F6A02BD2014618B05D7759E34E7781B15C34C8814BA4C930B320F8DB09"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "53E9CF33ED9379862E5A5424E0C3FBE6D81D0D622368F773C81658F408A642E3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c7f3ce1c-9b48-4d6e-b769-4a2869e09bb4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F02174BB75BC774DF2D7A63A0B0F7A040C9907399F97F642743DA97DF30104C7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "642296E7342D651FE2FE547C1F08329777CCD44DC4F11C75FEC1F037A9B4B9B4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "64c9ea42-80a1-425d-ae59-d9ee4eadf4ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A924D3CAD6DA42B7399B96A095A06F18F6B1ABA5B873B0D5F3A0EE2173B48B6C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BDD96B78F3AA4B123851342995451880CB2498E785ED12E48CEB36F1A3F49B2B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a7cc38fb-91b2-4e2c-a0a9-2a6051c31cb5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8A03960BDEA6A4953AC50A2BBF9317BE228C2EBBC299E1E90CC7C6EB18F43B94"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E785D139C9F008F9135EDFAD44492D11D09B83373ABE74AD45B7CADD25EBB464",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e314abb1-31d1-460f-9df0-f437263d9e71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "50588d1cf5701594eefb3eb90f401614",
+ "SHA1": "8a6738664c7dd6a99dbbd32c0c43432e9f88c85a",
+ "SHA256": "9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-09-04 13:05:11",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c2d60556e72219f9d4dd063a6843aa37",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "83720b7f32ce09df641395f39a86bc48b3e8a9b8",
+ "SHA256": "d809eddc88a14239e8a069fa71f81f3e4af4dc293f7575d71d597c80f8767816",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.836197087741231,
+ "Virtual Size": "0x161d8"
+ },
+ ".text": {
+ "Entropy": 5.588107260830429,
+ "Virtual Size": "0x9f2be"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.597286314345456,
+ "Virtual Size": "0x2cab8"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6053915011200695,
+ "Virtual Size": "0x2aa50"
+ },
+ ".dynsym": {
+ "Entropy": 3.2071015337175828,
+ "Virtual Size": "0xe520"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "81ea3a10-a003-4839-ae9f-52cb700d38d4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FABC379DF395E6F52472B44FA5082F9F0E0DA480F05198C66814B7055B03F446"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "889337B0F67FFBDDD260CEE774DFA332DBB4EAE7D11333B2DDBAD7CA7FA773A2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "495a811b-db1c-41f6-88db-36688933fcec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB340011AFEB0D74C4A588B36EBAA441961608E8D2FA80DCA8C13872C850796B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DF224EF3B05794CBCE084C11BAAF3D85F380A5213D9097E400D9FA42FC412933",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "495a811b-db1c-41f6-88db-36688933fcec"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a4a532a-848c-4ca5-a910-357daefe32e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e04975ca0b4139e160f03ab301fe80b6",
+ "SHA1": "8b736cf22a54133d32665bed98eedf76755e0b10",
+ "SHA256": "4cd73702d6b209ea8d57657ac4603c8127134d01973d84018af7c68335751ad9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "9671f8d6de959b9d084f2a67f6dfadf3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f7df1f4af46adceea20652bc796d86b47d9eeb6c",
+ "SHA256": "3c430c719c9053a74d74dcc5e52b40d10f109db1dc9458a05a7a413b86a93467",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.843946446868365,
+ "Virtual Size": "0x18118"
+ },
+ ".text": {
+ "Entropy": 5.624855658077438,
+ "Virtual Size": "0x91898"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.421216580279309,
+ "Virtual Size": "0x28848"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.646133679930085,
+ "Virtual Size": "0x1ae50"
+ },
+ ".dynsym": {
+ "Entropy": 3.2051544492157,
+ "Virtual Size": "0xea78"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "60aaedd4-4eb0-485b-a534-82645695a185",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4A4873A319A3A3DE35EA325771DFFCBB31EC14550A4E029CF0FEB9CD686B8C92"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A0946E9C77C27E5E9D19BCEEFE4DC147F97BF1CA7FE12F15280D390BA7A0D67A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e9785a5c-1caf-4577-85fa-9a2eadc9bfe9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "788383A4C733BB87D2BF51673DC73E92DF15AB7D51DC715627AE77686D8D23BC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D389EDE1F84051086D30B8C2CFC362797B129854DF1313CA474F83A143F55D11",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e9785a5c-1caf-4577-85fa-9a2eadc9bfe9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Neverware and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b03177a4-54ec-4449-b30d-f197e75b8b3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1adb4d9d5d5c38a654581d03699efb51",
+ "SHA1": "120f24f0e7bfbbe0e0419060b1489921d9fd3fe5",
+ "SHA256": "56fb79aab26ee9d0e0ca372fb86a8bb459acbc505d0ab35e6a632a3d5f88dcb3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "eaaa74b1ac8f59f8610a8e898de54cf6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "82d315d856cf1a43ff8d22192638c8f416be591f",
+ "SHA256": "aa6f27b8b2ca5826f497362042c003b5e1d7ca22383d82730fbc5c45e048d839",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.841766513831158,
+ "Virtual Size": "0x93147"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 5.369085585418017,
+ "Virtual Size": "0x21a7c"
+ },
+ "/16": {
+ "Entropy": 7.20273225550972,
+ "Virtual Size": "0xb79"
+ },
+ ".dynamic": {
+ "Entropy": 1.38767138404284,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.537809435563718,
+ "Virtual Size": "0x9048"
+ },
+ ".dynsym": {
+ "Entropy": 4.388630978541453,
+ "Virtual Size": "0x9360"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ac90e9e0-2035-46a5-b3fc-f0670e6d0ddd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A0107A564E93989C57044FD18AA85BEB1258101AC3D9F6E10BF12C1C6573BC2B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B2025F4C880166D94222A95A88FF0A525C361D7B2C8A886B4E4CE6FBDD6520D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ec0d55b6-d46c-4f5e-b467-1a8fe09e64d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0C0C78837FA767EB045B8199E1E20AD666F90928DAEEB8F5E5253D8E7877FCB4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FB03DB013F31A9AA909B77CF510CD129B9E857A93E37BF9ABB91A79EB296C758",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-8.3-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fbf92874-0ee4-4c8e-9dc5-ab73b6bb4010",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06C670F8572BF89ABAE13D14D81FFE80D5550F696862B1AB386E4D8C56B02016"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-8.3-shim-20200726-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1A9DDD9AF383AD81787CD7C6A6DC8C8AA86CD995157C32AD476B60D2C494F7FA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-8.3-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2e84c348-bc0b-46e8-aad0-77b20e8c534e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "041babadd6d890113ca977dc8c8783b0",
+ "SHA1": "a19c725dbf32822ebedb4b356cff0eb02d6d9c8e",
+ "SHA256": "586898c60cff539b76d23dbf2c92e4105f6a7549e13f53d293708b793ca90d2d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-09-29 07:59:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18067 (winblue_ltsb.150929-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c1feed742caf34c142f70956e0c1259b",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18067",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "bea299106bb70032737ee0f38109e096",
+ "SHA1": "65f3332d76faa2a5ae73e63d26bfa69503b6c134",
+ "SHA256": "b6ad69793fc6b368aec09ba17c870dca193917afe40f10691983732cb4f36a5b"
+ },
+ "SHA1": "0e2909e38cccf18e7e44be9c12d9a4856a38b512",
+ "SHA256": "e35cc798f138406bdc5e793574f62fe3be4c7dd6424aa6825e6ec7b2a345b591",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.631975040652875,
+ "Virtual Size": "0x12f284"
+ },
+ ".data": {
+ "Entropy": 5.285987336724433,
+ "Virtual Size": "0x5b4f0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716181867603395,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 6.762931731511957,
+ "Virtual Size": "0x5d00"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9e382fdf-568a-4b81-b4ce-58c25f3b2d80",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9A22818E84CA5CDEC6F7FDF0A10B9FF230A53A5C18F4E9179C90A3FD268CD622"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CB5C370B7BDC87A2153425852F477916BA3B13E4C62EA419AD93DBDD34780BEC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "13ef8a27-3274-4d3d-831f-36b30bc88627",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C2CC91555617171A7D8AF57DEE529B443A41A1FAD3D4032DBDB814DAD6C2688E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F2F2F729FC1B94C3B3AD210E0664FAE3351D0D7541581FE2C6DC7B087BE2B16C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dc63ce55-4d4d-40f7-996d-6fc85f01443f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8FDB0851B7639B3293019BF0A8DBD6B7DD57910AC0CC0224852C3381880F2A45"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "76AC59211DF73F8BC0F1369CE290BFF57AD705CD1EB3B402D19E12FE5FFBD6D6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2682f970-000c-406a-bf2e-fa4c1ac8bbeb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6C63C984BC754736376564A8F9AB1B7885B9AC2F49F1EC6E4053049D26F78F9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B28C498A7CD61006A32A9EEF404AED4349CA68DC6F2240833BA4EC745D37A1DA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5891ca2a-61e6-4938-942b-bfcc61dcb929",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0021B5B11CEB03402D618134800A36C54E1C4328AD389D50B40EACC1E881DCB5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CD4A508F248776D8679ECEDB7BB1AF1752C23FDF66284522B4B36F242471B72C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cd28475-a974-4b4b-becd-b57b605d2b9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "831541e64bf58f95339e2e1fbc08b9a8",
+ "SHA1": "78d90cb632f7b98b3c39ef79f5a8079654b27e5b",
+ "SHA256": "f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-11-06 14:45:47",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "aa8eae148f6ac90c370eb50c88b974e1",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "2f8b409981580582bfe5fd5e36f8d3e23c061966",
+ "SHA256": "a120f42de7b5bfcb55c40afc857b6baf4d1ac60725500c27a5b2942bda970ccf",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.852532962586707,
+ "Virtual Size": "0x17c88"
+ },
+ ".text": {
+ "Entropy": 5.632428417166211,
+ "Virtual Size": "0xab73e"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.788657848345654,
+ "Virtual Size": "0x32638"
+ },
+ "/14": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ ".dynamic": {
+ "Entropy": 1.0193252150689545,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 2.6197000559147496,
+ "Virtual Size": "0x2b440"
+ },
+ ".dynsym": {
+ "Entropy": 3.212411046351249,
+ "Virtual Size": "0xf540"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb2d5dcd-595c-40d2-a14f-9b80d0fefc7e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d06af20d9fe41bce9fdcc0e3ce175987",
+ "SHA1": "c242ab25b79c1910f451b87f5499802df249e301",
+ "SHA256": "0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "3f5b9c90792efc13debd32233440ad32",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "23b7889abdb236c8cd871733ba2ea7f91d543b99",
+ "SHA256": "537b428a0ad622765010c4405c1603ff464fcbb24ae4c2fbf559a10b8ea4593d",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.853673837012988,
+ "Virtual Size": "0x18c48"
+ },
+ ".text": {
+ "Entropy": 5.6393589178613786,
+ "Virtual Size": "0x96b83"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.124924534645108,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.461532819567069,
+ "Virtual Size": "0x2a3b8"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6503742316211305,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.207599033482772,
+ "Virtual Size": "0xdd40"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b7197b1-fac3-4680-b8a4-b91cc56d984b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A620707ACF23A4E6CDC357A1499E14852B605D9EB6186422F57D458E627D6C0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E012F7C26EC6DE9D336AF7843DE0A4278D6191FA7989DDCAC40A978FD927BB6C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shimia32.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "40519b35-c303-4cb2-aa20-c08545506e08",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b857ca99527ef8704d481f4901948705",
+ "SHA1": "e4e5ede245103cde830e02c847c59abeeea32025",
+ "SHA256": "a8a3300e33a0a2692839ccba84803c5e742d12501b6d58c46eb87f32017f2cff"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shimia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c77a847cc9c46de840d61ec8e3453f29",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "cba6f1df00f5220288d92686d84ae7e10c950c32",
+ "SHA256": "a80b37c9749d6f2c2fdf64922a3142eb0fd63c72fd2989d7e75dcb4be367299a",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.854758369929387,
+ "Virtual Size": "0xa0537"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ ".data": {
+ "Entropy": 5.281293400299073,
+ "Virtual Size": "0x23764"
+ },
+ "/16": {
+ "Entropy": 7.435250663075391,
+ "Virtual Size": "0x57a"
+ },
+ ".dynamic": {
+ "Entropy": 1.4765954737895086,
+ "Virtual Size": "0x80"
+ },
+ ".rel": {
+ "Entropy": 3.5626097123135003,
+ "Virtual Size": "0x9798"
+ },
+ ".dynsym": {
+ "Entropy": 4.417215138757397,
+ "Virtual Size": "0xa1e0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "064e9fe7-c5dc-4858-9006-e9b1e0e3001b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F2A16D35B554694187A70D40CA682959F4F35C2CE0EAB8FD64F7AC2AB9F5C24A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AECD34387179AFF5CE02103679312CDEB1DA835015A8548FCE93765E7219612E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "064e9fe7-c5dc-4858-9006-e9b1e0e3001b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "84fbccc2-01e7-4a24-adbd-a1d3ca0acc50",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "35C16AA2BB4DADF5028F4801185CD368B922C6CF7651CB7FEF30DFB95920FB99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "574695D73FF3813C780728858B4A6D2CE6D24B41308B23281E438B66A60E4424",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ad6add2d-fe39-4ffb-b31d-7dffaf3ef28c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BB44FD8CD04ABC3B54E5CCEA97EF81E70FD3933C34288D8B86F6ECB4F3ED1FDE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CF61636CEFDF20CF4B35382124800E047F5886952888BD41D1B8426BF34D2D29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ac900b72-efdd-4779-9a1f-401949c3446f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AD16DE1E2BA27196395124683B80EFC186EE7E51D434F8FF67D973F46E8E602F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F4F5C82CD7BFA5294F973385F7F2FBCAF3AFD3748952B06692C085792BE146F7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c3bd8f7-9926-4763-98d1-7eaf036f7bf1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "22C3867606A625048E1D9D5230F07FAE41E70BD08EA978BDB37563C0EDD9DA03"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "513310D70C03096167B915705C9F0CF34B2B62AC317AA3F89FA5CC385D74DB54",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "191557da-f224-48bb-b027-94534c5637ae",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "800423CEB7E4759621A62C729BABC81F53259D95F76457224AD601542B7B26D4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34F107AD8F982B591FB92BCC193BFCDBFF916C720BC69D96A0E9BD22CBA1E84C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8afa8fb8-bd3a-4033-9f71-3d1e574708ce",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ac8a7a2580ddb3d88ca49856664d6824",
+ "SHA1": "9c07457b464050230ec5376b0601e06c8cf3faaa",
+ "SHA256": "89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 14:01:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "e297beb49756fef9d2bcad4b860426b3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1c1007b55a1e5c1ca49b0b6673fd83b0ae9a9dc3",
+ "SHA256": "62c6affbee1ba9a0435562db6e092a5018effeed0bd0f1d0494f34ce6cd403e9",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8520727981082565,
+ "Virtual Size": "0x18c28"
+ },
+ ".text": {
+ "Entropy": 5.640692113472777,
+ "Virtual Size": "0x96d03"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.18628715184291,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.4625470240437215,
+ "Virtual Size": "0x2a358"
+ },
+ "/26": {
+ "Entropy": 7.339046392262435,
+ "Virtual Size": "0x9c7"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6480533598999405,
+ "Virtual Size": "0x1b0a8"
+ },
+ ".dynsym": {
+ "Entropy": 3.202575116995807,
+ "Virtual Size": "0xdd88"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d40485d2-4fea-4d92-99e9-e1531fe4d33a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DCCC3CE1C00EE4B0B10487D372A0FA47F5C26F57A359BE7B27801E144EACBAC4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1275826206FEF9AA0A48A60BBC15300B3201F76F45E3CCE3FD0064DE2FC7CC5F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d40485d2-4fea-4d92-99e9-e1531fe4d33a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9517d1f7-d485-4c7e-95b9-bdf297b342e1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA44BD2BB872DD6C6A8687F65CC138585A963473203D6F3F64770E5365812630",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9517d1f7-d485-4c7e-95b9-bdf297b342e1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "22532a2a-950a-425c-b1c7-ae8f8e4faa5b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F16078CCE009DF62EDB9E7170E66CAAE670BCE71B8F92D38280C56AA372031D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1CC3D6DA3017F0F1422D1B8115622EDEF65FBC497487234D17F4D356670F28EB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "22532a2a-950a-425c-b1c7-ae8f8e4faa5b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f65396ab-3920-4a6d-9bf0-fbbf62d52999",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "08BB2289E9E91B4D20FF3F1562516AB07E979B2C6CEFE2AB70C6DFC1199F8DA5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A3C1124A642244F23685B68D2E5A0AE036651AA401DE70B3912EFD044B62222",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f65396ab-3920-4a6d-9bf0-fbbf62d52999"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8a6aa8d7-205b-4747-aa92-8b526be3b7d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "45876B4DD861D45B3A94800774027A5DB45A48B2A729410908B6412F8A87E95D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "29DA5912698EE1928C239D394EF95A4BEEF0DC59262B6BFFEC24FA205C4B8A10",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8a6aa8d7-205b-4747-aa92-8b526be3b7d2"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-8.3-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6e1223b2-5193-4ba9-b9b5-b09c45dd4286",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4F0214FCE4FA8897D0C80A46D6DAB4124726D136FC2492EFD01BFEDFA3887A9C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-8.3-shim-20200726-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D662EF94388DB203CE52DF9902D77E9E5EFB25A202B5B096351D604FD3E63080",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-8.3-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa0019cf-ba6c-4a6b-8ea9-3e4494562744",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "aa60f3f1fa0e30a28c2b0bd0ee4fc806",
+ "SHA1": "55c991c8563ae11352ae9d0c24644853fceac18a",
+ "SHA256": "54c7d9c28672a1306e43ed7feed38b295f8eec279251f996fa293f68fc6cfb12"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-02-15 12:19:17",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20300 (winblue_ltsb_escrow.220215-0706)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f3c14ba5c3670afacd47f0574922b98f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20300",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "a4ede25f03e0ce65fa4a840c454c73019275d8de",
+ "SHA256": "5052ce3b96db73a909bf0e54355e357f8ab7284fa48f9b21c85efedbb886c100",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4945526926976,
+ "Virtual Size": "0x16d9e4"
+ },
+ ".data": {
+ "Entropy": 5.416517617217657,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.080928684654755,
+ "Virtual Size": "0xa710"
+ },
+ ".rsrc": {
+ "Entropy": 3.4721768908716837,
+ "Virtual Size": "0xfd40"
+ },
+ ".reloc": {
+ "Entropy": 5.402081860527767,
+ "Virtual Size": "0x994"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "670b1089-ea21-40d1-ac0a-1dc0adeb7b05",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D9668AB52785086786C134B5E4BDDBF72452813B6973229AB92AA1A54D201BF5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "30A947ED2F95D0E7F2746F3A4F3C458FC64554295BA5B4C302FE0EE4F8027C0C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "670b1089-ea21-40d1-ac0a-1dc0adeb7b05"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by SEAGATE Technology and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a3bbd629-976b-4804-b5ea-2e62ee592092",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "370b63db6afc64b05feadcbffb223da4",
+ "SHA1": "e9449d88a4154e0d1bfda7986c089f743b00e9ed",
+ "SHA256": "95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-05-23 05:14:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "ca747f0a7e1bcbc51cf4f9cd2a17f9a5",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "41686992e3e8fc975674d5134909975b66b54a38",
+ "SHA256": "777adc7e8a3e1422b3fc9c10ce31e996c057fe801a5292f0902bd5c5365e7287",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.819140517708772,
+ "Virtual Size": "0x174e8"
+ },
+ ".text": {
+ "Entropy": 5.641612169819171,
+ "Virtual Size": "0xaa991"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.797978054526178,
+ "Virtual Size": "0x316e8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6244580629738223,
+ "Virtual Size": "0x2af90"
+ },
+ ".dynsym": {
+ "Entropy": 3.2127120070382236,
+ "Virtual Size": "0xf1f8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "285c0ef5-dd8b-4c50-af8f-6ed20f233294",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4380A43A7B0BE1ACE54A65B3E25ED35F340D6906365821AF139941D5D6E1EA1B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FC40897F668AA86E5279CA8FEB62873A06A569742967E0F243F51ED56BDB53CD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "N/A"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\mboot-official_em64t.efi } }",
+ "Description": "This was provided by vmware and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c0db73b-9d53-4fa1-93fe-cab2b3cabf9f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CA65A9B2915D9A055A407BC0698936349A04E3DB691E178419FBA701AAD8DE55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "mboot-official_em64t.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "918871DEC65B4D8A8D0E29B221351DFEA3A1D9212A4E0D7EE692CC1696E9AFC6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "mboot-official_em64t.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ddacf4b0-e6e4-4546-b3bc-f196645266b1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47F7A5F3821286A9C677F66CFE2A84D5CA94CB6FC1EBE8E1986E91EDD58CBE33"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "39CEDF83BD3417A90588795CDE2BD6BAF7089997FDDB588E552952C179958D84",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bcda745b-c931-494a-bf26-4dfd7c824ee9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "324CBE75EF34E09A98C71B186F535F9091A1FF257BEA93DFEAF199EB352CA0F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A09DBE91C9743163A3DC26BB7E51398C751DF7140D5DA4DD6D43B1915FA906EC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ce737ee6-e949-44cb-badf-3f1d775d4832",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6DEAD13257DFC3CCC6A4B37016BA91755FE9E0EC1F415030942E5ABC47F07C88"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "10368826DC89AF42B4AD7E69A9E1F4DA9486DD645C088F445998E8DCA18EB0D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ce737ee6-e949-44cb-badf-3f1d775d4832"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1ab3d6b3-7bd1-477e-8127-a2be4b9a7636",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f9c6e874f1efcfe3a046acceb16d86dc",
+ "SHA1": "4ef60851f60fb3c04c48a99e582bd5d868e91d75",
+ "SHA256": "e8818666b7e014b6e4820afaa84d5a84fa42cb5d2663c848d358b2913274ba21"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-11-05 18:19:11",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9880.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9618221803e2befd17607ef2d957442f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9880.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a02554021493291650ba1e2951aef07f",
+ "SHA1": "3cb0d2f0d1a2046caf0027cfd995294a09eeda72",
+ "SHA256": "3089fe7fa4527043c200fafe2a7272e48a1f7c54725a623f22d12f2cdbb48350"
+ },
+ "SHA1": "1581d6767a70eb0bf596b82592440346eb00cefb",
+ "SHA256": "990a4dd8c86392421d680fa039af4e88d1ebdc97f61a73f8347d6b314fe8cd51",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.474696277787201,
+ "Virtual Size": "0x14da96"
+ },
+ "PAGER32C": {
+ "Entropy": 6.329737871071302,
+ "Virtual Size": "0x2e69"
+ },
+ "PAGE": {
+ "Entropy": 6.553345757683435,
+ "Virtual Size": "0x1726"
+ },
+ ".rdata": {
+ "Entropy": 5.678015481743603,
+ "Virtual Size": "0x20d34"
+ },
+ ".data": {
+ "Entropy": 4.550324790112712,
+ "Virtual Size": "0x625a0"
+ },
+ ".pdata": {
+ "Entropy": 6.1168156717400635,
+ "Virtual Size": "0xa80c"
+ },
+ ".rsrc": {
+ "Entropy": 3.4696484697973857,
+ "Virtual Size": "0xfd54"
+ },
+ ".reloc": {
+ "Entropy": 5.429956404165192,
+ "Virtual Size": "0x9c8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f4e945a8-aa6f-48dc-822c-ff44ce513b70",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D4241190CD5A369D8C344C660E24F3027FB8E7064FAB33770E93FA765FFB152E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "561EEF7131FFB079F75F6EC3E5738354A3C0EEB204863E7A4018B6409B7D26D0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by EgoSecure and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fb78c0ab-b76a-47b5-b7ef-d64bf38611b4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "fb78c0ab-b76a-47b5-b7ef-d64bf38611b4"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "312c2d35-25a3-454a-a458-a797350273b1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F330F23C09772A64E1478A19CE003FABCA4F52A9431A8C6803019AD532D7DDC8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AEFCF3C2010344775B306EFA5FA4A9B7630AA95DA5B59C4E96A2524302B51E50",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d964e229-7407-4292-88b5-505f8be99d2f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9E0D9074F146461F9ACEE7D27F2C7DD8BEE73EB62AC62CF87F03BEE0C4516528"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "17F186C88052B988B4C9B62F8D7F55023AC317C82324DD5A958D05B8A1246F77",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d964e229-7407-4292-88b5-505f8be99d2f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "28fb8eaa-e498-44f7-8f1f-1dcf1dad47d7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "22B5A88D79B8146598613B3701B0D2AD3E1D2BC215D3A613A30356953239485C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0E0D94096278CEDCF333D4902F64ADE7815ED4000A1F6EA45EB93D2DBE18E496",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cef00ef9-665c-48ed-9b4c-d383d2846e05",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7AB5FF84B7B80A432366E3BBCC198ED382C9FD592CD5DD210138D2F9297CC1F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "494A55C84A5A244292DB7F678D4574C7CC6E58D522F0BE270D68B0F1A41E19D3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1a268d88-47d0-4204-ade4-ed6e4ef6028e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D79651AA3A0491D33B7979F5B41936F8ACEFBA99BBA10E05FD6F54E2859CC589"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B510C9A79CB6CE1BC37912839AF57B453CC4A77C3D5DCC9935F8CCFF7C81F9FE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e0432a67-4ec8-4281-b4c1-a800e1b615be",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6A16ADA3FE0C5468F0A43FB2F597A42F3DA3218C88EE819BF799110CF7A79B6C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "84897E4405319DAB2822D63147F3DA90AC2A436A7D24EC5DD91B277AB6528FAB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "33559284-bca8-4af2-917e-d209ee8d15c5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8CB4FDAE88F4F492AC6C87716602366DF1AC84224B85AB2D3949F5AEE79CEFEB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A37FF7C979ED0E58633D61D00CDFF45A2488E86C740240C77834C8C8C651CB19",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "04eaf4b4-a618-4d2c-8eb1-1e0065c05212",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A983E73E57BDF014C9A29331290EE87DF37F97C81DBCC43C6C933FE2209C0BD5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EA4EEC2975E4EAED0C5EE6C25C887FC8C7A0298FB613852DEC200DACD2485FD3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "454bb2af-6ee7-483d-8a15-73f2fec386ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2116183BBAB5D6964C001C931A09ECA1DC0FD6651A61BE4A8A9548DC476B90B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B9401C47B0837F1FA315F2F29F304ED360B5B2E2843141367562B60EDB1CCA9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bfdc85a7-3cc9-4d18-b798-0fd82f9c5e85",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "64CCC886EB99C30AA808E5CA9BD371577BAF9D3FA0E450118464F514B47A028A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "78D6FDE56994BCF26964ED51DF446165DAD66BCB0BC6792B9EDD2850F19DEA4F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aeb357f2-c2cb-42f1-a37c-3f0a2a355346",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "caa781731a9d13ac418d97ec2cccb8f1",
+ "SHA1": "7ac2da2861fe7b90862a27b63629d8a9ee58d97d",
+ "SHA256": "7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:24:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f0de7a661590f1c33de0b80676e8827",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "003454b835a5ee7ee200f9cb4e68b071e2b8e69b",
+ "SHA256": "d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.481657238537085,
+ "Virtual Size": "0x10a5e2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357861791329596,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514627558721207,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.427514584005019,
+ "Virtual Size": "0x19b14"
+ },
+ ".data": {
+ "Entropy": 5.464601076751779,
+ "Virtual Size": "0x65010"
+ },
+ ".pdata": {
+ "Entropy": 6.017575781905406,
+ "Virtual Size": "0x8eb0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.47211306543629,
+ "Virtual Size": "0xfd14"
+ },
+ ".reloc": {
+ "Entropy": 2.715757042100683,
+ "Virtual Size": "0x1ad6"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 3,
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shimaa64.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2d38a9bc-5c3e-4871-9e74-a1181a10764d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c5fe8d0376e90b44fd565015cd7e82c9",
+ "SHA1": "a69b510efc63da996aa74d11e49b6748141d2803",
+ "SHA256": "903d0d76ada77672c60a4d63be5f6e1b8f247cea9e7d32b6cb26e1a82815d09d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shimaa64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ "text",
+ "text"
+ ],
+ "InternalName": "",
+ "MD5": "a1b9b882d3990b8465c7010a406ecd99",
+ "MachineType": "ARM64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "58d47e6513a61b42d4c1c2a9150cf9fd051ec435",
+ "SHA256": "754952ff4187789c0269982d056f6a863409963f46d870c0a8d054e0fe69857b",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.294539620252291,
+ "Virtual Size": "0x99000"
+ },
+ ".data": {
+ "Entropy": 2.6794102876071513,
+ "Virtual Size": "0x34b08"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6a65ed03-95af-404a-8ac0-95fa8ac8eb99",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E7D9BDBCC68B5BED590C29B72DCA2B96779B8B68B12A47DED074B8F1B32F8FBE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CF738DD9BEA4F3BA350C805AE7A59076147080BC46F1D6D6C994382E77F8486",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "af2bf5be-c938-4852-a9b2-14ecff96c414",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "13A1F37BEDFB5417B6B737E2A3816C8FD587D74D836914B2B2EDC9FD6CA30E58"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D19F5CAC6AA761C1F66C71B9B7A2D44DFF216B97BE10F66180F5E4EF084C9811",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ccef0d61-ad41-4f54-8ce1-9197ccf0e44d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "72C26F827CEB92989798961BC6AE748D141E05D3EBCFB65D9041B266C920BE82"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3AE3DA82C39C6BEEFD251265370D57D5BFC67181662736C62F2E6F687409C81B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ccef0d61-ad41-4f54-8ce1-9197ccf0e44d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a34d1cd4-ad9d-4dda-8e4e-ac86e42a6d92",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF6EC4F50BE2A4B7657F0397BED483BE143A18883615800A65A64B7E84D9B858"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "331A6D1D07B7A19AB36312AB8303C9FA5B5D2628B6EF5C593846B6F4B824059F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8069469-51c7-44c5-8032-1d2fde34f8d3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "48CDB31A16D891124BE77490FBC2AD13CB355A18CB0007258CA4BCEA44F288EF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D76281DD69E992EFB55604A1B4E6171E552F3B7E1411D75368F98EF91ED69E21",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "463dc6a9-273b-448d-b189-ec577fc29317",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E9C71B7CD5A4DF0BA48D2CA48E6C468E657257F73F66017DE45E18EE746ED7D5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2B1E1BB8F016D310FEA7225EEF9DC6B6F0E33E5C9DD74E9F24835DF6287296E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "43311ee4-a044-4086-9a53-ae01c3ef7f4f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2da35b95ebf3903dcaf2ec18fcd2c975",
+ "SHA1": "9006b56e7af152fae72c7095cf9155515a1c5a97",
+ "SHA256": "f8f38c4febe9d8e45e71a459c5bff171755c348d5f619f3c6ef30a3f8fd02bd1"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-02-04 20:26:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10010.0 (fbl_kpg_kernel.140630-1750)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "8d9e858d7fc95bfcc3690f3bddfac320",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10010.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "8b6b2892c15ff00e4ddf7eb144e1ae12",
+ "SHA1": "89115214dfec813ecfa5a23bed633254c214e62c",
+ "SHA256": "97ff062fbed8c63a4a2526daab5b76fde0b0c54540be4264d13a9116216a1be1"
+ },
+ "SHA1": "0d0e3c0e73f5561985e6a004d8d160be88d64ee7",
+ "SHA256": "0b753bd95ae643b2543f501533ca54db34ddc9d20f336358067a7069240a6214",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.491978717136592,
+ "Virtual Size": "0xd0ea8"
+ },
+ "PAGER32C": {
+ "Entropy": 5.528643658730128,
+ "Virtual Size": "0x2d9"
+ },
+ "PAGE": {
+ "Entropy": 6.535197922143474,
+ "Virtual Size": "0x1726"
+ },
+ ".rdata": {
+ "Entropy": 5.392724511782535,
+ "Virtual Size": "0x19914"
+ },
+ ".data": {
+ "Entropy": 4.42328323265371,
+ "Virtual Size": "0x3b260"
+ },
+ ".pdata": {
+ "Entropy": 5.981623522146152,
+ "Virtual Size": "0x7d64"
+ },
+ ".rsrc": {
+ "Entropy": 3.459847805795169,
+ "Virtual Size": "0xfc40"
+ },
+ ".reloc": {
+ "Entropy": 5.420446329188424,
+ "Virtual Size": "0x804"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc522d44-5de1-43fd-8d62-29b630f45f98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f2a111697ab3f412ae7be6354d3c63fd",
+ "SHA1": "47e31958625236b685c3d33cbc22fa0d9f8e3414",
+ "SHA256": "3b30c3e6a923cbb7cf65b539025f12b1c810d74480f25cbfcb9a7bfd633f06ed"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-18 01:21:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20519 (win8_ldr.120917-1922)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c9d595c35045f8b200f9d3142cb3d683",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20519",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "eabc1fcab7ce92c8dc667046c46a82ad0b2d8907",
+ "SHA256": "545c8c806d6a8b2ab307bf7ff5dff05dd86cfc431d3920692e15e7928ac98eed",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ ".rdata": {
+ "Entropy": 5.420997475066845,
+ "Virtual Size": "0x19b34"
+ },
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710726954860402,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1d193967-c24f-46c5-83ae-4bf1d5ea80ca",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23A0F1DE04EF678E621A449040CF519DDC3679FE54C9E2E0897DFE2C80D3DC26"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C4A74D11888FA41A0341EE6F0B75DB69C34827851755F46506A6C0ED96CEC8D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "70316201-97eb-4739-a72b-abdcd208e20b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5EB2C76843B253ACBCECBB84767697128F000C18358C78C5BAF135A5996C037F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EFA5CA12CFC70DEA81EB71088B4BDBD44D5B45A8F8D81B7DB243D6A03A7F11C4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f901491e-f41b-4b77-8f9f-f9e5a6f03c8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "75a7ca7cd2451ad3190c71a38c41ca02",
+ "SHA1": "a60d97d18e48c13e38723508639f0600aa6888f9",
+ "SHA256": "5bfe928eec15454be29504e8f592a4ce5908afe3284b9eeeb259b25145eea2ab"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "9c9e2e8f49820dbed91f5cae846bbadb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "afc56df60e5ea5a55a1e21f76562d073a56ec46b",
+ "SHA256": "8844d9b3aea1568a7ff298e6dc12564c422dafae6510db377454ca6072861dde",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.859622277775737,
+ "Virtual Size": "0x1f018"
+ },
+ ".text": {
+ "Entropy": 5.636421874643909,
+ "Virtual Size": "0xa0075"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.1485772576861875,
+ "Virtual Size": "0x84"
+ },
+ ".data": {
+ "Entropy": 4.618421307458241,
+ "Virtual Size": "0x2f6d8"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6716229722395415,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2098335666907074,
+ "Virtual Size": "0xf2e8"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "224dff2d-8d29-4951-b7b7-4a0cd2c18dbc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F9602C123A090BB0C4C3B69662BC52D675A0A4ED444D1C1E0E26C2B0DC3760B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7429F9578205C654FC25D2FBE8B6F27D8082E049A962982EB70F55DCA02BE882",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf3c5a6b-8fac-470b-a458-c84e7fed7dc7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3A4F74BEAFAE2B9383AD8215D233A6CF3D057FB3C7E213E897BEEF4255FAEE9D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BAE97EFC507382C0BDF7B1E74DBC38C0E31BF65186B7989CD9C7AF29DA27F656",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf3c5a6b-8fac-470b-a458-c84e7fed7dc7"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cfec0cca-c6b7-4327-a2d8-7dca0515e161",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "36B7CDB6564C58CB54895B6D2C73F88D2908BCBD693BFD253945BD31E3EE81BC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1136125F38F6B76285AE4F1A0068F49819CBB5B57F6AB85960640F93FEC21BD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c632b521-0428-4bcd-b37c-3cbd25eccc0e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F48E6DD8718E953B60A24F2CBEA60A9521DEAE67DB25425B7D3ACE3C517DD9B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E33E9D1B1D5ADE1934AC7BD39F0BA4CEAC9459A7E2AABB8D204354D4C8652E6E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c632b521-0428-4bcd-b37c-3cbd25eccc0e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d457a885-6677-4118-9cf3-05bfc65e1fde",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B149B29E8211E24827FBE0168D30CB2619CD3365BD6F8173E7A731C5F702DCD9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E3946218D523E5D20C99A9A5BB22303DDCEF958DE2A978E01AF2F46D2D7A4DDD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7c5fa8fd-40fd-437f-a2cd-e21aaa43336f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "633F9806BC96A831CC2C8D521D71E9EBD02180DABA1A50978EF6B72E5034E9EF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "176693F4060E5330AE384BBB5470A0F3C936EC725DAABA81D5DB2B820141D282",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a93c81ef-3f87-43cd-8d09-67e57167689c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "825ACCE0634B91818F57CE96B8314ECEE7373BD20DA77FB08B9B96D66EB65145"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1D93E3D7F580616051BC1456083F6DCC80DB4642E7AA2909041E86F8209583C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\sbs.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9d795efb-5f1e-4db5-920d-97de9ba77753",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2edaa19d0ac13a692d90ab976522966f",
+ "SHA1": "8aeae94deaffa792e788dbd6bdd27629f17e3f9d",
+ "SHA256": "992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 19:58:11",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "sbs.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "c73ed000259378b96a9c57c588fc6ef0",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "66fe7992ab4da8a44c7b06a0b958faa9a293014b",
+ "SHA256": "a1111555bfde8807746c8af73deceb4bdadc52dee87004e2ad7239c038687985",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.844338442798661,
+ "Virtual Size": "0x18170"
+ },
+ ".text": {
+ "Entropy": 5.631394972561704,
+ "Virtual Size": "0x920e1"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.407658207289342,
+ "Virtual Size": "0x285a8"
+ },
+ "/14": {
+ "Entropy": 7.161591522225466,
+ "Virtual Size": "0x53d"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.650758642360982,
+ "Virtual Size": "0x1aec8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2005941982779254,
+ "Virtual Size": "0xd860"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "sbs.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4f434341-9305-4574-9289-5bd1370108c7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "399F9DA6CF5A87839637B55F62BB2CC6A93FA5AF7FE7AD76B4AF0FB320C98127"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "854AD42E44FBE19122072E177080C2AA9F729BFDE223FA6EA98BE1490BB9A4C0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "116c526f-a50d-4f84-b577-d52dbbde526b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0B4908AD33CB2F7E87D3108B74364C5C42FA597807EEAC98DE5EC63F5896CE34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "46BA7E327D359A9B108CAFBBF2D7B6B32AA6767C2A3A472B4FFE2587FE376977",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "897f5834-55db-41fc-a4ca-9d880ca00ec7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "ABEE522892FA10B22208B4D1540184617BC9875C9E03E5353B4FF476577D918B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FB2F396A01911260D4035CCABF36DB99081DA3F8D98BB40549D7D5E93CE4EAA2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c7e48901-5dda-4d9a-b064-9ec8e51efc06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6CFDDB6203F254D38A5BCDD4173D51647A487CA70AB21326ACA0A03BB3D2BAC0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0876FD237955DB876744D5AEFBBF0DB3771AA2603233E123B39F4E772FC3B457",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "934f9364-3471-415f-a502-036969a78958",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0E44212BADF40D6B8DE3311E632045370588E0B23B7A480EB5DC10DB65D1B4B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F51C64E1690E8FADAE2C55EDE85377D6680C337DABCFC01FF6CF37D8D87892BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.7-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "465c1250-966d-4d32-b168-3b2c614e17f2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2f0397316df4c2f34530fa28716256ae",
+ "SHA1": "0c4ed758c59239c84740373a3a1da56d5d4b400b",
+ "SHA256": "dd8f3f048db46f3983348d35cd77d121f56d856cf33234857073e25a7f450b2c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.7-0ubuntu4/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "1bdc36814a6f20464e94616f0d98a521",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "093660339cf8e3fc1d8a80855e4f3a72e9a92f30",
+ "SHA256": "17864e719e9c61d84e29a3cedf2b63aeaecfc10867211efc3077dd216b0a4965",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.84229298761354,
+ "Virtual Size": "0x16050"
+ },
+ ".text": {
+ "Entropy": 5.589734350916883,
+ "Virtual Size": "0x9dd4b"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.627610996610074,
+ "Virtual Size": "0x2c078"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6180499183854384,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.2048776341706633,
+ "Virtual Size": "0xe490"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.7-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Isoo Software Dev Co Ltd and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8b88b928-4717-4a30-832e-dcb3bb15b7a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "40b8a117af84ea3225963daf421eccb3",
+ "SHA1": "99823dd47cfe71774cb0fcc687fa1da921b6240b",
+ "SHA256": "bd882355bf6813cf88ec0b83b6133691100f480381ac06531c3d5909cf1fb626"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "b1aea18419d0643fb2e4d8f6da2ae461",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "3085f38227977dce8dac3b29c92b0103e5b5eae8",
+ "SHA256": "56f9e50da4817b1de9d9291eb5f2bc63703ca3e6f4a8571bde28cf756e2c80ba",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.843166036178159,
+ "Virtual Size": "0x931e7"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ ".data": {
+ "Entropy": 5.336485470877681,
+ "Virtual Size": "0x20cdc"
+ },
+ "/16": {
+ "Entropy": 7.335685443962851,
+ "Virtual Size": "0x3e6"
+ },
+ ".dynamic": {
+ "Entropy": 1.4609704737895086,
+ "Virtual Size": "0x80"
+ },
+ ".rel": {
+ "Entropy": 3.52145733418307,
+ "Virtual Size": "0x9048"
+ },
+ ".dynsym": {
+ "Entropy": 4.390812113462173,
+ "Virtual Size": "0x9360"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8d926b0-b5a4-4960-b951-1f4cfffd940e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2493adfef4cb684c76b9697cf414c95b",
+ "SHA1": "d05a293ae6ba3f9d4f03da5027807f2182be4c22",
+ "SHA256": "ee0a54e2dd9848d7a209d2c945449a0bac9a46c45e5e033c6982d2924839ac74"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 16:43:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "09287aecf07aa294ed7f76f2234270a9",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "9a33833e2407d8d25146f07e9c5c8444",
+ "SHA1": "04243895d74611d8d91937ec718a82b8dd7fe0f9",
+ "SHA256": "2efb0d9096d6fc172537ba8c386ba82f72b5a9bed5047e7830290bb6aafb0ff4"
+ },
+ "SHA1": "f4de49ab09ad1d3e18ba4eeef481d91cd67a4860",
+ "SHA256": "860c16809e3941bebedff0bde99c32aa77379c0be1f6b174d20038a02162d3d5",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.012580430527564,
+ "Virtual Size": "0x9f3d4"
+ },
+ ".data": {
+ "Entropy": 6.118785418021721,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.140620718060279,
+ "Virtual Size": "0x5ba8"
+ },
+ ".rsrc": {
+ "Entropy": 3.4718876307612105,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 4.723783525533069,
+ "Virtual Size": "0x40dc"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-07-15 17:04:59",
+ "ValidTo": "2016-10-15 17:04:59",
+ "Signature": "1af26ac0cce3928cceeb0ebeb5186b1b289be1caa47cba55a0f5e23afa820ee56142a1f158d8d32c2230c6010fa04ae06caf71b10094107e15e2a73e7d6ab6ee827ab9a2dd386dfe2693fcf0e1a88ac736f48f2944a8214bda510dfc68ccbf0fc6c4f0f39036edd3f08e1449b129d7f611b7e5d6b60a97f63530ed8381a11fc8b95beb7fbc45258d4eb767a911095a27d17f613665f70600b30b88091015722e8a64fb43d975f92890d80b545e38317279e44a7071a104715796dd91d0b913c2ec106073f696a236d71979da345d469eac38e7492ac88f7ecdff68180d2dd57051d79a46b2f6ed2c810d6bd51521c3fda183dd8599f282561255ef8bde0f8ed8",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Version": 3,
+ "TBS": {
+ "MD5": "57c30a2d7e6573994b137079cbff34b8",
+ "SHA1": "08980baa201ccbfc096accff568fb2b073da66f4",
+ "SHA256": "19241716f05046843df5ff3c02395bf6e2ed68ad52d441a71a2edcd24ac93056"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a6597859-17b0-44f9-b8d8-493a0ff20ed9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9E08464CEF9931473C384DB77278997AE92D50368C8D2B9D6AEA6E3323A2BBE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E23336EB1176965193B9733A01F8B7329DFF26D191EF427DC06ED89DD439C615",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e305520-6001-4144-893d-b4c38ea47886",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1FB619FE1504EF78C8BF59294B16C6D9BF1DA741FB582DE125B6A044F6961C57"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "52D826CF8F6A0095938F7069B5F5DA22C16AE037D757BF9115AA84920BCE4EBF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-opensuse.efi } }",
+ "Description": "This was provided by SUSE Linux Products GmbH and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ce34babf-0f03-4d6d-969d-e063648d5dfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F5E892DD6EC4C2DEFA4A495C09219B621379B64DA3D1B2E34ADF4B5F1102BD39"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-opensuse.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7B40290ADE5BA3316AFC08748CFAB5AE79FB30BB8B5972766D670C3887E3D294",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-opensuse.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "05a8e372-5b24-4953-8d25-d6560076f4f4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C21614E207B1991D3D6DF842009718652D241A8D926E221B85D069F1615E27A2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4BB0A426CA2A23E05B62A3008009AAD7F184F3D24DBD65E9AA81DE341BC5326F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "66da17c5-7c1b-43c3-8520-4d3efea91899",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a0455533de7422bc348d8c282d26254d",
+ "SHA1": "f8f7d3c1f985120b648ab2d7daedeb98ed618189",
+ "SHA256": "16598ee39b716ed9e4765a44abf86906c9b25c25abf631cc78ece6f7211b0365"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-08-06 12:01:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18006 (winblue_ltsb.150806-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5624304dd2172b7edb81741a5e7d2d06",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18006",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2fbc53c18b773e0990639d636825b0ba",
+ "SHA1": "2a1d3ef0d46e4b8b403cdf0c29bcefbe41250cb3",
+ "SHA256": "d1a38cd90fba6fb39948b1c0ee836f9542268bb74c4379963c2920d11f696f22"
+ },
+ "SHA1": "5ebb525eefc7d35d664bf29bf8fbff40832dcefb",
+ "SHA256": "0e93c368f8177bc0fe1a09d79b897a94286f3c374a18a40522c3358cb627d7e2",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.490130132913895,
+ "Virtual Size": "0x169ab4"
+ },
+ ".data": {
+ "Entropy": 4.538102764163199,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.088085457252306,
+ "Virtual Size": "0xa518"
+ },
+ ".rsrc": {
+ "Entropy": 3.4709407525928864,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.3873912473580265,
+ "Virtual Size": "0x960"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d569f749-c5fe-42ff-b6f9-8966a14d06af",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a60e4ec04f4225b91e5ba2c607fd84da",
+ "SHA1": "164e0544942fc32310285c8e8602244194c860b2",
+ "SHA256": "fc736034ebab004776581ce9a6c112106dfddfabb315b1f0a4d0842d67308429"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:19:05",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9caa5988ee5678dad93374ef1f4fd184",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "cf754bf89d7037f778daec0827acbe4e",
+ "SHA1": "d9585e21d15cc1e8ea347a17f536f3fc9ab67510",
+ "SHA256": "dc9623ba46d2c0c39fd89d803d9c8649f6a3b20ebc9b4218da63da3b4fe19373"
+ },
+ "SHA1": "7b09d0dd2b0e37d91ee548a205ba53f8d5b02c7b",
+ "SHA256": "79baff384ed507030cbe328a3d6c04d13e77932f08d387f76cf2422fb3b2588b",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.094146009062804,
+ "Virtual Size": "0x86c9e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.8208156523893635,
+ "Virtual Size": "0x2480"
+ },
+ "PAGE": {
+ "Entropy": 6.9370198019728795,
+ "Virtual Size": "0xf40"
+ },
+ ".rdata": {
+ "Entropy": 5.647467240821381,
+ "Virtual Size": "0x10504"
+ },
+ ".data": {
+ "Entropy": 5.598080350898377,
+ "Virtual Size": "0x35b50"
+ },
+ ".pdata": {
+ "Entropy": 6.104261146987598,
+ "Virtual Size": "0x4e50"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.471356139350038,
+ "Virtual Size": "0xfccc"
+ },
+ ".reloc": {
+ "Entropy": 4.664264175172123,
+ "Virtual Size": "0x3b88"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "312efde5-1d57-4845-860d-cecb9a1af677",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "26ACA3C927095772FA26A4D63680597130AD161EEE8CBCE34B59E10C6167E92A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0EC7C340AE2DAA6D5F7B261BB64A5E7E2351073FC5B893E07D03595DEE28F544",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4d31cfeb-3005-497a-b566-7062066398ab",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cb9d3c514e9a2a200235c093312630ca",
+ "SHA1": "3779679707ac8e825d6195b8106efe77ce33bfc8",
+ "SHA256": "ce8c44e185faaa03959cf23229607854ef7e316ed0773d66d7be5e0a48061de5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:32:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20521 (win8_ldr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "02e7a063eae0c4b80a6793fd63bac013",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20521",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "c7a420758542a22c9db7c9f75a4709ac53ec8da2",
+ "SHA256": "9da10b25786d8db0167fd66c051f7e2655781bb561b99584312b439a32be4c32",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.359664573712839,
+ "Virtual Size": "0x122aa"
+ },
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708442562161297,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "23d2d4cc-fb8c-43d8-b736-ae5c4fc3cd96",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "691BA3414E78622581BC519BAF0BCB16FB262D3ABBD8639F3E0ECA2A29F99406"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1B24EBFE119C27A2E5EDD4267EEF37B2CD14FBBD8688DE27E08AF89996DB468",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "275664b6-bb50-43c5-9d04-b100ea9fe56b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "0a0000705bbb68e7e712da6d3e638b2c",
+ "SHA1": "af2f6de1a213564cfcef1588b157a5ea52ee54da",
+ "SHA256": "f1cad3ac005b57d6e22ea57b9ebe1ee9e5052bdda499f5f2c1364317de87a794"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-25 02:06:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16411 (winblue_gdr.130924-1807)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a7077726554ee791e5a4b6e20ba8d557",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16411",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "476ff7a2afe034c2194a948f1f780094",
+ "SHA1": "1a999ada5820fb409ce7f2ec343e215caf2e07a4",
+ "SHA256": "802de9524cf6556e6464828cc411f87a8fb3693742c5515126eb511122e9086a"
+ },
+ "SHA1": "6d3c3476f38f447586c8fc347dd545ebf3b83a15",
+ "SHA256": "3fda721bc5007eab23af6e0c56a6942a7925a858f0d801fbb21011ccf758893b",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.501476254289593,
+ "Virtual Size": "0x164d34"
+ },
+ ".data": {
+ "Entropy": 4.528276048554928,
+ "Virtual Size": "0x6b230"
+ },
+ ".pdata": {
+ "Entropy": 6.076711122380285,
+ "Virtual Size": "0xa3d4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4714597444382016,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.339034701100046,
+ "Virtual Size": "0x2000"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "67ae7723-5130-48c6-b24b-22a876c9c2c0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "339C2BCF0445BAA7345A02CDE505E172D24CC9CEA29A92EBEE3F3901693FD2C8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C58ABF55F773FEE60CDB21D01D02229C4A3FEEB29F5D904CEB3106BC4B435EE7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6ea89297-74dd-4581-b268-475a282c9592",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "92185C264285741FA7F198CAD8F307C60891AD932D9E3C2A08D92546FF7099ED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C1812CF5B1D61DC08BD6683D143511BCB5B14798116D1D2714963CD468933FF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by EgoSecure and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "87813fcd-6a01-4452-b54c-0dc24402bbfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "340DA32B58331C8E2B561BAF300CA9DFD6B91CD2270EE0E2A34958B1C6259E85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "23EBFBC7BC286CEFC68B4920784B926EC28D7965815238325FBD17892177D6F3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "87813fcd-6a01-4452-b54c-0dc24402bbfe"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2e98c935-fda6-4fc9-b635-47a7d9157a02",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A48B5E31477DA248680A8935D1E5E630E6FDE22277F9635DA7D6F7F9AA17E34A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6F807D4488F132AB873DCDE8EDAD2875961895E503F263B86BA34958A290618",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "79c58c75-492b-46fc-9788-59514261788a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E637002526221BC32E477455B12F864F20B27C44679A2E78E5C56DA1FFCE8B41"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E1A44BDE59714FE31A77476FCF73CFB784105333F05755D8F1C05EDE4056D4C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "47020b30-de49-4937-9908-9d72b3d153d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "631F0857B41845362C90C6980B4B10C4B628E23DBE24B6E96C128AE3DCB0D5AC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B76C5689D45E7F40F8D78468D4484074167563CB06368CBB9CB4DBED65E1192A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "27ce9422-3805-4231-8142-aa0976d3686a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A4D978B7C4BDA15435D508F8B9592EC2A5ADFB12EA7BAD146A35ECB53094642F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EEC3E281A5545CAF11EC02BB0DF159DA19698E639CBA0190A0AEC9AB09296BEB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "42952e7b-6913-40b6-bc44-5eacd9c673a7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E060DA09561AE00DCFB1769D6E8E846868A1E99A54B14AA5D0689F2840CEC6DF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CE7A0A3D718747C7263D099FD1477E363ECFE75BD2F639EE47AC1271EC229D80",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc9c7842-484d-4427-9ed5-75073efdad17",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "362ED31D20B1E00392281231A96F0A0ACFDE02618953E695C9EF2EB0BAC37550"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8A73B6E52B27695C72D4776C0BCFA54D30C1340D534D5EEFF8D890377CDFDFAA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cc9c7842-484d-4427-9ed5-75073efdad17"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "841c43d9-b7a0-40a7-ae7c-fc1affb759af",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57E6913AFACC5222BD76CDAF31F8ED88895464255374EF097A82D7F59AD39596"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "439983268FC8238CB2DC187B033904DBD682929852D846FB69A22DDA1561A422",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "841c43d9-b7a0-40a7-ae7c-fc1affb759af"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cefffba-3701-43ff-96a7-7a66f008805e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "50F93402B66127D87B947067E9689DF5B2B36B253833FFE1E6CECA685FAE2D85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C443B4E3083BDBF2296A5E0986022520535C01ECC6CA3E0F0F83F3B683672368",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7489f724-a3b3-435d-b34e-9ca0a94c6ceb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9C259FCB301D5FC7397ED5759963E0EF6B36E42057FD73046E6BD08B149F751C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "707BEEAE9B9CBF0D56AEE48AE398F127D3B52FD37D25B95C561CDA1DB5233C50",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "7489f724-a3b3-435d-b34e-9ca0a94c6ceb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94e35789-58de-436e-b04a-8a7b7ded8347",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B1B9ECCF585B11C5122651D7B94534BB131AA7C874E2262038B85DB3EE83E4D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "12A9833615CAABCF4F732C8BB088C83EC18C286EEF2332CB11F18529B676BD38",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5cb571f7-050a-40db-a196-9ad7cd8afed6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E808A337ED6911EF561C27CABACABF4EA6D6E20FB70F5413B121AC251ABCC10C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "079A26143F5CD9862331F7C1850FFCF2D6E081FCFA8617F6FFA94FA212834DD1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootaa64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34da0cf6-14d0-43a7-8e56-ea63c3b0c1bd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D465D63B0384F16A1610B0A86C5D73B36A33709828DE8FE26DBAC6DC6EFA007D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootaa64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7CEA30E7B024C8710F9AE5C1302545CEEAF23B8DEBE362FB26562ACDD807325",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57f3ded8-3e38-4146-88ad-92ae83c627d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C0530BADC4D066D5C4B8B955023E9EFA7FB9337ECB7E1298E7CBA172D8680485"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "85C838E95601A4B1CFA64600FC4A16330CB50D575FB2E89ECAA08D6B12B50CDF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3a20e152-907d-41c3-8ae7-14c2a23e4880",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E3926F0B8A15AD5A14167BB647A843C3D4321E35DBC44DCE8C837417F2D28B0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "299E3B66B0283E23793E03FBA6B795A2C6B6034864B6D571449945EBA0D90A20",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3a20e152-907d-41c3-8ae7-14c2a23e4880"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "98b2c48c-eaa0-48d4-bcbd-4090cffd2fed",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F558E04EF99B39A1012E8BC2685728D983C682CF5E6F7E4D335A660283D7C666"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "575D4DF1AFBDD514A6D293234F4493736200E657D0EB9C618CBE18B3AE8EBB3E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cede5464-786a-4472-9b83-cbf540f90d1e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D455A3C084DF64CF66DC1D2BAB352C74AAF66035058DF1143EFBDD4298AA4527"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E9F55F39797D7ADAA99F2FE4138D413A10539C9663976B055A705A76C6A916D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "347957db-bbbc-4322-a736-366891a369d0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A9CE2969A83982F80B6B2685568A7D6F8E58BCB5FABAA2F8168092175518A0C9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F736ABAB18FA867218E4FBFEAA8A452C3B55F2981CC7E27E6CAF1FD9181EF294",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e2313b7a-714a-4e2c-a692-4259f9bc3b0c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B344D2F33E30A25EB927E4C1A419D019ACCFA8249A5CE622B8E7C7D8D5807A00"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C190FBE65C28E7DBCA5AAE188C368CAB9A43ADB7F3B010843086D6DA77C3A6E5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34301"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Bootx64.efi } }",
+ "Description": "This was provided by Eurosoft and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b1ed132f-d99d-4616-9fa6-56b6e8e814f6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1e31b54463f12e9af1098295a74b4866",
+ "SHA1": "7bc2c8f3a922fda1f6b16dd09425006a4715f7ee",
+ "SHA256": "66d0803e2550d9e790829ae1b5f81547cc9bfbe69b51817068ecb5dabb7a89fc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "7e05f116825f8e60072443b813e6192e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c9bda70cc887ceb1c4552319df909c8bca331b58",
+ "SHA256": "09f2e41661cbbd714d22986fbb36a2b5764a5544c85f9875d227f6a26e1c8c8b",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.947922488694373,
+ "Virtual Size": "0x523b0"
+ },
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1df4"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1000"
+ },
+ ".reloc": {
+ "Entropy": 5.4356761952478605,
+ "Virtual Size": "0x3268"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "68bce846-d710-4c06-a74c-bdf24a87157b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8bbbe505bcaf280a57c1bbd361585c0d",
+ "SHA1": "df47daa733f498b29d1b3daf28724cc400710a63",
+ "SHA256": "2b21029fa033526d1dcd9e87ad8893f9b5a08987c3271b8a86716865de53d958"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-22 05:41:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "11ca417bc767273a9de7b1355cb2908e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "e754010390655ad90064d6113e5dd792",
+ "SHA1": "235cedf98ee575630be68e22dcb4bdf096629ba4",
+ "SHA256": "691116109e663ec85f12f05de1670ed2caa11b641bdcccb4d2a8907a46033e0e"
+ },
+ "SHA1": "8de2b54c1204ea7491174a94c1a283695952155b",
+ "SHA256": "0b16ad93ee38243d72ff0acd790107767b6d7d3563a4ba8edb7a23eec5c8d531",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.4695047421671195,
+ "Virtual Size": "0x143d82"
+ },
+ "PAGER32C": {
+ "Entropy": 6.359590728392211,
+ "Virtual Size": "0x3d09"
+ },
+ "PAGE": {
+ "Entropy": 6.540359913399707,
+ "Virtual Size": "0x1669"
+ },
+ ".rdata": {
+ "Entropy": 5.839311515562025,
+ "Virtual Size": "0x1dd44"
+ },
+ ".data": {
+ "Entropy": 4.568362788596972,
+ "Virtual Size": "0x6b250"
+ },
+ ".pdata": {
+ "Entropy": 6.052020537215353,
+ "Virtual Size": "0xa47c"
+ },
+ "PAGER32R": {
+ "Entropy": 7.124151697179559,
+ "Virtual Size": "0x100"
+ },
+ ".rsrc": {
+ "Entropy": 3.4707613356348475,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 2.343044695048387,
+ "Virtual Size": "0x2028"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc55f472-e9c9-493c-bf44-98d528441570",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "eed20fa5bc02fa6f0c7e5082c633e31e",
+ "SHA1": "01419f5ba84d07eaf079e2c69e8655471028081c",
+ "SHA256": "9335c9dd7001a2ec4e322ab6a2d11e6c4cd4ef1644c00d6314b7ba5a26f9eb7d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-13 20:16:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16416 (win8_gdr.120913-1502)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9c77b23f662f4c5cf1da2ec62ba6fd2c",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16416",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "0f6c22e7f48505d3c4cf28edf541e69a72f4cfed",
+ "SHA256": "5f3952cba19c9f225aae8b57e57c7e20505ac617aeca845a8b5cde4994405c92",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.359740869045908,
+ "Virtual Size": "0x122aa"
+ },
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4705699295441637,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\HfiPcieGen3 } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3c5c1c32-6c09-4fea-863a-2e5cb48bb099",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e599f74cf93986aafae680c20c7b3723",
+ "SHA1": "36a6e60b2512bfd940eadb7ff3fdba23fa970a8c",
+ "SHA256": "9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "HfiPcieGen3",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "ffa0df6d1cb927f4cde2741d63c7125b",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a2c8bf15abcb90da814748bb150d66f842f23a38",
+ "SHA256": "98acba206e9f3843a4a7e07c66ead4366fbe7976653b65ed0c311d4efae878ab",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.413383270074479,
+ "Virtual Size": "0x3eee0"
+ },
+ ".data": {
+ "Entropy": 6.816481814190404,
+ "Virtual Size": "0x48c80"
+ },
+ ".reloc": {
+ "Entropy": 6.735442193719632,
+ "Virtual Size": "0x3a20"
+ },
+ ".debug": {
+ "Entropy": 4.647938066282669,
+ "Virtual Size": "0xc0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "HfiPcieGen3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4a9f5a2f-87ca-4a7e-9a16-15d7e8a44c14",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a114f82ee953917e2718ad7f4765ab20",
+ "SHA1": "5c145f3f55a53c1db47c568cd76eff5b0092e95b",
+ "SHA256": "f0b3d0d4c5457880e2d9b7728eb64bd288b5d4a26ec883f3c0941d8af29d9466"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-11-05 18:18:59",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9880.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e2f5112aec3a2bdc5f267c18f8a6c071",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9880.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a02554021493291650ba1e2951aef07f",
+ "SHA1": "3cb0d2f0d1a2046caf0027cfd995294a09eeda72",
+ "SHA256": "3089fe7fa4527043c200fafe2a7272e48a1f7c54725a623f22d12f2cdbb48350"
+ },
+ "SHA1": "513e0049089f66a29eb06adef56eb24f1689c24d",
+ "SHA256": "c643c3cc182443893728101f5303aaa05b08ec8616310546edc903635c692b5e",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.49404758790082,
+ "Virtual Size": "0x172c64"
+ },
+ ".data": {
+ "Entropy": 4.473798201663143,
+ "Virtual Size": "0x625a0"
+ },
+ ".pdata": {
+ "Entropy": 6.087546898123127,
+ "Virtual Size": "0xa80c"
+ },
+ ".rsrc": {
+ "Entropy": 3.469828495684793,
+ "Virtual Size": "0xfd54"
+ },
+ ".reloc": {
+ "Entropy": 5.40956828432046,
+ "Virtual Size": "0x9c8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Ciscso Systems Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1f6808e6-5b11-4cb3-b2d7-427ea75c1f9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "19a8ebfdc4acec4f18411de1412ef702",
+ "SHA1": "e91507cdff068f305c149e89d25038e3a665e461",
+ "SHA256": "c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "cd3a08a351a1e5286fdabeb5bbf371e7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "55f93fee3283aa27b1d8b20d1d4d85b770e923aa",
+ "SHA256": "2df05c41acc56d0f4c9371da62ec6cb311c9afb84b4a4d8c3738583ccc874d38",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.856630086753691,
+ "Virtual Size": "0x189a8"
+ },
+ ".text": {
+ "Entropy": 5.636654925513066,
+ "Virtual Size": "0x94995"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.1850304488993615,
+ "Virtual Size": "0xcf"
+ },
+ ".data": {
+ "Entropy": 4.471969126591927,
+ "Virtual Size": "0x29918"
+ },
+ "/26": {
+ "Entropy": 7.400768349168698,
+ "Virtual Size": "0x35e"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.6500576085243153,
+ "Virtual Size": "0x1af40"
+ },
+ ".dynsym": {
+ "Entropy": 3.212420010647876,
+ "Virtual Size": "0xef88"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0486fe15-0d77-4c66-9918-1278ef014f72",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4755a94a9c24a396102236124cd43c7f",
+ "SHA1": "e7efd492f1248e8eb94f4ee629365328cc7c7822",
+ "SHA256": "07b6d3aa86d0a8d5f46bdd5886d8f20fa2dd9377898d1139bd74b41f5e7ae44b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-21 21:15:47",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c831903e223d70526791119b52eaa4df",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "55e14c81b5fe58eedc0ba4f71e3dfc38",
+ "SHA1": "d793a26f5757c9a0c1bdd8b6a22fb8461560265d",
+ "SHA256": "f728c141f52f30bd327d1b8522257d8095ab4e4a707f449b48560f6e17803762"
+ },
+ "SHA1": "43e01a095fe196f5f7f0f6aa4f33d79803d1fe43",
+ "SHA256": "86e5b25aa8072895e72e3d5f4beaccc1488a434fb10babe17fb9010da4ed93bc",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.094486381874274,
+ "Virtual Size": "0x8a3da"
+ },
+ "PAGER32C": {
+ "Entropy": 6.715799464104058,
+ "Virtual Size": "0x18b6"
+ },
+ "PAGE": {
+ "Entropy": 6.974677001292805,
+ "Virtual Size": "0xf2c"
+ },
+ ".rdata": {
+ "Entropy": 5.6876031395439375,
+ "Virtual Size": "0x10134"
+ },
+ ".data": {
+ "Entropy": 6.124598814239404,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.096561187355531,
+ "Virtual Size": "0x5b20"
+ },
+ ".rsrc": {
+ "Entropy": 3.471204074592975,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 4.721187435331078,
+ "Virtual Size": "0x4064"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "63cf9ba5-5aec-4ed7-9f58-97d1eff8aa0f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A75EA0B1D70EAA4D3F374246DB54FC7B43E7F596A353309B9C36B4FD975725E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1BABF3FB76AE149CCB95B8E33B193CE7408B7134E0A5CC8CE1E884BCD01DFCF2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimia32.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7ad06c0c-5595-41e6-8049-b051fa3e931b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D472D0DCBA3F5DD61BE3931244717BF2230BABD30E9E2F6B2880BFCDC8FD6665"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7B9D76B66E9E3503682EB5B6CCC8F70B8B5082F140252A7F6127AD9764D8F297",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "513ff7cf-418a-4405-9020-8044f5ce24cd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E11BDBFBAC4736918C497798D6ED018F529726A6B1894BE0658D1B9519538B22"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4489FA289C24EC5745E69F476FEBB3FA0103501D95349E795BE481E678429DDE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34301"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\esdiags.efi } }",
+ "Description": "This was provided by Eurosoft and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa02b41c-fdba-4a15-8cd0-721c8ce19b68",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cf53d0ab33dfb190f34ec0b12fcd54d6",
+ "SHA1": "fb0b0ee77baf7de4e8072a79bd48406c63a0bc7c",
+ "SHA256": "e9d873cbcede3634e0a4b3644b51e1c8a0a048272992c738513ebc96cd3e3360"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "esdiags.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "77164588c1c1207395ca4a64dca19f85",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b1d0f26d6c2ada8828889a9208529ce96b6312e4",
+ "SHA256": "1e918f170a796b4b0b1400bb9bdae75be1cf86705c2d0fc8fb9dd0c5016b933b",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.26426828621347,
+ "Virtual Size": "0xb6128"
+ },
+ "text": {
+ "Entropy": 4.864329193142283,
+ "Virtual Size": "0x96"
+ },
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1d28"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x13e4"
+ },
+ ".reloc": {
+ "Entropy": 5.393560756394889,
+ "Virtual Size": "0x100c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "??=GB, ??=Private Organization, serialNumber=01488751, C=GB, L=Bournemouth, O=Eurosoft (UK) Ltd, CN=Eurosoft (UK) Ltd",
+ "ValidFrom": "2019-04-05 00:00:00",
+ "ValidTo": "2022-04-13 12:00:00",
+ "Signature": "4ad23e049278de3e46ea9bacb4869b3b787d3fb0306e9cb33621ad3ec283bca093d68b08bea449dfee9bdf1819f0bd95ce2724761856a5e2225eb38bb958c363fc54a6c47b3097894cc42d8cea7e553062f1ed7ccd15cedc0eb3a3316597ca1ac7954546f73325a8ccd9cfbf02dde71cef4684c23b22307ef3839ca5f8f7cbdbc2c6038e2ba37e8b0281de8653718a28163567d1c3617c40b1ba453b6177f31c73b515838a22871c59e8d15f9235dff874ad7a73ef0b8b10e3a123cfb7f3ac7b74fa306f21589ec29ad06f297549d387ddc369aa59e48fad5ea5ed7ec9051fa0ec96247ecb48b31a534e2ae9ad020ed0cdf25ae65cee5affec49f5ec44b5fcb7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "09d2ecf1e18290f1ea3bf27dd1cbeb62",
+ "Version": 3,
+ "TBS": {
+ "MD5": "0300d0ac1873acaa7bbbfa8bb78865f8",
+ "SHA1": "8cf42d660984334a7f73556260861949c9c2769d",
+ "SHA256": "a3ec97b75a7cff80f285bdc5808873f9d4e44994661a925afdef65d8365b71f9"
+ }
+ },
+ {
+ "Subject": "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert EV Code Signing CA (SHA2)",
+ "ValidFrom": "2012-04-18 12:00:00",
+ "ValidTo": "2027-04-18 12:00:00",
+ "Signature": "19334a0c813337dbad36c9e4c93abbb51b2e7aa2e2f44342179ebf4ea14de1b1dbe981dd9f01f2e488d5e9fe09fd21c1ec5d80d2f0d6c143c2fe772bdbf9d79133ce6cd5b2193be62ed6c9934f88408ecde1f57ef10fc6595672e8eb6a41bd1cd546d57c49ca663815c1bfe091707787dcc98d31c90c29a233ed8de287cd898d3f1bffd5e01a978b7cda6dfba8c6b23a666b7b01b3cdd8a634ec1201ab9558a5c45357a860e6e70212a0b92364a24dbb7c81256421becfee42184397bba53706af4dff26a54d614bec4641b865ceb8799e08960b818c8a3b8fc7998ca32a6e986d5e61c696b78ab9612d93b8eb0e0443d7f5fea6f062d4996aa5c1c1f0649480",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "03f1b4e15f3a82f1149678b3d7d8475c",
+ "Version": 3,
+ "TBS": {
+ "MD5": "83f5de89f641d0fbf60248e10a7b9534",
+ "SHA1": "382a73a059a08698d6eb98c87e1b36fc750933a4",
+ "SHA256": "eec58131dc11cd7f512501b15fdbc6074c603b68ca91f7162d5a042054edb0cf"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "09d2ecf1e18290f1ea3bf27dd1cbeb62",
+ "Issuer": "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert EV Code Signing CA (SHA2)",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "esdiags.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f2c9d56-984f-41b4-a2b2-49bf97e6ef71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B632A6286C6FAA6643EC34311E0B9710A3508FC952E9A04263C33179E32814F8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2BC0ADF3826972A0F8EF7E63C008C52D68215CCAE493CCEF14C3D3F4F67BDD0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4f2db5df-2730-4e9e-aa70-51029d2540d1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2DCF8E8D817023D1E8E1451A3D68D6EC30D9BED94CBCB87F19DDC1CC0116AC1A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "55A3628537C4FBDA0FA7D27001EB2DFCDC515D8A48649715A31E1D0065A7DA35",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4f2db5df-2730-4e9e-aa70-51029d2540d1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46a49cc4-2dcb-4c79-b1d1-2c49f6df0af0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6178f6bbcb3eea01cc915b8a348a3637",
+ "SHA1": "cc3d816d02da15fb70878fa6590b69c9f23f8441",
+ "SHA256": "8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 17:29:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "658f77c25877b5ceb68bc7e046d37ec3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "8276fccfe7c6ec83b5340aedcb77fb1e24cb1c4d",
+ "SHA256": "d92b8ac828b827e4e5b9e9aeb02676783cdb1884f42194823769ccf033a7b9c5",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.8425490294878095,
+ "Virtual Size": "0x161c0"
+ },
+ ".text": {
+ "Entropy": 5.587793825009416,
+ "Virtual Size": "0x9f942"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.520603169572745,
+ "Virtual Size": "0x2d690"
+ },
+ "/14": {
+ "Entropy": 7.114183160764015,
+ "Virtual Size": "0x603"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6111195899111035,
+ "Virtual Size": "0x29598"
+ },
+ ".dynsym": {
+ "Entropy": 3.207501995948057,
+ "Virtual Size": "0xe508"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 3,
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2281377f-96d2-494e-91d6-86e4f2c78198",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "866e67751c0a6b90c631d03793a348bc",
+ "SHA1": "2565b9e7e5552c7a3340f5ad2c6faab6ea42bd27",
+ "SHA256": "ce1af9fcce6ad19c00d8236b23b03cf83c593c6184a08266e58fe95c6caa4d13"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 01:37:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "65e619f026af74b9c47c2cc77346ec40",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "9bf8d8b915968c37fb4b491f67e567d709d2a026",
+ "SHA256": "fef56f20ef6e5065ed0fde1d85fd19f1f07212403489fd1e2b63aa41f5dc600b",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.645095705317715,
+ "Virtual Size": "0x12db74"
+ },
+ ".data": {
+ "Entropy": 5.2729725227732045,
+ "Virtual Size": "0x5b510"
+ },
+ ".rsrc": {
+ "Entropy": 3.471313942696478,
+ "Virtual Size": "0xfd10"
+ },
+ ".reloc": {
+ "Entropy": 5.5260311577476955,
+ "Virtual Size": "0x7fca"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 3,
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2ca2a15a-a3ca-44f8-a400-6ad9d6c119ce",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "376edf47c4a984324ea56fba394cc047",
+ "SHA1": "ec85b380b74232b3a564125db01bfe11ff646040",
+ "SHA256": "98cc8b91fec5252f62e81843d9d5d8ac2a2f253aa38152b3236a5092200ed290"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "28e6701303a90a81dea61addc9d06329",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "00745e4a83900338ec53b231a602eb76ce3fa889",
+ "SHA256": "2f871712447dde7c3552f5aa90a2292821c6f32d92788e00dee8566f8d4de209",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.842861242399998,
+ "Virtual Size": "0x931f7"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.934638497318441,
+ "Virtual Size": "0x64"
+ },
+ ".data": {
+ "Entropy": 5.396610377012996,
+ "Virtual Size": "0x2211c"
+ },
+ "/16": {
+ "Entropy": 7.306150252866006,
+ "Virtual Size": "0x414"
+ },
+ ".dynamic": {
+ "Entropy": 1.38767138404284,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.523619729561932,
+ "Virtual Size": "0x9048"
+ },
+ ".dynsym": {
+ "Entropy": 4.380703867207076,
+ "Virtual Size": "0x9360"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7480e25e-d4dd-4e39-b652-33861111c011",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3153B3E305575439914605D976CF6EAD5A500E54D0B6ABCDAAFCCED1BC47E04F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "55C6D083A4E3BE8FF842A5D39EF6F0C82D3DD29FE377C7AEA920C7B419F660D8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "854018eb-0eb9-4c45-8c0c-edb859445cb9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "be4303f658c8f9c5541a6bdac9dc2c2d",
+ "SHA1": "faa088677fbfb6eb7266526835f878855ee767d6",
+ "SHA256": "cf3f7c24af6d46e133bb6a936902a47413394b2a8addc63a8890c75eb7c3a6c7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "87e606dee08705c7ac75737a83a6e063",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "56ebc1fe5d75203a8fd8669eb86d80cda4c13d91",
+ "SHA256": "6a6f1c13eefcba07c0fc8aa0b70ab6fe2bc709a9eaf83090b735fec8e0dd576b",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.843735832527754,
+ "Virtual Size": "0x94b97"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.855334501626881,
+ "Virtual Size": "0x5c"
+ },
+ ".data": {
+ "Entropy": 5.364024351542338,
+ "Virtual Size": "0x2295c"
+ },
+ "/16": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ ".dynamic": {
+ "Entropy": 1.3647139881914778,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.5319998815880522,
+ "Virtual Size": "0x9048"
+ },
+ ".dynsym": {
+ "Entropy": 4.399390751124498,
+ "Virtual Size": "0x9370"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 3,
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a2e0c2d5-a9f3-43f2-83f0-41235cae223d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2629AE14B467DA5DF8E9EB6F1ADC1A9F50A78DBC3C246271C8530D0D35997A4C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-shim-20200726-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEF0CE090F4C6B203C317558D43D015427311475231E8CE9B2E00AC0C18D3922",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f922e65f-baea-45c6-bdfa-0b6ab679bda8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "170d26c08c0bd42cabe41e7223cf1a3b",
+ "SHA1": "026ce5f4baea28c655be66c8ac4873ddcd2fb089",
+ "SHA256": "8d5332b350577ab7b1987f93fda104b2090f6a62e262214264f554b6163e8050"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:32:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "2eb1ef37d6d0425c505df369802d5d54",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "8568540072aa5aead8d761d4baa459e4f9a222b2",
+ "SHA256": "9e14396bca7712b13a5f0b209c8633d754afc3bf577b42ef78304581ddd4e02f",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.359718481379002,
+ "Virtual Size": "0x122aa"
+ },
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708606085287217,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8cb4f77a-a709-4aa9-9563-a21d26fc900f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "14a8d4ab1ac048531dc075cda647773e",
+ "SHA1": "32aff74e8078b1833eba455d0c01471bfef3164c",
+ "SHA256": "b7d3e3c4a930fffcdb184619534ef7c3d45435ef97f7988611714f5523b207e5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "ee4b2aa959df5211204c6165df138ecd",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ef1dd5153ae097116a870b6b3571aa1f2f99bfe7",
+ "SHA256": "67fe6b4b726451375e2dc3f87a0954cd01083fb4d8f4fb074bf699536450af04",
+ "Sections": {
+ ".text": {
+ "Entropy": 5.774188637561653,
+ "Virtual Size": "0x92b93"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 5.040573517037893,
+ "Virtual Size": "0x7e"
+ },
+ ".data": {
+ "Entropy": 5.332540470834759,
+ "Virtual Size": "0x2173c"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".rel": {
+ "Entropy": 3.546798440654089,
+ "Virtual Size": "0x9718"
+ },
+ ".dynsym": {
+ "Entropy": 4.390507192181948,
+ "Virtual Size": "0x9380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ea9f89dc-3143-424c-b3b3-437969245705",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8c6a38741626834657d7c8a8efc9ba4d",
+ "SHA1": "605ed193044333070a922ead0b80c554c8e73287",
+ "SHA256": "71a5716decf09fe8bcbcc73225fe1e7012076cea39b49e9e72afa291b1fb717f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:43:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1225)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1aa56b885cc8dcb37e0165fb6774acf3",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "d94c4831d7cd65bd85851b4c2726909e",
+ "SHA1": "e4705a5872fb945b5826084d24ee95df003b18e3",
+ "SHA256": "e2dd71c959ee2c73c142c38d5f2a2f2566a8d421c88ef20cf4eaf567db79fd44"
+ },
+ "SHA1": "51b1b97472c99971ef217632ae7d9fee3ce3f1ad",
+ "SHA256": "2b334e6b147104306dd91f77e900c07383c0ddff77c2979ec79ea5d92944c13d",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.60297168599822,
+ "Virtual Size": "0x136b24"
+ },
+ ".data": {
+ "Entropy": 5.063753638456743,
+ "Virtual Size": "0x4db30"
+ },
+ ".rsrc": {
+ "Entropy": 3.4698922882591594,
+ "Virtual Size": "0xfce0"
+ },
+ ".reloc": {
+ "Entropy": 6.76396764282581,
+ "Virtual Size": "0x5e84"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5ea7cfb0-5f73-4d02-925e-8161b423fa88",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A372DA66E15D456DC4200BD3908E0943BA4EAF864F7A35062B6B1704320D090A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "45A04261C55E72E48C90A5C821C3A519B4A0D9B1A6C3561CE7477AC399D23C5B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59b7d19b-fb7b-4641-b158-0d2f498e375d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "19d9ca04dfe150f7ed275c0522308b48",
+ "SHA1": "fed3c32a930572d743108d45a16103a34c0c6b73",
+ "SHA256": "3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-08-01 11:09:48",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "aed4e671b03d6e093a423c7593d423c0",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "0795b77ff05d9365bfc1ce099e4edf239f64a073",
+ "SHA256": "5156a8ae596c06692aef13ac6524c7f1e20d52e4ea0f5a5ad43a6874edcc5e1f",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.851927163507717,
+ "Virtual Size": "0x176c8"
+ },
+ ".text": {
+ "Entropy": 5.6438712089241685,
+ "Virtual Size": "0xa9c81"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.778525693473229,
+ "Virtual Size": "0x31368"
+ },
+ "/14": {
+ "Entropy": 7.315232541543508,
+ "Virtual Size": "0x40c"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.627040734955125,
+ "Virtual Size": "0x2af90"
+ },
+ ".dynsym": {
+ "Entropy": 3.211693622055045,
+ "Virtual Size": "0xf168"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f5fabb82-d43d-45ec-b057-5963c46113a0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8A305C5FBE7C56F9E3214D7ADB8F176341F4020F234F3C14E52335967A2D365F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C6C85806905E0B76C25C82A88BFF62B995F49124C55413E74D1DCC3461FE8336",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Endless OS and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DD59AF56084406E38C63FBE0850F30A0CD1277462A2192590FB05BC259E61273"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "191A99A1EF854CE43E64D1CE2FDCC0C942200B88D232F8823A439CBCD7D148C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BE435DF7CD28AA2A7C8DB4FC8173475B77E5ABF392F76B7C76FA3F698CB71A9A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "83A5C9C78BC64206AAF7B7F9901867D19BB746201923D855AAE24A2B2330F113",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9be3b201-fec5-4264-b56b-81d4535b4c9a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "29CCA4544EA330D61591C784695C149C6B040022AC7B5B89CBD72800D10840EA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CD0F9839C6CCBEC5CE38B882E1AB23C8AB44A8993E6B8A02026D8314EAC4EA4C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9be3b201-fec5-4264-b56b-81d4535b4c9a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "41327687-8774-4304-bbda-cc7c5835b54b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DD5E4E9F20CE8BF8F3512261F176ECDD046C079D32585D9B259AFE0A28C973DF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "67D204E0E5DBC0C5B2549FC2C003024525378DB4DE12E5CA1451DD996561AED5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29221f48-fbc7-4db4-8fc6-86f1e3e137b8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2A92103865FB60FC84D357180CC7DB45359B04AD419E8C4FAB74F7143FC0655A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3A5B30A5017105C4CB30A0793FAE4600BF4A1A442D85C79E98405DC0083DEB8C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimia32.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "afc98e92-1064-426a-87de-35479bc19474",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F7E4C7FB10755AC534BCDF61AA7FA18539E42E061C247891E9BA42E17290C742"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1BBE108A0DA8A6A15221BA576E985B4240AD603D7D967F710428A9CB53B97B0B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fc53d49c-f8d1-4a46-91be-205a0ec0515a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5f033a228e6fd44ea0f18196d7ca57b8",
+ "SHA1": "6ebac91cac25a80ff4130bc69da6c527da05318d",
+ "SHA256": "52ceada58e8d14ab47e706dcd6264d82affc0f9fc62ab46f77be46f262ae1b17"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:19:20",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6b65628a2e6b0cf6bd54965da59a8b43",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "9a33833e2407d8d25146f07e9c5c8444",
+ "SHA1": "04243895d74611d8d91937ec718a82b8dd7fe0f9",
+ "SHA256": "2efb0d9096d6fc172537ba8c386ba82f72b5a9bed5047e7830290bb6aafb0ff4"
+ },
+ "SHA1": "54fccbba97f50d2b57478a1c01ad8b86a5fc737a",
+ "SHA256": "dbeb49f986ec6618e7c256d3db4e3d5378a6ee3439c5949ae57e12722a73a198",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.01271499061755,
+ "Virtual Size": "0x9f3d4"
+ },
+ ".data": {
+ "Entropy": 6.118785418021721,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.1416406826134775,
+ "Virtual Size": "0x5ba8"
+ },
+ ".rsrc": {
+ "Entropy": 3.4718938617640904,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 4.723910694609307,
+ "Virtual Size": "0x40dc"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2015-07-15 17:04:59",
+ "ValidTo": "2016-10-15 17:04:59",
+ "Signature": "1af26ac0cce3928cceeb0ebeb5186b1b289be1caa47cba55a0f5e23afa820ee56142a1f158d8d32c2230c6010fa04ae06caf71b10094107e15e2a73e7d6ab6ee827ab9a2dd386dfe2693fcf0e1a88ac736f48f2944a8214bda510dfc68ccbf0fc6c4f0f39036edd3f08e1449b129d7f611b7e5d6b60a97f63530ed8381a11fc8b95beb7fbc45258d4eb767a911095a27d17f613665f70600b30b88091015722e8a64fb43d975f92890d80b545e38317279e44a7071a104715796dd91d0b913c2ec106073f696a236d71979da345d469eac38e7492ac88f7ecdff68180d2dd57051d79a46b2f6ed2c810d6bd51521c3fda183dd8599f282561255ef8bde0f8ed8",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Version": 3,
+ "TBS": {
+ "MD5": "57c30a2d7e6573994b137079cbff34b8",
+ "SHA1": "08980baa201ccbfc096accff568fb2b073da66f4",
+ "SHA256": "19241716f05046843df5ff3c02395bf6e2ed68ad52d441a71a2edcd24ac93056"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c67be7e5-8f3c-460a-b4ff-174ba2a0fb6d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06E3F646CEB102372E3E086D46234B06A9AF13EEF65AAD180EA2880BF8BC12A8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "216969d0-1120-463f-a8b0-f8832f49fe39",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "947078F97C6196968C3AE99C9A5D58667E86882CF6C8C9D58967A496BB7AF43C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "487DF121FD496D9A443C3598DA3771FA187D408C589F4CB990041E546C529539",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf069911-444a-4972-8961-140fd7897324",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A7DFCC3A8D6AB30F93F31748DBC8EA38415CF52BB9AD8085672CD9AB8938D5DE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5D6A0CBDAAF188974E98ACA06E664B4AE98D458327717A20B1FF6C80518EEA3D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf069911-444a-4972-8961-140fd7897324"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e36a4f3-efab-453c-b6db-fe4f613b79d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9e1d88b1165fafcc8d3ba103110c4843",
+ "SHA1": "7ae4be62af6bbe64ea43e60462403334b278fff0",
+ "SHA256": "f923efa6615ce9a93e5d69963b30adb00f2d2059113f55babc477ba889841f29"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 00:22:31",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c9b413ac0a31f9eb0a141e05654d1d52",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "bf2b2fa1725551a7b25c0d86164613a7",
+ "SHA1": "c2527f2c2aa74dd913300d7868a0d042d10ed406",
+ "SHA256": "3bc6dba2d4913666539154040f7a9b5b2d4bb1dda99810435b6db4dede407c03"
+ },
+ "SHA1": "70f682f3c63a4a1121c3c9afa78934aa2412c049",
+ "SHA256": "ac22c4ad2e62a3a8369a311b69e9b3dd558359cb44de8115e6bef2ae5e5e7151",
+ "Sections": {
+ ".text": {
+ "Entropy": 7.052788904216757,
+ "Virtual Size": "0x9ccf4"
+ },
+ ".data": {
+ "Entropy": 6.116187398286086,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.136093204344787,
+ "Virtual Size": "0x5b50"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716290018327003,
+ "Virtual Size": "0xfce8"
+ },
+ ".reloc": {
+ "Entropy": 4.731539389747102,
+ "Virtual Size": "0x409c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by VMware Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e121cfa2-ee0c-4c6d-9b1a-1f48ce500b81",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "96c7007a1ef6ec8ae43756e1e3bf9807",
+ "SHA1": "9574b0676b8540628d0db2f89a8d8bb7b43d863b",
+ "SHA256": "5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-11 04:25:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "07349cf7c406343bb9a9a9d9eec50790",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "12f8b7152bf718ee95d9d9a8ebd50c1a8fbb9621",
+ "SHA256": "ef43b4b4a755494b10b7431527aead697feab6fa48cf4684cca4fb5b8cd09035",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.827964610163725,
+ "Virtual Size": "0x1e8a8"
+ },
+ ".text": {
+ "Entropy": 5.620340849167797,
+ "Virtual Size": "0x9a9c0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.337170840865167,
+ "Virtual Size": "0xd7"
+ },
+ ".data": {
+ "Entropy": 4.411854121188843,
+ "Virtual Size": "0x2bad8"
+ },
+ "/26": {
+ "Entropy": 7.32428121292217,
+ "Virtual Size": "0x3e0"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.651762139832741,
+ "Virtual Size": "0x1c3b0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2112511396406864,
+ "Virtual Size": "0x10008"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 3,
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "997fb55c-0910-48f0-adf7-33f2e50473c6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4D7D6F0D820F749A442DAB0A34D53A71CE47DF51DE07E6723AB848108AD1945"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A7FA44AE658F9CDED2AA0CC440EAA8134FC1FAFED290ABBC8C45EC670884605",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "25356276-9f23-4044-a512-863c5b3180df",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B93F0699598F8B20FA0DACC12CFCFC1F2568793F6E779E04795E6D7C22530F75"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "96520E78051325998A6D82FFFEE0366F85289E6D8834D1F3DA9082C6EE146D26",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "25356276-9f23-4044-a512-863c5b3180df"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d17ff559-85d0-4cc7-9327-516585723ea0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CBCBB8E81F1CFEE4D02D65481080ECDE62528344C5372B09FED4EE3CA1E14330"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B81C6018141EFC89816DA4081BBC1414911125D5184108E47AB01260D84FB9B1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "07e76cae-6513-4120-b399-3ab5ae5879a5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5E0C1C1FDEBE61C4DDBB66C57EB23BCAA86C36BAB9900AD10342A4971128EAC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f4268520-fd18-40df-aecf-b2a6e8dcf27d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ba5501c6998594711fe062521d0ba9de",
+ "SHA1": "8dc43164d1742fd0e3a9590190ee7116bcfc04a8",
+ "SHA256": "96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-02-28 08:15:09",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "fbec641d8564e4e48784b2b07dd9c196",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7ac5c5314da05d3a6e69e4213b9479a62d6f411b",
+ "SHA256": "ee39a9a3fbde8b15ce4ac34519e248ea746a52ae0ae680da5b0c7ef919e583a3",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.829624557782118,
+ "Virtual Size": "0x17460"
+ },
+ ".text": {
+ "Entropy": 5.6400279515127,
+ "Virtual Size": "0xaa1d1"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".data": {
+ "Entropy": 4.774275035620183,
+ "Virtual Size": "0x310c8"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".rela": {
+ "Entropy": 2.622559703225293,
+ "Virtual Size": "0x2af90"
+ },
+ ".dynsym": {
+ "Entropy": 3.2093022589915736,
+ "Virtual Size": "0xf1f8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "81f3828a-1a59-4fc2-a34e-d1f297f0f719",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "32D4BA3A03D1F2B6BC80D011C0FA107747B7B573FE96AAFFF21735ECF562D337"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CF960A60921EF186A0A511BECC06B264407111D2AE6875C93496121887318EDE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a280d6df-a426-4031-8dc8-31473975f92b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BB01DA0333BB639C7E1C806DB0561DC98A5316F22FEF1090FB8D0BE46DAE499A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EC16CFB5AE2297154394D9AB6B5B749DCE676404486D72A44064CD9A716EC1F9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a280d6df-a426-4031-8dc8-31473975f92b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "35a53e95-2bf9-43c3-b7ff-c8a176b73a7e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91D56D765B020B99B7716582E3C380147FF0ACDDF63BB09ACDED0C0249E5CC8C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "641A3F8E77A42F04B0F300399F0FE6545733DB7EE00FA402358723E84BC62741",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "52d2d179-addb-4556-a244-d085e0aefad2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "941A51239ED416A788B5059DD647631B16E506C8F6AD87B1D5F3B8C97199A160"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EA21E2A1F1779F77C35060CD8690D2E74116C4402DD10B6F8260DB2D00B4A9E5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f7d85db-fd3c-4a8e-a83d-ac9d89dda3d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A4B3FEE324D25C53FB5CB48630DC80DD7EE78C1AAC8C8DEEA927396997E33BCE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "626AD87C1D3475B2599DFD36B430BE3ECBFED207A20D9FBAA01F7AE808C0271B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a4e079d3-3919-4c47-84ba-9a7d7d1acbe0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D372C0D0F4FDC9F52E9E1F23FC56EE72414A17F350D0CEA6C26A35A6C3217A13"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D8E8197BB6CB93157BAE6B4E63EFFA60BB49628DEBB6F771F154C229F4205DB3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a4e079d3-3919-4c47-84ba-9a7d7d1acbe0"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57416bf8-a14e-42bb-b668-d424222ffcdd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6B8EEC829F0373931099F070CBD4E2E1380CD5644201D05D80D86B1E7ED0B08B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6E90699DC49B40F02790D085E3A1B9CEB2F81D85F55D2054163B3432FB87F59B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0f4b6460-f81b-4770-8dfb-55224983a557",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B8D6B5E7857B45830E017C7BE3D856ADEB97C7290EB0665A3D473A4BEB51DCF3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8516257431A250296A10F82A4795F9CF68E5C185CEAA2F6F77CA0942CBE0C999",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0f4b6460-f81b-4770-8dfb-55224983a557"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "db57d7a1-5937-4ba9-896e-8fdce1ff2990",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "332450890F9C8FFF7EC15C53921BF27227AB9EA06B0E1C816D819F8E21CFB55F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C79381B9A5D1D2B8A85B6A5B2255923FB2D3A5F500CC00FBBCBF10C6A3A0B40E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "76724735-ec57-4c1a-8712-f0267d21f0c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a7e340723a992f0a725fa1e394e5a655",
+ "SHA1": "882ef0e748b0ba689bb0af982c499db1fb1c8ab1",
+ "SHA256": "65625a143d220ea184dbd5cdfb1b9e9c3bd9654294eaa2b98628bc273ebc18b5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 19:34:40",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5cdb3b41abea2f625c0a632f4ad2cddb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "b91ca2bc17ae097c0cea2d2fa5ca52ee",
+ "SHA1": "1a8fb4b3991fa408332afc5f95422941ab4d33bc",
+ "SHA256": "2cf47ce7a3c1eddb148d65b646a875561cd62faa54a32d5c903707f24f27e688"
+ },
+ "SHA1": "68041e64a6a90537c6f7d7c6c1b07ccee8fd92a3",
+ "SHA256": "4f9398592553ee138d8db48b95789eca19324b8408cafd0f0bc46d030e7b4fd4",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.493057126933711,
+ "Virtual Size": "0x118fad"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357894622079484,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGE": {
+ "Entropy": 6.4874876888292405,
+ "Virtual Size": "0x1866"
+ },
+ ".rdata": {
+ "Entropy": 5.511405489245561,
+ "Virtual Size": "0x1a634"
+ },
+ ".data": {
+ "Entropy": 4.622775810912131,
+ "Virtual Size": "0x63d70"
+ },
+ ".pdata": {
+ "Entropy": 6.061698645716401,
+ "Virtual Size": "0x9ce4"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708865359751586,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 2.6555924696632576,
+ "Virtual Size": "0x1b5e"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200917-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7520fd68-dbc4-4182-ab8e-2cc005024183",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4AAC0A9E089DF8E9AC6725E0DFCA3AC11A17747A2E35F43A2B38A58F8AE2A273"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200917-shimia32.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3BA74313087DB77CF93A00E072A2FAE00C0A472DAC5DD6988F9C0993A0769159",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200917-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48c8b841-9f1e-4557-ba59-91461142b90f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E800395DBE0E045781E8005178B4BAF5A257F06E159121A67C595F6AE22506FD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "571B2AA6CA8EDF6479D3472814B8CDF34A0B8544939E5CE9F50261968E382B45",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "48c8b841-9f1e-4557-ba59-91461142b90f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94ba0558-c5b6-4f9f-b1fc-598e7448bf13",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CF7F9E7D091023A1A1C3F5CBF7DDACF7B18F03A4D07961F71506FE9DF4388EEE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "196243A87389B47FC9033AF3884F3FF0A5C891D80E22C82D2ECD5B9A3434186E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Cumulus Network and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d7cc6936-4efd-40a1-bef3-ea4da008ae4c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EAFF8C85C208BA4D5B6B8046F5D6081747D779BADA7768E649D047FF9B1F660C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E4FF4E538B4758E8E49010ED16D6D5380417B146F3E8806ACB3AC40611646FDB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d7cc6936-4efd-40a1-bef3-ea4da008ae4c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ca7157a0-3de8-4642-95b6-0a42c53a97b3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E42572AFAC720F5D4A1C7AAAF802F094DACEB682F4E92783B2BB3FA00862AF7F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7395EE455BB71B4A37DD973999C875F166037E7BF5B948F812A8B45ADFC03A55",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "261d9721-b41e-4711-9ec1-d46057b9c56b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "97A51A094444620DF38CD8C6512CAC909A75FD437AE1E4D22929807661238127"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "424C636253B4EFA0C69F91505EE16D7079956B8EDE4524FFCE211A1B037FF692",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "261d9721-b41e-4711-9ec1-d46057b9c56b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "03fbb84a-9153-4d42-aa08-c26fd8260bd1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C3505BF3EC10A51DACE417C76B8BD10939A065D1F34E75B8A3065EE31CC69B96"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AD215B731A41CBE37CAFEE5280FFC282A8AC23B5E8BA25DFF3D28A6AAE1D2A0D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "03fbb84a-9153-4d42-aa08-c26fd8260bd1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5d92da13-8976-4b19-871d-a9266e342121",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "19F4C7030AD74035F5BC07ACE285BD7538F231D25787755D72071EDE879C6978"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A84526FB39B09F95A0A1CABE23D34CC28FA554242405EB653D6EAB8669B3C1BC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "37A480374DAF6202CE790C318A2BB8AA3797311261160A8E30558B7DEA78C7A6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7C2FDA323F09B9BE6269BA979A620438413EBA4A93B2BA34F9B39998268AD9CD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shim64-bit.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "63cbc1a5-3884-4049-ad87-f32f77644986",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "3c80cdb2f0833095f9f77027e2431b0a",
+ "SHA1": "21b20549df4909eeb13f64d4641ef60cd5c5a682",
+ "SHA256": "48f4584de1c5ec650c25e6c623635ce101bd82617fc400d4150f0aee2355b4ca"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "8572a7c437a9bc92225906ce5fc04497",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6d2ce22514e2dffca0e31eedd4804280f8c37e4c",
+ "SHA256": "cc5c7db3068d99d6271fb38ab15b78c633c92249c4d783db0cdae2b918e97969",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.854473006421037,
+ "Virtual Size": "0x1f020"
+ },
+ ".text": {
+ "Entropy": 5.637088505235519,
+ "Virtual Size": "0x9ffd5"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ ".data": {
+ "Entropy": 4.407892310209117,
+ "Virtual Size": "0x2d1f8"
+ },
+ "/26": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".rela": {
+ "Entropy": 2.6590153947439474,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".dynsym": {
+ "Entropy": 3.21087140465499,
+ "Virtual Size": "0xf2e8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b0db7258-fe95-4712-ae0f-fe258342295b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F31FD461C5E99510403FC97C1DA2D8A9CBE270597D32BADF8FD66B77495F8D94"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "862EF2D92E8E0DF128007AEF6F9E4D6A6D0DE3C656A4D72D1A19A18068C23508",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b0db7258-fe95-4712-ae0f-fe258342295b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3d65bba8-925b-4fcc-849e-ddfc0bdf1c49",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DC7CC8D1DC11E304ABDF6E6227838F35B223B780F030DE7B341E88A3F6A361B4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C655C36EA5160603D4134B038D732604394031E177D1C32CFD582CCE0C037887",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "44795d05-39b3-4605-a58c-cd20de64f934",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1A74740EBBE6A0E7DD44CC3D8E29F8FCF42B642298A5C5A586D77BE0DB15C2F9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34776096730EB7B0CAA5415414943E2C31AAA464BB545FBCB8E341E7EBACFAB5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "02e8f438-8842-4018-8592-a4fea656bd01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0257FF710F2A16E489B37493C07604A7CDA96129D8A8FD68D2B6AF633904315D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8BF4FAC6F3981D1E6180DB0CD53152AE9666DC40884090A522840062E0C926E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "02e8f438-8842-4018-8592-a4fea656bd01"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Now Computing LLC and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "51d3afbe-d378-492d-86fc-3afcf9396417",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BC75F910FF320F5CB5999E66BBD4034F4AE537A42FDFEF35161C5348E366E216"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0FB12613BC1D4AB6FBB256574EBA9347AE3A87F96E4A3C259028B55CDE1D8053",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "51d3afbe-d378-492d-86fc-3afcf9396417"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dc00f1c1-898a-479d-b9a5-9caa9973e310",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9063F5FBC5E57AB6DE6C9488146020E172B176D5AB57D4C89F0F600E17FE2DE2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "94BDE75194960FAFF8329DCB4462BD8888B32078B0FB8FB2011C6993FDA0316A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "dc00f1c1-898a-479d-b9a5-9caa9973e310"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5df619c2-4db7-43f4-95b6-a2e16ebf847f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1B909115A8D473E51328A87823BD621CE655DFAE54FA2BFA72FDC0298611D6B8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CEF9A1B433C4ED851EC0C373F7E1F19A2B8C306A821D114F177B14E8C070276F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5df619c2-4db7-43f4-95b6-a2e16ebf847f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ef578b44-9fd5-4d83-9609-4c955babbd69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "87176A15E766BD06528ED91A61481C3B3CDE65EE95115403F9FFC6D3A26D43D0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E082E310571748B9FE6B2DFAB71550530F2452B8E7E4F7725DE7EB9E4C7B1559",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c748db0c-0a54-4567-a733-2f803c84a914",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6D174DC1673F7CFB6F1EA75D71739AFDE2B784E214E41AE6F5AA30F622A400C4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A7CD85A11D733D1D03A01AAD914A3F22C33AD9590AB27792D2B177E0E51D896",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0f3431ba-2b83-4020-b3ff-32eadbcb7205",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9F2B71EC2FECC93E4EDEAE24B32F8857FA36A81A7272DEFD5435D29FA3BF828E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7384B867C248569C3DB81E82AF35585AB3108858E958750098F9D8298CC9B8F6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae979b6b-32b7-42cd-b835-09215a457c01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C42D11C70CCF5E8CF3FB91FDF21D884021AD836CA68ADF2CBB7995C10BF588D4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "561694642D87969C00583ED6C4BB6C41527DFF7164A079035E8C8B905A5E4B62",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae979b6b-32b7-42cd-b835-09215a457c01"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a34a20c-afea-4d1e-9109-fb7354066e06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F33727B54A9908CEC7ED8DB582A1482420FA257B61B559C47343110872ADF7D8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "79193EAE46F687D00B90B3EBA361B35802BD42E2891A8A8C286B4C00119F9F94",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "406a9495-809e-4065-8c57-b6aa66dc4029",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0CA5E602468258B0685A2B2B7F028B977354602A82ADA86C9919FC472AE4CA40"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6FDF73C4B54F57935671B1C6F03FF5F104F8092C72574C2DF2C6FFB1E5F2E61",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c5c530c2-b0e2-440b-98c4-3ae3a9581479",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FD3062358E0E1DC4C3A60380EF1BDFD4C51F4473B8600937D921DF472FBF9B65"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24119E64BBECB849FDB3CC3EF0BEE550248B13BD5ED5AE540A9389C7D5D7C8BD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cf8adf07-931e-408c-a85f-d5e45b09a41e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D759308D047E9206006B51B5770FA25EF5C124B8ACC6B0139F5883765FE30DEA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A84FFCA344A000BE6FC526DA7D7F701B87EF5559A71D8E63F806276E4D3DFE27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4b37df07-e561-4581-977f-6eb984d0afbf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "99D7ADA0D67E5233108DBD76702F4B168087CFC4EC65494D6CA8ABA858FEBADA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-shim-20200726-shim64-bit.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BD8020CC80D5F842DDFD5AC110C189707A83E85415EEA3386884ABDCFD7F3135",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ce52a206-8cc9-43e4-9f5d-28b646502ac3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "664f6508818e109fb75fbe07061638e8",
+ "SHA1": "aecda4260dceeda535e4c967ed2fa9ae3c4d580a",
+ "SHA256": "52a3ca4db923c0648ac04be86ce02dbc6a3aaac8312366b106205dec6e2ca2d9"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-08-03 21:42:57",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16391 (win8_gdr.120803-1608)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "de3db6ac5d9d0d31d8668a74bc3332df",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16391",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "b2851fbbc75273998a8dd1aabed09efa961c050f",
+ "SHA256": "1604f70608f964d1a835c3f3a421e58e449774f0291ff134ac298364e8e3f776",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.642283438119681,
+ "Virtual Size": "0xdd276"
+ },
+ "PAGER32C": {
+ "Entropy": 6.57198166568606,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.499448286436215,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.359200628389931,
+ "Virtual Size": "0x122aa"
+ },
+ ".data": {
+ "Entropy": 5.324535468894605,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.470885485377943,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124520370323963,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8e87c22a-ea23-4f89-bee2-c301e31b4045",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F8DD2281C67C59A08FDDC9859E9D5FF73802CAD88975242BD11486F13C6DDA6B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24AF7036C63F09FEBAB1B84372ECD6151BE32CDC94E80E57F52F7D2C3665FBC4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8e87c22a-ea23-4f89-bee2-c301e31b4045"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d69993da-b588-4dcf-aea1-5d11d9ca4dd7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FB0BBC256AEA5CF93DA99CF26481CC42F4E7BA6B32DB63B827620807E79E805C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "271A4B174838286F6D4BB9FCE91A47FBC87B28BE586744BD42CD82CEF4600B72",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "11dd8dba-8b90-413b-b2eb-bdb05f573d2b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ddee4ca24adecb29457fd110f5a472ed",
+ "SHA1": "c146c31c4634aa1a51fe611ace87a75464c5e199",
+ "SHA256": "310949b7fd26af0e2e29e1c902ac198574f096d15836376c8b3ef2dd1fb5f1c5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 20:40:16",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bc78920fd9f058973d63495f36203685",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "edbde6908eebb8bd3197c1634769213b22e0b1b3",
+ "SHA256": "db9643f6d78c6c5bdc29b041660174324639be8b3bc6e247c8c2026e68c4e618",
+ "Sections": {
+ ".text": {
+ "Entropy": 6.642283438119681,
+ "Virtual Size": "0xdd276"
+ },
+ "PAGER32C": {
+ "Entropy": 6.57198166568606,
+ "Virtual Size": "0x4805"
+ },
+ "PAGE": {
+ "Entropy": 6.499448286436215,
+ "Virtual Size": "0x12ab"
+ },
+ ".rdata": {
+ "Entropy": 5.358873830747045,
+ "Virtual Size": "0x122b0"
+ },
+ ".data": {
+ "Entropy": 5.324535468894605,
+ "Virtual Size": "0x54bf0"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ },
+ ".rsrc": {
+ "Entropy": 3.470569475120354,
+ "Virtual Size": "0xfcf4"
+ },
+ ".reloc": {
+ "Entropy": 6.124520370323963,
+ "Virtual Size": "0x61b0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 3,
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Version": 3,
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "610bbbd8000000000005",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cce60051-3b8f-4752-9e76-a1098bc803b6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cf8d4c0a11aef346e68e0187814ac953",
+ "SHA1": "51e223e52d59a6e2e4df6614cfa47525722f127d",
+ "SHA256": "8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [],
+ "InternalName": "",
+ "MD5": "f38a930c417139cd5ccfe3ff2277b4c7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b304b38b615184a936502bfb705bf254ab41ee32",
+ "SHA256": "c4b5797189521611b809720ed9c4734f1dec8a2ee2597781ffe438f652a58ce5",
+ "Sections": {
+ "/4": {
+ "Entropy": 4.860485674278351,
+ "Virtual Size": "0x18788"
+ },
+ ".text": {
+ "Entropy": 5.6443502666559935,
+ "Virtual Size": "0x959be"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ "/14": {
+ "Entropy": 4.934638497318441,
+ "Virtual Size": "0x64"
+ },
+ ".data": {
+ "Entropy": 4.54595045365008,
+ "Virtual Size": "0x2b138"
+ },
+ "/26": {
+ "Entropy": 7.306150252866006,
+ "Virtual Size": "0x414"
+ },
+ ".dynamic": {
+ "Entropy": 0.7842520391300999,
+ "Virtual Size": "0xf0"
+ },
+ ".rela": {
+ "Entropy": 2.649841454143249,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".dynsym": {
+ "Entropy": 3.2037054998928167,
+ "Virtual Size": "0xdd10"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "CertificatesInfo": "",
+ "SignerInfo": "",
+ "Certificates": [
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 3,
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ }
+ },
+ {
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Version": 3,
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ }
+ }
+ ],
+ "Signer": [
+ {
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "Version": 1
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5466b767-bb4f-4044-a72c-1a7aab0d1d4f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D084AC3FCD80893B1878653C8BA9B71FB9C53E25843A989EF51A9B44C7EAFCBC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1EC66D5D99383D9EB6CB553965D6ADEF787ABDDEC162844AF1CC04F24EDBCE08",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4c9eca9d-f738-4fde-99da-f5f1536910f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A330FDE65C067A5F0B75C80D0A300767C301EB75E0CF9B4EE240F0D60B3DC503"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "399BDFB85E5A072F763B3692AC5B34FDB00D7C5DA4180219E99A2E0693D72B39",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c9f24d64-ce8c-460c-a5b9-13c1082de5c5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3860B7C7FF6F4BCD5865843B2E86B2ECA5FF4FB071999F2129D4C7753B806F34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3EF9FD0B7CEF661D5AF2971DAEF1ECC44D9210D33AF8C95E2DF9EDD694BB0FE2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"Bootloaders\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "15ca73cc-0098-429e-8191-5df17cae28aa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB7BBABE6E9A118C420BE4294132A88BC494969D95B9884480BD4F68AB94FB2C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": "",
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2D9AB79B0593235C5EDC3CF77C3A48FCFA740D804A0397B3D9BD9AE9EE516D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ }
+]
\ No newline at end of file
diff --git a/lolrmm.com/content/api/lolrmms.csv b/lolrmm.com/content/api/lolrmms.csv
new file mode 100644
index 00000000..696a68fb
--- /dev/null
+++ b/lolrmm.com/content/api/lolrmms.csv
@@ -0,0 +1,521 @@
+Id,Author,Created,Command,Description,Usecase,Category,Privileges,MitreID,OperatingSystem,Resources,bootloader Description,Person,Handle,Detection,KnownVulnerableSamples_MD5,KnownVulnerableSamples_SHA1,KnownVulnerableSamples_SHA256,KnownVulnerableSamples_Publisher,KnownVulnerableSamples_Date,KnownVulnerableSamples_Company,KnownVulnerableSamples_Description,KnownVulnerableSamples_Authentihash_MD5,KnownVulnerableSamples_Authentihash_SHA1,KnownVulnerableSamples_Authentihash_SHA256,Verified,Tags
+6ea89297-74dd-4581-b268-475a282c9592,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C1812CF5B1D61DC08BD6683D143511BCB5B14798116D1D2714963CD468933FF,,,,,,,92185C264285741FA7F198CAD8F307C60891AD932D9E3C2A08D92546FF7099ED,TRUE,bootmgfw.efi
+38e6bed7-1db9-4c15-8358-040edb77a39c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E438149CA86CF5F2FDD1318BF0D6C301593EA74B06940E031964F34561255BC8,,,,,,,6B54497FF9915A6977428BDF8F45B116D874C4F8A836B5BDFC373D05F4C0EF87,TRUE,bootx64.efi
+7550a473-863a-43f8-aad7-fff5be3977f0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4640438E0AAEEE87664C893198B41AA03BBF3214E181AAC4E2DE81A5400D2C27,,,,,,,199F3CF990816D710F556722CA068597C4341B7F346642339839AE30495309D0,TRUE,bootmgfw.efi
+5a1e393f-1595-4e4e-993e-7097a184ce42,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8DA046540148E1E146DE2F96C7D860962ED059A923E9685E868DC4C6065684AA,,,,,,,3FE9F8D11EDCA3FC1899100484DE4CC2C626ABB38B73985A441B7C3A0D39CA54,TRUE,bootmgfw.efi
+518b78e7-eeb3-43b0-a377-acfa0e831ce0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5875DB0835E08A9189F23833B21774FDD1C4C3BD4C5D3459471A49B85CFFD1E1,,,,,,,5D1E9ACBBB4A7D024B6852DF025970E2CED66FF622EE019CD0ED7FD841CCAD02,TRUE,518b78e7-eeb3-43b0-a377-acfa0e831ce0
+4e70304f-ec00-41a5-b542-69701b5df29b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A6E8C6906E4845A30A036FB669BA82146E334908706778AC569DF45CBF8637F7,,,,,,,8806CF0C7BD5DF7E01D120F56734113BE916E183755577BD48026C25DB268680,TRUE,bootx64.efi
+b7f9ffcf-525f-427e-b3fd-72289f61ffd3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,462F49B4FC9E4CE706D668042EB76F711B4292BAE2BE8DD5897182B316EF217D,,,,,,,C470161A06E6B452253A623536924979CDD11838E08D8E4DC86F763732E64B0B,TRUE,bootmgfw.efi
+32eed29e-9d32-4120-8a43-02c7dfc4ae22,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",dbed1f7ed9e19e53bfc7f43122ce3d83,765ce680a932d9f36a6b09c2191c9e2cab1a89cd,c6b0d030bb3e54294742b3914ae76c949e52a065abb28d08054fdf90d7eed628,,,Microsoft Corporation,Boot Manager,35434d7522f9aabb654847d66da05599,638291271b5b95b647a7ee324dddc79bec196616,1eaed62c4abcb2524643e1723f6aadcc31a74af4d2285d3b13880cc44c22dec5,TRUE,bootmgfw.efi
+58c24252-f076-486b-90fb-5a1c7b922efa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C334B9CA48819E7E408A3A3418879978828AA302BAA3ED86DE64D8AE5ACA0EAB,,,,,,,AB311E737112E4D34ABF545836BC671637663E93738CEFA37405214CE8C92A58,TRUE,bootmgfw.efi
+9308b260-6695-43ee-bddb-a90f20e035f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",77fefa9f6ac9273ee5edb4d19e87d348,e609f8ddc446dc27a2aec3577e2b7869126662c0,03c8c9956938147bcc81a19e580ca8b5214e82829ec0494c22b0f59013ca22b2,,,,,c62cb9b4d87523ac468bd048647eabec,57916473f391f8b25aa2497acf5c58d2eb304e2b,38909daf2fe29bbfe22303939d3904f38dca48b7f2a41f28f34de564a0242781,TRUE,BOOTIA32.EFI
+76724735-ec57-4c1a-8712-f0267d21f0c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",5cdb3b41abea2f625c0a632f4ad2cddb,68041e64a6a90537c6f7d7c6c1b07ccee8fd92a3,4f9398592553ee138d8db48b95789eca19324b8408cafd0f0bc46d030e7b4fd4,,,Microsoft Corporation,Boot Manager,a7e340723a992f0a725fa1e394e5a655,882ef0e748b0ba689bb0af982c499db1fb1c8ab1,65625a143d220ea184dbd5cdfb1b9e9c3bd9654294eaa2b98628bc273ebc18b5,TRUE,bootmgfw.efi
+2a4a532a-848c-4ca5-a910-357daefe32e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9671f8d6de959b9d084f2a67f6dfadf3,f7df1f4af46adceea20652bc796d86b47d9eeb6c,3c430c719c9053a74d74dcc5e52b40d10f109db1dc9458a05a7a413b86a93467,,,,,e04975ca0b4139e160f03ab301fe80b6,8b736cf22a54133d32665bed98eedf76755e0b10,4cd73702d6b209ea8d57657ac4603c8127134d01973d84018af7c68335751ad9,TRUE,shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi
+87813fcd-6a01-4452-b54c-0dc24402bbfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,23EBFBC7BC286CEFC68B4920784B926EC28D7965815238325FBD17892177D6F3,,,,,,,340DA32B58331C8E2B561BAF300CA9DFD6B91CD2270EE0E2A34958B1C6259E85,TRUE,87813fcd-6a01-4452-b54c-0dc24402bbfe
+9be3b201-fec5-4264-b56b-81d4535b4c9a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CD0F9839C6CCBEC5CE38B882E1AB23C8AB44A8993E6B8A02026D8314EAC4EA4C,,,,,,,29CCA4544EA330D61591C784695C149C6B040022AC7B5B89CBD72800D10840EA,TRUE,9be3b201-fec5-4264-b56b-81d4535b4c9a
+f2418902-5951-4626-8a5f-79d4d022337f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",41218ac4af41772dbaa3d4738e0c2bf3,4d7caebdafbc4bb3866676173dace618baa6a129,aef3e0a113345c1adca2d627c5853a11ddfc4e0e07fd28c10049a9b766c0fbc5,,,,,59ee638030fd199a10f08a99e2cecb60,e123503e3c7764b8d9e60439069505f997287914,c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55,TRUE,bootnetx64.efi
+e32b7c1e-14b0-4f29-9c62-d1664d26777d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,52A4F27CCEDCC5405D8EC128BF99861865B2273DA18A9B958ABADEFF63DF5A18,,,,,,,3765D769C05BF98B427B3511903B2137E8A49B6F859D0AF159ED6A86786AA634,TRUE,e32b7c1e-14b0-4f29-9c62-d1664d26777d
+164bcf0f-91a1-4754-9c4d-f2c1b90aea06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C904F10520295D070DB9CF381101512946AB832C2BD92D4E92D42B934F40DC3,,,,,,,1D8B58C1FDB8DA8B33CCEE1E5F973AF734D90EF317E33F5DB1573C2BA088A80C,TRUE,164bcf0f-91a1-4754-9c4d-f2c1b90aea06
+f922e65f-baea-45c6-bdfa-0b6ab679bda8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",2eb1ef37d6d0425c505df369802d5d54,8568540072aa5aead8d761d4baa459e4f9a222b2,9e14396bca7712b13a5f0b209c8633d754afc3bf577b42ef78304581ddd4e02f,,,Microsoft Corporation,Boot Manager,170d26c08c0bd42cabe41e7223cf1a3b,026ce5f4baea28c655be66c8ac4873ddcd2fb089,8d5332b350577ab7b1987f93fda104b2090f6a62e262214264f554b6163e8050,TRUE,bootmgfw.efi
+4cc6cdc2-6f4e-4b25-b3a2-383174f52460,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24C0732D77F6BC85BE8A6CA9B0FA3BA8611F950CA4E0194E972E59A433DC05C6,,,,,,,9AF92541E63EACBC5784BB44DB66F9B60726174F4EC178C6CE32EAF647EEBCA2,TRUE,bootmgfw.efi
+22532a2a-950a-425c-b1c7-ae8f8e4faa5b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1CC3D6DA3017F0F1422D1B8115622EDEF65FBC497487234D17F4D356670F28EB,,,,,,,1F16078CCE009DF62EDB9E7170E66CAAE670BCE71B8F92D38280C56AA372031D,TRUE,22532a2a-950a-425c-b1c7-ae8f8e4faa5b
+55b45543-5130-4632-b2a9-12f11c8da501,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BBD53435E3881C13F6EF3D7C17DDE9BCCF2BB2D95D303DC4623CD1AA8F51EF23,,,,,,,781764102188A8B4B173D4A8F5EC94D828647156097F99357A581E624B377509,TRUE,55b45543-5130-4632-b2a9-12f11c8da501
+a93c81ef-3f87-43cd-8d09-67e57167689c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1D93E3D7F580616051BC1456083F6DCC80DB4642E7AA2909041E86F8209583C,,,,,,,825ACCE0634B91818F57CE96B8314ECEE7373BD20DA77FB08B9B96D66EB65145,TRUE,bootmgfw.efi
+163d69a7-be4d-47bf-ba9b-ad2e76271175,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,73ED112C5EE295BA56BEA8679E062EE22A5E01B23438A7B8F459AF8F61A93BF4,,,,,,,FDBE6C45F2414421562D812EB67C5FA0CFD0D40AFE2CF0CDDC5E09054ACB4FE5,TRUE,bootmgfw.efi
+ea9f89dc-3143-424c-b3b3-437969245705,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",1aa56b885cc8dcb37e0165fb6774acf3,51b1b97472c99971ef217632ae7d9fee3ce3f1ad,2b334e6b147104306dd91f77e900c07383c0ddff77c2979ec79ea5d92944c13d,,,Microsoft Corporation,Boot Manager,8c6a38741626834657d7c8a8efc9ba4d,605ed193044333070a922ead0b80c554c8e73287,71a5716decf09fe8bcbcc73225fe1e7012076cea39b49e9e72afa291b1fb717f,TRUE,bootmgfw.efi
+3a20e152-907d-41c3-8ae7-14c2a23e4880,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,299E3B66B0283E23793E03FBA6B795A2C6B6034864B6D571449945EBA0D90A20,,,,,,,3E3926F0B8A15AD5A14167BB647A843C3D4321E35DBC44DCE8C837417F2D28B0,TRUE,3a20e152-907d-41c3-8ae7-14c2a23e4880
+59b7d19b-fb7b-4641-b158-0d2f498e375d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",aed4e671b03d6e093a423c7593d423c0,0795b77ff05d9365bfc1ce099e4edf239f64a073,5156a8ae596c06692aef13ac6524c7f1e20d52e4ea0f5a5ad43a6874edcc5e1f,,,,,19d9ca04dfe150f7ed275c0522308b48,fed3c32a930572d743108d45a16103a34c0c6b73,3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c,TRUE,bootx64.efi
+faa5ce45-c815-4eec-a757-84e1b181afcf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EBF3E0F060E9ECA943F49444CC0DBF6CBE1AEC2C20AE10DFB9E757335AA26ADD,,,,,,,3E828EF5E880FE62B33D36B78F2235F1A314153899AC80469597297B9A9DD22D,TRUE,Signed_13652009334930799/shimaa64.efi
+46a49cc4-2dcb-4c79-b1d1-2c49f6df0af0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",658f77c25877b5ceb68bc7e046d37ec3,8276fccfe7c6ec83b5340aedcb77fb1e24cb1c4d,d92b8ac828b827e4e5b9e9aeb02676783cdb1884f42194823769ccf033a7b9c5,,,,,6178f6bbcb3eea01cc915b8a348a3637,cc3d816d02da15fb70878fa6590b69c9f23f8441,8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b,TRUE,bootx64.efi
+3cf4dc5f-5fc3-4a44-b069-bced755a5e5d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C990C8BF9D0C8E5A50CAF28C9FF6E8EA1949C5DD6AAAC5AB08B3A77CC0D5F011,,,,,,,1C19A5A240A361131DCC5EC25363DA6E79C7D55B3C79C0976C947F1D04A38AAA,TRUE,bootmgfw.efi
+c5c530c2-b0e2-440b-98c4-3ae3a9581479,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24119E64BBECB849FDB3CC3EF0BEE550248B13BD5ED5AE540A9389C7D5D7C8BD,,,,,,,FD3062358E0E1DC4C3A60380EF1BDFD4C51F4473B8600937D921DF472FBF9B65,TRUE,bootmgfw.efi
+2281377f-96d2-494e-91d6-86e4f2c78198,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",65e619f026af74b9c47c2cc77346ec40,9bf8d8b915968c37fb4b491f67e567d709d2a026,fef56f20ef6e5065ed0fde1d85fd19f1f07212403489fd1e2b63aa41f5dc600b,,,Microsoft Corporation,Boot Manager,866e67751c0a6b90c631d03793a348bc,2565b9e7e5552c7a3340f5ad2c6faab6ea42bd27,ce1af9fcce6ad19c00d8236b23b03cf83c593c6184a08266e58fe95c6caa4d13,TRUE,bootmgfw.efi
+fc53d49c-f8d1-4a46-91be-205a0ec0515a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",6b65628a2e6b0cf6bd54965da59a8b43,54fccbba97f50d2b57478a1c01ad8b86a5fc737a,dbeb49f986ec6618e7c256d3db4e3d5378a6ee3439c5949ae57e12722a73a198,,,Microsoft Corporation,Boot Manager,5f033a228e6fd44ea0f18196d7ca57b8,6ebac91cac25a80ff4130bc69da6c527da05318d,52ceada58e8d14ab47e706dcd6264d82affc0f9fc62ab46f77be46f262ae1b17,TRUE,bootmgfw.efi
+1b134b19-47f4-4bfd-af37-40c05933168f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f383b5c1f0cb8806742c8df990bc7803,c1f26b124fcfb2c73ec9c9cfafe3fcfbc269d4e7,8e8addb29426d845a0101c2c1f26c2e7fe8c78128ab04f16cfcb4e06461b0101,,,,,cba477486346b0fad728f78e3542e00e,cecc72f2d1a431149d9bc47f8e21b655e980e9f2,804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f,TRUE,grubnetx64.efi
+ec0d55b6-d46c-4f5e-b467-1a8fe09e64d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FB03DB013F31A9AA909B77CF510CD129B9E857A93E37BF9ABB91A79EB296C758,,,,,,,0C0C78837FA767EB045B8199E1E20AD666F90928DAEEB8F5E5253D8E7877FCB4,TRUE,bootmgfw.efi
+cb5a22b9-4471-44a3-9783-c27df207f95a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B1EC3A20DD620668852C057FD33023CB945D35122C079F13A59A73F8A4E4FC12,,,,,,,264CBC5765718A0BCCB0F79C0FDD133A898203FB6F4F2052CB0647FBF6000ED0,TRUE,bootmgfw.efi
+513ff7cf-418a-4405-9020-8044f5ce24cd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4489FA289C24EC5745E69F476FEBB3FA0103501D95349E795BE481E678429DDE,,,,,,,E11BDBFBAC4736918C497798D6ED018F529726A6B1894BE0658D1B9519538B22,TRUE,bootmgfw.efi
+c2ba98da-826c-45bb-bb56-09db34e78fe0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",cefe4b51ab58c74a20f0302fca66bd03,e230f2632b21bdb523d214032f979104df1ee867,88c2eac45b9480cc7e423558ba1b90097e8f12dbf98f4628c7a574c6371c6030,,,Microsoft Corporation,Boot Manager,47f4be47cd0365cc9f8a6c802f5a3192,01cf7cf98149854f741a31f3a6d8071ad80ea347,a22471b1d04c11ca895e8c078c221718c96c40309d64cf84144759ca7dfbd0d0,TRUE,bootmgfw.efi
+2d78b89b-4a5d-4d38-8c20-2baf76df8699,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,83B1D2B20830EE199D8845C999D4680B1B2B6D9C1F424DD13826DA3FA7F7139E,,,,,,,386D695CDF2D4576E01BCACCF5E49E78DA51AF9955C0B8FA7606373B007994B3,TRUE,2d78b89b-4a5d-4d38-8c20-2baf76df8699
+52a629bd-deb4-4e92-aa7c-3e4c301a086a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",ec46eab41a4c2ffd8c352d6e0dea430b,5b65a8b1427f80e9c997bbad4e66dd36742314f7,e0df7ce01e42a61228f4005fcdb9c42675ff7280a0be9ec1c32ad9d5e0493f10,,,Microsoft Corporation,Boot Manager,00a62b0feb53c1c76e1e5246aab69123,4654356766b9e062ffd65fd26bf3d0916430881c,d87817f76309b1e420547808cb573aea0c8e7de14123793a42388582184286b7,TRUE,bootmgfw.efi
+85443af0-4180-4b3e-978c-e3d8c8d35422,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",bf4168403960a0df177f58277f06250c,6a3777265403ea83fb91ab07988464303e66b172,669353cc31e65f896a755db94a045d9dc1b4a24baba14fce11d623bdfacec78c,,,Microsoft Corporation,Boot Manager,bc8921a85faf4205abd65c8b0263e795,b820221890353f2d702024c23c19cbf17ed25f20,5e67bf240b1d05f6f618908868a494c50a30ab255b06619fa28411eb260f674a,TRUE,bootmgfw.efi
+347957db-bbbc-4322-a736-366891a369d0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F736ABAB18FA867218E4FBFEAA8A452C3B55F2981CC7E27E6CAF1FD9181EF294,,,,,,,A9CE2969A83982F80B6B2685568A7D6F8E58BCB5FABAA2F8168092175518A0C9,TRUE,bootmgfw.efi
+025ed4ef-d8c6-492b-927f-a1eb484d7b89,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D0A3923ED57307BBDDA1ECF0FF1C40F478DD6F439F80A072508C3551520CD52C,,,,,,,812EB0FA2DF13A889549729CADBF1720B68F6C9E21955741B72802590AF1B5CA,TRUE,bootmgfw.efi
+24b32147-9b69-40e3-a166-b0c457b3c371,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3F8091F700DA0DD082C6C06D0D3B68DB8D51FBE03198BBD6E4FA0D4A9EACA522,,,,,,,2F9A8EB6C8E18E7E118AFE9B51E233D88EC76C0EA256FF1F2A842B3A0EA9F466,TRUE,24b32147-9b69-40e3-a166-b0c457b3c371
+9ad7a737-68be-4ce9-9595-30623e887396,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",6c1910730f135cbd5a78e3a48520e647,1d5beb0bd494d324fa663da050cc61e8f7f2ce92,77e2945b3a2b0d14e9943f90ddd7bb87dde9cc5d8be09f9693e9f4166769363d,,,Microsoft Corporation,Boot Manager,c44756dff66637b44b1180df93fecc70,502c5761b07eef8e5b1b90cd8465a36a115e339b,6582dccb8b305efe0bbbafdcc7d295a6a8bf1df0397e1a8ac736e9098a2a64c0,TRUE,bootmgfw.efi
+77a4c1f2-a194-4778-8074-4ba1d052129f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",b93d4a486013424efe0fb34668b50b85,71ff189bcbb7e43d0793a0efb827f7225fb122b0,4f3e97e36ec05236dc378c544310a9685d57409b87020bee731d7ddbf90987c6,,,Microsoft Corporation,Boot Manager,26019df09c3d207b9be1a2f395b8645a,db3344e8cb837776d854dc6adbfa5473a19bd611,b67db8d53c925febadafce4356206c85f73e22456eae4ed6ee77f6a9e11a078c,TRUE,bootmgfw.efi
+4c9eca9d-f738-4fde-99da-f5f1536910f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,399BDFB85E5A072F763B3692AC5B34FDB00D7C5DA4180219E99A2E0693D72B39,,,,,,,A330FDE65C067A5F0B75C80D0A300767C301EB75E0CF9B4EE240F0D60B3DC503,TRUE,bootmgfw.efi
+51d3afbe-d378-492d-86fc-3afcf9396417,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0FB12613BC1D4AB6FBB256574EBA9347AE3A87F96E4A3C259028B55CDE1D8053,,,,,,,BC75F910FF320F5CB5999E66BBD4034F4AE537A42FDFEF35161C5348E366E216,TRUE,51d3afbe-d378-492d-86fc-3afcf9396417
+46e2d5a7-6b08-4c8f-b90a-dac8418621e2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",087617bd4578c903f0a66bd157217f0f,1128abbba4480920fc7a0a772239cd1d132a1910,b65fe0af8297168749dc235340cba7c08cf6b956fdd25fc2c9f16d20da536713,,,Microsoft Corporation,Boot Manager,f9dc5d54b477c66ca23b879546b650b7,6f16c59cb8e6b3febb9e73702914f06475dff19a,c3297e35c3a9efc4c051706aab77d29a26e62d9a38de256dffeb77a0eec8666a,TRUE,bootmgfw.efi
+94e35789-58de-436e-b04a-8a7b7ded8347,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,12A9833615CAABCF4F732C8BB088C83EC18C286EEF2332CB11F18529B676BD38,,,,,,,2B1B9ECCF585B11C5122651D7B94534BB131AA7C874E2262038B85DB3EE83E4D,TRUE,bootmgfw.efi
+3b215ee9-89b8-4437-bd89-dc9fa92cb727,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,21BB3AD3C8E0198CA40E2636E5C3F27EAC047C1C0B39F19D81332FCA03DC4FC0,,,,,,,09F7699631C18DB0C33491EB4B3C65B8F279238C5FC5E3AB0BA52737DBBD26F3,TRUE,bootmgfw.efi
+365019a1-7820-4c83-a483-15dfd2ca466c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE09433ECE56EFB74EDFFB10BB4E2C05EF9FA3C37C5E60BD5E87FBDEEAB3EB40,,,,,,,288878F12E8B9C6CCBF601C73D5F4E985CAC0FF3FCB0C24E4414912B3EB91F15,TRUE,rhel-8.3-20200730-shim64-bit.efi
+3cddc9bb-dc68-4cd7-aee9-227b47b47966,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,413782A6CEE2CFF718F87A737CD989E2A6067E67212B575AD8A7D80B1A62F206,,,,,,,9414F5FA5853978C07FC6BB17A1CA9460FE443FFCA021FA52C8672A94460F44F,TRUE,bootmgfw.efi
+ce52a206-8cc9-43e4-9f5d-28b646502ac3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",de3db6ac5d9d0d31d8668a74bc3332df,b2851fbbc75273998a8dd1aabed09efa961c050f,1604f70608f964d1a835c3f3a421e58e449774f0291ff134ac298364e8e3f776,,,Microsoft Corporation,Boot Manager,664f6508818e109fb75fbe07061638e8,aecda4260dceeda535e4c967ed2fa9ae3c4d580a,52a3ca4db923c0648ac04be86ce02dbc6a3aaac8312366b106205dec6e2ca2d9,TRUE,bootmgfw.efi
+9d219a02-b011-4466-8b2c-6fd725593454,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4155DCEAAF889DE79ADB9B2130F1CF23AADD24080C2B2C1EC5F4C359C52A8D7D,,,,,,,7C7372A60D71E04879B8930C164944D96D3753E0A2924A31231D1D5FB97882F2,TRUE,bootmgfw.efi
+670b1089-ea21-40d1-ac0a-1dc0adeb7b05,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,30A947ED2F95D0E7F2746F3A4F3C458FC64554295BA5B4C302FE0EE4F8027C0C,,,,,,,D9668AB52785086786C134B5E4BDDBF72452813B6973229AB92AA1A54D201BF5,TRUE,670b1089-ea21-40d1-ac0a-1dc0adeb7b05
+9a4cfe78-97aa-4d04-a049-9f0c2d3869c1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D8C26A5324CA74212B59B59BEF1BC33FB5B6946DCDDE84414C60A2E315EDE741,,,,,,,3AE76C45CA70E9180C1559981F42622DD251BCA1FBE6B901C52EC11673B03514,TRUE,9a4cfe78-97aa-4d04-a049-9f0c2d3869c1
+67ae7723-5130-48c6-b24b-22a876c9c2c0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C58ABF55F773FEE60CDB21D01D02229C4A3FEEB29F5D904CEB3106BC4B435EE7,,,,,,,339C2BCF0445BAA7345A02CDE505E172D24CC9CEA29A92EBEE3F3901693FD2C8,TRUE,shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi
+60383f5c-6dcc-4df4-aad0-510733820a1b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",69b63c494c676d3a1013a775b18568e8,09c724498ed275fb4a76f04700f5b2d39413405f,953a7719b50073e701730fcff79b2fee7054c72c54d1f0b0f2571d3ce7fdb925,,,,,752f28cd2893f6dc4e568c9a15f6b456,22cbe49e2494a44bf823958840b6e1291ffe6d11,3e333de87d211247b2ab00093cab48f6069d718afd29e9917a3d5f60e87557b6,TRUE,BOOTIA32.EFI
+063ad364-8db5-4bb6-a731-799b970cf900,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,96DD3FFBAB73A9DAA0CA93C34C4EDA5BD9C8AEEB0480C1A3BD93131F44CA9A29,,,,,,,FFF421A9DCD3EF38AD585E8BACA408AC2E4CDBDFA679900EC17089624E310ADA,TRUE,rhel-8.3-shim-20200726-shimia32.efi
+1a268d88-47d0-4204-ade4-ed6e4ef6028e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B510C9A79CB6CE1BC37912839AF57B453CC4A77C3D5DCC9935F8CCFF7C81F9FE,,,,,,,D79651AA3A0491D33B7979F5B41936F8ACEFBA99BBA10E05FD6F54E2859CC589,TRUE,bootia32.efi
+48d8feab-a988-4578-a65e-c6ba5f43ffac,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,ABF6F968CF9ACDDC04BA5F287F857551CC9D3237CE402D527279930AB5F84894,,,,,,,77CDCFC9644F8F80FF407CDE316AC235DDD1ADA9C3B6A5AA9544DB2D64B79FED,TRUE,bootmgfw.efi
+d2c1c960-2c20-4647-ba66-d3c5d3385cff,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",1854d98bc963a9a82e0d9abef6bc3873,dfd1cc6207f892703292d88a29f587db858fc0eb,dd3ca7c4bf6698e7d72f6c2fb0eb59997336c294d604062ef495ee8e1f49931c,,,Microsoft Corporation,Boot Manager,1730c4cbe167c78763e0a6e4211a55a5,62e70e5fd08037f8e32f298c8d9614535afbb331,da9943277174960b0d7d3f0d656176f3723ed2f03a90518beb3c6c202b88cc14,TRUE,bootmgfw.efi
+a34d1cd4-ad9d-4dda-8e4e-ac86e42a6d92,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,331A6D1D07B7A19AB36312AB8303C9FA5B5D2628B6EF5C593846B6F4B824059F,,,,,,,DF6EC4F50BE2A4B7657F0397BED483BE143A18883615800A65A64B7E84D9B858,TRUE,bootmgfw.efi
+e2313b7a-714a-4e2c-a692-4259f9bc3b0c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C190FBE65C28E7DBCA5AAE188C368CAB9A43ADB7F3B010843086D6DA77C3A6E5,,,,,,,B344D2F33E30A25EB927E4C1A419D019ACCFA8249A5CE622B8E7C7D8D5807A00,TRUE,bootmgfw.efi
+cc55f472-e9c9-493c-bf44-98d528441570,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9c77b23f662f4c5cf1da2ec62ba6fd2c,0f6c22e7f48505d3c4cf28edf541e69a72f4cfed,5f3952cba19c9f225aae8b57e57c7e20505ac617aeca845a8b5cde4994405c92,,,Microsoft Corporation,Boot Manager,eed20fa5bc02fa6f0c7e5082c633e31e,01419f5ba84d07eaf079e2c69e8655471028081c,9335c9dd7001a2ec4e322ab6a2d11e6c4cd4ef1644c00d6314b7ba5a26f9eb7d,TRUE,bootmgfw.efi
+fbf92874-0ee4-4c8e-9dc5-ab73b6bb4010,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1A9DDD9AF383AD81787CD7C6A6DC8C8AA86CD995157C32AD476B60D2C494F7FA,,,,,,,06C670F8572BF89ABAE13D14D81FFE80D5550F696862B1AB386E4D8C56B02016,TRUE,centos-8.3-shim-20200726-shimia32.efi
+a205120a-b99d-4e65-a96d-b8092539c1d7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CE7F3FEC8BBB04E182027DD6800B7993E9F14EB579504DDECDD2F06294D7739,,,,,,,0C51D7906FC4931149765DA88682426B2CFE9E6AA4F27253EAB400111432E3A7,TRUE,BOOTX64.EFI
+82bfbd61-4cd5-490f-853a-3486090e0d3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,61F2D843B99AC93FA2ED40A50E5C3F0EAD7C75894BB92C32DF33052804CFB77C,,,,,,,90AEC5C4995674A849C1D1384463F3B02B5AA625A5C320FC4FE7D9BB58A62398,TRUE,miniloader.efi
+d7cc6936-4efd-40a1-bef3-ea4da008ae4c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E4FF4E538B4758E8E49010ED16D6D5380417B146F3E8806ACB3AC40611646FDB,,,,,,,EAFF8C85C208BA4D5B6B8046F5D6081747D779BADA7768E649D047FF9B1F660C,TRUE,d7cc6936-4efd-40a1-bef3-ea4da008ae4c
+293680d1-928e-47e7-b45b-421122787ad8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,66CC4EE53DAE4DD746AE6D8B58B858DDDF1634A498D5EF41F50264E6F948F526,,,,,,,C05B9250BDA8E86B6E5C6A8C584F0F61B4A3D243689965B5A955A2CB198D1E99,TRUE,bootmgfw.efi
+c1e70cfa-8b21-4b51-8b94-9a06bb4b5550,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,608854C2B7A26B00A3970757C2FA176B361F74FE094F7CFA482C439071279548,,,,,,,06EB5BADD26E4FAE65F9A42358DEEF7C18E52CC05FBB7FC76776E69D1B982A14,TRUE,c1e70cfa-8b21-4b51-8b94-9a06bb4b5550
+66d407b1-5e65-4314-89c3-cc6dd5c10d59,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EBB480F63BB81A4C88F42E97A1B40DAB2EBB926A358EACC1C52A5DB88A2BC6CA,,,,,,,28CE0DAD50730900C5D18CC58D5255293452CA37D764868C16EAA9EAF6BD7C83,TRUE,bootmgfw.efi
+34da0cf6-14d0-43a7-8e56-ea63c3b0c1bd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7CEA30E7B024C8710F9AE5C1302545CEEAF23B8DEBE362FB26562ACDD807325,,,,,,,D465D63B0384F16A1610B0A86C5D73B36A33709828DE8FE26DBAC6DC6EFA007D,TRUE,bootaa64.efi
+261d9721-b41e-4711-9ec1-d46057b9c56b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,424C636253B4EFA0C69F91505EE16D7079956B8EDE4524FFCE211A1B037FF692,,,,,,,97A51A094444620DF38CD8C6512CAC909A75FD437AE1E4D22929807661238127,TRUE,261d9721-b41e-4711-9ec1-d46057b9c56b
+635f3ff1-ab0a-468c-b6a3-6a8aa39301d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",83e596b8944ed413e5bbc0c51c0b64c6,fab234f84e488343ea0f65072d8785217cabef40,165a5dcdea3a7de7cfae38298597445eba59282308c7243be50f568aa610f4f2,,,Microsoft Corporation,Boot Manager,576bde13122eaba63fa0734baecf5a48,cf7b3cc939f51462213b3b05b81fbc42ee05afd8,e2cf881cf07195454505047d74810ed79ae20dfd0f1593afbbf08270a486c038,TRUE,bootmgfw.efi
+8a6aa8d7-205b-4747-aa92-8b526be3b7d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,29DA5912698EE1928C239D394EF95A4BEEF0DC59262B6BFFEC24FA205C4B8A10,,,,,,,45876B4DD861D45B3A94800774027A5DB45A48B2A729410908B6412F8A87E95D,TRUE,8a6aa8d7-205b-4747-aa92-8b526be3b7d2
+6f2d1488-6c25-477a-97ad-e0a570723b20,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A8CE55447F57564F1CE95A7B3C505A7996BDAC4A06710DD101ECD5B818653E27,,,,,,,90A483526B4238C55BC5DED289D7C1D376109B9D5F3E93529EDA75C4D451523A,TRUE,bootmgfw.efi
+3939d676-6d9d-48b4-8be9-d7d7f3528c08,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EDFFF0969567FF1C1867AA921EAA5CF4C65D20F0511BA7EE7328F7B67238DF53,,,,,,,C127F0EEFC2E451989D88E4D1DA8A3B08CA9D5884987A6157E04E9A71C01ADFC,TRUE,3939d676-6d9d-48b4-8be9-d7d7f3528c08
+b42db55a-4520-493a-81ec-42002887ea96,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",7f0de7a661590f1c33de0b80676e8827,003454b835a5ee7ee200f9cb4e68b071e2b8e69b,d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd,,,Microsoft Corporation,Boot Manager,caa781731a9d13ac418d97ec2cccb8f1,7ac2da2861fe7b90862a27b63629d8a9ee58d97d,7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080,TRUE,bootmgfw.efi
+27ce9422-3805-4231-8142-aa0976d3686a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EEC3E281A5545CAF11EC02BB0DF159DA19698E639CBA0190A0AEC9AB09296BEB,,,,,,,A4D978B7C4BDA15435D508F8B9592EC2A5ADFB12EA7BAD146A35ECB53094642F,TRUE,bootx64.efi
+454bb2af-6ee7-483d-8a15-73f2fec386ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B9401C47B0837F1FA315F2F29F304ED360B5B2E2843141367562B60EDB1CCA9,,,,,,,2116183BBAB5D6964C001C931A09ECA1DC0FD6651A61BE4A8A9548DC476B90B1,TRUE,bootmgfw.efi
+d0f8d27f-26e3-4500-bcb8-dab29c667c29,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0742A120E871BBB67D6947D05E9301CDACBCCB4AF650464F996B40352CA9699B,,,,,,,400AC66D59B7B094A9E30B01A6BD013AFF1D30570F83E7592F421DBE5FF4BA8F,TRUE,d0f8d27f-26e3-4500-bcb8-dab29c667c29
+52f8c789-bc20-45cd-a1b6-8a564b18fff6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",6d83b980fd7541fbe793a891b95d5621,224b166130e25c00ac9a6c33d7816acc6b98cde5,d57f40a0e9018765cd79393a0d57d8e6d6d880d93b95fa57cedbda5a0b4a1ae3,,,,,5557985ad6236a2e6f4dc5efcb052bd7,36f2525fb6ae3fed1191d10ae9b4a524fe5914e1,6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0,TRUE,BOOTX64.EFI
+29221f48-fbc7-4db4-8fc6-86f1e3e137b8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3A5B30A5017105C4CB30A0793FAE4600BF4A1A442D85C79E98405DC0083DEB8C,,,,,,,2A92103865FB60FC84D357180CC7DB45359B04AD419E8C4FAB74F7143FC0655A,TRUE,bootmgfw.efi
+5abbd1d8-5850-4e54-9375-6a9639a8db58,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,77F55C6E07D808021F9E66017605D8B2DED6C55944693641902C4CE821E37878,,,,,,,80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A,TRUE,5abbd1d8-5850-4e54-9375-6a9639a8db58
+add3eacb-c3b2-4adc-ba76-49ddb1af2ae3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FCCC2A01967926437DC0F5F49C6ACEED4DC67EBD7E99169023B5F89A7264CB98,,,,,,,EE83A566496109A74F6AC6E410DF00BB29A290E0021516AE3B8A23288E7E2E72,TRUE,add3eacb-c3b2-4adc-ba76-49ddb1af2ae3
+854018eb-0eb9-4c45-8c0c-edb859445cb9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",87e606dee08705c7ac75737a83a6e063,56ebc1fe5d75203a8fd8669eb86d80cda4c13d91,6a6f1c13eefcba07c0fc8aa0b70ab6fe2bc709a9eaf83090b735fec8e0dd576b,,,,,be4303f658c8f9c5541a6bdac9dc2c2d,faa088677fbfb6eb7266526835f878855ee767d6,cf3f7c24af6d46e133bb6a936902a47413394b2a8addc63a8890c75eb7c3a6c7,TRUE,BOOTIA32.EFI
+cb08669d-8b82-45b7-8fc7-ea815f96e336,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BD6E8218BAF3A86090201D6A118858CFA5F63AA2732CC880DADF39A1609F12E3,,,,,,,1DA53F3A2C7C41C93099737266B5619FF616A433FB3B870234622D7AAFAB9A7A,TRUE,bootmgfw.efi
+120f5dbe-0a55-4b54-a42f-e51cb54f75c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7294F03850C2084A287FAEFBA778592D9D01E5062DD2E980537E39FDBFE20316,,,,,,,7F964730CFB7B8CEA284E2E810212FF9B0EE18227F64427A095D6886493DB0C4,TRUE,bootmgfw.efi
+c8440951-fa74-42e2-bee5-4a70db2dec53,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",958ceee3668f4eff01fb29d03518b49e,0213406b236ee5c1f1e4fbf0101d24cc10ab7e24,fe26e6c2bc5ac4357e6657624180ca1e946d6dabe79cdb098d7b8b4e440851aa,,,Microsoft Corporation,Boot Manager,450c5929a254f83c3fcfa056b9ecb5f9,3f62302d8c036c7d2d4ae6a47fc8439028871808,84d75f7a8913d66db946eaf1480eaddec3063d27a6f625f040b406718abcac44,TRUE,bootmgfw.efi
+ce34babf-0f03-4d6d-969d-e063648d5dfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7B40290ADE5BA3316AFC08748CFAB5AE79FB30BB8B5972766D670C3887E3D294,,,,,,,F5E892DD6EC4C2DEFA4A495C09219B621379B64DA3D1B2E34ADF4B5F1102BD39,TRUE,shim-opensuse.efi
+79c58c75-492b-46fc-9788-59514261788a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E1A44BDE59714FE31A77476FCF73CFB784105333F05755D8F1C05EDE4056D4C6,,,,,,,E637002526221BC32E477455B12F864F20B27C44679A2E78E5C56DA1FFCE8B41,TRUE,bootmgfw.efi
+2e98c935-fda6-4fc9-b635-47a7d9157a02,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6F807D4488F132AB873DCDE8EDAD2875961895E503F263B86BA34958A290618,,,,,,,A48B5E31477DA248680A8935D1E5E630E6FDE22277F9635DA7D6F7F9AA17E34A,TRUE,shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi
+4c768cdf-df02-45b1-9342-63389224b997,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,593148805FC70C5FBE0299A185DD367DF00A8E7AA95242C90C6567A73C1CD259,,,,,,,7B94F0505F37B19B432ABA08BE2E3E003038C02CEB531E169D460DB60C351649,TRUE,bootmgfw.efi
+90d2feb1-4600-4854-9a4e-fbf54b14c72a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1E75347868FC5FDDD501E1E2B56C7D511030513B0E9F45DC074DC562F11590E7,,,,,,,C9F9C03434997FBD0FBB698DAC556264EBE967F948A97978A0C32EF85F94B188,TRUE,bootmgfw.efi
+f907fd87-1f8a-4a91-8ed1-e74bf106b15c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B40F5FF7030848DB736573E06A1A1C5BF49F119E66DD0BA7E48E2651E2CE7059,,,,,,,9DD2DCB72F5E741627F2E9E03AB18503A3403CF6A904A479A4DB05D97E2250A9,TRUE,f907fd87-1f8a-4a91-8ed1-e74bf106b15c
+fbb59470-8b0e-4ad8-8692-e8a3e1c4df8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d55f2dc318b152d9d722021bf8376658,6b4d5fb92240528828725c87f1c2f7de1aa7e7f5,f8e2a41c0444d7da76fc1682f3eb7e2a90140e1b68b413f4426bac357cbe14bb,,,,,94dfb76b94c30266578ce327901ec791,909d4c9217388c496ccadd8e1ed5aa58766a60bd,f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91,TRUE,BOOTX64.EFI
+3fd56670-7eb8-406e-af51-68998459de7d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,894C9E5370DA9DF83426F92C42CFDC5D79CE004ADBD45A7663E9F5E9A6A198C6,,,,,,,E226D6F3A332238FEE8A42A8FD57E8B009725DB5F8DF4DC1CB54F17C6F47A9C7,TRUE,bootmgfw.efi
+e7f84927-3fb4-41c9-b2fc-e87985cfbcc3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,94F92895ED36D4EA45B0942E755640420AF5CA3B8E3EA855FC6A39C9A3661666,,,,,,,AF3BBF0C275BDD5EBD8A87F00263847485572F8A983DEF0EAE9895CD93D7FFC3,TRUE,bootarm.efi
+fcbb1d82-1e57-4ca2-8679-e366cd7cb4e8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,355B0240DD31FAD0ED13D77B7F880F8EBB32BCC72F9667BECBA3263E099DF378,,,,,,,21F27D89F2E77DEE7CD4336E3A3ADE362A2AAE9FB2EFE2079491A518F3D51FED,TRUE,bootmgfw.efi
+1f0649ef-7118-46ab-b168-e4b9736bcea4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3F5AFCDADFA8F590C39764BD9A31CE160FD7A929654491154AFD6738C0523D2C,,,,,,,85255700890931C5B71A73DFF09EA5125CD702EA65F45B4054C1463E00173FDC,TRUE,bootmgfw.efi
+61d9e3c8-8cc0-4c53-b886-e6e2e676f475,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA909ADBB83E05F92BA2E1144C6A33CB320A760409E1015B00A9EED666063510,,,,,,,4EE45A217B38A8C13777DF0860F1255E52BAF3CF9D075373E31AD7E2C85E2CDB,TRUE,61d9e3c8-8cc0-4c53-b886-e6e2e676f475
+224dff2d-8d29-4951-b7b7-4a0cd2c18dbc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7429F9578205C654FC25D2FBE8B6F27D8082E049A962982EB70F55DCA02BE882,,,,,,,7F9602C123A090BB0C4C3B69662BC52D675A0A4ED444D1C1E0E26C2B0DC3760B,TRUE,bootmgfw.efi
+4feb177a-ce68-4853-9874-5b834a0b9cb6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3898A72298BBF39E2E9B268DA9661B47B6AC5C160518089E27BF8DF25B77D584,,,,,,,BDD4086C019F5D388453C6D93475D39A576572BAFF75612C321B46A35A5329B1,TRUE,shim64-bit.efi
+a434e53e-5631-4181-bd2e-47c546370f7b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",7c2bf377d0edb86f010d202d48024145,5dd4309442a74a780e3e099f0625b1eed2e54c25,ec89ddd37880430cd5242f5f15d13f4cf699f50dbe04643e5b70093631608204,,,Microsoft Corporation,Boot Manager,6d00124e9f1f50bf046eb6e5151c9e97,2121406a967bcc56cfb20b53b60f255d950862d5,f51bc0b8fce1bae71b76cb3ade28b712669d4e938fd37c9f5872493acc25fae1,TRUE,bootmgfw.efi
+66da17c5-7c1b-43c3-8520-4d3efea91899,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",5624304dd2172b7edb81741a5e7d2d06,5ebb525eefc7d35d664bf29bf8fbff40832dcefb,0e93c368f8177bc0fe1a09d79b897a94286f3c374a18a40522c3358cb627d7e2,,,Microsoft Corporation,Boot Manager,a0455533de7422bc348d8c282d26254d,f8f7d3c1f985120b648ab2d7daedeb98ed618189,16598ee39b716ed9e4765a44abf86906c9b25c25abf631cc78ece6f7211b0365,TRUE,bootmgfw.efi
+ac6f3137-42fd-46e6-8cfb-a22a6785d529,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",1ee7ccaae6df60e3e850ae6c4a3b7478,810d7ecef2570772d2b70facfec1a6028e4bd611,566ae5fb2f355b2c03ecbbab4770e92856b0d1c3d659fe0c11263f1a5f8d7086,,,Microsoft Corporation,Boot Manager,de6894cde22aaa436aca77368eda64f9,da4574fc375ca85005e13c0210a0ed8397b51121,6ce1f2986f0c46683ba07d296d0a84448ecf76c69db183fe29c36eed8f8e8f2f,TRUE,bootmgfw.efi
+d50e4193-70d2-4807-9bc9-671894e82df9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7de3ac2823e2f7c241f2b181a8417647,c3c4d0ccdc07c03c20f133f9f65f6f12accea87a,c7d9dab91b726dea5abaa893d8f60bd4795f489894044dc56a9d3aad9cc49740,,,,,7f6637b50f8043e83815eff4f6f6425c,9519b7ba40ba48be3ef06c3b4c09169824e35bb9,7f3bdd2e92ae417b2143cc993c7fe48d9363ffa65c9cc461b6a407a779998174,TRUE,BOOTIA32.EFI
+51f20c00-6e15-4b45-852a-8f62e6f55436,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DD33B966BE5F3882EED189E583AA4CA4D28E74B356DDEFFA164234DD7E89ABCA,,,,,,,23142E14424FB3FF4EFC75D00B63867727841ABA5005149070EE2417DF8AB799,TRUE,shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi
+3645f533-8562-4958-aaa3-7e5924aadd8e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7094801F966FC5C253DBD17066AF5BBCB3AF5E281D0A4DAB24E30C7A4B0FB12,,,,,,,3BE8E7EB348D35C1928F19C769846788991641D1F6CF09514CA10269934F7359,TRUE,3645f533-8562-4958-aaa3-7e5924aadd8e
+bf069911-444a-4972-8961-140fd7897324,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5D6A0CBDAAF188974E98ACA06E664B4AE98D458327717A20B1FF6C80518EEA3D,,,,,,,A7DFCC3A8D6AB30F93F31748DBC8EA38415CF52BB9AD8085672CD9AB8938D5DE,TRUE,bf069911-444a-4972-8961-140fd7897324
+216969d0-1120-463f-a8b0-f8832f49fe39,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,487DF121FD496D9A443C3598DA3771FA187D408C589F4CB990041E546C529539,,,,,,,947078F97C6196968C3AE99C9A5D58667E86882CF6C8C9D58967A496BB7AF43C,TRUE,BOOTX64.EFI
+2e84c348-bc0b-46e8-aad0-77b20e8c534e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c1feed742caf34c142f70956e0c1259b,0e2909e38cccf18e7e44be9c12d9a4856a38b512,e35cc798f138406bdc5e793574f62fe3be4c7dd6424aa6825e6ec7b2a345b591,,,Microsoft Corporation,Boot Manager,041babadd6d890113ca977dc8c8783b0,a19c725dbf32822ebedb4b356cff0eb02d6d9c8e,586898c60cff539b76d23dbf2c92e4105f6a7549e13f53d293708b793ca90d2d,TRUE,bootmgfw.efi
+a544e544-0e7e-4fcc-9195-e10564ba5674,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3D3434BC5A18F072D4CF59D5651F9CE05B61B6FC3C21EBBCF371777AA1E1E1D5,,,,,,,7F49CCB309323B1C7AB11C93C955B8C744F0A2B75C311F495E18906070500027,TRUE,a544e544-0e7e-4fcc-9195-e10564ba5674
+ac900b72-efdd-4779-9a1f-401949c3446f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F4F5C82CD7BFA5294F973385F7F2FBCAF3AFD3748952B06692C085792BE146F7,,,,,,,AD16DE1E2BA27196395124683B80EFC186EE7E51D434F8FF67D973F46E8E602F,TRUE,bootmgfw.efi
+bfdc85a7-3cc9-4d18-b798-0fd82f9c5e85,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,78D6FDE56994BCF26964ED51DF446165DAD66BCB0BC6792B9EDD2850F19DEA4F,,,,,,,64CCC886EB99C30AA808E5CA9BD371577BAF9D3FA0E450118464F514B47A028A,TRUE,bootmgfw.efi
+9517d1f7-d485-4c7e-95b9-bdf297b342e1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA44BD2BB872DD6C6A8687F65CC138585A963473203D6F3F64770E5365812630,,,,,,,47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1,TRUE,9517d1f7-d485-4c7e-95b9-bdf297b342e1
+8cb4f77a-a709-4aa9-9563-a21d26fc900f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ee4b2aa959df5211204c6165df138ecd,ef1dd5153ae097116a870b6b3571aa1f2f99bfe7,67fe6b4b726451375e2dc3f87a0954cd01083fb4d8f4fb074bf699536450af04,,,,,14a8d4ab1ac048531dc075cda647773e,32aff74e8078b1833eba455d0c01471bfef3164c,b7d3e3c4a930fffcdb184619534ef7c3d45435ef97f7988611714f5523b207e5,TRUE,BOOTIA32.EFI
+d01601d7-2e46-4b78-801f-d260597e9b74,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",5692b49c53b4401e76a43c82d7d496de,6308e47e8133dfe6cf9532213c65b964acebe111,53af0ddbd3c4d33bd003403d8c9b41877e07770d3e789c781e5897858585e299,,,Microsoft Corporation,Boot Manager,a1f22c60755e8b4f85769168e7799133,0cedc7fa4d3c732832d1961814a6107a9e7aad91,b97915da9f05277fa5687f8c41132df69152517f2ba252d466395b40d4f2d155,TRUE,bootmgfw.efi
+ddecc35f-2233-4894-86d8-69e6e473943e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ece26d0686590a1ae0f950a412ed1a10,15634f8fd748f28e29e4b77ce899a6d561576240,52febd655c84f4557de0ca35a236d468c03fa3bd0f51f54c31b37db29673da3f,,,,,2e2ee7180f421c97f27615cef8531dab,2375db1ba66ae1873c8f31b76f305ec8bfcbf3c2,c4ebdc43048c43f5f11c59ead051a3585a07fafce985cfed8b27b73a5492f9b2,TRUE,bootia32.efi
+e950e347-4bfd-44d7-b2c6-7dbbce0f2667,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA8DB86BE59A48E4C525DD468119BEBA1D836CE4293C76E4B736902D1AD62F27,,,,,,,C69D64A5B839E41BA16742527E17056A18CE3C276FD26E34901A1BC7D0E32219,TRUE,e950e347-4bfd-44d7-b2c6-7dbbce0f2667
+d22cf9cb-63e3-4445-8af3-abd3537282d0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,884A2EC5FFBB42E948401E425123DCF2557664E77B3B7474A728069FDECD46ED,,,,,,,1788D84AA61EDE6F2E96CFC900AD1CAB1C5BE86537F27212E8C291D6ADE3B1E9,TRUE,bootx64.efi
+cb2d5dcd-595c-40d2-a14f-9b80d0fefc7e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",3f5b9c90792efc13debd32233440ad32,23b7889abdb236c8cd871733ba2ea7f91d543b99,537b428a0ad622765010c4405c1603ff464fcbb24ae4c2fbf559a10b8ea4593d,,,,,d06af20d9fe41bce9fdcc0e3ce175987,c242ab25b79c1910f451b87f5499802df249e301,0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c,TRUE,BOOTX64.EFI
+94c6901b-e217-41cf-a4c7-b62763759d3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A8FAD7CD0CC1DC152AE0880C21D91F6270FDB410D60E1129963AFCD3DF5841F1,,,,,,,839894ED391B7C88E995F845CA152F65BF881850D768E3EF3880838B52846A74,TRUE,bootmgfw.efi
+48c8b841-9f1e-4557-ba59-91461142b90f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,571B2AA6CA8EDF6479D3472814B8CDF34A0B8544939E5CE9F50261968E382B45,,,,,,,E800395DBE0E045781E8005178B4BAF5A257F06E159121A67C595F6AE22506FD,TRUE,48c8b841-9f1e-4557-ba59-91461142b90f
+4002b7f5-487f-4822-a1bd-6fbf1167f00a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3142879893B677C1B25C92F9CF1DF3F90B209509992D52E9C64C3371296A9A08,,,,,,,4F93ED05AD7E20BDDE6241D24B196D6334C8C4010D92757E4868FF4BBD6A0F98,TRUE,bootarm.efi
+d1e51f20-1939-4b7c-8875-2458c9e418d9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FD1CD4D4A1AC691E7A0AF14C3DFB17DAF3F2E6A2B286C9E233070979EC36BB6F,,,,,,,270C84B29D86F16312B06AAAE4EBB8DFF8DE7D080D825B8839FF1766274EFF47,TRUE,d1e51f20-1939-4b7c-8875-2458c9e418d9
+bc584a7b-f352-4e0a-b86e-7954c4b63d2e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FA07B984FB6FDD32DB497C55225E614759BFEB7093BE1F02AB2E30BE1869B2E7,,,,,,,91721AA76266B5BB2F8009F1188510A36E54AFD56E967387EA7D0B114D782089,TRUE,shim-0.4-0ubuntu3/shim64-bit.efi
+6e1223b2-5193-4ba9-b9b5-b09c45dd4286,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D662EF94388DB203CE52DF9902D77E9E5EFB25A202B5B096351D604FD3E63080,,,,,,,4F0214FCE4FA8897D0C80A46D6DAB4124726D136FC2492EFD01BFEDFA3887A9C,TRUE,centos-8.3-shim-20200726-shim64-bit.efi
+29bd7324-d53f-4143-acc6-d03d0e4e3aa1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9EABEA9AE699526AD519782DA21718DA7190490AA3436BBBD80269D4A4CC37C5,,,,,,,BDD01126E9D85710D3FE75AF1CC1702A29F081B4F6FDF6A2B2135C0297A9CEC5,TRUE,29bd7324-d53f-4143-acc6-d03d0e4e3aa1
+dd1e593d-19e6-4e29-8d3f-5b85a21bf35b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,940A66FBDCB9A3BE16FC8FF56DB63CBFFD7283F15ECF7E50BD9BBAC7EAD303F0,,,,,,,FD4591ADD2E5B0664363720C71492982D5B223A141A6248246CD2381F67E926C,TRUE,bootmgfw.efi
+de853203-30c9-4dc4-a050-6812dc4e0113,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA8D25B9FA843DA5A70D38A5AA96549F2166E2F0B4C1C007AF8A07D07E98A528,,,,,,,996C1D55955DFB3698869BDC2A700E6BCC762468716B5CBDA7295CF98841220A,TRUE,bootmgfw.efi
+a9874948-be3c-49ba-b6ca-9ff18f01aa9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9E1E22CBF19E9A483E6D57345959A3F8862C3C98E2A825EB995819F0CF210F48,,,,,,,1364B7B94AB2A93E79D297EBF6CE0A30F7997E5929E408EF0D3B5D54C64E7B90,TRUE,bootmgfw.efi
+8afa8fb8-bd3a-4033-9f71-3d1e574708ce,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e297beb49756fef9d2bcad4b860426b3,1c1007b55a1e5c1ca49b0b6673fd83b0ae9a9dc3,62c6affbee1ba9a0435562db6e092a5018effeed0bd0f1d0494f34ce6cd403e9,,,,,ac8a7a2580ddb3d88ca49856664d6824,9c07457b464050230ec5376b0601e06c8cf3faaa,89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb,TRUE,BOOTX64.EFI
+a6597859-17b0-44f9-b8d8-493a0ff20ed9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E23336EB1176965193B9733A01F8B7329DFF26D191EF427DC06ED89DD439C615,,,,,,,9E08464CEF9931473C384DB77278997AE92D50368C8D2B9D6AEA6E3323A2BBE7,TRUE,bootmgfw.efi
+ca7157a0-3de8-4642-95b6-0a42c53a97b3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7395EE455BB71B4A37DD973999C875F166037E7BF5B948F812A8B45ADFC03A55,,,,,,,E42572AFAC720F5D4A1C7AAAF802F094DACEB682F4E92783B2BB3FA00862AF7F,TRUE,shim64-bit.efi
+05a8e372-5b24-4953-8d25-d6560076f4f4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4BB0A426CA2A23E05B62A3008009AAD7F184F3D24DBD65E9AA81DE341BC5326F,,,,,,,C21614E207B1991D3D6DF842009718652D241A8D926E221B85D069F1615E27A2,TRUE,bootmgfw.efi
+73af3c3c-dce6-48b2-bebf-ea167cbaef2a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A2BE1EB17E12E0A66A87342C9D1CFD4D7DB81504A16B4FCB32F15C6BAA3F589D,,,,,,,E6856F137F79992DC94FA2F43297EC32D2D9A76F7BE66114C6A13EFC3BCDF5C8,TRUE,73af3c3c-dce6-48b2-bebf-ea167cbaef2a
+d880c342-2996-430a-b850-fb372cecbef7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C681A40CEB9F33F435A44614FB7E0D34007F1C67B83E8C907506414950CC45EB,,,,,,,245E9B81342E45E1BAF4F8D830D18EA7FAE9FDFF05497290EA6442C4EF0FFA57,TRUE,bootmgfw.efi
+0e0c1a30-7f00-408c-94fc-b8679bfe90ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",87ae10260e4ba99762c952c6b1781476,d8282df774ac784f175e5954d46864fd06c28bc3,b06dc8f3de1e7e5a53dc7ad0f8028f78a843df54884b4a92bcec21071f0e649b,,,,,543a59e6a502706a4a6210c7b7f22033,70b0cb8fdadfc2cfe995adfa594d282e7ffcaa41,7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579,TRUE,bootx64.efi
+2eba3138-0822-49f5-abb8-ea5cae849369,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",bad97e7203aec2bd026403a7f70688b9,cd3f23904459410ad9f11b26faff47ac28fa5f04,df216fa3f13f8f7472c9586da4d0a7cd11cd60a041f486a611a4667f1c3d2cc6,,,Microsoft Corporation,Boot Manager,29cf71c7b7ff3b63a229ec82bfc2708f,65bb31b71a030a3fe93ba4d64e4ae0cedabbfbcf,d5bc11fb619bfced64249b930c785ead5fca3927f0ce3c5efd3f1d9af04b37bf,TRUE,bootmgfw.efi
+2b96f3c6-afdb-4da2-84d4-601c9a71b2a8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",69a56b18be5865ccda9ab3a5bb4987ab,ec708522ed126c2bc6b8e3306c8231351927e369,a9f6c38c2608d6f36f246e74a9fd17e915c89e54eafa2281b8ace86133df22b3,,,,,93d2db760e57e03fd6e20cc55dc4aa46,5468b9ca48c3f67380a51e4a91732fb0792eb40d,adcc0b6fd6dc5911bf42f036c033fc3e43f07a8312e91d0d8d32793b62940c7e,TRUE,BOOTia32.efi
+2b66ad2e-41d5-498c-bd23-2c88e3a74ccd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6DB28A61DEE4A1209B94F5C984C44D9674F69EE700373FD7BF1A3CBDAAB83FA0,,,,,,,FFD7688E7D2B8C3C3140B415E728BBE7663C54E23BD288FF2CF4617835088F39,TRUE,bootmgfw.efi
+30e370b5-bc05-4b98-96d1-8e71f41083fe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EE721020DB7794DE74F59992A2C6B4DCA5B9FD584BBCBDEF96930B9A7132BE1C,,,,,,,311A2AC55B50C09B30B3CC93B994A119153EEEAC54EF892FC447BBBD96101AA1,TRUE,30e370b5-bc05-4b98-96d1-8e71f41083fe
+d90f0a0a-e161-4ebb-a2e3-5dbaa75cfaaf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C4081B588CA3FC9965C2D04A0E8CCA3E0016566CC8A84FEB78CBF63A4ED72EED,,,,,,,5A184E740657E218D635168286F0F70BB5672E4EDB78717550C70686C232EA5B,TRUE,bootmgfw.efi
+3b905385-bf3a-4181-9c49-646bb5fb1e6d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,65C4AAB0884825A8A2E4C114020E4FDB58A1D2B0CB68B7714A05D6CDE3F821D1,,,,,,,408B8B3DF5ABB043521A493525023175AB1261B1DE21064D6BF247CE142153B9,TRUE,3b905385-bf3a-4181-9c49-646bb5fb1e6d
+c67be7e5-8f3c-460a-b4ff-174ba2a0fb6d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD,,,,,,,06E3F646CEB102372E3E086D46234B06A9AF13EEF65AAD180EA2880BF8BC12A8,TRUE,bootmgfw.efi
+0c3bd8f7-9926-4763-98d1-7eaf036f7bf1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,513310D70C03096167B915705C9F0CF34B2B62AC317AA3F89FA5CC385D74DB54,,,,,,,22C3867606A625048E1D9D5230F07FAE41E70BD08EA978BDB37563C0EDD9DA03,TRUE,bootmgfw.efi
+cc522d44-5de1-43fd-8d62-29b630f45f98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c9d595c35045f8b200f9d3142cb3d683,eabc1fcab7ce92c8dc667046c46a82ad0b2d8907,545c8c806d6a8b2ab307bf7ff5dff05dd86cfc431d3920692e15e7928ac98eed,,,Microsoft Corporation,Boot Manager,f2a111697ab3f412ae7be6354d3c63fd,47e31958625236b685c3d33cbc22fa0d9f8e3414,3b30c3e6a923cbb7cf65b539025f12b1c810d74480f25cbfcb9a7bfd633f06ed,TRUE,bootmgfw.efi
+f15d8f48-cf83-4954-a1d2-030f6dfd40a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",fcc89caed202cfa0f9d16b9e1c27d970,6a5c3056057baea653d533429110deb3bd7ffec1,d0eb15fe822c6239a8bb2b42fbc035d0956c72ac6fbd1429c1ab7f7e348b8f94,,,,,14d423ad7ffd78c631ebcce6c78a6c8c,872f7f79da66889049503fc77a7d3fefd25a6f55,6a0e824654b7479152058cf738a378e629483874b6dbd67e0d8c3327b2fcac64,TRUE,bootx64.efi
+bab3bdab-1013-4418-bb3c-2ec673c8b6f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9F91A5AAC09BA6E514DC37A013A68589DD22C1F5A7A539F4138CBC8ABC0A45F4,,,,,,,57692FC2B80D809A3BE409B44475DDED7225C76FDD5FF09E4ED7D330A58733A5,TRUE,bootmgfw.efi
+b842b745-24ab-4f75-a302-5d4c4bf0101b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C33397B499368E23DDA3FD5B9CC989647442F279EE6F80B53C620721C958346D,,,,,,,C2469759C1947E14F4B65F72A9F5B3AF8B6F6E727B68BB0D91385CBF42176A8A,TRUE,b842b745-24ab-4f75-a302-5d4c4bf0101b
+536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CA03AD1A65AFE81EC23E2B20E05D80C41AAEB5D6D5F98E2D0C5661F46E0CE9F,,,,,,,47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1,TRUE,536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3
+72b28839-6c76-40b4-b8ec-6582be7d81eb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F69D87F5BC30026B00110DADD0264311D15DECE6B67F046506755284AF5EC002,,,,,,,05D87E15713454616F5B0ED7849AB5C1712AB84F02349478EC2A38F970C01489,TRUE,72b28839-6c76-40b4-b8ec-6582be7d81eb
+02e8f438-8842-4018-8592-a4fea656bd01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8BF4FAC6F3981D1E6180DB0CD53152AE9666DC40884090A522840062E0C926E7,,,,,,,0257FF710F2A16E489B37493C07604A7CDA96129D8A8FD68D2B6AF633904315D,TRUE,02e8f438-8842-4018-8592-a4fea656bd01
+57a68cb9-ec2e-4a8b-881b-62a8da44a03b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E73CE2DF3D7B01132C2ED47BC7D1B28E421B0600F0B8D4DECF7F7C23E83EE1B,,,,,,,1DC8A3F59B23CCC411D46691FC9B5C35993BCA20E7E2299F1A95223B9F112E43,TRUE,bootmgfw.efi
+4f434341-9305-4574-9289-5bd1370108c7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,854AD42E44FBE19122072E177080C2AA9F729BFDE223FA6EA98BE1490BB9A4C0,,,,,,,399F9DA6CF5A87839637B55F62BB2CC6A93FA5AF7FE7AD76B4AF0FB320C98127,TRUE,bootmgfw.efi
+3dfbbf26-7e19-4d38-9b5a-6e332ba5fc34,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA649429AA5899D242782ED21EC332A217C3D530296FC9D7A0E3F1F694EB7FE1,,,,,,,CB994B400590B66CBF55FC663555CAF0D4F1CE267464D0452C2361E05EE1CD50,TRUE,cent-8.3-20200730-shim64-bit.efi
+ef578b44-9fd5-4d83-9609-4c955babbd69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E082E310571748B9FE6B2DFAB71550530F2452B8E7E4F7725DE7EB9E4C7B1559,,,,,,,87176A15E766BD06528ED91A61481C3B3CDE65EE95115403F9FFC6D3A26D43D0,TRUE,bootmgfw.efi
+26ede8d7-1e62-43e2-97f4-710a4352d0ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C512E50028955AED91AF0317813C68B427A7F73A6497BDA82F4551BE1A04936,,,,,,,5C2AFE34BD8A7AEBBB439C251DFB6A424F00E535AC4DF61EC19745B6F10E893A,TRUE,centos-7.9-shim-20200726-shim64-bit.efi
+59605f2c-5575-464b-aacc-af09e949f153,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BA0610793FAA746150C0FD5689158B01DEEEA7320E2F14B31EE9AF4F2C4D1587,,,,,,,32AD3296829BC46DCFAC5EDDCB9DBF2C1EED5C11F83B2210CF9C6E60C798D4A7,TRUE,59605f2c-5575-464b-aacc-af09e949f153
+a1a3ef63-ac2d-4613-8918-5bcfd1fc3e40,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A395E7EAB9E7976B1C30EC651B05658D780897BEBAB8A664C6091742E592E7B,,,,,,,250AE0BA860D6D46894491D630D58B1CA008F695C92CE2084A295486F71F985B,TRUE,bootmgfw.efi
+dfa9cb92-1691-442f-96df-9692e4ab29c4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",3aaa631aa80579a7ec4606f002de3436,293ba261a22d2b62ac580140be62676856d48527,d038eec123e1e13ab3ad27534de697c9779e9c27c62575f06771f80d3cbb7148,,,Microsoft Corporation,Boot Manager,13c9c74d08c33a6231d859bb35a060bf,833319ae7ee8fd2da9705d51d32ef1a6fd22e2fd,6f53cd5bf434b19b4e14ca127c596752079d989fcc98bb7d7cf3155619ec347d,TRUE,bootmgfw.efi
+3f7d85db-fd3c-4a8e-a83d-ac9d89dda3d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,626AD87C1D3475B2599DFD36B430BE3ECBFED207A20D9FBAA01F7AE808C0271B,,,,,,,A4B3FEE324D25C53FB5CB48630DC80DD7EE78C1AAC8C8DEEA927396997E33BCE,TRUE,bootmgfw.efi
+2ca2a15a-a3ca-44f8-a400-6ad9d6c119ce,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",28e6701303a90a81dea61addc9d06329,00745e4a83900338ec53b231a602eb76ce3fa889,2f871712447dde7c3552f5aa90a2292821c6f32d92788e00dee8566f8d4de209,,,,,376edf47c4a984324ea56fba394cc047,ec85b380b74232b3a564125db01bfe11ff646040,98cc8b91fec5252f62e81843d9d5d8ac2a2f253aa38152b3236a5092200ed290,TRUE,bootia32.efi
+85ef0c80-cca4-48f1-8ace-0ab2fda03b79,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1c9670b5add3e4d6aa442a53427f422a,11ddf040e749c8362e91c58fd17cb9c7aea4be91,c3d65e174d47d3772cb431ea599bba76b8670bfaa51081895796432e2ef6461f,,,,,431612322a95c76c8bbfb190f00aa9cc,e0b9eb89abfb711dc3600589fcdceafb74ecaaed,c55be4a2a6ac574a9d46f1e1c54cac29d29dcd7b9040389e7157bb32c4591c4c,TRUE,shdloader.efi
+2b61baf4-c396-4e1b-b487-87c1ebf4b17a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c3f1acb15ea4dd4002d43c5941d1a64e,31a862d073e46ffc608cfc93ffc8e18c38dfed8f,3d23947c39680b9fcf22b092b97c9d38edcc02f7ad13d3a925d1ee0b62797e73,,,,,379f249742bb47ea2d7cec2b9d3fb1b7,b678307ce3a2c6d5a2f988e7ec068590edbf1c50,7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c,TRUE,grubx64.efi
+76afa72a-2b55-4649-9fc2-3dbdc27456e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5AA8E7418AE78250745BE3ACFC2B8D1FC1DD4D1DEFB54F19A508BD8247CC958F,,,,,,,AF93D5A2238F01D595A1BC2092F0AB29A550B2B96BDE7356EBF64D8F04234958,TRUE,bootarm.efi
+f65396ab-3920-4a6d-9bf0-fbbf62d52999,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A3C1124A642244F23685B68D2E5A0AE036651AA401DE70B3912EFD044B62222,,,,,,,08BB2289E9E91B4D20FF3F1562516AB07E979B2C6CEFE2AB70C6DFC1199F8DA5,TRUE,f65396ab-3920-4a6d-9bf0-fbbf62d52999
+c632b521-0428-4bcd-b37c-3cbd25eccc0e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E33E9D1B1D5ADE1934AC7BD39F0BA4CEAC9459A7E2AABB8D204354D4C8652E6E,,,,,,,F48E6DD8718E953B60A24F2CBEA60A9521DEAE67DB25425B7D3ACE3C517DD9B7,TRUE,c632b521-0428-4bcd-b37c-3cbd25eccc0e
+d8aa2211-8d13-4e4e-88af-60ff17efd3cc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,407326C7F1C837A861EE8D187170C779A9B6A25B0736761645D7E549EBFA17C2,,,,,,,DF91AC85A94FCD0CFB8155BD7CBEFAAC14B8C5EE7397FE2CC85984459E2EA14E,TRUE,d8aa2211-8d13-4e4e-88af-60ff17efd3cc
+a280d6df-a426-4031-8dc8-31473975f92b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EC16CFB5AE2297154394D9AB6B5B749DCE676404486D72A44064CD9A716EC1F9,,,,,,,BB01DA0333BB639C7E1C806DB0561DC98A5316F22FEF1090FB8D0BE46DAE499A,TRUE,a280d6df-a426-4031-8dc8-31473975f92b
+1f6808e6-5b11-4cb3-b2d7-427ea75c1f9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",cd3a08a351a1e5286fdabeb5bbf371e7,55f93fee3283aa27b1d8b20d1d4d85b770e923aa,2df05c41acc56d0f4c9371da62ec6cb311c9afb84b4a4d8c3738583ccc874d38,,,,,19a8ebfdc4acec4f18411de1412ef702,e91507cdff068f305c149e89d25038e3a665e461,c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f,TRUE,BOOTX64.EFI
+5df619c2-4db7-43f4-95b6-a2e16ebf847f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CEF9A1B433C4ED851EC0C373F7E1F19A2B8C306A821D114F177B14E8C070276F,,,,,,,1B909115A8D473E51328A87823BD621CE655DFAE54FA2BFA72FDC0298611D6B8,TRUE,5df619c2-4db7-43f4-95b6-a2e16ebf847f
+64508479-d4fc-4415-b202-d787a4d094e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0EF0AD66BA9A0C4E4815BFD072FE7E281DC382D8DE08A4529DF3FF997B19E705,,,,,,,F4D8EAD6C325030538D10EBB39F0EFDC2F553794C14A5E45F9555C335925D9D3,TRUE,bootmgfw.efi
+3cd9faa5-1675-4640-8304-86e162b60451,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",22f93e6ecea58e543fcffa73f5c466b3,0945ed2479004a84b2d743244ff7dacdb688aa9e,ff9f39869baafa17592820f7f5cf101b15a8423831abfa97c89cf193cdd98e89,,,,,a9a003cc7225b64519ee59289a90f3e2,dfc22f0bbe6a3ed81106a30d61010fd1510465cc,8aa509fb461c099a3c1b806d281a1e1275771eda0b0e3f7d95e0c11b3c1734eb,TRUE,Signed_13652009334930799/shimia32.efi
+cf8adf07-931e-408c-a85f-d5e45b09a41e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A84FFCA344A000BE6FC526DA7D7F701B87EF5559A71D8E63F806276E4D3DFE27,,,,,,,D759308D047E9206006B51B5770FA25EF5C124B8ACC6B0139F5883765FE30DEA,TRUE,bootmgfw.efi
+ce737ee6-e949-44cb-badf-3f1d775d4832,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,10368826DC89AF42B4AD7E69A9E1F4DA9486DD645C088F445998E8DCA18EB0D4,,,,,,,6DEAD13257DFC3CCC6A4B37016BA91755FE9E0EC1F415030942E5ABC47F07C88,TRUE,ce737ee6-e949-44cb-badf-3f1d775d4832
+a24fcdef-7393-4141-ae9a-f97fce196c35,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98A4F01BD9D8A039C669C2AF9082A0EEFBCEABEA4C739E05A1D0C59C5D851AD1,,,,,,,71B601EE3746DA7177726DB84F5B417C9721583D2D88AD857BF368A54FF76BFA,TRUE,bootmgfw.efi
+b1d65631-7072-4168-b25a-5e18d41b3410,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a27c33dada320aff0672ce32f953ffbc,412391ed50bdc33f24da222c7d79c00dcafbaddb,9be93e365a8240a03b05db26684b708b46d7585be325a3e22170cd5b324e0cb0,,,,,1d9a09ad4a977af7eb8359638d016fbf,70673742c167b615118ed8692cc0a100427c3f46,a8ddf4d0f6a7056f55b464cc79a986cce24541961263c216bedc19a7c4ca2296,TRUE,shim-13-0ubuntu2/shim64-bit.efi
+2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,191A99A1EF854CE43E64D1CE2FDCC0C942200B88D232F8823A439CBCD7D148C1,,,,,,,DD59AF56084406E38C63FBE0850F30A0CD1277462A2192590FB05BC259E61273,TRUE,2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3
+7191ca91-6b37-4c4f-821c-a2df6c16e91c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E964DC8AAE03D464F3DEB556C4927075AA9F3A1998C66D65EFDE178F465D7B3,,,,,,,57AEAB53DB02CCD1E307AD3BE524EB507D0339BB2AAB3BC9B653088B7E790FCC,TRUE,bootia32.efi
+c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,83A5C9C78BC64206AAF7B7F9901867D19BB746201923D855AAE24A2B2330F113,,,,,,,BE435DF7CD28AA2A7C8DB4FC8173475B77E5ABF392F76B7C76FA3F698CB71A9A,TRUE,c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd
+41327687-8774-4304-bbda-cc7c5835b54b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,67D204E0E5DBC0C5B2549FC2C003024525378DB4DE12E5CA1451DD996561AED5,,,,,,,DD5E4E9F20CE8BF8F3512261F176ECDD046C079D32585D9B259AFE0A28C973DF,TRUE,bootmgfw.efi
+e84c007a-a263-4bea-ad23-e46447001e91,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,44FD1F90799B852B3BED642DE300BCF9EF6CA81036CD5588C24D5B8E00D4B9D1,,,,,,,540801DD345DC1C33EF431B35BF4C0E68BD319B577B9ABE1A9CFF1CBC39F548F,TRUE,e84c007a-a263-4bea-ad23-e46447001e91
+34e61740-5c56-404a-b796-1db5337dd86e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EDE70AA6A98D8130019296CE64B5CCF634A997B26401C0E119B96BBF7ACE1C0C,,,,,,,DA3560FD0C32B54C83D4F2FF869003D2089369ACF2C89608F8AFA7436BFA4655,TRUE,34e61740-5c56-404a-b796-1db5337dd86e
+cef9f132-2635-47a6-bed7-6011eb7f04ca,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",0008d969a43a2b94edd849cdee6ae3c9,d58b60ac3b5fdd3d52a9bc8da3e73c2a13ad36f6,3f8f266488f3b888eb77b8df43582fa8124366b7d0670ed78926410f9c9f411f,,,,,d0a9c315f3180e44d8c7a202276041a7,6d3071da0d10845d4c297c11e0f71dc557981cd0,d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4,TRUE,bootx64.efi
+84fbccc2-01e7-4a24-adbd-a1d3ca0acc50,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,574695D73FF3813C780728858B4A6D2CE6D24B41308B23281E438B66A60E4424,,,,,,,35C16AA2BB4DADF5028F4801185CD368B922C6CF7651CB7FEF30DFB95920FB99,TRUE,bootmgfw.efi
+45ac4276-741b-4e22-92bd-bb97042ed4bb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CCF098A0B3F109F35C763E69DFA54190365999A78707EF63863A812C1C07F9C,,,,,,,1F535987EA7386DF6BFE75F51EFD35E4D2DA4B002DCA2999C0CB4B767BAFAFFD,TRUE,bootmgfw.efi
+c9f24d64-ce8c-460c-a5b9-13c1082de5c5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3EF9FD0B7CEF661D5AF2971DAEF1ECC44D9210D33AF8C95E2DF9EDD694BB0FE2,,,,,,,3860B7C7FF6F4BCD5865843B2E86B2ECA5FF4FB071999F2129D4C7753B806F34,TRUE,bootmgfw.efi
+81ea3a10-a003-4839-ae9f-52cb700d38d4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,889337B0F67FFBDDD260CEE774DFA332DBB4EAE7D11333B2DDBAD7CA7FA773A2,,,,,,,FABC379DF395E6F52472B44FA5082F9F0E0DA480F05198C66814B7055B03F446,TRUE,shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi
+9091dbdc-0263-43e1-a886-3c18c6532dd3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5DB10187E0E8BB8D2FF649810E03F80FB6873370F3AB1F013811B8E9670F3863,,,,,,,DDA0121DCF167DB1E2622D10F454701837AC6AF304A03EC06B3027904988C56B,TRUE,cent-7.9-20200730-shim64-bit.efi
+13ef8a27-3274-4d3d-831f-36b30bc88627,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F2F2F729FC1B94C3B3AD210E0664FAE3351D0D7541581FE2C6DC7B087BE2B16C,,,,,,,C2CC91555617171A7D8AF57DEE529B443A41A1FAD3D4032DBDB814DAD6C2688E,TRUE,bootia32.efi
+aa9b6b05-0b51-423e-b4f7-39cb30cbc987,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",007e746f6aeff8bcb4479e6e49236260,3971fa916c03c91a66e72c58ad766724b6a5c219,62288f1f5f2f8529292eb45c2ae2a33d1057a3dec12164958e76ded36fbe712b,,,Microsoft Corporation,Boot Manager,9875bf0884ed2f18a32cefd749c60406,ecdde500ab2b06dd0c870c1f64d783f2cbd095dd,cef75d1da8e991ac96d36f8a14562849207f9dd50fc63028ba83277d5c27d00b,TRUE,bootmgfw.efi
+ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,20E870697471F16EAC55A9658212F83A7E443CDB3844C7D1901B4D4271828F7D,,,,,,,1F179186EFDF5EF2DE018245BA0EAE8134868601BA0D35FF3D9865C1537CED93,TRUE,ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71
+35c8a2f7-287d-4251-a949-d1ad45040784,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",0887bbb1fff22018d425b56dfb642db7,db9c3757f8f341bd6be92611fbbfb3ca8bc80d6f,e352109145416e3b61dcf5e09492d24410828121e7d74c08ce0d3157b45a0831,,,,,93858168a4a5a02e0446ee0c003ecdf1,096dbcb4f3baa2a21cd0e267052430ccd175593a,badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc,TRUE,BOOTx64.EFI
+663a9b38-509f-4a27-b2b8-13801ce4ee89,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E8EE29691F1F22F5B46C301EDFE411821D466E7A39672A416E387060A0EEFE0,,,,,,,B2BEAECAC1BDE409F82933D80FA3BF5FA0D1FF8D1F97E5260BB25C0FBBA35CA7,TRUE,bootmgfw.efi
+298f4996-3321-455a-bce2-919c3a73da65,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7AFFFCAF48E9289AA0C44566C53EC0A311BF3E2ABF351E0122C685FD568D97B1,,,,,,,7836465BDFFAE768EFAEDCBAA8B5787BAF51B2792A020E80E341A3F824FF82CA,TRUE,bootmgfw.efi
+4a9f5a2f-87ca-4a7e-9a16-15d7e8a44c14,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",e2f5112aec3a2bdc5f267c18f8a6c071,513e0049089f66a29eb06adef56eb24f1689c24d,c643c3cc182443893728101f5303aaa05b08ec8616310546edc903635c692b5e,,,Microsoft Corporation,Boot Manager,a114f82ee953917e2718ad7f4765ab20,5c145f3f55a53c1db47c568cd76eff5b0092e95b,f0b3d0d4c5457880e2d9b7728eb64bd288b5d4a26ec883f3c0941d8af29d9466,TRUE,bootmgfw.efi
+9a8ab464-2a24-4329-ba2f-e9eaeb2edb90,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98799E6AD44F2AFF3D3D7B66E482B2F4DE4438F5752D932D12C97FF56FA1942B,,,,,,,E37FF3FC0EFF20BFC1C060A4BF56885E1EFD55A8E9CE3C5F4869444CACFFAD0B,TRUE,shim-0.9+1474479173.6c180c6-0ubuntu1/shim
+934f9364-3471-415f-a502-036969a78958,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F51C64E1690E8FADAE2C55EDE85377D6680C337DABCFC01FF6CF37D8D87892BA,,,,,,,0E44212BADF40D6B8DE3311E632045370588E0B23B7A480EB5DC10DB65D1B4B3,TRUE,bootmgfw.efi
+32544796-1bfd-476b-a4f6-8fccc5a593a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",f66d8bc26d38b7faaa1fbd4c4fdda3ff,7098af963c0223858f2fa56cc226ee27048f35d3,e443176d6a0621e65cadde51f4019ec7fb25e91fa87cbb6cbaf09d94e9e49918,,,Microsoft Corporation,Boot Manager,8cbc20535be05799179c23fb8354b9d3,458cad1c4b11da8201ca12a6ed0f50ec81261e1e,61535caa144761fc48cc9d7a835dfaf020b569edfc7fa628f983d58a3ac25f2a,TRUE,bootmgfw.efi
+c900de9c-b4b1-40b1-b106-db0845396462,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2405153F56A12F727853FD55BC9C99B81937B42A1A0BC585310DA45D35A3FAD,,,,,,,A608A87F51BDF7532B4B80FA95EADFDF1BF8B0CBB58A7D3939C9F11C12E71C85,TRUE,rhel-7.9-20200909-shim64-bit.efi
+b1ed132f-d99d-4616-9fa6-56b6e8e814f6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7e05f116825f8e60072443b813e6192e,c9bda70cc887ceb1c4552319df909c8bca331b58,09f2e41661cbbd714d22986fbb36a2b5764a5544c85f9875d227f6a26e1c8c8b,,,,,1e31b54463f12e9af1098295a74b4866,7bc2c8f3a922fda1f6b16dd09425006a4715f7ee,66d0803e2550d9e790829ae1b5f81547cc9bfbe69b51817068ecb5dabb7a89fc,TRUE,Bootx64.efi
+a8267643-bd8f-42e9-851a-86b986973758,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AD1A9C1667E89214EE947D6B40D61BFFB7EA942ABCCE85319520CC3DE301FA1B,,,,,,,8EC2540CEDDD592E616AF4386DA9EAF76855EF0A792E26FC149B32E951D76C85,TRUE,a8267643-bd8f-42e9-851a-86b986973758
+b03177a4-54ec-4449-b30d-f197e75b8b3e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",eaaa74b1ac8f59f8610a8e898de54cf6,82d315d856cf1a43ff8d22192638c8f416be591f,aa6f27b8b2ca5826f497362042c003b5e1d7ca22383d82730fbc5c45e048d839,,,,,1adb4d9d5d5c38a654581d03699efb51,120f24f0e7bfbbe0e0419060b1489921d9fd3fe5,56fb79aab26ee9d0e0ca372fb86a8bb459acbc505d0ab35e6a632a3d5f88dcb3,TRUE,bootia32.efi
+94ba0558-c5b6-4f9f-b1fc-598e7448bf13,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,196243A87389B47FC9033AF3884F3FF0A5C891D80E22C82D2ECD5B9A3434186E,,,,,,,CF7F9E7D091023A1A1C3F5CBF7DDACF7B18F03A4D07961F71506FE9DF4388EEE,TRUE,bootx64.efi
+9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",bc5372019b75e9e8257a83a86bd0b33d,99cd0326b914b5f6ea53cb2280d9a455bb68d70b,8310f47ba34eb1aca146a5bdb8b59138173e659fbeb57a4c89355d8c54930b6b,,,,,45e4a006c19fa21bbbec494e6d51c63c,ceca75b14c16bc19a9aafc883fcb081554f563e4,56b3da7259eb1bec44199a7ebf74c6fe912c8fe9bf4a20a7610c5e9bc0b601cd,TRUE,9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04
+81f3828a-1a59-4fc2-a34e-d1f297f0f719,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CF960A60921EF186A0A511BECC06B264407111D2AE6875C93496121887318EDE,,,,,,,32D4BA3A03D1F2B6BC80D011C0FA107747B7B573FE96AAFFF21735ECF562D337,TRUE,bootia32.efi
+406a9495-809e-4065-8c57-b6aa66dc4029,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6FDF73C4B54F57935671B1C6F03FF5F104F8092C72574C2DF2C6FFB1E5F2E61,,,,,,,0CA5E602468258B0685A2B2B7F028B977354602A82ADA86C9919FC472AE4CA40,TRUE,bootmgfw.efi
+989b4dda-91c9-4903-9027-6ff3e74738b2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,87150D354E809EE266FC005B1DECA64F70A72B9505AD79062D337EEF012CA896,,,,,,,DAF87006F2653909E39A52B7ECB234484E7AC84AC21EB59354C1BAFCDDF08D9C,TRUE,bootarm.efi
+3175132e-f5d7-4d88-b395-ca30351f8c69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",45a7c3cf799b58b886c0b4c7f6f71d32,52cad42539bc3f27a103e4a9bc0fd51a1b51a265,55a5bb13e3a985e0ab011e69b41704319de0843f9254cf91ed2964c13af345fe,,,Microsoft Corporation,Boot Manager,439f829f38523f2c1e9995474cab6030,71d6ef211cc60fe99eb7f949640dabd36759b36a,a6f13f3bb8132d248591f6762ced6d3a55efd8812db9730449e267cb6447145b,TRUE,bootia32.efi
+c368c62d-85dc-4bc7-8302-09be91700a9f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7CEE7E91292E5591BA4597D312BCFE9C0EEB906B18B327B8983BA497F9921BF7,,,,,,,66AA13A0EDC219384D9C425D3927E6ED4A5D1940C5E7CD4DAC88F5770103F2F1,TRUE,c368c62d-85dc-4bc7-8302-09be91700a9f
+469544ed-d70a-42d6-aca2-690d5ebecb4a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B91C0C8C0F156ABC8F85274C1320C038AF0179FE4696260B1011D5361E50AEA,,,,,,,41CCE0FC467609CA368BEDBA45C292F2BE1B622FB9BE0473CF51E7A96EE65652,TRUE,469544ed-d70a-42d6-aca2-690d5ebecb4a
+04eaf4b4-a618-4d2c-8eb1-1e0065c05212,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EA4EEC2975E4EAED0C5EE6C25C887FC8C7A0298FB613852DEC200DACD2485FD3,,,,,,,A983E73E57BDF014C9A29331290EE87DF37F97C81DBCC43C6C933FE2209C0BD5,TRUE,bootmgfw.efi
+c2d12b91-7e1e-403c-8d76-9664229a68c0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,101EC6206BC939A389713775B3BDB405E91252FAD75509C54FA1DBBE822F4596,,,,,,,93F5233E9970A7DB1E4C9AA2DE2404636728E7C66C03F2BBE74B18B20A93BA96,TRUE,bootmgfw.efi
+db9487ab-4dc1-4c3d-a04a-70696d63bcc4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24357D13D3CFC29A7E83D86A6BB53FC932461B7D0A653701188D7B427C704FB1,,,,,,,D6EE8DB782E36CAFFB4D9F8207900487DE930AABCC1D196FA455FBFD6F37273D,TRUE,rhel-7.9-20200730-shim64-bit.efi
+3a74fd6f-8747-4f47-b44e-fa10af3da555,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9EA346FCFE6DB7F3140DA8FFD5738F6CF97D6014DA61033B32049CB17696B372,,,,,,,EED7E0EFF2ED559E2A79EE361F9962AF3B1E999131E30BB7FD07546FAE0A7267,TRUE,3a74fd6f-8747-4f47-b44e-fa10af3da555
+1457ea3c-21cc-46d1-adf3-606e98b3938b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,97BB9FD717C396231E86ECBE5A760D56DBACF4AE8E963D16D724591E45919B65,,,,,,,CC8EEC6EB9212CBF897A5ACE7E8ABEECE1079F1A6DEF0A789591CB1547F1F084,TRUE,1457ea3c-21cc-46d1-adf3-606e98b3938b
+865cadf5-d63e-438b-a8e9-44591fb69d2a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",f512804db694f319cf51306dd2c2c618,d1bfb94ce4288f7f4e3f27ef22618991485e06ec,3f28c4f2fb32c10e5faed1debf7db6ae8c821bf286ffdb57a5b31fce0730e111,,,Microsoft Corporation,Boot Manager,3c5fa521303c8b5564f3c2ce44596d69,599dbc2acbec93f50c653471403aab7be0b978d1,736afb5df29ec9c88532be9c620ef80901bf23e72f2d3488b757aff17e734ace,TRUE,bootmgfw.efi
+897f5834-55db-41fc-a4ca-9d880ca00ec7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FB2F396A01911260D4035CCABF36DB99081DA3F8D98BB40549D7D5E93CE4EAA2,,,,,,,ABEE522892FA10B22208B4D1540184617BC9875C9E03E5353B4FF476577D918B,TRUE,bootmgfw.efi
+d17ff559-85d0-4cc7-9327-516585723ea0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B81C6018141EFC89816DA4081BBC1414911125D5184108E47AB01260D84FB9B1,,,,,,,CBCBB8E81F1CFEE4D02D65481080ECDE62528344C5372B09FED4EE3CA1E14330,TRUE,bootmgfw.efi
+b6967d5b-ea2b-4a4b-b24c-63a8eb8dedcd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8E5609A57BD66CC153EC2AC60CC10C2E641334C26EA5068C1FD8373A503EF1D7,,,,,,,CC7396D1C306ADFCE49E70D7DAF32D093A8F2FEBE2AC0576BA853770E11B3EF2,TRUE,bootmgfw.efi
+88e2e7f2-0a89-4a66-9f99-1a73ca3a061c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DD32DCC6A6E054F4FB518B3F26EE9F41D338AB5EAFFF83F3682E34728EAAECEA,,,,,,,21258FA3877177AC480CB571134BEE7BA1531DDD1274217DFF71BCD618F6C3D5,TRUE,bootmgfw.efi
+4814d421-23eb-4222-8cc1-aab6645981fb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,103FE82E5F090184D8DB7A48801D1E503E3C6FC0726783E9A49A84F9FFD4C78A,,,,,,,9783B5EE4492E9E891C655F1F48035959DAD453C0E623AF0FE7BF2C0A57885E3,TRUE,4814d421-23eb-4222-8cc1-aab6645981fb
+bf3c5a6b-8fac-470b-a458-c84e7fed7dc7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BAE97EFC507382C0BDF7B1E74DBC38C0E31BF65186B7989CD9C7AF29DA27F656,,,,,,,3A4F74BEAFAE2B9383AD8215D233A6CF3D057FB3C7E213E897BEEF4255FAEE9D,TRUE,bf3c5a6b-8fac-470b-a458-c84e7fed7dc7
+a77872f7-4890-473d-887f-bfd93f46641d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",6514d19c16df6d0d9cf75bba91350dcc,c3f69560b62f619f851df687c0adb2fa35cc0160,3bc9ed257486b68fac5899eaa19732a1340d06c8baf4b0ff53c7f5c052e6470f,,,Microsoft Corporation,Boot Manager,f5eca8462be6c481c75ec3955b47c4f8,45e97d3cfb90ad162fa8f5a14ad8e5b4710a748a,f74947590a87a005023e9ef89cdf0c38d8d582ca4173f8201cebc443ef796790,TRUE,bootmgfw.efi
+285c0ef5-dd8b-4c50-af8f-6ed20f233294,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FC40897F668AA86E5279CA8FEB62873A06A569742967E0F243F51ED56BDB53CD,,,,,,,4380A43A7B0BE1ACE54A65B3E25ED35F340D6906365821AF139941D5D6E1EA1B,TRUE,bootarm.efi
+a252e6fc-a0e5-46b7-ae78-c11ac44dfecc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",3827b6fa1f4022001328be9d79e33b18,3b0ef33281ba05d9d9259b1fd44bf5d43e5187a4,3927727eb2435b28d2cf0ce1757e72ce3e92a86362b87120040c744c1c08bce9,,,Microsoft Corporation,Boot Manager,d9a85920d99763cc28d796c77094f958,932efcc1a062376a53c14b3fad8f6bf34b96524f,50871141459a21faba3dbbf63da5aac8863fa3d8a9891f182ed72e3a74b64fdc,TRUE,bootmgfw.efi
+dbbed756-4f18-430e-9a68-6f0054091fa3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,573D0A8D59DC7FDB0BE784ABE9B51DA9183848B613FF4C96B143D286043B4E43,,,,,,,EA9C72C1CE865E6044ABFF576FD712D4DF3F5114318753EFCFEFED70EE586884,TRUE,bootmgfw.efi
+ae5b655b-a592-4d17-bce2-99ef497e846c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",5917ac93685b816492c5476071db3871,f039244623179184ac63f73797aee7f926f2132e,6e79e3d0580d244c2fc2179a4f08cb80f945ad33d8c4c325de4e35e0d41584c5,,,,,b6736f2d357c4f0b8d557c3c0c39fb54,4917df76db99a277efdb57da560e145ca3d32d35,e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538,TRUE,ae5b655b-a592-4d17-bce2-99ef497e846c
+c8d926b0-b5a4-4960-b951-1f4cfffd940e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",09287aecf07aa294ed7f76f2234270a9,f4de49ab09ad1d3e18ba4eeef481d91cd67a4860,860c16809e3941bebedff0bde99c32aa77379c0be1f6b174d20038a02162d3d5,,,Microsoft Corporation,Boot Manager,2493adfef4cb684c76b9697cf414c95b,d05a293ae6ba3f9d4f03da5027807f2182be4c22,ee0a54e2dd9848d7a209d2c945449a0bac9a46c45e5e033c6982d2924839ac74,TRUE,bootmgfw.efi
+aa02b41c-fdba-4a15-8cd0-721c8ce19b68,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",77164588c1c1207395ca4a64dca19f85,b1d0f26d6c2ada8828889a9208529ce96b6312e4,1e918f170a796b4b0b1400bb9bdae75be1cf86705c2d0fc8fb9dd0c5016b933b,,,,,cf53d0ab33dfb190f34ec0b12fcd54d6,fb0b0ee77baf7de4e8072a79bd48406c63a0bc7c,e9d873cbcede3634e0a4b3644b51e1c8a0a048272992c738513ebc96cd3e3360,TRUE,esdiags.efi
+b3ceecb6-6bb6-43fa-9ab3-8ba2d6647443,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d407a4d3a9887218394aa73e94ffbde5,d483cd3de769ee4a2bd69c498501e7764656fb75,9d61099de8327efeff7e4aea81d9f3396a2218e6b22e15d05032a765897c0eba,,,,,2ccccbe8e79cfaa23784d56e0edf946f,4dc601eb63e1e8d30e7ed4eede0a757630e66dc5,b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049,TRUE,shim.efi
+4f2db5df-2730-4e9e-aa70-51029d2540d1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,55A3628537C4FBDA0FA7D27001EB2DFCDC515D8A48649715A31E1D0065A7DA35,,,,,,,2DCF8E8D817023D1E8E1451A3D68D6EC30D9BED94CBCB87F19DDC1CC0116AC1A,TRUE,4f2db5df-2730-4e9e-aa70-51029d2540d1
+10baff75-83cd-4786-ac2b-ade269c71421,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,268CED16B53E3430A28F1713A0D155A68BED89DB264D8D8170EB6BC548C9424B,,,,,,,75E78C197FF91F574735A3A606E56862E9E0B84DF0CF69F7C7F43CBC171AB371,TRUE,bootmgfw.efi
+7cd28475-a974-4b4b-becd-b57b605d2b9e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",aa8eae148f6ac90c370eb50c88b974e1,2f8b409981580582bfe5fd5e36f8d3e23c061966,a120f42de7b5bfcb55c40afc857b6baf4d1ac60725500c27a5b2942bda970ccf,,,,,831541e64bf58f95339e2e1fbc08b9a8,78d90cb632f7b98b3c39ef79f5a8079654b27e5b,f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d,TRUE,BOOTX64.EFI
+d9cb5f15-653d-4fdc-aee2-279681f7f91f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F06D3E0F031A2FDC63DD2BA2BE7F32E0D432434C3515C2F840D812FFBFA530F6,,,,,,,9954A1A99D55E8B189AB1BCA414B91F6A017191F6C40A86B6F3EF368DD860031,TRUE,d9cb5f15-653d-4fdc-aee2-279681f7f91f
+ad4ed491-2e8d-4c16-9bad-4352f1ce2f67,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,339E7E433DA8002B9FFB9EEB3C768742A93953509FC02BCAF95254228914067F,,,,,,,C875AE8A8DB5441A577172869A4EC6E71DACE7A875F42A2FBBA4B52F293499DE,TRUE,bootmgfw.efi
+98b2c48c-eaa0-48d4-bcbd-4090cffd2fed,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,575D4DF1AFBDD514A6D293234F4493736200E657D0EB9C618CBE18B3AE8EBB3E,,,,,,,F558E04EF99B39A1012E8BC2685728D983C682CF5E6F7E4D335A660283D7C666,TRUE,bootmgfw.efi
+2d38a9bc-5c3e-4871-9e74-a1181a10764d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a1b9b882d3990b8465c7010a406ecd99,58d47e6513a61b42d4c1c2a9150cf9fd051ec435,754952ff4187789c0269982d056f6a863409963f46d870c0a8d054e0fe69857b,,,,,c5fe8d0376e90b44fd565015cd7e82c9,a69b510efc63da996aa74d11e49b6748141d2803,903d0d76ada77672c60a4d63be5f6e1b8f247cea9e7d32b6cb26e1a82815d09d,TRUE,Signed_14173467011297444/shimaa64.efi
+2682f970-000c-406a-bf2e-fa4c1ac8bbeb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B28C498A7CD61006A32A9EEF404AED4349CA68DC6F2240833BA4EC745D37A1DA,,,,,,,E6C63C984BC754736376564A8F9AB1B7885B9AC2F49F1EC6E4053049D26F78F9,TRUE,bootmgfw.efi
+e9785a5c-1caf-4577-85fa-9a2eadc9bfe9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D389EDE1F84051086D30B8C2CFC362797B129854DF1313CA474F83A143F55D11,,,,,,,788383A4C733BB87D2BF51673DC73E92DF15AB7D51DC715627AE77686D8D23BC,TRUE,e9785a5c-1caf-4577-85fa-9a2eadc9bfe9
+312efde5-1d57-4845-860d-cecb9a1af677,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0EC7C340AE2DAA6D5F7B261BB64A5E7E2351073FC5B893E07D03595DEE28F544,,,,,,,26ACA3C927095772FA26A4D63680597130AD161EEE8CBCE34B59E10C6167E92A,TRUE,bootarm.efi
+8e051211-3998-46bf-abf0-cfba6699c4f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,07058C9BBCCB99D58FC93EBE2C007CFE28E1BF74E51954584AA3D3CA06689FBA,,,,,,,CF13A243C1CD2E3C8CEB7E70100387CECBFB830525BBF9D0B70C79ADF3E84128,TRUE,8e051211-3998-46bf-abf0-cfba6699c4f1
+46412487-6c24-4809-8b77-f2165d5a8395,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEB3FC384826610AD277DDD592F6CA8FA9D00E56457724D470DAAC32962532F9,,,,,,,2E6921DC970AAC433DE9AE4ED66B2681A4CD2BE649D2EE9A561871C335E8B1B7,TRUE,bootmgfw.efi
+0cb9b7da-f228-4e4b-a07c-06346f0d2e47,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,459728935C400CBED125A0AA12D0E618CCB6F4FDE3194BB2D06A511DAA335350,,,,,,,B9B20E933E2B6C33C9FF088E224D802028F29A4CEBE50AB5D746027911A454FF,TRUE,0cb9b7da-f228-4e4b-a07c-06346f0d2e47
+4885e5bd-31eb-4f63-af7f-efff02e753ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,53E9CF33ED9379862E5A5424E0C3FBE6D81D0D622368F773C81658F408A642E3,,,,,,,92F858F6A02BD2014618B05D7759E34E7781B15C34C8814BA4C930B320F8DB09,TRUE,bootmgfw.efi
+8e8db009-ddf8-4196-ac2a-99c9a0e6d9fb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9ea079774ed23df340ecc523ddf68045,34e4cbad02d8dd38e88bc3ab0b2dc47e91b9c02f,71083eb4f247ac78f52aa09f81054396a0dac1064e1191b5b56a43a6976c5c74,,,Microsoft Corporation,Boot Manager,6159052617b8251fa73b9137546992ca,d9196a975de3cb5f3fbed654aef1a7d87801fffc,cc202e8f2753ec75c9eeaac65c9d39eea6faed570664e930e3815976cd332d91,TRUE,bootx64.efi
+e081d394-fa4c-46c9-8a1c-c8790790aa3c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,84A6C5F6C7AC07F1CC405F7B53B69BFF17BE0E4B9A428C21D39DCE0CDD4EF16B,,,,,,,91656AA4EF493B3824A0B7263248E4E2D657A5C8488D880CB65B01730932FB53,TRUE,e081d394-fa4c-46c9-8a1c-c8790790aa3c
+a3bbd629-976b-4804-b5ea-2e62ee592092,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ca747f0a7e1bcbc51cf4f9cd2a17f9a5,41686992e3e8fc975674d5134909975b66b54a38,777adc7e8a3e1422b3fc9c10ce31e996c057fe801a5292f0902bd5c5365e7287,,,,,370b63db6afc64b05feadcbffb223da4,e9449d88a4154e0d1bfda7986c089f743b00e9ed,95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89,TRUE,bootx64.efi
+bbd79406-168c-449a-8206-9927288fefd4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F64F70D1D3AD35BEC25526472C51765BEB40AAF72CA8EC1242E046F62C18C11E,,,,,,,B3EAFDEB6E2809BD72730E4FC7896B9D94543CA360E9629B63C039FF91274BEB,TRUE,bootmgfw.efi
+dabe9a66-0446-43a1-b9bc-fe279702a5ab,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",24a7545dc37bc7d366b05c68752af476,63006031749d3e2d445fd952c8da201181b90593,6b6e59284750fc0e6fac4d6c2a46100e9b0dde54e000b7327edd4a4dced9e9a0,,,,,5ebf16973c90bb7a23fb44504d80f390,ccb632ec30624e6860fe361920b83d1739d9db1a,4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09,TRUE,bootx64.efi
+b0db7258-fe95-4712-ae0f-fe258342295b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,862EF2D92E8E0DF128007AEF6F9E4D6A6D0DE3C656A4D72D1A19A18068C23508,,,,,,,F31FD461C5E99510403FC97C1DA2D8A9CBE270597D32BADF8FD66B77495F8D94,TRUE,b0db7258-fe95-4712-ae0f-fe258342295b
+44560d47-de27-4691-bee4-6306bc160643,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7391D51035BE75620EE4F0F597DF65F54D3518A7CFB74276D7A778AAF7B39477,,,,,,,8810B37003E7CDDA026663968AA9E1B9CCCC96EED98528CF5A975BDE7B8084B7,TRUE,bootarm.efi
+5d92da13-8976-4b19-871d-a9266e342121,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A84526FB39B09F95A0A1CABE23D34CC28FA554242405EB653D6EAB8669B3C1BC,,,,,,,19F4C7030AD74035F5BC07ACE285BD7538F231D25787755D72071EDE879C6978,TRUE,bootmgfw.efi
+7c6d9a9a-0ec1-43b7-8e1f-053fb98e9fbf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",a442859fd33fbf61ed0ea28bbf33bdbb,a1aee57f1fd4a6768950f74dfb2e2a97853d4733,c9f47991e981394076050cb8b5cddfcbf9fb01b6d7272b9079082e20e4875cc8,,,Microsoft Corporation,Boot Manager,9dc081d5f69234c2bbe8fbf881510703,99c709c98c1d9548ab82b298f47782597c767601,915009d1cf9d68b9e53064de82d4b70b58d2f014a03805cc406427d323d9fc35,TRUE,bootmgfw.efi
+3d65bba8-925b-4fcc-849e-ddfc0bdf1c49,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C655C36EA5160603D4134B038D732604394031E177D1C32CFD582CCE0C037887,,,,,,,DC7CC8D1DC11E304ABDF6E6227838F35B223B780F030DE7B341E88A3F6A361B4,TRUE,bootmgfw.efi
+ae979b6b-32b7-42cd-b835-09215a457c01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,561694642D87969C00583ED6C4BB6C41527DFF7164A079035E8C8B905A5E4B62,,,,,,,C42D11C70CCF5E8CF3FB91FDF21D884021AD836CA68ADF2CBB7995C10BF588D4,TRUE,ae979b6b-32b7-42cd-b835-09215a457c01
+c8bbda28-7392-4588-a899-755c58de432b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8712d45e1ae024cb45067ad5918e12da,a6aa33d40dacfcc964b01a5c18d26829d362fbce,702a10fa1541869f455143ed00425e4e9b2d533c3b639259bde6aac97eca15ed,,,,,15d38ac115b29438f9f82509f78c340a,c017bdf23c9fae3f7c66a28aaefa4ce95d174a71,1db183cf5655b2dd0ce9508273b339146c3b7dcdec0d0ac3c180c953083faf18,TRUE,shim-0.4-0ubuntu4/shim64-bit.efi
+1d193967-c24f-46c5-83ae-4bf1d5ea80ca,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9C4A74D11888FA41A0341EE6F0B75DB69C34827851755F46506A6C0ED96CEC8D,,,,,,,23A0F1DE04EF678E621A449040CF519DDC3679FE54C9E2E0897DFE2C80D3DC26,TRUE,bootmgfw.efi
+25356276-9f23-4044-a512-863c5b3180df,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,96520E78051325998A6D82FFFEE0366F85289E6D8834D1F3DA9082C6EE146D26,,,,,,,B93F0699598F8B20FA0DACC12CFCFC1F2568793F6E779E04795E6D7C22530F75,TRUE,25356276-9f23-4044-a512-863c5b3180df
+b7909152-9a87-4045-9aca-ae18890b2b71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,41607556B9A25F6F3AB73331589519553F83D2CB3629FB3E729303898D173023,,,,,,,3B7696DF627ADE30BB15BDC5CE3F3C27240C973353E8551E7B036C90D01280C9,TRUE,bootmgfw.efi
+9164d869-3953-40eb-91e4-26a837e3aacc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c6697cdbcf51cc54053438e644243327,056c3b1ab4f9b248ffc5285f299a2653839357f2,1eadf7bf5fde916884a4beb82dd68ba50be05413f00aae8571190a2eaa462640,,,Microsoft Corporation,Boot Manager,e518520c0709c922714f016a9ec3d893,3ef1fcd520f386618b77de8759b40d169b042708,05729029ef940c5e6ee96b3b1253c08783c01329bce2e9951bc22a09223fc15c,TRUE,bootmgfw.efi
+0d33abea-51fd-4453-a8a3-150328e8ce21,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A121947909D35BB042F0049D18E4EE2B27941E10D14E4D6B1C11945CA79992E6,,,,,,,9ED33F0FBC180BC032F8909CA2C4AB3418EDC33A45A50D2521A3B5876AA3EA2C,TRUE,0d33abea-51fd-4453-a8a3-150328e8ce21
+d1d2f3cc-064e-455c-af50-3bd0d46a06f2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",d6604f3caaa504ff3aedbade7d87fb97,a8dc3e14fb4ad8d264fdaba4ccbc89d64ee4791d,f025a519dccf1df41951c22c6dc5cafa61e21b117e174b4983b45ccc22c6375f,,,Microsoft Corporation,Boot Manager,889829fb843f0a94ac85fd363af55729,7064b8e79beeb6e7443033f51a17d7973ea424a2,7f292bce8dc97b601ef1ea72bdf7d96a12a87782bb1b1c547f85c55c7b3ff035,TRUE,bootmgfw.efi
+8d43face-8444-4bf2-ac71-c0213d06ef91,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA31FE4698AD3D0E30408927BE36C938BF52FA9CB8D46B12F84F5D5EC22DD1C6,,,,,,,495300790E6C9BF2510DABA59DB3D57E9D2B85D7D7640434EC75BAA3851C74E5,TRUE,8d43face-8444-4bf2-ac71-c0213d06ef91
+7cefffba-3701-43ff-96a7-7a66f008805e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C443B4E3083BDBF2296A5E0986022520535C01ECC6CA3E0F0F83F3B683672368,,,,,,,50F93402B66127D87B947067E9689DF5B2B36B253833FFE1E6CECA685FAE2D85,TRUE,bootia32.efi
+163602d8-2ce1-4c1a-9101-568c50a6f887,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c815c638cba6bdc82a6b4f72204ed252,d2e758288883a7b37a46b773ec0ff61c328e8bf7,64604ea91f31b815bd0219d56563b9c2d307fc6c71ecc38d498221e0e0e9c4ad,,,Microsoft Corporation,Boot Manager,0e937bbc24f9343c32c2641a3b728ea8,3c3db26f3be97e13953510a1615c3efd05f10aea,2992068e4f616f2d7253e9d58116a97f22923f4dc1b78a58be4499b982ecf270,TRUE,bootx64.efi
+5ea7cfb0-5f73-4d02-925e-8161b423fa88,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,45A04261C55E72E48C90A5C821C3A519B4A0D9B1A6C3561CE7477AC399D23C5B,,,,,,,A372DA66E15D456DC4200BD3908E0943BA4EAF864F7A35062B6B1704320D090A,TRUE,bootmgfw.efi
+35a53e95-2bf9-43c3-b7ff-c8a176b73a7e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,641A3F8E77A42F04B0F300399F0FE6545733DB7EE00FA402358723E84BC62741,,,,,,,91D56D765B020B99B7716582E3C380147FF0ACDDF63BB09ACDED0C0249E5CC8C,TRUE,bootarm.efi
+fd70f49d-4efd-4ebb-a889-5dbbcebe33a0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8C3A26B5831FF45BC3BCA44C2815951E2DA489A91BBCD295F12DFDBCED9958B9,,,,,,,398995770D21E9F66B90D69D1EDE16C9E58C0634B2F7D26B1F22501DD93FDAE5,TRUE,centos-7.9-shim-20200726-shimia32.efi
+4d2c43e5-7a66-4890-93c7-3f9ce734f78e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",22534ca115844f647fd2698572201490,7a21dd6f0289ca16c6f2a46cd37a965721f07518,24d6b301a1268ba8b373275981538855205eb0115609800f2b5b95377483b108,,,,,757b01c0eb9ed075c6e93d2fac4b0e4e,948d8090a1f360db50a84f3cab750f95d76044b6,5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886,TRUE,bootx64.efi
+f4268520-fd18-40df-aecf-b2a6e8dcf27d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",fbec641d8564e4e48784b2b07dd9c196,7ac5c5314da05d3a6e69e4213b9479a62d6f411b,ee39a9a3fbde8b15ce4ac34519e248ea746a52ae0ae680da5b0c7ef919e583a3,,,,,ba5501c6998594711fe062521d0ba9de,8dc43164d1742fd0e3a9590190ee7116bcfc04a8,96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909,TRUE,bootx64.efi
+7520fd68-dbc4-4182-ab8e-2cc005024183,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3BA74313087DB77CF93A00E072A2FAE00C0A472DAC5DD6988F9C0993A0769159,,,,,,,4AAC0A9E089DF8E9AC6725E0DFCA3AC11A17747A2E35F43A2B38A58F8AE2A273,TRUE,rhel-8.3-20200917-shimia32.efi
+7662d98a-0476-48dd-b532-8e6142d251ec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",a168299b9ced4e289f438408b6a047b6,cd0498821da3074abf0b1c44819f1bd2f3a13355,90ea447ccfdcd9771de40de9721d0256d6d8a30d68963e82485c2e92b7eb5257,,,Microsoft Corporation,Boot Manager,e2a3feaa3ac65bd8ceec1f6430f81121,80257f616bfa48d64053b0198af7280152e8243f,8ed8aa03199de7d541ccbb3009a2b1ff575219662d8b23fba7fdff02d80abd29,TRUE,bootmgfw.efi
+ca53fb23-c94b-436c-9066-079bd6480ae7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,97C24B65A08878AEB0002FC577B717A950C0A20E60EBDFC569637EF57059A2BE,,,,,,,6730C911E6D91009420D202FB6F394568A06AA97E9F33F30C7E92AAA71332D68,TRUE,bootmgfw.efi
+5466b767-bb4f-4044-a72c-1a7aab0d1d4f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1EC66D5D99383D9EB6CB553965D6ADEF787ABDDEC162844AF1CC04F24EDBCE08,,,,,,,D084AC3FCD80893B1878653C8BA9B71FB9C53E25843A989EF51A9B44C7EAFCBC,TRUE,bootmgfw.efi
+312c2d35-25a3-454a-a458-a797350273b1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AEFCF3C2010344775B306EFA5FA4A9B7630AA95DA5B59C4E96A2524302B51E50,,,,,,,F330F23C09772A64E1478A19CE003FABCA4F52A9431A8C6803019AD532D7DDC8,TRUE,bootmgfw.efi
+8041563b-fe86-4183-9409-a479ef4f9b46,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5E9D231F7BC2F98E9CBFBE65DA29F7B663A1E84FEE090250BD0976D65DB3FC0A,,,,,,,F5D396FC5AD8B7EAC22652129D56449DC30B6965CE3E41F5D76590E3B1ECFE62,TRUE,cent-8.3-20200730-shimia32.efi
+5cb571f7-050a-40db-a196-9ad7cd8afed6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,079A26143F5CD9862331F7C1850FFCF2D6E081FCFA8617F6FFA94FA212834DD1,,,,,,,E808A337ED6911EF561C27CABACABF4EA6D6E20FB70F5413B121AC251ABCC10C,TRUE,bootmgfw.efi
+c045cb03-9cfb-4ef9-b058-6734090e1dda,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34440CB45EB6EC2532EF89D6FCD7D3D9BC2A021677BEBC9D65C47A725A6845D4,,,,,,,8D93D60C691959651476E5DC464BE12A85FA5280B6F524D4A1C3FCC9D048CFAD,TRUE,c045cb03-9cfb-4ef9-b058-6734090e1dda
+ddacf4b0-e6e4-4546-b3bc-f196645266b1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,39CEDF83BD3417A90588795CDE2BD6BAF7089997FDDB588E552952C179958D84,,,,,,,47F7A5F3821286A9C677F66CFE2A84D5CA94CB6FC1EBE8E1986E91EDD58CBE33,TRUE,bootmgfw.efi
+40f5cc74-badf-47d0-8fd7-021190a05953,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A7BF87F519397CA73C79AB94079E0E8218661C149713A8A286DBF1079E57B4BE,,,,,,,A5BCFC748DA415BD7F00B669E1237C9898A6D03517CC80B3626F0BE326046B28,TRUE,bootmgfw.efi
+7cb68e8b-c07d-4b76-9af0-0936553f516c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",92f1d7fd78d0353c62e5dc8e81f558e2,a63dbf2c3b022c5d70c20e674ab8066a2b3290c7,06edb9f17a9007c8b6db6ee2fc240e88e238f06c7c983f987cd9be1b80010d04,,,,,e933dba3a6ab068b91601eb1828cec97,4b496c6b76d4ddafb0e2b3c0fb27f47639005f98,2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5,TRUE,BOOTX64.efi
+887e3ac7-c597-4327-86cc-29936e2f8cdb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2F1DAE62EA074FD06DBBF620009CB3E65988D15431A061EAAB4D7ED1A97A3689,,,,,,,D14EE5616DC8EC74D695AF08DACC78BBEFAFA7A97A5CFEAB9B961E86CE9EDD37,TRUE,887e3ac7-c597-4327-86cc-29936e2f8cdb
+7b45ea3e-38d4-4bac-aac7-54806c6ffb28,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3E5206C60B696D3B81696DF457D74881F0188ADFD75404A4C0AA627688975671,,,,,,,3E1A6021B3C6066E94F7F06AD7B29E35B1BD9EE496827A290EFB9BE7A27C5D63,TRUE,bootmgfw.efi
+27c9ba50-5540-4ff3-90eb-8798c48599a1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,127B01B1F605183BBA4D1A07B7EEFE01BA88203A6CD6686B28F3883F33C0ED42,,,,,,,1CB4DCCAF2C812CFA7B4938E1371FE2B96910FE407216FD95428672D6C7E7316,TRUE,27c9ba50-5540-4ff3-90eb-8798c48599a1
+a74084e3-94b3-4674-99c8-e314f7f6241f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,957D8826BEE05DFEA66994C237E61BD70CC0115CC176E1D931F1D892C6C16814,,,,,,,367A31E5838831AD2C074647886A6CDFF217E6B1BA910BFF85DC7A87AE9B5E98,TRUE,a74084e3-94b3-4674-99c8-e314f7f6241f
+1456951c-e037-4508-a34f-5a6ff0065521,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",89c04150c5f5b596236e04ccf5ef6a2f,7639a4d8974693df09e8cce6d1e3d0092fa03dcd,e50f1f1e9fb9198e5b094773d1d0068cc1cb1987d06583abaca20adc1f8932a9,,,,,803bade13dfb54c31a1096787d89ab74,1076e1a25c7fe4b65b48570300c506a0317c42bb,03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87,TRUE,shim.efi
+fb78c0ab-b76a-47b5-b7ef-d64bf38611b4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,,,,,,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,TRUE,fb78c0ab-b76a-47b5-b7ef-d64bf38611b4
+9b6deeaf-b8bb-4f8e-a8b6-d174312fcb7f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2CAD0B454397089723959FAAFC2DB5388C50DFD5C02319703BABA6F03654561C,,,,,,,172FA584B4EEA5A5D4104FB0AC30EDE032CCD31CD2675D7003D79A2CD0C243E6,TRUE,rhel-7.9-20200730-shimia32.efi
+ac90e9e0-2035-46a5-b3fc-f0670e6d0ddd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B2025F4C880166D94222A95A88FF0A525C361D7B2C8A886B4E4CE6FBDD6520D,,,,,,,A0107A564E93989C57044FD18AA85BEB1258101AC3D9F6E10BF12C1C6573BC2B,TRUE,bootmgfw.efi
+841c43d9-b7a0-40a7-ae7c-fc1affb759af,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,439983268FC8238CB2DC187B033904DBD682929852D846FB69A22DDA1561A422,,,,,,,57E6913AFACC5222BD76CDAF31F8ED88895464255374EF097A82D7F59AD39596,TRUE,841c43d9-b7a0-40a7-ae7c-fc1affb759af
+8b88b928-4717-4a30-832e-dcb3bb15b7a3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",b1aea18419d0643fb2e4d8f6da2ae461,3085f38227977dce8dac3b29c92b0103e5b5eae8,56f9e50da4817b1de9d9291eb5f2bc63703ca3e6f4a8571bde28cf756e2c80ba,,,,,40b8a117af84ea3225963daf421eccb3,99823dd47cfe71774cb0fcc687fa1da921b6240b,bd882355bf6813cf88ec0b83b6133691100f480381ac06531c3d5909cf1fb626,TRUE,bootia32.efi
+cc9c7842-484d-4427-9ed5-75073efdad17,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8A73B6E52B27695C72D4776C0BCFA54D30C1340D534D5EEFF8D890377CDFDFAA,,,,,,,362ED31D20B1E00392281231A96F0A0ACFDE02618953E695C9EF2EB0BAC37550,TRUE,cc9c7842-484d-4427-9ed5-75073efdad17
+db57d7a1-5937-4ba9-896e-8fdce1ff2990,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C79381B9A5D1D2B8A85B6A5B2255923FB2D3A5F500CC00FBBCBF10C6A3A0B40E,,,,,,,332450890F9C8FFF7EC15C53921BF27227AB9EA06B0E1C816D819F8E21CFB55F,TRUE,bootmgfw.efi
+0c015961-2a7d-4fc2-99ca-5cfccf2de27f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,F50D0AAA4875B0B609D0F796AACB77D582E0246D3FC544F76ADB73B67A156626,,,,,,,4A9B1C438BC8F114BFAA82F5D533DA31CC610C276711422C74A167B8AEED7C82,TRUE,bootarm.efi
+160959a3-8cac-43f9-a0d1-1c108375fb95,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DBEEA13BD8FC4D613501D8CF564A129A541AEE6FB5AB82CB4A5F448B52FD1C52,,,,,,,266C1429C8DC389481B3814BC3AF8723DB28EECEB0BB026BBBEDA0CC41D36BC3,TRUE,bootmgfw.efi
+b59f1e98-72fb-4ccf-a651-bf9318f14150,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",7661abbf92a68466a3562ec887365e6a,ccdc96497a3d4cb4a616939fbf102e5faa787a9f,4b2bd93b32de4be7235c95c97af98e12bed5f0602b7b428700f9a1348cb2f731,,,,,a130bc7f90388e8f9d885f55fc7a8b8e,b7f9b5a096cd0d524da6296ace355e268cc01a9d,0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a,TRUE,bootx64.efi
+0dc82e15-40ab-4a65-bfbe-9c8925d3cdbb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8DEB88A2435270BD24328760FA6FB5C77BCD5C47F7A0109F15300D644CB9A228,,,,,,,DBB424CB8AD35EE68546092645C4689D6027A97FEDF3C5AF842B9572F1276997,TRUE,bootmgfw.efi
+2e3641bb-5bd7-42d3-8353-481b4593c641,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",89805fbe6421f1d03023514f8fd7215d,f41fb5b7aaf48c05faed3e6622d2e2e70c95d2b7,561d28e0888cdb0a8fce41754742aa8eb1bf5c8dd4eacbf9af0f40e0d36013c2,,,,,2fb83ba40e7c8d9019f48dfa8269bdb8,775705904e0748bc6210e1869f20765a2f1b027b,e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0,TRUE,bootx64.efi
+1ab3d6b3-7bd1-477e-8127-a2be4b9a7636,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9618221803e2befd17607ef2d957442f,1581d6767a70eb0bf596b82592440346eb00cefb,990a4dd8c86392421d680fa039af4e88d1ebdc97f61a73f8347d6b314fe8cd51,,,Microsoft Corporation,Boot Manager,f9c6e874f1efcfe3a046acceb16d86dc,4ef60851f60fb3c04c48a99e582bd5d868e91d75,e8818666b7e014b6e4820afaa84d5a84fa42cb5d2663c848d358b2913274ba21,TRUE,bootx64.efi
+cef00ef9-665c-48ed-9b4c-d383d2846e05,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,494A55C84A5A244292DB7F678D4574C7CC6E58D522F0BE270D68B0F1A41E19D3,,,,,,,7AB5FF84B7B80A432366E3BBCC198ED382C9FD592CD5DD210138D2F9297CC1F6,TRUE,bootarm.efi
+d40485d2-4fea-4d92-99e9-e1531fe4d33a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1275826206FEF9AA0A48A60BBC15300B3201F76F45E3CCE3FD0064DE2FC7CC5F,,,,,,,DCCC3CE1C00EE4B0B10487D372A0FA47F5C26F57A359BE7B27801E144EACBAC4,TRUE,d40485d2-4fea-4d92-99e9-e1531fe4d33a
+0e36a4f3-efab-453c-b6db-fe4f613b79d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c9b413ac0a31f9eb0a141e05654d1d52,70f682f3c63a4a1121c3c9afa78934aa2412c049,ac22c4ad2e62a3a8369a311b69e9b3dd558359cb44de8115e6bef2ae5e5e7151,,,Microsoft Corporation,Boot Manager,9e1d88b1165fafcc8d3ba103110c4843,7ae4be62af6bbe64ea43e60462403334b278fff0,f923efa6615ce9a93e5d69963b30adb00f2d2059113f55babc477ba889841f29,TRUE,bootmgfw.efi
+97efcb29-1524-4142-923b-4395a39fe3ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C31524CF5814D19C11611A5E5C27B2071DCB76B7EC6DC2DEC93FF9DE5CE656DE,,,,,,,4185821F6DAB5BA8347B78A22B5F9A0A7570CA5C93A74D478A793D83BAC49805,TRUE,97efcb29-1524-4142-923b-4395a39fe3ee
+43311ee4-a044-4086-9a53-ae01c3ef7f4f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",8d9e858d7fc95bfcc3690f3bddfac320,0d0e3c0e73f5561985e6a004d8d160be88d64ee7,0b753bd95ae643b2543f501533ca54db34ddc9d20f336358067a7069240a6214,,,Microsoft Corporation,Boot Manager,2da35b95ebf3903dcaf2ec18fcd2c975,9006b56e7af152fae72c7095cf9155515a1c5a97,f8f38c4febe9d8e45e71a459c5bff171755c348d5f619f3c6ef30a3f8fd02bd1,TRUE,bootx64.efi
+f5fabb82-d43d-45ec-b057-5963c46113a0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C6C85806905E0B76C25C82A88BFF62B995F49124C55413E74D1DCC3461FE8336,,,,,,,8A305C5FBE7C56F9E3214D7ADB8F176341F4020F234F3C14E52335967A2D365F,TRUE,bootmgfw.efi
+9f95756f-dfcf-48ae-9c0c-8d99f4894e28,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",8000831e91c318757fa911d4c879dc02,d88ac2154cd473d25c41be40bcca918158badf94,59e4fa86b1c3bb7df3cdb79a17ec36af9ad12e153172f6d8e662fcfb9dbb37d5,,,Microsoft Corporation,Boot Manager,2298078eaeda24a91219936dfb897e5b,23760cf7521a929e9bfcaa5591ad186a18f91f87,ce65c29521cd8498fad962e5f70d55c5044366ec09c761a60cc7c4a2001776a4,TRUE,bootmgfw.efi
+8e87c22a-ea23-4f89-bee2-c301e31b4045,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,24AF7036C63F09FEBAB1B84372ECD6151BE32CDC94E80E57F52F7D2C3665FBC4,,,,,,,F8DD2281C67C59A08FDDC9859E9D5FF73802CAD88975242BD11486F13C6DDA6B,TRUE,8e87c22a-ea23-4f89-bee2-c301e31b4045
+495a811b-db1c-41f6-88db-36688933fcec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DF224EF3B05794CBCE084C11BAAF3D85F380A5213D9097E400D9FA42FC412933,,,,,,,CB340011AFEB0D74C4A588B36EBAA441961608E8D2FA80DCA8C13872C850796B,TRUE,495a811b-db1c-41f6-88db-36688933fcec
+2f495b21-1d43-43c5-8770-c221121a2e6a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6FDB5AB3815A499948DF5ED732EE275FA44CE8313287A33B2875B2A2B1D60021,,,,,,,B7EA2FBD3FEEDA309912B2767BA80DD037813E80FED17CDA79EF7F62B6D1953B,TRUE,bootia32.efi
+4b37df07-e561-4581-977f-6eb984d0afbf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BD8020CC80D5F842DDFD5AC110C189707A83E85415EEA3386884ABDCFD7F3135,,,,,,,99D7ADA0D67E5233108DBD76702F4B168087CFC4EC65494D6CA8ABA858FEBADA,TRUE,rhel-7.9-shim-20200726-shim64-bit.efi
+d964e229-7407-4292-88b5-505f8be99d2f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,17F186C88052B988B4C9B62F8D7F55023AC317C82324DD5A958D05B8A1246F77,,,,,,,9E0D9074F146461F9ACEE7D27F2C7DD8BEE73EB62AC62CF87F03BEE0C4516528,TRUE,d964e229-7407-4292-88b5-505f8be99d2f
+45647cc8-3eeb-483b-97c3-170693cfea9a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E8E83E3E343C069277EC4C1E79C5C61D20917E0451B9A980346732EEB7B840C1,,,,,,,A109E71AE3A0376CA0059A421250508EDB2BB624B6517A291F51E249F16B5CE7,TRUE,bootarm.efi
+d457a885-6677-4118-9cf3-05bfc65e1fde,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E3946218D523E5D20C99A9A5BB22303DDCEF958DE2A978E01AF2F46D2D7A4DDD,,,,,,,B149B29E8211E24827FBE0168D30CB2619CD3365BD6F8173E7A731C5F702DCD9,TRUE,bootmgfw.efi
+cc19dcf6-f6e2-4820-8df0-73abc96a95d8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4CADDFE7EB99A666652EBDA685A542612C851C732801AA5B15AB39E826D7C1D7,,,,,,,706B8A820652212D3A5F57303C9CB2B80B9E79DCF2621F29318AF2346419EDFA,TRUE,bootarm.efi
+bf8069da-0ffc-463d-b17c-3e0ee49d0585,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE,,,,,,,C452AB846073DF5ACE25CCA64D6B7A09D906308A1A65EB5240E3C4EBCAA9CC0C,TRUE,bf8069da-0ffc-463d-b17c-3e0ee49d0585
+7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,88B530624B67FAA0C0C1039618958F4DE983A997A6FF762BCCA82B8201194F28,,,,,,,6DBBEAD23E8C860CF8B47F74FBFCA5204DE3E28B881313BB1D1ECCDC4747934E,TRUE,7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085
+9a34a20c-afea-4d1e-9109-fb7354066e06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,79193EAE46F687D00B90B3EBA361B35802BD42E2891A8A8C286B4C00119F9F94,,,,,,,F33727B54A9908CEC7ED8DB582A1482420FA257B61B559C47343110872ADF7D8,TRUE,bootmgfw.efi
+0f3431ba-2b83-4020-b3ff-32eadbcb7205,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7384B867C248569C3DB81E82AF35585AB3108858E958750098F9D8298CC9B8F6,,,,,,,9F2B71EC2FECC93E4EDEAE24B32F8857FA36A81A7272DEFD5435D29FA3BF828E,TRUE,bootmgfw.efi
+0fe6f9a2-7b13-4c27-bf9a-412d9acf533f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A02C839424A2DB0C3B98553C179C0583E7B8760C7A061176F76B6970746B8AC,,,,,,,AE1DCA8AAB7C4BDD21C5AA19A323F597BD1850445D76695CB2910CCCB5F163B8,TRUE,bootmgfw.efi
+d20a9d4f-d336-4400-b839-d2334be05e06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8273287f52ffff4624121d2926ef9df4,69b368ef62566f9b06db68ab91c736f98d0749b9,599a102b6445fa88392b8c85a31d80ece950624219d846affbfb7131d4bf550b,,,,,9d017c87755ffc16175ff7fa5dcbb175,47263679db883d7ad9adbc93d6a1fbf8095f0133,af79b14064601bc0987d4747af1e914a228c05d622ceda03b7a4f67014fee767,TRUE,Signed_14173467011297444/shim64-bit.efi
+dc63ce55-4d4d-40f7-996d-6fc85f01443f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,76AC59211DF73F8BC0F1369CE290BFF57AD705CD1EB3B402D19E12FE5FFBD6D6,,,,,,,8FDB0851B7639B3293019BF0A8DBD6B7DD57910AC0CC0224852C3381880F2A45,TRUE,bootmgfw.efi
+da54ae14-5e4d-4280-b91e-4b78d0df036a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,31DCD37C53CEE49C1241978CB976230EFDA89A83C3E3DBC18EDA92099055026A,,,,,,,23FCD6BF3084CEE6A9F9885E5239230B0ADDE0C870589EE461551D1CA8F4E85B,TRUE,bootmgfw.efi
+5ef6ea24-838e-4df6-b00d-3deb0ec3fa33,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0692A9566F22F280715080EE24B8FF54ED7372A98BD4994670FCF862035281B5,,,,,,,4667BF250CD7C1A06B8474C613CDB1DF648A7F58736FBF57D05D6F755DAB67F4,TRUE,5ef6ea24-838e-4df6-b00d-3deb0ec3fa33
+b8cfe531-3969-4203-a575-fec35e4880fd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D2BF5E584EA2F3844B27CEF320636D1A2CD6BFB023ED65110FF6D0EF09292114,,,,,,,F2A74464235248EA2A41EA0D0256E9CDD24BB6B3E2A6F2FC7E0AADC86EC56CA1,TRUE,bootmgfw.efi
+15ca73cc-0098-429e-8191-5df17cae28aa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2D9AB79B0593235C5EDC3CF77C3A48FCFA740D804A0397B3D9BD9AE9EE516D4,,,,,,,CB7BBABE6E9A118C420BE4294132A88BC494969D95B9884480BD4F68AB94FB2C,TRUE,bootmgfw.efi
+357e4bd3-4bc9-4b94-81a1-3833515e2d4e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A59A2B53C8BBD2E536EADE26F26F3EE61129AB027812922B52C572364465E8C,,,,,,,7FC7196EBBFA0D7947DE66F37158DF23821F156F724FC3CC906F16E8EBFA3E9F,TRUE,bootmgfw.efi
+59b5e207-bca6-4425-b392-2fd0ed44935e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,610D0A80FD4E876EAD581903B33C96ECC4B8BD7115FC9DF5579B3A25416FDAEF,,,,,,,9BAF4F76D76BF5D6A897BFBD5F429BA14D04E08B48C3EE8D76930A828FFF3891,TRUE,59b5e207-bca6-4425-b392-2fd0ed44935e
+2bfaff34-8a6b-486e-a308-0484d2372727,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c453084032024e3b2dcd648c9406e760,1316e2b5fb83b29acc00c5050799afb7ccd6b6e2,fb5eebcd4100593a1b2890267037b7701c83f32c284b99908ff1c34d5693bfc2,,,,,1886fd591b86756f2823f157d197be5f,b9d3918f7829cf8308e519448712a95d58eb6ed5,02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7,TRUE,BOOTX64.EFI
+dba882ff-03d1-4cf3-9e9d-9358d6416d79,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4759E0891A636E1A3D27472C48AF55F27BF5E3CCF474141FEFBBA2AA124AC410,,,,,,,D417C004525C7BB57523836278CEE120FD66147983BA738AAC011E24BE75E6E2,TRUE,bootmgfw.efi
+dd78a9a0-255d-4856-b9be-76b08852303a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d984cf8612284adc59b3b73deccb777f,61ce3d65bef674357febe866d4e922373f809219,24558c1cb417b6387e2406c70ff13f5438506e8d7560dd7b226499c872c8076f,,,,,b1e4dc9ee87d701d9aabbb52211a9ba0,ba2a769531f2cb00b2ca9c089f1668c6851b382f,bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f,TRUE,BOOTX64.EFI
+0ecce400-dd9c-4291-9502-c8682a4474a4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,891C44B16ABB7063144BBEF23BC35609FD14BB3FCD8ADFD1E804526AF344EBD4,,,,,,,9F136F152A21885D574519554C7B64C15F014E413CDE6AD160F2091EBA9E6424,TRUE,bootmgfw.efi
+52d2d179-addb-4556-a244-d085e0aefad2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EA21E2A1F1779F77C35060CD8690D2E74116C4402DD10B6F8260DB2D00B4A9E5,,,,,,,941A51239ED416A788B5059DD647631B16E506C8F6AD87B1D5F3B8C97199A160,TRUE,bootmgfw.efi
+fec3976c-cd0e-4929-a01d-23c584cf7e00,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",a1a05331029aa3aa0fd396897cb46e8a,5e8fe0458328bfeacd491e1c74857c526f444596,0e5eb8d0bebf089a974bc0ca85d33d73f9a0bf72ed2a5e3a62a0387b51d509ce,,,,,fb9005cf320ed99d82d5b6a98988c576,f4bc99b43ab88f15d2803b5a9de898223a380563,68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043,TRUE,bootx64.efi
+29a5f4df-eaf4-468f-94e1-da9ba1b1c20a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BC5D2B2C7E7CB051D084484259095B2868CAEC001C09A6FD33302B0AA0DFA7E2,,,,,,,1BCF1611E0CC92C9D46D2A51C7ECF6EC63C562EF759324A1D9151D508A16B7B3,TRUE,bootarm.efi
+33559284-bca8-4af2-917e-d209ee8d15c5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A37FF7C979ED0E58633D61D00CDFF45A2488E86C740240C77834C8C8C651CB19,,,,,,,8CB4FDAE88F4F492AC6C87716602366DF1AC84224B85AB2D3949F5AEE79CEFEB,TRUE,bootmgfw.efi
+f57db2b6-025f-43fe-af3a-c50cc2bc1aec,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2AEC3E859816EFA89AF844D6DD8CCAEA345A851CB23006D3C2928081352BEB25,,,,,,,91971C1497BF8E5BC68439ACC48D63EBB8FAABFD764DCBE82F3BA977CAC8CF6A,TRUE,f57db2b6-025f-43fe-af3a-c50cc2bc1aec
+bbc2661b-25de-4c4b-ac84-367115d44e8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5E189C9D2633F0AC10ECB763A150568925884E29ED684050194D87B883B68B34,,,,,,,7803F12E7E1B7063502EB8E223A9013E2B61125A888B74D61465B51DE53276BA,TRUE,bootarm.efi
+cf486d6a-cb41-4d0b-9258-81a14e76f719,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,89C7492FAA5DFEFFE4F126764CD556A82B53520404636BD50C32405346959016,,,,,,,4B59C6D8E94428C4CBDB0F306FED75B099EA349431F001AA819C3BD0D1600812,TRUE,bootmgfw.efi
+0a9c062b-91a3-44f9-b577-0128708bf124,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9962f9fb820e5d7f5a31b86b9d164d33,84376651061fc88774ec945b9062c112139c883e,f6208932ed98aa64f5ec0d9f59138d4c1dddbd82437315aac4aa913e5d4f825e,,,Microsoft Corporation,Boot Manager (Test),662458438867c4c20ffa9adb1dbe99da,e407452938d3438b835e875dd8c40785587a6e0b,cfd2a8f23bbce7424f4a6e27def368f17b086ffa226528900fa092736e705ef9,TRUE,bootx64.efi
+058a1317-f391-4baf-86a8-31ea7b01d6e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",e8b4de749b80b47640ea86b06f56429f,d79557da8528c045a204a3abf3dcd26b7fb814f3,905c2df524e664759d55a6dad4b62b58220adc59fec3e852964efc2165b0fc0c,,,Microsoft Corporation,Boot Manager,aff88198eaa921bd4c804c7b39833ff4,8c5d802f57367e3f81b341095265c6dbf0774403,459457c48e1b450d8f22858ffb392fca78bb6f4da837862889ab798bdcbdf08f,TRUE,bootmgfw.efi
+44795d05-39b3-4605-a58c-cd20de64f934,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34776096730EB7B0CAA5415414943E2C31AAA464BB545FBCB8E341E7EBACFAB5,,,,,,,1A74740EBBE6A0E7DD44CC3D8E29F8FCF42B642298A5C5A586D77BE0DB15C2F9,TRUE,bootmgfw.efi
+c2c1c3d4-441d-4ce1-92c9-094411b3bf09,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E299D3CA4A5A6579E863DD54488B6E804E47B20B75B7E71DC64B47F6403386B5,,,,,,,BFCAA41445F20B54AEA650D03D7C39B77CD82A7A14824DC55AA587C4C0F742A3,TRUE,bootmgfw.efi
+03fbb84a-9153-4d42-aa08-c26fd8260bd1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AD215B731A41CBE37CAFEE5280FFC282A8AC23B5E8BA25DFF3D28A6AAE1D2A0D,,,,,,,C3505BF3EC10A51DACE417C76B8BD10939A065D1F34E75B8A3065EE31CC69B96,TRUE,03fbb84a-9153-4d42-aa08-c26fd8260bd1
+2856fed8-45ba-4ef2-8904-8d9c9ecc6cb4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E28C1F6E413330EA1DE56643F344702D2962988ED72AC49DC7B33B51B2238537,,,,,,,9EBDA9554AD5BB9E3D5CE700F7C86D4F5B0D782BF1DBF30A6A7234749A5DD517,TRUE,bootmgfw.efi
+8ceef305-f81d-4d24-bb34-2adf41c5b779,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A412612692B81C56395EDBC4E4CB189478D15BD7474A01829ECF867C71ED871,,,,,,,BF550C6F826C96461552E665F53A4F275A14838FD64CCF773D194B78CE33E907,TRUE,bootia32.efi
+61dad3bb-db5d-497c-8aca-74ae55991a3b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",3560dd8322a15d0e23d3747e32a04ebc,5ecee585f6f31b380d65407f6b73dbaf03388624,7c6f0f7062aca9c286fb921917747c8b65ff4a69eb71102b90c1570b4c521fea,,,Microsoft Corporation,Boot Manager,6f065bbb5d76aa5fb79975c9480b9ee6,6dc5e016421e15ec84239bf6a643dabeed536cdc,03df4500273c43189296f09d734977c882a008fc056f43c309b9d2351f31792e,TRUE,bootmgfw.efi
+568b07e2-3499-46e8-928a-843aff3217f5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9a3221899f456225679f8e54739100ac,19a0cfa98525d7ac0edc5b0770e5b1e5dcc4a992,fd69741dcd1bc0d9ab8a02c2a7ee8d466a58613562536aa8aab5ea260bbdf9c3,,,Microsoft Corporation,Boot Manager,d70a1a6c6f9861a0e59fdf7f22d78658,50343f4e379f1dfa6364a89d9075f5150ad481f6,7c09d8b90b72b7c2ccf1a413e335c2d1a25d75bb8541f9bc16b4c4e26bda6855,TRUE,bootmgfw.efi
+18b807f0-bafd-4f25-8f7d-e2ff15fb5691,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c86257e19730c49e2abfbdf19e322c49,6a9e3957a060061c09a674ed338df34af8f23540,f88e92940985413acd440daa20c08df99c54613636826d9d95b898d39c44b19b,,,,,24dca2244a6220a9bb1962697f8aa2f0,2688b0ed81c02678e9884b32b6ef0fd603930cd7,148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e,TRUE,bootmgfw.efi
+47601d49-9a7e-4402-b5e3-69bc03788afc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA4931B170DA278A4A954FEB76CBF7310B657AB9232D1C7A4B6EB628D8A98073,,,,,,,C999EB66393506C8149C35C8A8CE87671895D65167E4B0140B54DA72A92D7C88,TRUE,bootmgfw.efi
+bcd750be-01b1-4b34-b7a5-065af773d063,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,65FFA344151D7347ABD0DEB599086063A503FB6419BE9E4358851F6B6AE96749,,,,,,,A7B788A7849607348C0DE9041989F7D67EC302F0CE8D7FDE5E434801F012B5B1,TRUE,bootmgfw.efi
+54a6f135-0fba-459b-8749-4a0764d690c1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8D76482F549D66048611DE6C4E67289E3B0BF051130B546E9A4B98B8DE0C4EA8,,,,,,,0A3C2072EF4FBDBF045E1876E855BB8AD5DD0809F66AD1442239A7D856AD908E,TRUE,bootmgfw.efi
+4e6a6f59-083f-4829-baa5-0c388a9a7634,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5ED5BD6952F8E520D74AA3001BC587493AFB6D628C0A3BF80875676C63F07B75,,,,,,,6078C0FA37D9D35DADAC7AD90E90A3A95C44985A3D305BD22A5D838ED45491EE,TRUE,bootmgfw.efi
+3b7197b1-fac3-4680-b8a4-b91cc56d984b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E012F7C26EC6DE9D336AF7843DE0A4278D6191FA7989DDCAC40A978FD927BB6C,,,,,,,0A620707ACF23A4E6CDC357A1499E14852B605D9EB6186422F57D458E627D6C0,TRUE,bootmgfw.efi
+e774e770-0d9e-40c1-b9e1-ac09484a837f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEA5BD5268B76F56B4091A20C806124DE8054FB07A652CF0E883BBA9A0938DE0,,,,,,,7490AD46B3AEA32DD21C46A7A42FF4183FFAA7C486C75C6438ADF936E512B9A5,TRUE,bootmgfw.efi
+191557da-f224-48bb-b027-94534c5637ae,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,34F107AD8F982B591FB92BCC193BFCDBFF916C720BC69D96A0E9BD22CBA1E84C,,,,,,,800423CEB7E4759621A62C729BABC81F53259D95F76457224AD601542B7B26D4,TRUE,bootmgfw.efi
+2a2e7598-1bd6-4772-a189-6421ab29af37,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6484A487192E0B44CBD30EB7B3D436A9150D5B5AD271974764366BDC4E8677BB,,,,,,,09F98AA90F85198C0D73F89BA77E87EC6F596C491350FB8F8BBA80A62FBB914B,TRUE,2a2e7598-1bd6-4772-a189-6421ab29af37
+4936b474-694a-4b6d-b023-1c868be1b2ff,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FDD173678810D9F9F887B428EB260CF42C837EACC41A11E89C08131E262E2C01,,,,,,,5E2BB7BC8B16E0B9DDFF75606668E69D76AF1219C17180EF0A5B9B383F00B995,TRUE,bootmgfw.efi
+9d795efb-5f1e-4db5-920d-97de9ba77753,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c73ed000259378b96a9c57c588fc6ef0,66fe7992ab4da8a44c7b06a0b958faa9a293014b,a1111555bfde8807746c8af73deceb4bdadc52dee87004e2ad7239c038687985,,,,,2edaa19d0ac13a692d90ab976522966f,8aeae94deaffa792e788dbd6bdd27629f17e3f9d,992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b,TRUE,sbs.efi
+c7f3ce1c-9b48-4d6e-b769-4a2869e09bb4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,642296E7342D651FE2FE547C1F08329777CCD44DC4F11C75FEC1F037A9B4B9B4,,,,,,,F02174BB75BC774DF2D7A63A0B0F7A040C9907399F97F642743DA97DF30104C7,TRUE,bootmgfw.efi
+89393561-f676-4029-a1ca-88a4c4fa03b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8536BA8D9039C5F91752BDC45A7AD2F91FDA2334363850DCEB38FD87DB7632E4,,,,,,,958C0DB651F4E4CCD062446263618C877910E08257EC6D9BCDD8BF1E33134FFB,TRUE,bootmgfw.efi
+aeb357f2-c2cb-42f1-a37c-3f0a2a355346,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",7f0de7a661590f1c33de0b80676e8827,003454b835a5ee7ee200f9cb4e68b071e2b8e69b,d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd,,,Microsoft Corporation,Boot Manager,caa781731a9d13ac418d97ec2cccb8f1,7ac2da2861fe7b90862a27b63629d8a9ee58d97d,7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080,TRUE,bootmgfw.efi
+990b3c53-97bc-4fd8-a212-e60c6fda898c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B97D5B2A7A9E582652CB9A9BDE1BB68EB631C2329168A996BD19CDD1499408BA,,,,,,,1F8A0E13AADE0885A06B5D822BB21D8111664C37691F0D256EBA840277511BCA,TRUE,bootia32.efi
+c54ad511-bb85-42f4-ae87-e476854748b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4B0C9083430D91770BBB629380DB3A2A89DC73BB8DF677725668F727A2C2147C,,,,,,,450EFFC827CA535A79D5C4FF3E1A3F614CA9126B3792F997D38791CA7399320C,TRUE,bootmgfw.efi
+63cbc1a5-3884-4049-ad87-f32f77644986,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",8572a7c437a9bc92225906ce5fc04497,6d2ce22514e2dffca0e31eedd4804280f8c37e4c,cc5c7db3068d99d6271fb38ab15b78c633c92249c4d783db0cdae2b918e97969,,,,,3c80cdb2f0833095f9f77027e2431b0a,21b20549df4909eeb13f64d4641ef60cd5c5a682,48f4584de1c5ec650c25e6c623635ce101bd82617fc400d4150f0aee2355b4ca,TRUE,Signed_13652009334930799/shim64-bit.efi
+fecfe761-f926-4a24-bb10-bf4b8d96750d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f2c580ccd60898d4aa2676249d67c171,85fa4266743ebb0262b8c1da8b01d1f26e630404,e6cb6a3dcbd85954e5123759461198af67658aa425a6186ffc9b57b772f9158f,,,,,efca75864e4fa65df7ccf2a5c124a3c5,ad9a72bdb69a17abe85d948e6bbbb89141da2543,0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19,TRUE,BOOTX64.EFI
+0cbcf08b-1870-478c-bb85-8d12308ec1c2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,90AA7C82344C06E7657FA919AD2B7395A07F8A1ECA8C159029569BD4467CC7B2,,,,,,,C32E05EEF54D7EAA0DD89FE0F4D1A8D97671FB456F6299047C3192C3E3724BCA,TRUE,bootarm.efi
+a4e64b6f-16b8-43db-af2f-c77daf3f0ca9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D84AE3F1BB7B2F2C41B986E473AD424CF6F1D136B4E91AA5F73824737169D820,,,,,,,E39891F48BBCC593B8ED86CE82CE666FC1145B9FCBFD2B07BAD0A89BF4C7BFBF,TRUE,a4e64b6f-16b8-43db-af2f-c77daf3f0ca9
+5891ca2a-61e6-4938-942b-bfcc61dcb929,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CD4A508F248776D8679ECEDB7BB1AF1752C23FDF66284522B4B36F242471B72C,,,,,,,0021B5B11CEB03402D618134800A36C54E1C4328AD389D50B40EACC1E881DCB5,TRUE,bootarm.efi
+997fb55c-0910-48f0-adf7-33f2e50473c6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9A7FA44AE658F9CDED2AA0CC440EAA8134FC1FAFED290ABBC8C45EC670884605,,,,,,,F4D7D6F0D820F749A442DAB0A34D53A71CE47DF51DE07E6723AB848108AD1945,TRUE,bootarm.efi
+e4cbfa0b-8b40-4ac9-b390-a566dbddd873,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2B7A243AC2248C630A51D73889E4BAA33DA94BD58D63E364A5FEF1A0998B4F5E,,,,,,,70A1450AF2AD395569AD0AFEB1D9C125324EE90AEC39C258880134D4892D51AB,TRUE,e4cbfa0b-8b40-4ac9-b390-a566dbddd873
+b3a8852a-b702-419a-9d1c-4b371a130474,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,5613DD1553044BEF74610BC012D676375588421FF0000B69DCF62D1081451ECE,,,,,,,0928F0408BF725E61D67D87138A8EEBC52962D2847F16E3587163B160E41B6AD,TRUE,b3a8852a-b702-419a-9d1c-4b371a130474
+04cb75f3-e10f-4f9c-9f8f-97d4a310922c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CCD31ED42FF79E74FBA9C064F59F698E3AE9F9E690BE296EA63936E81982000,,,,,,,E36DFC719D2114C2E39AEA88849E2845AB326F6F7FE74E0E539B7E54D81F3631,TRUE,04cb75f3-e10f-4f9c-9f8f-97d4a310922c
+af34038a-8535-46ac-8f63-bdf18bb89563,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,04A779863E698705914958CFCF521450B8D2C9AE321DFE36A2DFDA00AE75ADC1,,,,,,,1D5C15CED73845B7E968BF3ACE52C5C660AA2DA6DDEFF2CE6445A04B885A0F12,TRUE,af34038a-8535-46ac-8f63-bdf18bb89563
+5efb08ce-213c-49be-8c2b-0ae849f64b3c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",077432d8b1ae0ceea719297360357320,d537e7c393d18329197e079601678b9b476247d3,4e371dd0448f1de869ee087b59ff88d11865463715272bcc6c29b0d5e21dbd82,,,,,9e12eb37ae8b46c4010ec3e1b7201f21,90a6b60c5051a3b00d779c03ac1e07f5df376347,f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c,TRUE,bootx64.efi
+57416bf8-a14e-42bb-b668-d424222ffcdd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6E90699DC49B40F02790D085E3A1B9CEB2F81D85F55D2054163B3432FB87F59B,,,,,,,6B8EEC829F0373931099F070CBD4E2E1380CD5644201D05D80D86B1E7ED0B08B,TRUE,bootmgfw.efi
+48eb1fa0-a607-4967-8faf-20dc68913367,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7D092A6101832F2CF3F9DE42C66A9948751B05D3D4005FB9C0E8BDF9B8DAEC6B,,,,,,,82ACBA48D5236CCFF7659AFC14594DEE902BD6082EF1A30A0B9B508628CF34F4,TRUE,48eb1fa0-a607-4967-8faf-20dc68913367
+c748db0c-0a54-4567-a733-2f803c84a914,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A7CD85A11D733D1D03A01AAD914A3F22C33AD9590AB27792D2B177E0E51D896,,,,,,,6D174DC1673F7CFB6F1EA75D71739AFDE2B784E214E41AE6F5AA30F622A400C4,TRUE,bootmgfw.efi
+116c526f-a50d-4f84-b577-d52dbbde526b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,46BA7E327D359A9B108CAFBBF2D7B6B32AA6767C2A3A472B4FFE2587FE376977,,,,,,,0B4908AD33CB2F7E87D3108B74364C5C42FA597807EEAC98DE5EC63F5896CE34,TRUE,bootmgfw.efi
+2b807893-889b-4dd8-99be-ff17aecfb58e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,73DD7327621AA77D919473F71D3175EFA40F174D3C16060C079CEF169CC51363,,,,,,,7D0B74AE42DF73A0C2C9CA64F6C83813D3D6A5C4B02BC47F566CEDD5682C691A,TRUE,bootarm.efi
+34cf714a-cbf0-4339-afb8-bae3643a4075,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AA38D5E097A9853A25A1DAA838ED83BC43569DB871FDF24888512A434024A866,,,,,,,FE0E58846C40717FEDE6A1E0D6A0546CBF8B8CF0B82258FC16D05BAB58107D34,TRUE,bootmgfw.efi
+7ca92d66-191e-469f-8320-a1f67a1eaa64,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AB66D5C1C320900FC15984D7E1D44331411F2339DA9376F3E9BC2A4CB9B06014,,,,,,,DB1E5C6152A28D3EB6B1AFEAAD4974F3654AC6FBBE769D870ABB74EDE632B9E5,TRUE,bootmgfw.efi
+795fbec7-a5f6-4e5d-b2c3-c968bf758e26,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3166EE4CE65D10105DEEE3A0163E236AC872E2C45652DC1DD78F8CE984463C12,,,,,,,040B3BC339E9B6F9ACD828B88F3482A5C3F64E67E5A714BA1DA8A70453B34AF6,TRUE,shim-sles.efi
+cce60051-3b8f-4752-9e76-a1098bc803b6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",f38a930c417139cd5ccfe3ff2277b4c7,b304b38b615184a936502bfb705bf254ab41ee32,c4b5797189521611b809720ed9c4734f1dec8a2ee2597781ffe438f652a58ce5,,,,,cf8d4c0a11aef346e68e0187814ac953,51e223e52d59a6e2e4df6614cfa47525722f127d,8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70,TRUE,bootx64.efi
+bca306da-15be-48c3-8a55-3165085410b9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AC390194D59EC41A1A01BD96417CFE79E833CD6BBCA820B5FCB35CC3FE99653B,,,,,,,731A31CC36C5A7D7445F9644CE4E850E99CC7962EF6E2DE98721447A1438D805,TRUE,bootarm.efi
+eba694e7-6b97-4fd7-8e20-e26392cad8e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,07463549E9B992F78E7E64BD24BCA93754EF3674F5F5D76C4D44F462060DF0B9,,,,,,,86E9384C41F9339D9B0F80B48055D02BE5FF908860F2CEF63359E0D8B7937A27,TRUE,bootarm.efi
+68bce846-d710-4c06-a74c-bdf24a87157b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",11ca417bc767273a9de7b1355cb2908e,8de2b54c1204ea7491174a94c1a283695952155b,0b16ad93ee38243d72ff0acd790107767b6d7d3563a4ba8edb7a23eec5c8d531,,,Microsoft Corporation,Boot Manager,8bbbe505bcaf280a57c1bbd361585c0d,df47daa733f498b29d1b3daf28724cc400710a63,2b21029fa033526d1dcd9e87ad8893f9b5a08987c3271b8a86716865de53d958,TRUE,bootmgfw.efi
+7c5fa8fd-40fd-437f-a2cd-e21aaa43336f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,176693F4060E5330AE384BBB5470A0F3C936EC725DAABA81D5DB2B820141D282,,,,,,,633F9806BC96A831CC2C8D521D71E9EBD02180DABA1A50978EF6B72E5034E9EF,TRUE,bootmgfw.efi
+e06e3faf-46e8-4902-9bd7-69b462d292d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3EBB964E2D24C5D0F2E07972A9F143B73161344790E960463BF9C229000848C1,,,,,,,B4938ED2FF001B73EF31E5BBBEBE1D6DBB7D9888A9FBE5251A52A5ED016652CF,TRUE,bootmgfw.efi
+a4e079d3-3919-4c47-84ba-9a7d7d1acbe0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D8E8197BB6CB93157BAE6B4E63EFFA60BB49628DEBB6F771F154C229F4205DB3,,,,,,,D372C0D0F4FDC9F52E9E1F23FC56EE72414A17F350D0CEA6C26A35A6C3217A13,TRUE,a4e079d3-3919-4c47-84ba-9a7d7d1acbe0
+84dbe789-ccc2-4988-a6f0-b4c74b74e133,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",86f6426a9b47dc73eb8c8bafbb46799f,c730aa1c864f3b802de8d123b5b883dc9b2ce81b,00550ccee4edfefd7b7fb54864d0aa5df059885e9e79ff80d4fb134b4487c05d,,,Microsoft Corporation,Boot Manager,f0056ccaf2bb46ff7e936a2e371f94b7,56b864169cb1f986f5103c248d6e83caab52154c,065d94b9ea00397a2addb747e1e0978e4de6bf175339778fb9b0760fec3d3b61,TRUE,bootmgfw.efi
+3b5b838e-359b-483e-94e9-a1c1ed3077d6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,258C72394A0D163E9196A16682D3881E6CB24171EDA78FE026CC9CA9BEBFF22E,,,,,,,40D6CAE02973789080CF4C3A9AD11B5A0A4D8BBA4438AB96E276CC784454DEE7,TRUE,rhel-8.3-20200917-shim64-bit.efi
+b3f78afd-8a4f-444e-8561-b32a5d6015f1,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C8AA71C72318CA43CBA4302FBAD12B474E7E4ED1B0EDA8A48CD71343A32FF155,,,,,,,CB95A4D2E0E02A5B56D059C9F223C2326753EA8C44D2E3FA6C4486629BE387A9,TRUE,bootx64.efi
+6a65ed03-95af-404a-8ac0-95fa8ac8eb99,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0CF738DD9BEA4F3BA350C805AE7A59076147080BC46F1D6D6C994382E77F8486,,,,,,,E7D9BDBCC68B5BED590C29B72DCA2B96779B8B68B12A47DED074B8F1B32F8FBE,TRUE,bootmgfw.efi
+f901491e-f41b-4b77-8f9f-f9e5a6f03c8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9c9e2e8f49820dbed91f5cae846bbadb,afc56df60e5ea5a55a1e21f76562d073a56ec46b,8844d9b3aea1568a7ff298e6dc12564c422dafae6510db377454ca6072861dde,,,,,75a7ca7cd2451ad3190c71a38c41ca02,a60d97d18e48c13e38723508639f0600aa6888f9,5bfe928eec15454be29504e8f592a4ce5908afe3284b9eeeb259b25145eea2ab,TRUE,shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi
+1387dafb-6dad-48b4-a186-98e52cac74b7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",36218d733c0afdd2d6dce6f616335a2f,96787a55f640b630ba6277197dbdfd14ecf3b87d,0ed1b0fae1a6e705d1b116d08b7184e0a2ee2a0e6b0c372ce69b40e9ef34579f,,,,,4dcaca83effd9b0a6fd63f766d4ec969,bd9fc7d7672f8c70045b2fc6f9029064f1030763,5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf,TRUE,HfiPcieGen3
+5f398d53-d42c-4c4c-acc2-b3766bf08b97,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",4a7dcdd069fcdf8d7319ea5e135403fb,f48de3320923666bd1a9690f993a6d83ed420c24,0ac2943abf5ef953b939247b74331fb2c437e405a81dd5569d9cff1d6183d53a,,,,,5b234f54fbe2396c8248e75ee4f691d2,ba379da7ab2c2c99c24e004f4357da5cb6acaa6d,e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4,TRUE,gcdx64.efi
+fa8ffd8e-ef04-4510-bf93-34fe1fadc156,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E21231BE8A60E9FE94AD0D2202ED01C36E4AFC731A30659B8AC44C22B7377FBD,,,,,,,1510988D3DCCE120F22696A9E87B02E7FAD6367EF4AE8BFD54CDB528A5C48E99,TRUE,bootmgfw.efi
+af2bf5be-c938-4852-a9b2-14ecff96c414,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D19F5CAC6AA761C1F66C71B9B7A2D44DFF216B97BE10F66180F5E4EF084C9811,,,,,,,13A1F37BEDFB5417B6B737E2A3816C8FD587D74D836914B2B2EDC9FD6CA30E58,TRUE,bootx64.efi
+7489f724-a3b3-435d-b34e-9ca0a94c6ceb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,707BEEAE9B9CBF0D56AEE48AE398F127D3B52FD37D25B95C561CDA1DB5233C50,,,,,,,9C259FCB301D5FC7397ED5759963E0EF6B36E42057FD73046E6BD08B149F751C,TRUE,7489f724-a3b3-435d-b34e-9ca0a94c6ceb
+11dd8dba-8b90-413b-b2eb-bdb05f573d2b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",bc78920fd9f058973d63495f36203685,edbde6908eebb8bd3197c1634769213b22e0b1b3,db9643f6d78c6c5bdc29b041660174324639be8b3bc6e247c8c2026e68c4e618,,,Microsoft Corporation,Boot Manager,ddee4ca24adecb29457fd110f5a472ed,c146c31c4634aa1a51fe611ace87a75464c5e199,310949b7fd26af0e2e29e1c902ac198574f096d15836376c8b3ef2dd1fb5f1c5,TRUE,bootmgfw.efi
+57f3ded8-3e38-4146-88ad-92ae83c627d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,85C838E95601A4B1CFA64600FC4A16330CB50D575FB2E89ECAA08D6B12B50CDF,,,,,,,C0530BADC4D066D5C4B8B955023E9EFA7FB9337ECB7E1298E7CBA172D8680485,TRUE,bootmgfw.efi
+e12666fa-d6b3-449e-b3c3-18cf7a3d5b69,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,764D5B7F15EF539E0C8685DF62AB7CC7DBA3FCA50A08A8F7643D108A0A7FF757,,,,,,,815D98AEE498CF27FD6648C7E02CFC0A4A88AA73237CBB2352FE38384A72683D,TRUE,bootmgfw.efi
+7a216607-3204-4536-9507-a3beccc529a8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",87b6d22295a16073d8d456fc574441a8,0c26596b3297d5e5a06f8d3788579edc7895a622,783d088ce72996a064c0da796579475e0aef23c5e6e0e5905c98571bf8620e20,,,Microsoft Corporation,Boot Manager,dd9b5d03a87f0e8ddba5df77f7a98999,a18abd2b659c6d0eb756052a05e463f4c2eab7cd,8ede7732284dab4aa384606ca07be29e72fded094597261a2f6473494a8aca0a,TRUE,bootmgfw.efi
+b089a9fd-d664-400b-b66c-158cd1848428,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D4D97AEAB61079D3EB0E55794504991DD1BEB0F200315718FFE44BAE89F8F330,,,,,,,81A8B2C9751AEB1FABA7DBDE5EE9691DC0EAEE2A31C38B1491A8146756A6B770,TRUE,b089a9fd-d664-400b-b66c-158cd1848428
+58907c65-5be5-4821-9c87-8d27b5a8840d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,376E727A97432EE289CE9485988E24C0E20321DDC45443D7916D20D9C8824883,,,,,,,17C2B5B96693CDC2951C89DDE641D14716063F5FC8795CEBC635378B73044E8B,TRUE,bootmgfw.efi
+eff3ed05-f849-4ea0-9f4f-1af40e48c368,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1feeb7cf14b7809b43c9044ff910afd2,5a9676753387c0f2b6bf9bae87605b78667df8f1,45ec69179be0f20088f10be909fc8b6104f85607db0a556482fee9384eb4d52b,,,,,e5569162d84d9553c5cb32345e717a9e,64a3960e247176d3389e64a2a61a3be0782dde88,e6ed1aaa082e63c15be118462ad2d14cee3bd9cdd81db5c8801b33ade2183d50,TRUE,shim-0.8-0ubuntu2/shim64-bit.efi
+3e375fd6-edc4-48ff-801e-cf5d4fef7d2e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,10914C967939CA831D9D39B87332A6E8882FE99901DC0E4DE4931CA5A065B9FF,,,,,,,1142A0CC7C9004DFF64C5948484D6A7EC3514E176F5CA6BDEED7A093940B93CC,TRUE,shim64-bit.efi
+cede5464-786a-4472-9b83-cbf540f90d1e,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E9F55F39797D7ADAA99F2FE4138D413A10539C9663976B055A705A76C6A916D4,,,,,,,D455A3C084DF64CF66DC1D2BAB352C74AAF66035058DF1143EFBDD4298AA4527,TRUE,bootmgfw.efi
+9ae39650-46fc-402d-a4dc-569ce8411039,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",e2be3deb5a33615e127a7b2930bb544a,608df8090d9d8b9aa3ef02b395415edb65d9be6d,7b5dfe4f9e4ee68e3cdd9c91bcae26db334d49ae4c1f9525cecd834de48df110,,,,,fcc5a83e211d451fcb6f8082cc598ea0,20ad14d6ff96fc1dde5df105e0b71cebc77f5b48,e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5,TRUE,bootx64.efi
+463dc6a9-273b-448d-b189-ec577fc29317,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2B1E1BB8F016D310FEA7225EEF9DC6B6F0E33E5C9DD74E9F24835DF6287296E,,,,,,,E9C71B7CD5A4DF0BA48D2CA48E6C468E657257F73F66017DE45E18EE746ED7D5,TRUE,bootmgfw.efi
+d159a67f-5512-4922-bc1e-5c675a73d0cb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",d0be4e86a7eaa87c849e3e137c3471dd,1ed0450060202cea44d69a503da1b33004a963dc,df4e1cf6eaf602f99849ddb6802bd91fb13cd5c3f9fb420250d8a3d750642efa,,,,,69843fea4e1051a4614a17f5bc8daf97,84958a487eb9b1c6d55883e3c32361132c1fe214,3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b,TRUE,BOOTX64.EFI
+146ba6ae-683a-4c91-b076-c267a77bbd47,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE924700AC79DC4689ADD5F7C6761E0D60E665A65F9572B43915010881B0BFBC,,,,,,,2B7A7A4DAFC35E49D03CBE7118E6BA4582401E1776B9C18A2597725B05A605F1,TRUE,rhel-7.9-20200909-shimia32.efi
+cfec0cca-c6b7-4327-a2d8-7dca0515e161,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1136125F38F6B76285AE4F1A0068F49819CBB5B57F6AB85960640F93FEC21BD,,,,,,,36B7CDB6564C58CB54895B6D2C73F88D2908BCBD693BFD253945BD31E3EE81BC,TRUE,bootmgfw.efi
+dbc9e79d-2655-4892-81fe-830383602432,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E1DC3EF55626A4CF6DDC425A353208F309271B8A9FDBF8964082FB08DFB7A170,,,,,,,2B2298EAA26B9DC4A4558AE92E7BB0E4F85CF34BF848FDF636C0C11FBEC49897,TRUE,dbc9e79d-2655-4892-81fe-830383602432
+afc98e92-1064-426a-87de-35479bc19474,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1BBE108A0DA8A6A15221BA576E985B4240AD603D7D967F710428A9CB53B97B0B,,,,,,,F7E4C7FB10755AC534BCDF61AA7FA18539E42E061C247891E9BA42E17290C742,TRUE,shimia32.efi
+23d2d4cc-fb8c-43d8-b736-ae5c4fc3cd96,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C1B24EBFE119C27A2E5EDD4267EEF37B2CD14FBBD8688DE27E08AF89996DB468,,,,,,,691BA3414E78622581BC519BAF0BCB16FB262D3ABBD8639F3E0ECA2A29F99406,TRUE,bootmgfw.efi
+cab29561-a4b4-4cb1-b6c6-115700991af8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",16e6180b7edfa353678a459079afa5db,a9874a4b39d64c5116a663883834c2e789b87f99,50484376441815f7f85aa294290a9b6072a6a9e8feae79447c5c4de855c5a3d3,,,,,df444af8d4fa4d4b0bf54cdd266ea4b6,358f886257db7011d5a38b1e1bc7908a302392d5,ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc,TRUE,BOOTx64.efi
+e1e05cba-138a-4879-84c6-0ab872d03ea5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",aad10724a4a2b676a69459a61124efec,e41e22000179036196670a70b71dc199f503f803,25933d1597ead1c390abc59433aec7c8f955c588551024c88c6388afbc84ed40,,,Microsoft Corporation,Boot Manager,34dc51ef7732132306a90266b0dcaf95,4f92bc4253c99fb31787f7b1501b0f3af801534a,0328f7dd12b552efa7a9e083730333b85f3f4e83d39387fc531863b422f75cc8,TRUE,bootmgfw.efi
+c348343b-faea-4c60-a0bd-c140a51ca9f0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4A62256316FBC805231420BAA4668B26023AE08B1BC7203A71C28905D19C817A,,,,,,,9DEBCA159F7892D56C94614C469CF37C8DA035683B1251FC4E6EC0EF2EEE720E,TRUE,bootmgfw.efi
+b262ea41-bb3c-4682-9a8d-a4e52e495c6c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",7f5843d48a960315b047e5231470e1b6,a9f1a7c49b57694d6f44de42e7675ccf07e0a57e,81199ecb7a384d04f4e0f5541af731ca6ab0a04f1e2d692b4c386e0f02f15009,,,Microsoft Corporation,Boot Manager,9ac88694e8ed9aee8005b00700994fd1,f1fcc53669caf87c89c1acec550dc9b989d5f4a8,7a0294ba07a2aee3648afc0daf2efd526a5b76349ec906f819c03bc217257638,TRUE,bootmgfw.efi
+c7e48901-5dda-4d9a-b064-9ec8e51efc06,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0876FD237955DB876744D5AEFBBF0DB3771AA2603233E123B39F4E772FC3B457,,,,,,,6CFDDB6203F254D38A5BCDD4173D51647A487CA70AB21326ACA0A03BB3D2BAC0,TRUE,bootmgfw.efi
+73fc4a00-2d2f-46c4-a597-bd0cc015dfdc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,690B765C38BE3FBA65B829677D98A67943F92E24E9860EE2A13273F5932B8A0A,,,,,,,BEF7663BE5EA4DBFD8686E24701E036F4C03FB7FCD67A6C566ED94CE09C44470,TRUE,73fc4a00-2d2f-46c4-a597-bd0cc015dfdc
+2cb09869-230c-4114-a4ec-a744b3181282,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",390218e8b12b9b5a8985baf49e163930,d8f34bcb62883019182a69e25f0b71caa3fcabdc,0e99607b20d537497169c506c6893243d3f1bd5960505c1566bd97c0a741adfb,,,,,418f5f26299f7eb90d5659caff5388a3,d076bcca3841b8c400b4ae3317ea65de33782094,9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1,TRUE,BOOTX64.EFI
+e314abb1-31d1-460f-9df0-f437263d9e71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c2d60556e72219f9d4dd063a6843aa37,83720b7f32ce09df641395f39a86bc48b3e8a9b8,d809eddc88a14239e8a069fa71f81f3e4af4dc293f7575d71d597c80f8767816,,,,,50588d1cf5701594eefb3eb90f401614,8a6738664c7dd6a99dbbd32c0c43432e9f88c85a,9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d,TRUE,bootx64.efi
+a7cc38fb-91b2-4e2c-a0a9-2a6051c31cb5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,E785D139C9F008F9135EDFAD44492D11D09B83373ABE74AD45B7CADD25EBB464,,,,,,,8A03960BDEA6A4953AC50A2BBF9317BE228C2EBBC299E1E90CC7C6EB18F43B94,TRUE,bootmgfw.efi
+07ce0c22-0e7a-4f68-91e2-61a9d9cd566f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6A86152DF323185DCD535369C94B9226FEB6AAB4479C00A4A916B4E82E4A85FE,,,,,,,65F3C0A01B8402D362B9722E98F75E5E991E6C186E934F7B2B2E6BE6DEC800EC,TRUE,07ce0c22-0e7a-4f68-91e2-61a9d9cd566f
+2297fba2-2316-41a2-93f7-20ea8c9f6b98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2674036BC5EE2446739FBBBE21F8480DA23AD5E98A6768754B4C9B9FC37EF2E2,,,,,,,A1A59CC2784246AD693B1DF151454642324E89C898566A59906891F48089ECE9,TRUE,bootaa64.efi
+40519b35-c303-4cb2-aa20-c08545506e08,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c77a847cc9c46de840d61ec8e3453f29,cba6f1df00f5220288d92686d84ae7e10c950c32,a80b37c9749d6f2c2fdf64922a3142eb0fd63c72fd2989d7e75dcb4be367299a,,,,,b857ca99527ef8704d481f4901948705,e4e5ede245103cde830e02c847c59abeeea32025,a8a3300e33a0a2692839ccba84803c5e742d12501b6d58c46eb87f32017f2cff,TRUE,Signed_14173467011297444/shimia32.efi
+b429b35f-a9c3-4de9-a7be-da2b2c688a02,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,02FF707BE8808663B2CC33286630839DD7B14AC8E2340F4661870B18A9621D9D,,,,,,,B420509D0D69B294633FD7AE2C36B2B549D45A6A863EF16843A1116A11127F56,TRUE,bootmgfw.efi
+a2e0c2d5-a9f3-43f2-83f0-41235cae223d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DEF0CE090F4C6B203C317558D43D015427311475231E8CE9B2E00AC0C18D3922,,,,,,,2629AE14B467DA5DF8E9EB6F1ADC1A9F50A78DBC3C246271C8530D0D35997A4C,TRUE,rhel-7.9-shim-20200726-shimia32.efi
+73fcc470-7c81-4385-8c78-933467e404cf,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,35F731A87345B78EAC85100D339ED77CE83B7DF6151B401B446A79D9FEBCD36D,,,,,,,DE7F766E4454DA118A6C42BEE476C4BB66F660BFDB88DB572C4621C43EC1836E,TRUE,bootmgfw.efi
+aa7f07a3-cedd-4752-b1fd-0e8043dd54e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7C783057C245A34DFF5A9497C3CD4181FC80D06439884E12AD5D67A4F5266CD6,,,,,,,97A8C5BA11D61FEFBB5D6A05DA4E15BA472DC4C6CD4972FC1A035DE321342FE4,TRUE,aa7f07a3-cedd-4752-b1fd-0e8043dd54e6
+d0acb6e2-2647-424d-b438-eff9f1b605fd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0,,,,,,,1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0,TRUE,bootmgfw.efi
+c4189bae-54f2-4fe5-8978-dc3e1ddc20ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9E5773C34073B8473BD1EBC9D4D50780A7CDF9EB767750107D4B0F45BC8EABE8,,,,,,,78B4EDCAABC8D9093E20E217802CAEB4F09E23A3394C4ACC6E87E8F35395310F,TRUE,c4189bae-54f2-4fe5-8978-dc3e1ddc20ee
+09476ffd-a0fd-4510-9e36-a20727c16b8c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A97E2E39DA89F16E0AFB9CF3A213205ED00BF2200A573812B5C5F56FDB8B2402,,,,,,,5AAFC9F5F98DB75F8519D8652924932939760F00DF8827FA2A6E36DB265F21F8,TRUE,bootmgfw.efi
+d569f749-c5fe-42ff-b6f9-8966a14d06af,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",9caa5988ee5678dad93374ef1f4fd184,7b09d0dd2b0e37d91ee548a205ba53f8d5b02c7b,79baff384ed507030cbe328a3d6c04d13e77932f08d387f76cf2422fb3b2588b,,,Microsoft Corporation,Boot Manager,a60e4ec04f4225b91e5ba2c607fd84da,164e0544942fc32310285c8e8602244194c860b2,fc736034ebab004776581ce9a6c112106dfddfabb315b1f0a4d0842d67308429,TRUE,bootmgfw.efi
+275664b6-bb50-43c5-9d04-b100ea9fe56b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",a7077726554ee791e5a4b6e20ba8d557,6d3c3476f38f447586c8fc347dd545ebf3b83a15,3fda721bc5007eab23af6e0c56a6942a7925a858f0d801fbb21011ccf758893b,,,Microsoft Corporation,Boot Manager,0a0000705bbb68e7e712da6d3e638b2c,af2f6de1a213564cfcef1588b157a5ea52ee54da,f1cad3ac005b57d6e22ea57b9ebe1ee9e5052bdda499f5f2c1364317de87a794,TRUE,bootmgfw.efi
+e0432a67-4ec8-4281-b4c1-a800e1b615be,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,84897E4405319DAB2822D63147F3DA90AC2A436A7D24EC5DD91B277AB6528FAB,,,,,,,6A16ADA3FE0C5468F0A43FB2F597A42F3DA3218C88EE819BF799110CF7A79B6C,TRUE,bootia32.efi
+465c1250-966d-4d32-b168-3b2c614e17f2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",1bdc36814a6f20464e94616f0d98a521,093660339cf8e3fc1d8a80855e4f3a72e9a92f30,17864e719e9c61d84e29a3cedf2b63aeaecfc10867211efc3077dd216b0a4965,,,,,2f0397316df4c2f34530fa28716256ae,0c4ed758c59239c84740373a3a1da56d5d4b400b,dd8f3f048db46f3983348d35cd77d121f56d856cf33234857073e25a7f450b2c,TRUE,shim-0.7-0ubuntu4/shim64-bit.efi
+e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7C2FDA323F09B9BE6269BA979A620438413EBA4A93B2BA34F9B39998268AD9CD,,,,,,,37A480374DAF6202CE790C318A2BB8AA3797311261160A8E30558B7DEA78C7A6,TRUE,e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a
+d69993da-b588-4dcf-aea1-5d11d9ca4dd7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,271A4B174838286F6D4BB9FCE91A47FBC87B28BE586744BD42CD82CEF4600B72,,,,,,,FB0BBC256AEA5CF93DA99CF26481CC42F4E7BA6B32DB63B827620807E79E805C,TRUE,bootmgfw.efi
+5b0c97fd-1a72-4f30-af67-1f398fef3675,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,37CAA54424C152D84DE63C288DF7CE27BA97B8671CF27DE4101066EEAE8BE90C,,,,,,,F3D38950A3CACF61C94DB9153576194E953B5785637159B3AA6F1E923220EAD4,TRUE,bootmgfw.efi
+cd328e2d-3b59-4c94-a0e0-60b7f793db09,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D6D10836B79E28ACE9E2BEC7EF9B67DC736ED6C1C8EA24D395DDAAF05B76CEBD,,,,,,,13DBA28447FDBE3C8A24FEE3EB88638CE1D8F97CD4925056C0AD0E91CA51237D,TRUE,bootmgfw.efi
+f4e945a8-aa6f-48dc-822c-ff44ce513b70,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,561EEF7131FFB079F75F6EC3E5738354A3C0EEB204863E7A4018B6409B7D26D0,,,,,,,D4241190CD5A369D8C344C660E24F3027FB8E7064FAB33770E93FA765FFB152E,TRUE,shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi
+70316201-97eb-4739-a72b-abdcd208e20b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,EFA5CA12CFC70DEA81EB71088B4BDBD44D5B45A8F8D81B7DB243D6A03A7F11C4,,,,,,,5EB2C76843B253ACBCECBB84767697128F000C18358C78C5BAF135A5996C037F,TRUE,bootmgfw.efi
+e121cfa2-ee0c-4c6d-9b1a-1f48ce500b81,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",07349cf7c406343bb9a9a9d9eec50790,12f8b7152bf718ee95d9d9a8ebd50c1a8fbb9621,ef43b4b4a755494b10b7431527aead697feab6fa48cf4684cca4fb5b8cd09035,,,,,96c7007a1ef6ec8ae43756e1e3bf9807,9574b0676b8540628d0db2f89a8d8bb7b43d863b,5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55,TRUE,bootx64.efi
+4750d526-693a-4831-991f-4ace2cbe92ad,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D764AC6251FD2641EEBBFBF7A5A95E212DF5997875990D90562CA65D5D966BAE,,,,,,,0D85DAAA481B1BE84320E12B5078794DA29628ACB43B69C8909D291BB995CA72,TRUE,4750d526-693a-4831-991f-4ace2cbe92ad
+96d26340-d5ec-43a8-b1e7-068f46a2aeaa,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A739C0624B7608F40645D417E79CE0B22FA568D885ACEBE51949F268565098B4,,,,,,,65B2E7CC18D903C331DF1152DF73CA0DC932D29F17997481C56F3087B2DD3147,TRUE,96d26340-d5ec-43a8-b1e7-068f46a2aeaa
+c818cbe0-bc64-4557-a266-570214ebaaa8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,57B017C3A6AC4676B1852E407297158D1D471373DC299CF557832D9E3F13577A,,,,,,,8055EDEEB18561927DD5956BE9070C4503FEC783AA96F166F5F93FDBC3C2AB43,TRUE,bootmgfw.efi
+0f4b6460-f81b-4770-8dfb-55224983a557,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8516257431A250296A10F82A4795F9CF68E5C185CEAA2F6F77CA0942CBE0C999,,,,,,,B8D6B5E7857B45830E017C7BE3D856ADEB97C7290EB0665A3D473A4BEB51DCF3,TRUE,0f4b6460-f81b-4770-8dfb-55224983a557
+064e9fe7-c5dc-4858-9006-e9b1e0e3001b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,AECD34387179AFF5CE02103679312CDEB1DA835015A8548FCE93765E7219612E,,,,,,,F2A16D35B554694187A70D40CA682959F4F35C2CE0EAB8FD64F7AC2AB9F5C24A,TRUE,064e9fe7-c5dc-4858-9006-e9b1e0e3001b
+e9402a67-21ec-4fdb-b0a3-7f1700f1ede7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",670eb63cbc05c4a4fa62f3c63d5b5f0a,4c53e7cd05e537f0f730ed2b079200c7e1543a72,132d59d83c29be7351d35c44b846dfc3f37b3c62bc40eac6aec3fd68e7cfcfde,,,Microsoft Corporation,Boot Manager,40b3933716925a99d7457268b098c42e,f2ffc38ed784f8938830012818332db0e4bebfe3,4f94f40c6b4bac7bf219c73dafd0870879f1db10de6c8620f6f1333d7aa5455a,TRUE,bootia32.efi
+3f6b5528-2fd7-427f-967e-e89cd9e77182,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,540CABD0862F121CE200DCEBB6C9D3B209B266F0CD413CEA2385886F965E5062,,,,,,,D860D3DC4D9A412E8FE8036100BDA7637B57A0168CA811781ED4A00815A97E0C,TRUE,bootmgfw.efi
+60aaedd4-4eb0-485b-a534-82645695a185,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A0946E9C77C27E5E9D19BCEEFE4DC147F97BF1CA7FE12F15280D390BA7A0D67A,,,,,,,4A4873A319A3A3DE35EA325771DFFCBB31EC14550A4E029CF0FEB9CD686B8C92,TRUE,bootmgfw.efi
+bcda745b-c931-494a-bf26-4dfd7c824ee9,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A09DBE91C9743163A3DC26BB7E51398C751DF7140D5DA4DD6D43B1915FA906EC,,,,,,,324CBE75EF34E09A98C71B186F535F9091A1FF257BEA93DFEAF199EB352CA0F6,TRUE,bootmgfw.efi
+ff057f2b-0bc9-4318-a017-66307880a7c6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",28196e29d41524919202b6bd1e38f35c,ed2c4554266084506d2e514797b3dfc86a50118a,f4c53c0b054413691ba25a2d162bcde9c9e35b5e706272f70bff96ed5c05a7b8,,,Microsoft Corporation,Boot Manager,4d7e341b788c22d2ffd0a6e8d7c27190,2ab7a9fc3312a502e9178fe76930d65d07480b31,21554d1f3bf9f52d3cd297d27df56215c0fd08a0bf673868f3d8c6c064dc5609,TRUE,bootmgfw.efi
+78f886c7-28cd-4686-ac8f-ee82f3e0fbcb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A95666BFAF48FD9C4CAF2F3ED4EB593145C48BD3C93E4B00638088CE7EE962CF,,,,,,,D89A11D16C488DD4FBBC541D4B07FAF8670D660994488FE54B1FBFF2704E4288,TRUE,78f886c7-28cd-4686-ac8f-ee82f3e0fbcb
+0acd4573-d0e2-4f57-8c94-3d6e57a391e7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3C6318DC79E5CE66F7DCCC71DF01C4E4ACC53F14D978011A29033D59D43D9233,,,,,,,62B79FB4A04052FCB498A97F22A3567642D4BC47D1C2FF9A06311C8C6148E907,TRUE,shimaa64.efi
+837d8bdc-6458-4eba-87cf-c82a32d1eca6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,106E99968A816752C4A0F5DF6AEACC0400C688DE35832798029040CDB41E1F09,,,,,,,F254087746FDB5D9D9EAE6DF458485752BEB0FCF295C36D273511B45F7480287,TRUE,bootx64.efi
+c10b8a2d-9bdd-46c5-bbdb-177f88c7794f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,8CC2B48C79FBF5654B28B7BEEC51A3266E4CBB4FBE3A84F843EA0957683A1E93,,,,,,,F4DC5A40D2A9DBDAB210BAE0C508E053AE986C4DA42D68760A1655D6FBAEC051,TRUE,mboot-official_arm64.efi
+9e382fdf-568a-4b81-b4ce-58c25f3b2d80,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CB5C370B7BDC87A2153425852F477916BA3B13E4C62EA419AD93DBDD34780BEC,,,,,,,9A22818E84CA5CDEC6F7FDF0A10B9FF230A53A5C18F4E9179C90A3FD268CD622,TRUE,bootmgfw.efi
+329800cf-dad0-4ca8-bdc9-6ec18ff01421,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",c748cde9827385f9832a4f0ab1f02550,6436ae30f3f189f70f9043d91ede90058fbeb00a,338b89190177e950151a198823fd9d5f4ea25c1faf73e56ca5d9cf69d373fd66,,,,,eff2e129dcbf0ddc1e70c9ae8b5d0c6f,c5997af577c074aac5cf0fb290f24bec27618d73,835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4,TRUE,BOOTX64.EFI
+42952e7b-6913-40b6-bc44-5eacd9c673a7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CE7A0A3D718747C7263D099FD1477E363ECFE75BD2F639EE47AC1271EC229D80,,,,,,,E060DA09561AE00DCFB1769D6E8E846868A1E99A54B14AA5D0689F2840CEC6DF,TRUE,shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi
+8c855009-8e77-4446-acf1-17ce8b445b01,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",37d03ef09bf90e11e07eed536a7fed7e,97e4998bff2642bafef802b3d909e89f69b1046e,b7313be4901f1a80f84e4e8a6636f090e7125b97fc845d4454d5e4bef3d40ca7,,,Microsoft Corporation,Boot Manager,f1fe210387316d9b4c40f31214cea418,51d44ad13402af95119844f7da407090702e764e,5a47b0b11d2fd9cd39c627d1e6bf4afed9601aa15d6a5d84fb10f39755d2d323,TRUE,bootmgfw.efi
+dc00f1c1-898a-479d-b9a5-9caa9973e310,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,94BDE75194960FAFF8329DCB4462BD8888B32078B0FB8FB2011C6993FDA0316A,,,,,,,9063F5FBC5E57AB6DE6C9488146020E172B176D5AB57D4C89F0F600E17FE2DE2,TRUE,dc00f1c1-898a-479d-b9a5-9caa9973e310
+c8069469-51c7-44c5-8032-1d2fde34f8d3,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,D76281DD69E992EFB55604A1B4E6171E552F3B7E1411D75368F98EF91ED69E21,,,,,,,48CDB31A16D891124BE77490FBC2AD13CB355A18CB0007258CA4BCEA44F288EF,TRUE,bootmgfw.efi
+33ce2528-8820-4680-bc5d-b48fcc1f9d2d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",53663cb5fea6bde711171523a2206e45,b0adec5a51e018cc50ef0497126ef4a8d9fd037c,899afe09e356003605b30dc209a5ba4ef6910baef23fac268bcac6db3cfee98d,,,,,925441e09c4b9c8e30a467a29c16ee49,7a26f6d09fcc80e5be03b7a6e5f8fe2a3652f29f,894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166,TRUE,BOOTX64.EFI
+9b9f7199-24ed-4372-8247-e420ab0b7937,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4E00B1C1CC2BFCB1FF2FDB4184D13CEA5A2617BACC3623C3DF52C50158065E73,,,,,,,49465D4AD701642C7BCB5EF30A0807A3CD438AB42BF8D62D68038C3FCBBE8605,TRUE,bootia32.efi
+71999c6f-6195-4944-ad16-105579c98549,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,50A8B3CD4F80C8C27FA47242869FDE8B6B7709A8AD1AF0EF0A726D20623007D8,,,,,,,CB6722995D4821AEAA9871C1B9782A02ED2F3D2BC6C1AAFD3E6B7673A210A8FB,TRUE,bootmgfw.efi
+3c5c1c32-6c09-4fea-863a-2e5cb48bb099,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",ffa0df6d1cb927f4cde2741d63c7125b,a2c8bf15abcb90da814748bb150d66f842f23a38,98acba206e9f3843a4a7e07c66ead4366fbe7976653b65ed0c311d4efae878ab,,,,,e599f74cf93986aafae680c20c7b3723,36a6e60b2512bfd940eadb7ff3fdba23fa970a8c,9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043,TRUE,HfiPcieGen3
+25025124-0a03-422d-8fe8-530afd16951c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,372968218A3CBA11D964EF1B1E8CFF3804EDF96481B96B929208D1B483ADB30C,,,,,,,D28AEC97E28A38D94BE65369E43D01F6266195D6113E7ED17A6930A309288800,TRUE,bootarm.efi
+0486fe15-0d77-4c66-9918-1278ef014f72,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",c831903e223d70526791119b52eaa4df,43e01a095fe196f5f7f0f6aa4f33d79803d1fe43,86e5b25aa8072895e72e3d5f4beaccc1488a434fb10babe17fb9010da4ed93bc,,,Microsoft Corporation,Boot Manager,4755a94a9c24a396102236124cd43c7f,e7efd492f1248e8eb94f4ee629365328cc7c7822,07b6d3aa86d0a8d5f46bdd5886d8f20fa2dd9377898d1139bd74b41f5e7ae44b,TRUE,bootmgfw.efi
+0c0db73b-9d53-4fa1-93fe-cab2b3cabf9f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,918871DEC65B4D8A8D0E29B221351DFEA3A1D9212A4E0D7EE692CC1696E9AFC6,,,,,,,CA65A9B2915D9A055A407BC0698936349A04E3DB691E178419FBA701AAD8DE55,TRUE,mboot-official_em64t.efi
+4d31cfeb-3005-497a-b566-7062066398ab,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",02e7a063eae0c4b80a6793fd63bac013,c7a420758542a22c9db7c9f75a4709ac53ec8da2,9da10b25786d8db0167fd66c051f7e2655781bb561b99584312b439a32be4c32,,,Microsoft Corporation,Boot Manager,cb9d3c514e9a2a200235c093312630ca,3779679707ac8e825d6195b8106efe77ce33bfc8,ce8c44e185faaa03959cf23229607854ef7e316ed0773d66d7be5e0a48061de5,TRUE,bootmgfw.efi
+3598ca7a-27b3-4c09-aaca-cb5108eca19f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1B455F745A6397C1B4FDFA43E634462EE1414DB21EF5A3391142B0F988F31FFE,,,,,,,39ABED2935891EEF96E2B733BBC6951DAFAD1A4C6B500D2D9B28C358355A6AB8,TRUE,bootmgfw.efi
+7480e25e-d4dd-4e39-b652-33861111c011,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,55C6D083A4E3BE8FF842A5D39EF6F0C82D3DD29FE377C7AEA920C7B419F660D8,,,,,,,3153B3E305575439914605D976CF6EAD5A500E54D0B6ABCDAAFCCED1BC47E04F,TRUE,bootmgfw.efi
+7ad06c0c-5595-41e6-8049-b051fa3e931b,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,7B9D76B66E9E3503682EB5B6CCC8F70B8B5082F140252A7F6127AD9764D8F297,,,,,,,D472D0DCBA3F5DD61BE3931244717BF2230BABD30E9E2F6B2880BFCDC8FD6665,TRUE,shimia32.efi
+b2be4369-0672-4a82-96df-ee4d208d3352,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,79631821A585BFC9A9A5D2D92D37714EFD84A3D856284A0897654461EC1C137D,,,,,,,54061FF50D91296F2F44D8B338AEEDFBBE86DF49DB5DE8A45191AAA931F5BCF6,TRUE,bootmgfw.efi
+2a9c12a2-bc01-4af2-bb23-a5f1fcba5bdc,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B15095CBB09505C8354657EF7DF0FA4046F5F9DC74B26EF12A7D83E82A718322,,,,,,,C1547CF902570207A9694B6B8E353FE41419DB6A3802221DDF10FB8F86947804,TRUE,bootmgfw.efi
+a1062c3c-45c5-4c75-bbd2-d744c8e3fcb8,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,A1DD22421CC934E050572520A026985AE8C5FC5AD73816510713F1E1D4DFF575,,,,,,,01E2DA8EC5A6929DDBBBEB2E9807586FACDDCA6A7EF62BFEBB581BDC2D7274D6,TRUE,rhel-8.3-20200730-shimia32.efi
+1ca07dec-812e-46a2-ada4-141584aa0c12,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6E5D8278A7A4A58DBBA2F5D01B09B9DE4BB20ACD2DD4890846C8125A65136BF8,,,,,,,6873D2F61C29BD52E954EEFF5977AA8367439997811A62FF212C948133C68D97,TRUE,1ca07dec-812e-46a2-ada4-141584aa0c12
+07e76cae-6513-4120-b399-3ab5ae5879a5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD,,,,,,,A5E0C1C1FDEBE61C4DDBB66C57EB23BCAA86C36BAB9900AD10342A4971128EAC,TRUE,bootmgfw.efi
+530ab1a9-d9a6-4f01-986a-5b69c99400b4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,51BD59697B4E1DF61DF32AD57CEBE394BE54E3E9DBFEB8DC00A3A176D13A5767,,,,,,,284153E7D04A9F187E5C3DBFE17B2672AD2FBDD119F27BEC789417B7919853EC,TRUE,shim.efi
+077ccbb7-5e3d-455d-abbf-317e3ee73abd,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DB67C1601CC3B3313B9F6E8F12E76627E7BC6F3936BD8147FCAFAF5FB6556966,,,,,,,A5E476C4BA2ED8EF8C30F247F3E13AFA5C7E3A5A952E4B8325C22F33F7F23621,TRUE,bootmgfw.efi
+0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,26A8EBB3EF412AA70D4AB4486EBEE8DB42656AE7F2EC868FA95FA656090F01BE,,,,,,,B52531C84351EB695A8AFF0B7A5BDF93972CDEDFAF4067745425D75E21CD0CBB,TRUE,0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4
+7e81b1d7-7526-4958-98cf-688b36cf8ea0,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,FE4B7349F21EE077096B6986693C3F250758C5DDF96C14AF4BBFD96EE74A70A0,,,,,,,3A9E49E6E644C0ABEC17D32D020339D171439ABA327409A7797E6686BD0F641C,TRUE,bootmgfw.efi
+cc89429d-d9b6-412c-8083-4879ab57f589,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,98721004CFF6B89B3E5A9267D29250710E6A6C8AFAE06EEF29F92745CD70E079,,,,,,,EF87BE89A413657DE8721498552CF9E0F3C1F71BC62DFA63B9F25BBC66E86494,TRUE,rhel-8.3-shim-20200726-shim64-bit.efi
+cd9dcfdd-25a1-42d5-bd95-3778087060b5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,4B6C8947CAA89BE6077E2964C4F97425C663AEFEBCDFC373CAFD982367FB5CFF,,,,,,,73BAEB8EB0B64056A7BC309642FDC589BF219928A906666D107E65E8B0DBF496,TRUE,bootia32.efi
+0e46bd88-7635-4162-a02e-85d9bd33be3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,30CF3AD2DF14F05D89BC321744559E857055A5C84D7F0834B3DBD261ACE1CF5D,,,,,,,EDD2CB55726E10ABEDEC9DE8CA5DED289AD793AB3B6919D163C875FEC1209CD5,TRUE,miniloader.efi
+f651508a-842a-4af6-b332-559fc9897806,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,9CD99CEFF9B7496E7B6720AF4C561668D6993376EC18593E3F54B1540E5B31A0,,,,,,,D069A07B5ACDE004FE7286558041F1F123DD88BB1395E5E453F62F48EF37D199,TRUE,bootmgfw.efi
+0e305520-6001-4144-893d-b4c38ea47886,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,52D826CF8F6A0095938F7069B5F5DA22C16AE037D757BF9115AA84920BCE4EBF,,,,,,,1FB619FE1504EF78C8BF59294B16C6D9BF1DA741FB582DE125B6A044F6961C57,TRUE,bootmgfw.efi
+99b952f7-5438-417b-9dab-c318bdcd75e6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B6C36B2B18A3E73EA007173F8669D9A9A861FDDF27C3E3C0C3F1315E2AE5B43F,,,,,,,61CEC4A377BF5902C0FEAEE37034BF97D5BC6E0615E23A1CDFBAE6E3F5FB3CFD,TRUE,99b952f7-5438-417b-9dab-c318bdcd75e6
+a950cc79-4054-4d02-bd8d-3de2165a3721,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,169D0AC3DA1DDA382812F7F221B8C9CD55961A05D876E3D812641313297848BA,,,,,,,992820E6EC8C41DAAE4BD8AB48F58268E943A670D35CA5E2BDCD3E7C4C94A072,TRUE,a950cc79-4054-4d02-bd8d-3de2165a3721
+66314d3b-bec0-4042-94f3-2744b5a337ee,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",e7ae8ab50eae0f2730780d6e87a165cc,339702656fbb6e001e9a283dbd54567323f0332f,88582f3cae30afd77990944709ac4e272d68cdc009d9c3ff6f7c2e19e74f5975,,,Microsoft Corporation,Boot Manager,61dcd3b5b1b343f78cdba79267151107,f62b5d4321be185905a65037dfcdeb277a4f6169,490c927242cc6227ca439a7e9aa9d771ad4d1686eede1f331cbb6c69e9be746e,TRUE,bootmgfw.efi
+5cab3a24-4bf3-427a-887e-92ec2ed8f1a7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",cd78242cb85f016a3ea62002c8f07c0d,1df5dc38345eee82fcb606f8c5140c619f187946,4628ec2698cfbca38d3bb4872df8e65a370ed4591e3fbd613a28b394942b8976,,,Microsoft Corporation,Boot Manager,7f11c44bb3fd9f28c453ed0545ce1fd2,e5e7294536819a91f69d03c57425ad2576a1055d,74b39c206dc8a11cd196d5998d2996b6ad477d72eaf86e19a3dc14ec0eab0f1e,TRUE,bootmgfw.efi
+63cf9ba5-5aec-4ed7-9f58-97d1eff8aa0f,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,1BABF3FB76AE149CCB95B8E33B193CE7408B7134E0A5CC8CE1E884BCD01DFCF2,,,,,,,0A75EA0B1D70EAA4D3F374246DB54FC7B43E7F596A353309B9C36B4FD975725E,TRUE,bootx64.efi
+28fb8eaa-e498-44f7-8f1f-1dcf1dad47d7,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,0E0D94096278CEDCF333D4902F64ADE7815ED4000A1F6EA45EB93D2DBE18E496,,,,,,,22B5A88D79B8146598613B3701B0D2AD3E1D2BC215D3A613A30356953239485C,TRUE,bootarm.efi
+e638d650-dd39-49a9-a737-b02670064e45,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9bdc83ad343e8745e1f3d55c36cf2df6,095b16e4a405e6d6dbdfc1475c941c64201d41b5,84e680f95cd31db85663a5482a68778dd236503d88e8a6d8e3c4a6c9ba201102,,,,,2906120c5459cec104e70135cc2c7ffb,e0a77a7cdefc31ecba261fcd6181b97efce9cc49,273d4432af53f07f8fb2013bb13d70bd46ea49c6c1c9de6c631ae4d75c98baf0,TRUE,shim64-bit.efi
+64c9ea42-80a1-425d-ae59-d9ee4eadf4ba,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,BDD96B78F3AA4B123851342995451880CB2498E785ED12E48CEB36F1A3F49B2B,,,,,,,A924D3CAD6DA42B7399B96A095A06F18F6B1ABA5B873B0D5F3A0EE2173B48B6C,TRUE,BOOTX64.EFI
+aa0019cf-ba6c-4a6b-8ea9-3e4494562744,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",f3c14ba5c3670afacd47f0574922b98f,a4ede25f03e0ce65fa4a840c454c73019275d8de,5052ce3b96db73a909bf0e54355e357f8ab7284fa48f9b21c85efedbb886c100,,,Microsoft Corporation,Boot Manager,aa60f3f1fa0e30a28c2b0bd0ee4fc806,55c991c8563ae11352ae9d0c24644853fceac18a,54c7d9c28672a1306e43ed7feed38b295f8eec279251f996fa293f68fc6cfb12,TRUE,bootmgfw.efi
+0072a990-7f8a-484c-8727-bd0912dd2ce6,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DF01F567CF2C2A7B872EB750F12EC534B6F207E760D1ACA6795DB7CB12CFD92D,,,,,,,E6236DC1EE074C077C7A1C9B3965947430847BE125F7AEB71D91A128133AEA7F,TRUE,shim64-bit.efi
+90e05866-5975-498c-bab9-1a71dd286011,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,6AE5984A47CCE9129498E534DB84F0FD33FE9AEE2860462414416282EB0CF34A,,,,,,,DF02AAB48387A9E1D4C65228089CB6ABE196C8F4B396C7E4BBC395DE136977F6,TRUE,90e05866-5975-498c-bab9-1a71dd286011
+47020b30-de49-4937-9908-9d72b3d153d5,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B76C5689D45E7F40F8D78468D4484074167563CB06368CBB9CB4DBED65E1192A,,,,,,,631F0857B41845362C90C6980B4B10C4B628E23DBE24B6E96C128AE3DCB0D5AC,TRUE,BOOTX64.EFI
+a7bf3e37-f600-48ff-82d4-4f1e82c199d2,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,2D07ABD75C154055A858D4461A1B1B76D763E9ED294E2E10244C20601E072A29,,,,,,,DDF3E4261419944F7C2F8B92F6D14C35060B4F94818CC4183F0C072706DEF726,TRUE,cent-7.9-20200730-shimia32.efi
+ccef0d61-ad41-4f54-8ce1-9197ccf0e44d,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3AE3DA82C39C6BEEFD251265370D57D5BFC67181662736C62F2E6F687409C81B,,,,,,,72C26F827CEB92989798961BC6AE748D141E05D3EBCFB65D9041B266C920BE82,TRUE,ccef0d61-ad41-4f54-8ce1-9197ccf0e44d
+3f2c9d56-984f-41b4-a2b2-49bf97e6ef71,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,C2BC0ADF3826972A0F8EF7E63C008C52D68215CCAE493CCEF14C3D3F4F67BDD0,,,,,,,B632A6286C6FAA6643EC34311E0B9710A3508FC952E9A04263C33179E32814F8,TRUE,bootmgfw.efi
+46629c02-f2d8-440a-bc46-d67ad73ea772,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,3141C6EF9FCE61084D16F0659A9596B0156F24D6F4B03837C4B7543CFB378D61,,,,,,,147730B42F11FE493FE902B6251E97CD2B6F34D36AF59330F11D02A42F940D07,TRUE,46629c02-f2d8-440a-bc46-d67ad73ea772
+b3b0f086-0c9c-4e10-b65c-47509c6f0dfb,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}, {'type': 'yara_signature', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar'}, {'type': 'sigma_hash', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml'}, {'type': 'sigma_names', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml'}, {'type': 'sysmon_hash_detect', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml'}, {'type': 'sysmon_hash_block', 'value': 'https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml'}]",fe08109ce34ae68fed49348549b9ead1,7fb211ce3088f2e657c72dcc80574310becde3e7,d8732eb8bd7240f17d90656424aabc0669c3d13e3117efc4805bb59dd21ceb1d,,,Microsoft Corporation,Boot Manager,724bc2c9091c4dd631e113c32702d9f4,f8799b5f344ad92948a1468937cd9255e6873dac,f197a171a09ab640aa8ac4ff7ddfc88377a89fdbb3fee014abb9097d92575b67,TRUE,bootmgfw.efi
+696a399a-9f49-485d-9753-63edd677f144,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,944E6F803D3E1B0C1AA767B14B0F4D960A45F80F0A0A459253CA65147E947F72,,,,,,,99B2BD1FCF17B52C64E8506B97FA10CF8B6397C9D05D8D543F86893B210DBA62,TRUE,bootmgfw.efi
+e91a68c8-807d-4b65-a86b-c51335730c55,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",abd377408acc02ee7f2f16320ee9b49a,b72252c1c92cac65c4a4637816b0a84428d16681,475552c7476ad45e42344eee8b30d44c264d200ac2468428aa86fc8795fb6e34,,,,,fb4d9da53892bb0152dcfd7a4a150fe0,a070bfbb64dc542d7b6b22de52d9b4d994b0d2f1,dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c,TRUE,bootx64.efi
+2ca3cf24-b271-4a27-a228-ca91cab34b93,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",9a795b1affc7cb4650bbd99b9a2cd819,586bf5d3fb1fb21159338701e324d9d26b6aa0e4,0dd832075d552da3d29b1ef471fc23b47c0d54b9fd1541935b23f1c5813da08c,,,,,86e7e6f737ed657dda5423a10319d41c,450ccd6553c679f4d87bbf3507780efc17a466c4,c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c,TRUE,BOOTX64.EFI
+4e4ca92c-52eb-4289-a935-f6ec64b79e3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DA9C62E148457AFB0629FAB0C2D58623F9AC35A9A95EF23388ECFE85451C60C0,,,,,,,326967C7FFC1B86DB8B32B0570E88A89CC1534CFCF300B98C077E473F9B18FA1,TRUE,bootmgfw.efi
+ad6add2d-fe39-4ffb-b31d-7dffaf3ef28c,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CF61636CEFDF20CF4B35382124800E047F5886952888BD41D1B8426BF34D2D29,,,,,,,BB44FD8CD04ABC3B54E5CCEA97EF81E70FD3933C34288D8B86F6ECB4F3ED1FDE,TRUE,bootmgfw.efi
+a2a7bdd7-c7bd-4195-97d5-a7b127691dfe,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,DE1CB8E571EEF26A3C4BABCEC97BA41894AE9DE7528A35BFF5FDDFF5C025CEED,,,,,,,5348075329A1087EBB689FCFC775304B09C6786A523F83E7BB90E26DE0E61FF7,TRUE,bootmgfw.efi
+24c0575d-dfa7-4f1b-8503-e136cf8fcf3a,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,B334937090AC1D2DB8FFFA7D6BB72F97FDE42712300524E2C89F0E7DCA5EF4D5,,,,,,,9141EA1A4E6BF1F4D72C28A1D0D124A928D5A7D36B14FC7E7E53EF442360FF99,TRUE,bootmgfw.efi
+eefbdef0-8570-4a68-9824-042e17b71f98,Michael Haag,2023-05-22,,,,Revoked Bootloaders,,T1542,,"['https://uefi.org/revocationlistfile', 'https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca']",,,,"[{'type': '', 'value': ''}]",,,CB9E3E372C5F707858E1DE6421C2D3407C240F9D7BC43A9B9F3BA1F6037615B9,,,,,,,41D1EEB177C0324E17DD6557F384E532DE0CF51A019A446B01EFB351BC259D77,TRUE,eefbdef0-8570-4a68-9824-042e17b71f98
diff --git a/lolrmm.com/content/api/lolrmms.json b/lolrmm.com/content/api/lolrmms.json
new file mode 100644
index 00000000..6a636569
--- /dev/null
+++ b/lolrmm.com/content/api/lolrmms.json
@@ -0,0 +1,47693 @@
+[
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6ea89297-74dd-4581-b268-475a282c9592",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "92185C264285741FA7F198CAD8F307C60891AD932D9E3C2A08D92546FF7099ED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C1812CF5B1D61DC08BD6683D143511BCB5B14798116D1D2714963CD468933FF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "38e6bed7-1db9-4c15-8358-040edb77a39c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6B54497FF9915A6977428BDF8F45B116D874C4F8A836B5BDFC373D05F4C0EF87"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E438149CA86CF5F2FDD1318BF0D6C301593EA74B06940E031964F34561255BC8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7550a473-863a-43f8-aad7-fff5be3977f0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "199F3CF990816D710F556722CA068597C4341B7F346642339839AE30495309D0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4640438E0AAEEE87664C893198B41AA03BBF3214E181AAC4E2DE81A5400D2C27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5a1e393f-1595-4e4e-993e-7097a184ce42",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3FE9F8D11EDCA3FC1899100484DE4CC2C626ABB38B73985A441B7C3A0D39CA54"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8DA046540148E1E146DE2F96C7D860962ED059A923E9685E868DC4C6065684AA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "518b78e7-eeb3-43b0-a377-acfa0e831ce0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5D1E9ACBBB4A7D024B6852DF025970E2CED66FF622EE019CD0ED7FD841CCAD02"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5875DB0835E08A9189F23833B21774FDD1C4C3BD4C5D3459471A49B85CFFD1E1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "518b78e7-eeb3-43b0-a377-acfa0e831ce0"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e70304f-ec00-41a5-b542-69701b5df29b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8806CF0C7BD5DF7E01D120F56734113BE916E183755577BD48026C25DB268680"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A6E8C6906E4845A30A036FB669BA82146E334908706778AC569DF45CBF8637F7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b7f9ffcf-525f-427e-b3fd-72289f61ffd3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C470161A06E6B452253A623536924979CDD11838E08D8E4DC86F763732E64B0B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "462F49B4FC9E4CE706D668042EB76F711B4292BAE2BE8DD5897182B316EF217D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "32eed29e-9d32-4120-8a43-02c7dfc4ae22",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "35434d7522f9aabb654847d66da05599",
+ "SHA1": "638291271b5b95b647a7ee324dddc79bec196616",
+ "SHA256": "1eaed62c4abcb2524643e1723f6aadcc31a74af4d2285d3b13880cc44c22dec5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-20 00:13:01",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "dbed1f7ed9e19e53bfc7f43122ce3d83",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "765ce680a932d9f36a6b09c2191c9e2cab1a89cd",
+ "SHA256": "c6b0d030bb3e54294742b3914ae76c949e52a065abb28d08054fdf90d7eed628",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ ".rdata": {
+ "Entropy": 5.421235290994017,
+ "Virtual Size": "0x19b34"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710594887067385,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "58c24252-f076-486b-90fb-5a1c7b922efa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AB311E737112E4D34ABF545836BC671637663E93738CEFA37405214CE8C92A58"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C334B9CA48819E7E408A3A3418879978828AA302BAA3ED86DE64D8AE5ACA0EAB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9308b260-6695-43ee-bddb-a90f20e035f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c62cb9b4d87523ac468bd048647eabec",
+ "SHA1": "57916473f391f8b25aa2497acf5c58d2eb304e2b",
+ "SHA256": "38909daf2fe29bbfe22303939d3904f38dca48b7f2a41f28f34de564a0242781"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 09:45:32",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "77fefa9f6ac9273ee5edb4d19e87d348",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "e609f8ddc446dc27a2aec3577e2b7869126662c0",
+ "SHA256": "03c8c9956938147bcc81a19e580ca8b5214e82829ec0494c22b0f59013ca22b2",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.335958404758759,
+ "Virtual Size": "0x216dc"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.3951515278569575,
+ "Virtual Size": "0x9380"
+ },
+ ".rel": {
+ "Entropy": 3.5471242189199925,
+ "Virtual Size": "0x9718"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.773526636331647,
+ "Virtual Size": "0x92ba3"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 5.070551147779766,
+ "Virtual Size": "0x7e"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "76724735-ec57-4c1a-8712-f0267d21f0c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a7e340723a992f0a725fa1e394e5a655",
+ "SHA1": "882ef0e748b0ba689bb0af982c499db1fb1c8ab1",
+ "SHA256": "65625a143d220ea184dbd5cdfb1b9e9c3bd9654294eaa2b98628bc273ebc18b5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 19:34:40",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5cdb3b41abea2f625c0a632f4ad2cddb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "b91ca2bc17ae097c0cea2d2fa5ca52ee",
+ "SHA1": "1a8fb4b3991fa408332afc5f95422941ab4d33bc",
+ "SHA256": "2cf47ce7a3c1eddb148d65b646a875561cd62faa54a32d5c903707f24f27e688"
+ },
+ "SHA1": "68041e64a6a90537c6f7d7c6c1b07ccee8fd92a3",
+ "SHA256": "4f9398592553ee138d8db48b95789eca19324b8408cafd0f0bc46d030e7b4fd4",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.622775810912131,
+ "Virtual Size": "0x63d70"
+ },
+ ".pdata": {
+ "Entropy": 6.061698645716401,
+ "Virtual Size": "0x9ce4"
+ },
+ ".rdata": {
+ "Entropy": 5.511405489245561,
+ "Virtual Size": "0x1a634"
+ },
+ ".reloc": {
+ "Entropy": 2.6555924696632576,
+ "Virtual Size": "0x1b5e"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708865359751586,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.493057126933711,
+ "Virtual Size": "0x118fad"
+ },
+ "PAGE": {
+ "Entropy": 6.4874876888292405,
+ "Virtual Size": "0x1866"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357894622079484,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a4a532a-848c-4ca5-a910-357daefe32e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e04975ca0b4139e160f03ab301fe80b6",
+ "SHA1": "8b736cf22a54133d32665bed98eedf76755e0b10",
+ "SHA256": "4cd73702d6b209ea8d57657ac4603c8127134d01973d84018af7c68335751ad9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "9671f8d6de959b9d084f2a67f6dfadf3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f7df1f4af46adceea20652bc796d86b47d9eeb6c",
+ "SHA256": "3c430c719c9053a74d74dcc5e52b40d10f109db1dc9458a05a7a413b86a93467",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.421216580279309,
+ "Virtual Size": "0x28848"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.2051544492157,
+ "Virtual Size": "0xea78"
+ },
+ ".rela": {
+ "Entropy": 2.646133679930085,
+ "Virtual Size": "0x1ae50"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.624855658077438,
+ "Virtual Size": "0x91898"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.843946446868365,
+ "Virtual Size": "0x18118"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1474479173.6c180c6-1ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by EgoSecure and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "87813fcd-6a01-4452-b54c-0dc24402bbfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "340DA32B58331C8E2B561BAF300CA9DFD6B91CD2270EE0E2A34958B1C6259E85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "23EBFBC7BC286CEFC68B4920784B926EC28D7965815238325FBD17892177D6F3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "87813fcd-6a01-4452-b54c-0dc24402bbfe"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9be3b201-fec5-4264-b56b-81d4535b4c9a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "29CCA4544EA330D61591C784695C149C6B040022AC7B5B89CBD72800D10840EA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CD0F9839C6CCBEC5CE38B882E1AB23C8AB44A8993E6B8A02026D8314EAC4EA4C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9be3b201-fec5-4264-b56b-81d4535b4c9a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootnetx64.efi } }",
+ "Description": "This was provided by Debian Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f2418902-5951-4626-8a5f-79d4d022337f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "59ee638030fd199a10f08a99e2cecb60",
+ "SHA1": "e123503e3c7764b8d9e60439069505f997287914",
+ "SHA256": "c9ec350406f26e559affb4030de2ebde5435054c35a998605b8fcf04972d8d55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 22:48:48",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootnetx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "41218ac4af41772dbaa3d4738e0c2bf3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "4d7caebdafbc4bb3866676173dace618baa6a129",
+ "SHA256": "aef3e0a113345c1adca2d627c5853a11ddfc4e0e07fd28c10049a9b766c0fbc5",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.423207936399988,
+ "Virtual Size": "0x28828"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.210346535035395,
+ "Virtual Size": "0xea78"
+ },
+ ".rela": {
+ "Entropy": 2.6464824623251326,
+ "Virtual Size": "0x1ae50"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.625262326816911,
+ "Virtual Size": "0x91828"
+ },
+ "/14": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ "/4": {
+ "Entropy": 4.844299269362631,
+ "Virtual Size": "0x18118"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootnetx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e32b7c1e-14b0-4f29-9c62-d1664d26777d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3765D769C05BF98B427B3511903B2137E8A49B6F859D0AF159ED6A86786AA634"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "52A4F27CCEDCC5405D8EC128BF99861865B2273DA18A9B958ABADEFF63DF5A18",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e32b7c1e-14b0-4f29-9c62-d1664d26777d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "164bcf0f-91a1-4754-9c4d-f2c1b90aea06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1D8B58C1FDB8DA8B33CCEE1E5F973AF734D90EF317E33F5DB1573C2BA088A80C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C904F10520295D070DB9CF381101512946AB832C2BD92D4E92D42B934F40DC3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "164bcf0f-91a1-4754-9c4d-f2c1b90aea06"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "f922e65f-baea-45c6-bdfa-0b6ab679bda8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "170d26c08c0bd42cabe41e7223cf1a3b",
+ "SHA1": "026ce5f4baea28c655be66c8ac4873ddcd2fb089",
+ "SHA256": "8d5332b350577ab7b1987f93fda104b2090f6a62e262214264f554b6163e8050"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:32:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "2eb1ef37d6d0425c505df369802d5d54",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "8568540072aa5aead8d761d4baa459e4f9a222b2",
+ "SHA256": "9e14396bca7712b13a5f0b209c8633d754afc3bf577b42ef78304581ddd4e02f",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.359718481379002,
+ "Virtual Size": "0x122aa"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708606085287217,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4cc6cdc2-6f4e-4b25-b3a2-383174f52460",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9AF92541E63EACBC5784BB44DB66F9B60726174F4EC178C6CE32EAF647EEBCA2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24C0732D77F6BC85BE8A6CA9B0FA3BA8611F950CA4E0194E972E59A433DC05C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "22532a2a-950a-425c-b1c7-ae8f8e4faa5b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F16078CCE009DF62EDB9E7170E66CAAE670BCE71B8F92D38280C56AA372031D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1CC3D6DA3017F0F1422D1B8115622EDEF65FBC497487234D17F4D356670F28EB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "22532a2a-950a-425c-b1c7-ae8f8e4faa5b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "55b45543-5130-4632-b2a9-12f11c8da501",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "781764102188A8B4B173D4A8F5EC94D828647156097F99357A581E624B377509"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BBD53435E3881C13F6EF3D7C17DDE9BCCF2BB2D95D303DC4623CD1AA8F51EF23",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "55b45543-5130-4632-b2a9-12f11c8da501"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a93c81ef-3f87-43cd-8d09-67e57167689c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "825ACCE0634B91818F57CE96B8314ECEE7373BD20DA77FB08B9B96D66EB65145"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1D93E3D7F580616051BC1456083F6DCC80DB4642E7AA2909041E86F8209583C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "163d69a7-be4d-47bf-ba9b-ad2e76271175",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FDBE6C45F2414421562D812EB67C5FA0CFD0D40AFE2CF0CDDC5E09054ACB4FE5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "73ED112C5EE295BA56BEA8679E062EE22A5E01B23438A7B8F459AF8F61A93BF4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "ea9f89dc-3143-424c-b3b3-437969245705",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8c6a38741626834657d7c8a8efc9ba4d",
+ "SHA1": "605ed193044333070a922ead0b80c554c8e73287",
+ "SHA256": "71a5716decf09fe8bcbcc73225fe1e7012076cea39b49e9e72afa291b1fb717f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:43:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1225)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1aa56b885cc8dcb37e0165fb6774acf3",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "d94c4831d7cd65bd85851b4c2726909e",
+ "SHA1": "e4705a5872fb945b5826084d24ee95df003b18e3",
+ "SHA256": "e2dd71c959ee2c73c142c38d5f2a2f2566a8d421c88ef20cf4eaf567db79fd44"
+ },
+ "SHA1": "51b1b97472c99971ef217632ae7d9fee3ce3f1ad",
+ "SHA256": "2b334e6b147104306dd91f77e900c07383c0ddff77c2979ec79ea5d92944c13d",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.063753638456743,
+ "Virtual Size": "0x4db30"
+ },
+ ".reloc": {
+ "Entropy": 6.76396764282581,
+ "Virtual Size": "0x5e84"
+ },
+ ".rsrc": {
+ "Entropy": 3.4698922882591594,
+ "Virtual Size": "0xfce0"
+ },
+ ".text": {
+ "Entropy": 6.60297168599822,
+ "Virtual Size": "0x136b24"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3a20e152-907d-41c3-8ae7-14c2a23e4880",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E3926F0B8A15AD5A14167BB647A843C3D4321E35DBC44DCE8C837417F2D28B0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "299E3B66B0283E23793E03FBA6B795A2C6B6034864B6D571449945EBA0D90A20",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3a20e152-907d-41c3-8ae7-14c2a23e4880"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59b7d19b-fb7b-4641-b158-0d2f498e375d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "19d9ca04dfe150f7ed275c0522308b48",
+ "SHA1": "fed3c32a930572d743108d45a16103a34c0c6b73",
+ "SHA256": "3a91f0f9e5287fa2994c7d930b2c1a5ee14ce8e1c8304ae495adc58cc4453c0c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-08-01 11:09:48",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "aed4e671b03d6e093a423c7593d423c0",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "0795b77ff05d9365bfc1ce099e4edf239f64a073",
+ "SHA256": "5156a8ae596c06692aef13ac6524c7f1e20d52e4ea0f5a5ad43a6874edcc5e1f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.778525693473229,
+ "Virtual Size": "0x31368"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.211693622055045,
+ "Virtual Size": "0xf168"
+ },
+ ".rela": {
+ "Entropy": 2.627040734955125,
+ "Virtual Size": "0x2af90"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6438712089241685,
+ "Virtual Size": "0xa9c81"
+ },
+ "/14": {
+ "Entropy": 7.315232541543508,
+ "Virtual Size": "0x40c"
+ },
+ "/4": {
+ "Entropy": 4.851927163507717,
+ "Virtual Size": "0x176c8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shimaa64.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "faa5ce45-c815-4eec-a757-84e1b181afcf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E828EF5E880FE62B33D36B78F2235F1A314153899AC80469597297B9A9DD22D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shimaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EBF3E0F060E9ECA943F49444CC0DBF6CBE1AEC2C20AE10DFB9E757335AA26ADD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46a49cc4-2dcb-4c79-b1d1-2c49f6df0af0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6178f6bbcb3eea01cc915b8a348a3637",
+ "SHA1": "cc3d816d02da15fb70878fa6590b69c9f23f8441",
+ "SHA256": "8e53efdc15f852cee5a6e92931bc42e6163cd30ff649cca7e87252c3a459960b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 17:29:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "658f77c25877b5ceb68bc7e046d37ec3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "8276fccfe7c6ec83b5340aedcb77fb1e24cb1c4d",
+ "SHA256": "d92b8ac828b827e4e5b9e9aeb02676783cdb1884f42194823769ccf033a7b9c5",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.520603169572745,
+ "Virtual Size": "0x2d690"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.207501995948057,
+ "Virtual Size": "0xe508"
+ },
+ ".rela": {
+ "Entropy": 2.6111195899111035,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.587793825009416,
+ "Virtual Size": "0x9f942"
+ },
+ "/14": {
+ "Entropy": 7.114183160764015,
+ "Virtual Size": "0x603"
+ },
+ "/4": {
+ "Entropy": 4.8425490294878095,
+ "Virtual Size": "0x161c0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ },
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cf4dc5f-5fc3-4a44-b069-bced755a5e5d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1C19A5A240A361131DCC5EC25363DA6E79C7D55B3C79C0976C947F1D04A38AAA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C990C8BF9D0C8E5A50CAF28C9FF6E8EA1949C5DD6AAAC5AB08B3A77CC0D5F011",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c5c530c2-b0e2-440b-98c4-3ae3a9581479",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FD3062358E0E1DC4C3A60380EF1BDFD4C51F4473B8600937D921DF472FBF9B65"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24119E64BBECB849FDB3CC3EF0BEE550248B13BD5ED5AE540A9389C7D5D7C8BD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "2281377f-96d2-494e-91d6-86e4f2c78198",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "866e67751c0a6b90c631d03793a348bc",
+ "SHA1": "2565b9e7e5552c7a3340f5ad2c6faab6ea42bd27",
+ "SHA256": "ce1af9fcce6ad19c00d8236b23b03cf83c593c6184a08266e58fe95c6caa4d13"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 01:37:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "65e619f026af74b9c47c2cc77346ec40",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "9bf8d8b915968c37fb4b491f67e567d709d2a026",
+ "SHA256": "fef56f20ef6e5065ed0fde1d85fd19f1f07212403489fd1e2b63aa41f5dc600b",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.2729725227732045,
+ "Virtual Size": "0x5b510"
+ },
+ ".reloc": {
+ "Entropy": 5.5260311577476955,
+ "Virtual Size": "0x7fca"
+ },
+ ".rsrc": {
+ "Entropy": 3.471313942696478,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.645095705317715,
+ "Virtual Size": "0x12db74"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "fc53d49c-f8d1-4a46-91be-205a0ec0515a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5f033a228e6fd44ea0f18196d7ca57b8",
+ "SHA1": "6ebac91cac25a80ff4130bc69da6c527da05318d",
+ "SHA256": "52ceada58e8d14ab47e706dcd6264d82affc0f9fc62ab46f77be46f262ae1b17"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:19:20",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6b65628a2e6b0cf6bd54965da59a8b43",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "9a33833e2407d8d25146f07e9c5c8444",
+ "SHA1": "04243895d74611d8d91937ec718a82b8dd7fe0f9",
+ "SHA256": "2efb0d9096d6fc172537ba8c386ba82f72b5a9bed5047e7830290bb6aafb0ff4"
+ },
+ "SHA1": "54fccbba97f50d2b57478a1c01ad8b86a5fc737a",
+ "SHA256": "dbeb49f986ec6618e7c256d3db4e3d5378a6ee3439c5949ae57e12722a73a198",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.118785418021721,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.1416406826134775,
+ "Virtual Size": "0x5ba8"
+ },
+ ".reloc": {
+ "Entropy": 4.723910694609307,
+ "Virtual Size": "0x40dc"
+ },
+ ".rsrc": {
+ "Entropy": 3.4718938617640904,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 7.01271499061755,
+ "Virtual Size": "0x9f3d4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Signature": "1af26ac0cce3928cceeb0ebeb5186b1b289be1caa47cba55a0f5e23afa820ee56142a1f158d8d32c2230c6010fa04ae06caf71b10094107e15e2a73e7d6ab6ee827ab9a2dd386dfe2693fcf0e1a88ac736f48f2944a8214bda510dfc68ccbf0fc6c4f0f39036edd3f08e1449b129d7f611b7e5d6b60a97f63530ed8381a11fc8b95beb7fbc45258d4eb767a911095a27d17f613665f70600b30b88091015722e8a64fb43d975f92890d80b545e38317279e44a7071a104715796dd91d0b913c2ec106073f696a236d71979da345d469eac38e7492ac88f7ecdff68180d2dd57051d79a46b2f6ed2c810d6bd51521c3fda183dd8599f282561255ef8bde0f8ed8",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "57c30a2d7e6573994b137079cbff34b8",
+ "SHA1": "08980baa201ccbfc096accff568fb2b073da66f4",
+ "SHA256": "19241716f05046843df5ff3c02395bf6e2ed68ad52d441a71a2edcd24ac93056"
+ },
+ "ValidFrom": "2015-07-15 17:04:59",
+ "ValidTo": "2016-10-15 17:04:59",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\grubnetx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1b134b19-47f4-4bfd-af37-40c05933168f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cba477486346b0fad728f78e3542e00e",
+ "SHA1": "cecc72f2d1a431149d9bc47f8e21b655e980e9f2",
+ "SHA256": "804e354c6368bb27a90fae8e498a57052b293418259a019c4f53a2007254490f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "grubnetx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "f383b5c1f0cb8806742c8df990bc7803",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c1f26b124fcfb2c73ec9c9cfafe3fcfbc269d4e7",
+ "SHA256": "8e8addb29426d845a0101c2c1f26c2e7fe8c78128ab04f16cfcb4e06461b0101",
+ "Sections": {
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ },
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ "mods": {
+ "Entropy": 4.318730379441639,
+ "Virtual Size": "0x142000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "grubnetx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ec0d55b6-d46c-4f5e-b467-1a8fe09e64d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0C0C78837FA767EB045B8199E1E20AD666F90928DAEEB8F5E5253D8E7877FCB4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FB03DB013F31A9AA909B77CF510CD129B9E857A93E37BF9ABB91A79EB296C758",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb5a22b9-4471-44a3-9783-c27df207f95a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "264CBC5765718A0BCCB0F79C0FDD133A898203FB6F4F2052CB0647FBF6000ED0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B1EC3A20DD620668852C057FD33023CB945D35122C079F13A59A73F8A4E4FC12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "513ff7cf-418a-4405-9020-8044f5ce24cd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E11BDBFBAC4736918C497798D6ED018F529726A6B1894BE0658D1B9519538B22"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4489FA289C24EC5745E69F476FEBB3FA0103501D95349E795BE481E678429DDE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "c2ba98da-826c-45bb-bb56-09db34e78fe0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "47f4be47cd0365cc9f8a6c802f5a3192",
+ "SHA1": "01cf7cf98149854f741a31f3a6d8071ad80ea347",
+ "SHA256": "a22471b1d04c11ca895e8c078c221718c96c40309d64cf84144759ca7dfbd0d0"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-28 22:53:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "cefe4b51ab58c74a20f0302fca66bd03",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "958a6622f7bc1063a804ffe24cc2dfbc",
+ "SHA1": "2149d5b311e880738eb501393113a37d1bd511b1",
+ "SHA256": "ed29968ce0c75d2e0327cfa0c2ecb6492b2c8f590877e9cb6e6d3360e0e8992d"
+ },
+ "SHA1": "e230f2632b21bdb523d214032f979104df1ee867",
+ "SHA256": "88c2eac45b9480cc7e423558ba1b90097e8f12dbf98f4628c7a574c6371c6030",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.106175836191492,
+ "Virtual Size": "0x35cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.141258232502104,
+ "Virtual Size": "0x5ab0"
+ },
+ ".reloc": {
+ "Entropy": 4.719816616755866,
+ "Virtual Size": "0x4020"
+ },
+ ".rsrc": {
+ "Entropy": 3.471815692049393,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 7.049152498387783,
+ "Virtual Size": "0x9b114"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ },
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by The Broadband Computer Co and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2d78b89b-4a5d-4d38-8c20-2baf76df8699",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "386D695CDF2D4576E01BCACCF5E49E78DA51AF9955C0B8FA7606373B007994B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "83B1D2B20830EE199D8845C999D4680B1B2B6D9C1F424DD13826DA3FA7F7139E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2d78b89b-4a5d-4d38-8c20-2baf76df8699"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "52a629bd-deb4-4e92-aa7c-3e4c301a086a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "00a62b0feb53c1c76e1e5246aab69123",
+ "SHA1": "4654356766b9e062ffd65fd26bf3d0916430881c",
+ "SHA256": "d87817f76309b1e420547808cb573aea0c8e7de14123793a42388582184286b7"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-09-18 12:30:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9840.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "ec46eab41a4c2ffd8c352d6e0dea430b",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9840.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2777dfee3c799f841a25c53df5d11e39",
+ "SHA1": "6a4457a8f18e185baf0a0352666728176d377faf",
+ "SHA256": "1ae942cee9560dc7ed300190c7efbe6312d44ec378914f3c09554d816a51b45e"
+ },
+ "SHA1": "5b65a8b1427f80e9c997bbad4e66dd36742314f7",
+ "SHA256": "e0df7ce01e42a61228f4005fcdb9c42675ff7280a0be9ec1c32ad9d5e0493f10",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.473253546138282,
+ "Virtual Size": "0x620c0"
+ },
+ ".pdata": {
+ "Entropy": 6.082213472250921,
+ "Virtual Size": "0xa7c4"
+ },
+ ".reloc": {
+ "Entropy": 5.415490038570185,
+ "Virtual Size": "0x99c"
+ },
+ ".rsrc": {
+ "Entropy": 3.47008160921905,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 6.474331847803071,
+ "Virtual Size": "0x171504"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "85443af0-4180-4b3e-978c-e3d8c8d35422",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "bc8921a85faf4205abd65c8b0263e795",
+ "SHA1": "b820221890353f2d702024c23c19cbf17ed25f20",
+ "SHA256": "5e67bf240b1d05f6f618908868a494c50a30ab255b06619fa28411eb260f674a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-28 23:57:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bf4168403960a0df177f58277f06250c",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "7c1182353e1a18467ac8596eb17c533e",
+ "SHA1": "3dbd444a114f18bb9cfb639f095ee5a0915ba297",
+ "SHA256": "3556b638af47e65fa07578b156ff85afa0145f715fc594c65a97aab98841c601"
+ },
+ "SHA1": "6a3777265403ea83fb91ab07988464303e66b172",
+ "SHA256": "669353cc31e65f896a755db94a045d9dc1b4a24baba14fce11d623bdfacec78c",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.269091289979136,
+ "Virtual Size": "0x564f0"
+ },
+ ".reloc": {
+ "Entropy": 5.536154915453736,
+ "Virtual Size": "0x7f10"
+ },
+ ".rsrc": {
+ "Entropy": 3.470992478914469,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.6503504605349155,
+ "Virtual Size": "0x12a444"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "347957db-bbbc-4322-a736-366891a369d0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A9CE2969A83982F80B6B2685568A7D6F8E58BCB5FABAA2F8168092175518A0C9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F736ABAB18FA867218E4FBFEAA8A452C3B55F2981CC7E27E6CAF1FD9181EF294",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "025ed4ef-d8c6-492b-927f-a1eb484d7b89",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "812EB0FA2DF13A889549729CADBF1720B68F6C9E21955741B72802590AF1B5CA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D0A3923ED57307BBDDA1ECF0FF1C40F478DD6F439F80A072508C3551520CD52C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Novell Systems and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "24b32147-9b69-40e3-a166-b0c457b3c371",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2F9A8EB6C8E18E7E118AFE9B51E233D88EC76C0EA256FF1F2A842B3A0EA9F466"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3F8091F700DA0DD082C6C06D0D3B68DB8D51FBE03198BBD6E4FA0D4A9EACA522",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "24b32147-9b69-40e3-a166-b0c457b3c371"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "9ad7a737-68be-4ce9-9595-30623e887396",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c44756dff66637b44b1180df93fecc70",
+ "SHA1": "502c5761b07eef8e5b1b90cd8465a36a115e339b",
+ "SHA256": "6582dccb8b305efe0bbbafdcc7d295a6a8bf1df0397e1a8ac736e9098a2a64c0"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-06-27 22:58:31",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20476 (winblue_ltsb_escrow.220627-1731)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6c1910730f135cbd5a78e3a48520e647",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20476",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "1d5beb0bd494d324fa663da050cc61e8f7f2ce92",
+ "SHA256": "77e2945b3a2b0d14e9943f90ddd7bb87dde9cc5d8be09f9693e9f4166769363d",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.413862912163844,
+ "Virtual Size": "0x6c830"
+ },
+ ".pdata": {
+ "Entropy": 6.079086771447321,
+ "Virtual Size": "0xa734"
+ },
+ ".reloc": {
+ "Entropy": 5.410822163532266,
+ "Virtual Size": "0x998"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723930407949566,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.493411591352979,
+ "Virtual Size": "0x16dcf4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "77a4c1f2-a194-4778-8074-4ba1d052129f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "26019df09c3d207b9be1a2f395b8645a",
+ "SHA1": "db3344e8cb837776d854dc6adbfa5473a19bd611",
+ "SHA256": "b67db8d53c925febadafce4356206c85f73e22456eae4ed6ee77f6a9e11a078c"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:10:54",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "b93d4a486013424efe0fb34668b50b85",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "71ff189bcbb7e43d0793a0efb827f7225fb122b0",
+ "SHA256": "4f3e97e36ec05236dc378c544310a9685d57409b87020bee731d7ddbf90987c6",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.287095365347617,
+ "Virtual Size": "0x5b510"
+ },
+ ".reloc": {
+ "Entropy": 6.7662012546004755,
+ "Virtual Size": "0x5d00"
+ },
+ ".rsrc": {
+ "Entropy": 3.471496237401348,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.632108331411666,
+ "Virtual Size": "0x130264"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4c9eca9d-f738-4fde-99da-f5f1536910f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A330FDE65C067A5F0B75C80D0A300767C301EB75E0CF9B4EE240F0D60B3DC503"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "399BDFB85E5A072F763B3692AC5B34FDB00D7C5DA4180219E99A2E0693D72B39",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Now Computing LLC and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "51d3afbe-d378-492d-86fc-3afcf9396417",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BC75F910FF320F5CB5999E66BBD4034F4AE537A42FDFEF35161C5348E366E216"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0FB12613BC1D4AB6FBB256574EBA9347AE3A87F96E4A3C259028B55CDE1D8053",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "51d3afbe-d378-492d-86fc-3afcf9396417"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "46e2d5a7-6b08-4c8f-b90a-dac8418621e2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f9dc5d54b477c66ca23b879546b650b7",
+ "SHA1": "6f16c59cb8e6b3febb9e73702914f06475dff19a",
+ "SHA256": "c3297e35c3a9efc4c051706aab77d29a26e62d9a38de256dffeb77a0eec8666a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-18 01:24:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16418 (win8_gdr.120917-1921)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "087617bd4578c903f0a66bd157217f0f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16418",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "1128abbba4480920fc7a0a772239cd1d132a1910",
+ "SHA256": "b65fe0af8297168749dc235340cba7c08cf6b956fdd25fc2c9f16d20da536713",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ ".rdata": {
+ "Entropy": 5.421083425321203,
+ "Virtual Size": "0x19b34"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4707832631070623,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94e35789-58de-436e-b04a-8a7b7ded8347",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B1B9ECCF585B11C5122651D7B94534BB131AA7C874E2262038B85DB3EE83E4D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "12A9833615CAABCF4F732C8BB088C83EC18C286EEF2332CB11F18529B676BD38",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b215ee9-89b8-4437-bd89-dc9fa92cb727",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "09F7699631C18DB0C33491EB4B3C65B8F279238C5FC5E3AB0BA52737DBBD26F3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "21BB3AD3C8E0198CA40E2636E5C3F27EAC047C1C0B39F19D81332FCA03DC4FC0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "365019a1-7820-4c83-a483-15dfd2ca466c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "288878F12E8B9C6CCBF601C73D5F4E985CAC0FF3FCB0C24E4414912B3EB91F15"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200730-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE09433ECE56EFB74EDFFB10BB4E2C05EF9FA3C37C5E60BD5E87FBDEEAB3EB40",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cddc9bb-dc68-4cd7-aee9-227b47b47966",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9414F5FA5853978C07FC6BB17A1CA9460FE443FFCA021FA52C8672A94460F44F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "413782A6CEE2CFF718F87A737CD989E2A6067E67212B575AD8A7D80B1A62F206",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "ce52a206-8cc9-43e4-9f5d-28b646502ac3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "664f6508818e109fb75fbe07061638e8",
+ "SHA1": "aecda4260dceeda535e4c967ed2fa9ae3c4d580a",
+ "SHA256": "52a3ca4db923c0648ac04be86ce02dbc6a3aaac8312366b106205dec6e2ca2d9"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-08-03 21:42:57",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16391 (win8_gdr.120803-1608)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "de3db6ac5d9d0d31d8668a74bc3332df",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16391",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "b2851fbbc75273998a8dd1aabed09efa961c050f",
+ "SHA256": "1604f70608f964d1a835c3f3a421e58e449774f0291ff134ac298364e8e3f776",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.324535468894605,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.359200628389931,
+ "Virtual Size": "0x122aa"
+ },
+ ".reloc": {
+ "Entropy": 6.124520370323963,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.470885485377943,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.642283438119681,
+ "Virtual Size": "0xdd276"
+ },
+ "PAGE": {
+ "Entropy": 6.499448286436215,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.57198166568606,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9d219a02-b011-4466-8b2c-6fd725593454",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7C7372A60D71E04879B8930C164944D96D3753E0A2924A31231D1D5FB97882F2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4155DCEAAF889DE79ADB9B2130F1CF23AADD24080C2B2C1EC5F4C359C52A8D7D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "670b1089-ea21-40d1-ac0a-1dc0adeb7b05",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D9668AB52785086786C134B5E4BDDBF72452813B6973229AB92AA1A54D201BF5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "30A947ED2F95D0E7F2746F3A4F3C458FC64554295BA5B4C302FE0EE4F8027C0C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "670b1089-ea21-40d1-ac0a-1dc0adeb7b05"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a4cfe78-97aa-4d04-a049-9f0c2d3869c1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3AE76C45CA70E9180C1559981F42622DD251BCA1FBE6B901C52EC11673B03514"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D8C26A5324CA74212B59B59BEF1BC33FB5B6946DCDDE84414C60A2E315EDE741",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9a4cfe78-97aa-4d04-a049-9f0c2d3869c1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "67ae7723-5130-48c6-b24b-22a876c9c2c0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "339C2BCF0445BAA7345A02CDE505E172D24CC9CEA29A92EBEE3F3901693FD2C8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C58ABF55F773FEE60CDB21D01D02229C4A3FEEB29F5D904CEB3106BC4B435EE7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1533136590.3beb971-0ubuntu1/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "60383f5c-6dcc-4df4-aad0-510733820a1b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "752f28cd2893f6dc4e568c9a15f6b456",
+ "SHA1": "22cbe49e2494a44bf823958840b6e1291ffe6d11",
+ "SHA256": "3e333de87d211247b2ab00093cab48f6069d718afd29e9917a3d5f60e87557b6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:39",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "69b63c494c676d3a1013a775b18568e8",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "09c724498ed275fb4a76f04700f5b2d39413405f",
+ "SHA256": "953a7719b50073e701730fcff79b2fee7054c72c54d1f0b0f2571d3ce7fdb925",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.297966843937964,
+ "Virtual Size": "0x22bbc"
+ },
+ ".dynamic": {
+ "Entropy": 1.3813806548581444,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.40137747298349,
+ "Virtual Size": "0xac10"
+ },
+ ".rel": {
+ "Entropy": 3.630273097903543,
+ "Virtual Size": "0x9720"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.791450448387524,
+ "Virtual Size": "0x9a39a"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 5.2274469074374705,
+ "Virtual Size": "0xde"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "063ad364-8db5-4bb6-a731-799b970cf900",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FFF421A9DCD3EF38AD585E8BACA408AC2E4CDBDFA679900EC17089624E310ADA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-shim-20200726-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "96DD3FFBAB73A9DAA0CA93C34C4EDA5BD9C8AEEB0480C1A3BD93131F44CA9A29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1a268d88-47d0-4204-ade4-ed6e4ef6028e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D79651AA3A0491D33B7979F5B41936F8ACEFBA99BBA10E05FD6F54E2859CC589"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B510C9A79CB6CE1BC37912839AF57B453CC4A77C3D5DCC9935F8CCFF7C81F9FE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48d8feab-a988-4578-a65e-c6ba5f43ffac",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "77CDCFC9644F8F80FF407CDE316AC235DDD1ADA9C3B6A5AA9544DB2D64B79FED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "ABF6F968CF9ACDDC04BA5F287F857551CC9D3237CE402D527279930AB5F84894",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "d2c1c960-2c20-4647-ba66-d3c5d3385cff",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1730c4cbe167c78763e0a6e4211a55a5",
+ "SHA1": "62e70e5fd08037f8e32f298c8d9614535afbb331",
+ "SHA256": "da9943277174960b0d7d3f0d656176f3723ed2f03a90518beb3c6c202b88cc14"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-09-20 08:18:08",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18478 (winblue_ltsb.160920-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1854d98bc963a9a82e0d9abef6bc3873",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18478",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "dfd1cc6207f892703292d88a29f587db858fc0eb",
+ "SHA256": "dd3ca7c4bf6698e7d72f6c2fb0eb59997336c294d604062ef495ee8e1f49931c",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.536862186949299,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.113198153724958,
+ "Virtual Size": "0xa53c"
+ },
+ ".reloc": {
+ "Entropy": 5.391748979025571,
+ "Virtual Size": "0x960"
+ },
+ ".rsrc": {
+ "Entropy": 3.470966782245555,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.491145372503799,
+ "Virtual Size": "0x16a6a4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a34d1cd4-ad9d-4dda-8e4e-ac86e42a6d92",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF6EC4F50BE2A4B7657F0397BED483BE143A18883615800A65A64B7E84D9B858"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "331A6D1D07B7A19AB36312AB8303C9FA5B5D2628B6EF5C593846B6F4B824059F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e2313b7a-714a-4e2c-a692-4259f9bc3b0c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B344D2F33E30A25EB927E4C1A419D019ACCFA8249A5CE622B8E7C7D8D5807A00"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C190FBE65C28E7DBCA5AAE188C368CAB9A43ADB7F3B010843086D6DA77C3A6E5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "cc55f472-e9c9-493c-bf44-98d528441570",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "eed20fa5bc02fa6f0c7e5082c633e31e",
+ "SHA1": "01419f5ba84d07eaf079e2c69e8655471028081c",
+ "SHA256": "9335c9dd7001a2ec4e322ab6a2d11e6c4cd4ef1644c00d6314b7ba5a26f9eb7d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-13 20:16:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16416 (win8_gdr.120913-1502)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9c77b23f662f4c5cf1da2ec62ba6fd2c",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16416",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "0f6c22e7f48505d3c4cf28edf541e69a72f4cfed",
+ "SHA256": "5f3952cba19c9f225aae8b57e57c7e20505ac617aeca845a8b5cde4994405c92",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.359740869045908,
+ "Virtual Size": "0x122aa"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4705699295441637,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-8.3-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fbf92874-0ee4-4c8e-9dc5-ab73b6bb4010",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06C670F8572BF89ABAE13D14D81FFE80D5550F696862B1AB386E4D8C56B02016"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-8.3-shim-20200726-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1A9DDD9AF383AD81787CD7C6A6DC8C8AA86CD995157C32AD476B60D2C494F7FA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-8.3-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a205120a-b99d-4e65-a96d-b8092539c1d7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0C51D7906FC4931149765DA88682426B2CFE9E6AA4F27253EAB400111432E3A7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CE7F3FEC8BBB04E182027DD6800B7993E9F14EB579504DDECDD2F06294D7739",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\miniloader.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "82bfbd61-4cd5-490f-853a-3486090e0d3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "90AEC5C4995674A849C1D1384463F3B02B5AA625A5C320FC4FE7D9BB58A62398"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "miniloader.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "61F2D843B99AC93FA2ED40A50E5C3F0EAD7C75894BB92C32DF33052804CFB77C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "miniloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Cumulus Network and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d7cc6936-4efd-40a1-bef3-ea4da008ae4c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EAFF8C85C208BA4D5B6B8046F5D6081747D779BADA7768E649D047FF9B1F660C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E4FF4E538B4758E8E49010ED16D6D5380417B146F3E8806ACB3AC40611646FDB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d7cc6936-4efd-40a1-bef3-ea4da008ae4c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "293680d1-928e-47e7-b45b-421122787ad8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C05B9250BDA8E86B6E5C6A8C584F0F61B4A3D243689965B5A955A2CB198D1E99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "66CC4EE53DAE4DD746AE6D8B58B858DDDF1634A498D5EF41F50264E6F948F526",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c1e70cfa-8b21-4b51-8b94-9a06bb4b5550",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06EB5BADD26E4FAE65F9A42358DEEF7C18E52CC05FBB7FC76776E69D1B982A14"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "608854C2B7A26B00A3970757C2FA176B361F74FE094F7CFA482C439071279548",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c1e70cfa-8b21-4b51-8b94-9a06bb4b5550"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "66d407b1-5e65-4314-89c3-cc6dd5c10d59",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "28CE0DAD50730900C5D18CC58D5255293452CA37D764868C16EAA9EAF6BD7C83"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EBB480F63BB81A4C88F42E97A1B40DAB2EBB926A358EACC1C52A5DB88A2BC6CA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootaa64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34da0cf6-14d0-43a7-8e56-ea63c3b0c1bd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D465D63B0384F16A1610B0A86C5D73B36A33709828DE8FE26DBAC6DC6EFA007D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7CEA30E7B024C8710F9AE5C1302545CEEAF23B8DEBE362FB26562ACDD807325",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "261d9721-b41e-4711-9ec1-d46057b9c56b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "97A51A094444620DF38CD8C6512CAC909A75FD437AE1E4D22929807661238127"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "424C636253B4EFA0C69F91505EE16D7079956B8EDE4524FFCE211A1B037FF692",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "261d9721-b41e-4711-9ec1-d46057b9c56b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "635f3ff1-ab0a-468c-b6a3-6a8aa39301d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "576bde13122eaba63fa0734baecf5a48",
+ "SHA1": "cf7b3cc939f51462213b3b05b81fbc42ee05afd8",
+ "SHA256": "e2cf881cf07195454505047d74810ed79ae20dfd0f1593afbbf08270a486c038"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2017-03-25 11:35:17",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18639 (winblue_ltsb.170325-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "83e596b8944ed413e5bbc0c51c0b64c6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18639",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "fab234f84e488343ea0f65072d8785217cabef40",
+ "SHA256": "165a5dcdea3a7de7cfae38298597445eba59282308c7243be50f568aa610f4f2",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.142432235727058,
+ "Virtual Size": "0x5c7f0"
+ },
+ ".reloc": {
+ "Entropy": 6.764072371259567,
+ "Virtual Size": "0x5d44"
+ },
+ ".rsrc": {
+ "Entropy": 3.4724787157502846,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.635628506909973,
+ "Virtual Size": "0x130364"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Signature": "bd80b589ac202a8c57028b505da374963d49e555f4d7fba7ec9c9b645e2c3cc1b869ca054fce40a3953a4cae404cf07bc8f52e9408afa7cf74f03c131aa37e26eea21fe524bc06fe6bf59c1d510cc505cae5e385344eb27a4500ac119b30d5a54c5ae9c249665539cbf51fb8680a5311ee884d3d4a2c38a8e6e170f7c9f94aa821f889f4ef7733ca24c6ecc56105ec5b39f8609dc897a2e7deca1c32d696208e8b92a92419b386e3714c104f01a54b619de5afb79db9618e7f90852b33228d4ae67d6e74b3c55ad9f6f41b86952aed4d73efe4e09f36d2ce97679ce82ca30d073a1dc401342b1b255abaa86b506d8344fa287e2a1214e2d3b98dfdb9c6d85fda",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "dde4566ad877cdd7257537c5a15caff8",
+ "SHA1": "61ccf092df4eb7534ffc8df983b362e10eb895c2",
+ "SHA256": "0ae3a29cfb54cd16c853b2246cc428219bb87f7e4ea299b0374b2ac43f2a61d8"
+ },
+ "ValidFrom": "2016-10-11 20:39:31",
+ "ValidTo": "2018-01-11 20:39:31",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8a6aa8d7-205b-4747-aa92-8b526be3b7d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "45876B4DD861D45B3A94800774027A5DB45A48B2A729410908B6412F8A87E95D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "29DA5912698EE1928C239D394EF95A4BEEF0DC59262B6BFFEC24FA205C4B8A10",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8a6aa8d7-205b-4747-aa92-8b526be3b7d2"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6f2d1488-6c25-477a-97ad-e0a570723b20",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "90A483526B4238C55BC5DED289D7C1D376109B9D5F3E93529EDA75C4D451523A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A8CE55447F57564F1CE95A7B3C505A7996BDAC4A06710DD101ECD5B818653E27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3939d676-6d9d-48b4-8be9-d7d7f3528c08",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C127F0EEFC2E451989D88E4D1DA8A3B08CA9D5884987A6157E04E9A71C01ADFC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EDFFF0969567FF1C1867AA921EAA5CF4C65D20F0511BA7EE7328F7B67238DF53",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3939d676-6d9d-48b4-8be9-d7d7f3528c08"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "b42db55a-4520-493a-81ec-42002887ea96",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "caa781731a9d13ac418d97ec2cccb8f1",
+ "SHA1": "7ac2da2861fe7b90862a27b63629d8a9ee58d97d",
+ "SHA256": "7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:24:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f0de7a661590f1c33de0b80676e8827",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "003454b835a5ee7ee200f9cb4e68b071e2b8e69b",
+ "SHA256": "d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.464601076751779,
+ "Virtual Size": "0x65010"
+ },
+ ".pdata": {
+ "Entropy": 6.017575781905406,
+ "Virtual Size": "0x8eb0"
+ },
+ ".rdata": {
+ "Entropy": 5.427514584005019,
+ "Virtual Size": "0x19b14"
+ },
+ ".reloc": {
+ "Entropy": 2.715757042100683,
+ "Virtual Size": "0x1ad6"
+ },
+ ".rsrc": {
+ "Entropy": 3.47211306543629,
+ "Virtual Size": "0xfd14"
+ },
+ ".text": {
+ "Entropy": 6.481657238537085,
+ "Virtual Size": "0x10a5e2"
+ },
+ "PAGE": {
+ "Entropy": 6.514627558721207,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357861791329596,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "27ce9422-3805-4231-8142-aa0976d3686a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A4D978B7C4BDA15435D508F8B9592EC2A5ADFB12EA7BAD146A35ECB53094642F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EEC3E281A5545CAF11EC02BB0DF159DA19698E639CBA0190A0AEC9AB09296BEB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "454bb2af-6ee7-483d-8a15-73f2fec386ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2116183BBAB5D6964C001C931A09ECA1DC0FD6651A61BE4A8A9548DC476B90B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B9401C47B0837F1FA315F2F29F304ED360B5B2E2843141367562B60EDB1CCA9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d0f8d27f-26e3-4500-bcb8-dab29c667c29",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "400AC66D59B7B094A9E30B01A6BD013AFF1D30570F83E7592F421DBE5FF4BA8F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0742A120E871BBB67D6947D05E9301CDACBCCB4AF650464F996B40352CA9699B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d0f8d27f-26e3-4500-bcb8-dab29c667c29"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "52f8c789-bc20-45cd-a1b6-8a564b18fff6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5557985ad6236a2e6f4dc5efcb052bd7",
+ "SHA1": "36f2525fb6ae3fed1191d10ae9b4a524fe5914e1",
+ "SHA256": "6efefe0b5b01478b7b944c10d3a8aca2cca4208888e2059f8a06cb5824d7bab0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 02:40:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "6d83b980fd7541fbe793a891b95d5621",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "224b166130e25c00ac9a6c33d7816acc6b98cde5",
+ "SHA256": "d57f40a0e9018765cd79393a0d57d8e6d6d880d93b95fa57cedbda5a0b4a1ae3",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.419173693560442,
+ "Virtual Size": "0x2c518"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2164293589099726,
+ "Virtual Size": "0x10230"
+ },
+ ".rela": {
+ "Entropy": 2.655945791385897,
+ "Virtual Size": "0x1c548"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.61945309796477,
+ "Virtual Size": "0x9be5f"
+ },
+ "/14": {
+ "Entropy": 5.255022427055196,
+ "Virtual Size": "0xe4"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 4.837270867662857,
+ "Virtual Size": "0x1ebf8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29221f48-fbc7-4db4-8fc6-86f1e3e137b8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2A92103865FB60FC84D357180CC7DB45359B04AD419E8C4FAB74F7143FC0655A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3A5B30A5017105C4CB30A0793FAE4600BF4A1A442D85C79E98405DC0083DEB8C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by TrueCrypt Foundation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5abbd1d8-5850-4e54-9375-6a9639a8db58",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "77F55C6E07D808021F9E66017605D8B2DED6C55944693641902C4CE821E37878",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5abbd1d8-5850-4e54-9375-6a9639a8db58"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "add3eacb-c3b2-4adc-ba76-49ddb1af2ae3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EE83A566496109A74F6AC6E410DF00BB29A290E0021516AE3B8A23288E7E2E72"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FCCC2A01967926437DC0F5F49C6ACEED4DC67EBD7E99169023B5F89A7264CB98",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "add3eacb-c3b2-4adc-ba76-49ddb1af2ae3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "854018eb-0eb9-4c45-8c0c-edb859445cb9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "be4303f658c8f9c5541a6bdac9dc2c2d",
+ "SHA1": "faa088677fbfb6eb7266526835f878855ee767d6",
+ "SHA256": "cf3f7c24af6d46e133bb6a936902a47413394b2a8addc63a8890c75eb7c3a6c7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "87e606dee08705c7ac75737a83a6e063",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "56ebc1fe5d75203a8fd8669eb86d80cda4c13d91",
+ "SHA256": "6a6f1c13eefcba07c0fc8aa0b70ab6fe2bc709a9eaf83090b735fec8e0dd576b",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.364024351542338,
+ "Virtual Size": "0x2295c"
+ },
+ ".dynamic": {
+ "Entropy": 1.3647139881914778,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.399390751124498,
+ "Virtual Size": "0x9370"
+ },
+ ".rel": {
+ "Entropy": 3.5319998815880522,
+ "Virtual Size": "0x9048"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.843735832527754,
+ "Virtual Size": "0x94b97"
+ },
+ "/16": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ "/4": {
+ "Entropy": 4.855334501626881,
+ "Virtual Size": "0x5c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb08669d-8b82-45b7-8fc7-ea815f96e336",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1DA53F3A2C7C41C93099737266B5619FF616A433FB3B870234622D7AAFAB9A7A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BD6E8218BAF3A86090201D6A118858CFA5F63AA2732CC880DADF39A1609F12E3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "120f5dbe-0a55-4b54-a42f-e51cb54f75c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F964730CFB7B8CEA284E2E810212FF9B0EE18227F64427A095D6886493DB0C4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7294F03850C2084A287FAEFBA778592D9D01E5062DD2E980537E39FDBFE20316",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "c8440951-fa74-42e2-bee5-4a70db2dec53",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "450c5929a254f83c3fcfa056b9ecb5f9",
+ "SHA1": "3f62302d8c036c7d2d4ae6a47fc8439028871808",
+ "SHA256": "84d75f7a8913d66db946eaf1480eaddec3063d27a6f625f040b406718abcac44"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2017-03-25 12:33:45",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18639 (winblue_ltsb.170325-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "958ceee3668f4eff01fb29d03518b49e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18639",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "0213406b236ee5c1f1e4fbf0101d24cc10ab7e24",
+ "SHA256": "fe26e6c2bc5ac4357e6657624180ca1e946d6dabe79cdb098d7b8b4e440851aa",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.389366981443705,
+ "Virtual Size": "0x6c590"
+ },
+ ".pdata": {
+ "Entropy": 6.102700785324201,
+ "Virtual Size": "0xa554"
+ },
+ ".reloc": {
+ "Entropy": 5.400761827022373,
+ "Virtual Size": "0x968"
+ },
+ ".rsrc": {
+ "Entropy": 3.472082202305419,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.4910310466732115,
+ "Virtual Size": "0x16acf4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Signature": "bd80b589ac202a8c57028b505da374963d49e555f4d7fba7ec9c9b645e2c3cc1b869ca054fce40a3953a4cae404cf07bc8f52e9408afa7cf74f03c131aa37e26eea21fe524bc06fe6bf59c1d510cc505cae5e385344eb27a4500ac119b30d5a54c5ae9c249665539cbf51fb8680a5311ee884d3d4a2c38a8e6e170f7c9f94aa821f889f4ef7733ca24c6ecc56105ec5b39f8609dc897a2e7deca1c32d696208e8b92a92419b386e3714c104f01a54b619de5afb79db9618e7f90852b33228d4ae67d6e74b3c55ad9f6f41b86952aed4d73efe4e09f36d2ce97679ce82ca30d073a1dc401342b1b255abaa86b506d8344fa287e2a1214e2d3b98dfdb9c6d85fda",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "dde4566ad877cdd7257537c5a15caff8",
+ "SHA1": "61ccf092df4eb7534ffc8df983b362e10eb895c2",
+ "SHA256": "0ae3a29cfb54cd16c853b2246cc428219bb87f7e4ea299b0374b2ac43f2a61d8"
+ },
+ "ValidFrom": "2016-10-11 20:39:31",
+ "ValidTo": "2018-01-11 20:39:31",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000001066ec325c431c9180e000000000106",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-opensuse.efi } }",
+ "Description": "This was provided by SUSE Linux Products GmbH and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ce34babf-0f03-4d6d-969d-e063648d5dfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F5E892DD6EC4C2DEFA4A495C09219B621379B64DA3D1B2E34ADF4B5F1102BD39"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-opensuse.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7B40290ADE5BA3316AFC08748CFAB5AE79FB30BB8B5972766D670C3887E3D294",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-opensuse.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "79c58c75-492b-46fc-9788-59514261788a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E637002526221BC32E477455B12F864F20B27C44679A2E78E5C56DA1FFCE8B41"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E1A44BDE59714FE31A77476FCF73CFB784105333F05755D8F1C05EDE4056D4C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2e98c935-fda6-4fc9-b635-47a7d9157a02",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A48B5E31477DA248680A8935D1E5E630E6FDE22277F9635DA7D6F7F9AA17E34A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6F807D4488F132AB873DCDE8EDAD2875961895E503F263B86BA34958A290618",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1552672080.a4a1fbe-0ubuntu1/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4c768cdf-df02-45b1-9342-63389224b997",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7B94F0505F37B19B432ABA08BE2E3E003038C02CEB531E169D460DB60C351649"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "593148805FC70C5FBE0299A185DD367DF00A8E7AA95242C90C6567A73C1CD259",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "90d2feb1-4600-4854-9a4e-fbf54b14c72a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C9F9C03434997FBD0FBB698DAC556264EBE967F948A97978A0C32EF85F94B188"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1E75347868FC5FDDD501E1E2B56C7D511030513B0E9F45DC074DC562F11590E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f907fd87-1f8a-4a91-8ed1-e74bf106b15c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9DD2DCB72F5E741627F2E9E03AB18503A3403CF6A904A479A4DB05D97E2250A9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B40F5FF7030848DB736573E06A1A1C5BF49F119E66DD0BA7E48E2651E2CE7059",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f907fd87-1f8a-4a91-8ed1-e74bf106b15c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fbb59470-8b0e-4ad8-8692-e8a3e1c4df8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "94dfb76b94c30266578ce327901ec791",
+ "SHA1": "909d4c9217388c496ccadd8e1ed5aa58766a60bd",
+ "SHA256": "f1863ec8b7f43f94ad14fb0b8b4a69497a8c65ecbc2a55e0bb420e772b8cdc91"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "d55f2dc318b152d9d722021bf8376658",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6b4d5fb92240528828725c87f1c2f7de1aa7e7f5",
+ "SHA256": "f8e2a41c0444d7da76fc1682f3eb7e2a90140e1b68b413f4426bac357cbe14bb",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.464961714868577,
+ "Virtual Size": "0x295e8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8257898339361436,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.21037984522559,
+ "Virtual Size": "0xeda8"
+ },
+ ".rela": {
+ "Entropy": 2.6505568397234684,
+ "Virtual Size": "0x1adc0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.639710840411351,
+ "Virtual Size": "0x94dab"
+ },
+ "/14": {
+ "Entropy": 5.2645431551668285,
+ "Virtual Size": "0xc9"
+ },
+ "/26": {
+ "Entropy": 7.349457523109135,
+ "Virtual Size": "0x35f"
+ },
+ "/4": {
+ "Entropy": 4.84673389141427,
+ "Virtual Size": "0x18858"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3fd56670-7eb8-406e-af51-68998459de7d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E226D6F3A332238FEE8A42A8FD57E8B009725DB5F8DF4DC1CB54F17C6F47A9C7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "894C9E5370DA9DF83426F92C42CFDC5D79CE004ADBD45A7663E9F5E9A6A198C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e7f84927-3fb4-41c9-b2fc-e87985cfbcc3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AF3BBF0C275BDD5EBD8A87F00263847485572F8A983DEF0EAE9895CD93D7FFC3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "94F92895ED36D4EA45B0942E755640420AF5CA3B8E3EA855FC6A39C9A3661666",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fcbb1d82-1e57-4ca2-8679-e366cd7cb4e8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "21F27D89F2E77DEE7CD4336E3A3ADE362A2AAE9FB2EFE2079491A518F3D51FED"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "355B0240DD31FAD0ED13D77B7F880F8EBB32BCC72F9667BECBA3263E099DF378",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1f0649ef-7118-46ab-b168-e4b9736bcea4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "85255700890931C5B71A73DFF09EA5125CD702EA65F45B4054C1463E00173FDC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3F5AFCDADFA8F590C39764BD9A31CE160FD7A929654491154AFD6738C0523D2C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "61d9e3c8-8cc0-4c53-b886-e6e2e676f475",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4EE45A217B38A8C13777DF0860F1255E52BAF3CF9D075373E31AD7E2C85E2CDB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA909ADBB83E05F92BA2E1144C6A33CB320A760409E1015B00A9EED666063510",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "61d9e3c8-8cc0-4c53-b886-e6e2e676f475"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "224dff2d-8d29-4951-b7b7-4a0cd2c18dbc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F9602C123A090BB0C4C3B69662BC52D675A0A4ED444D1C1E0E26C2B0DC3760B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7429F9578205C654FC25D2FBE8B6F27D8082E049A962982EB70F55DCA02BE882",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4feb177a-ce68-4853-9874-5b834a0b9cb6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BDD4086C019F5D388453C6D93475D39A576572BAFF75612C321B46A35A5329B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3898A72298BBF39E2E9B268DA9661B47B6AC5C160518089E27BF8DF25B77D584",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "a434e53e-5631-4181-bd2e-47c546370f7b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6d00124e9f1f50bf046eb6e5151c9e97",
+ "SHA1": "2121406a967bcc56cfb20b53b60f255d950862d5",
+ "SHA256": "f51bc0b8fce1bae71b76cb3ade28b712669d4e938fd37c9f5872493acc25fae1"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-20 00:11:29",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20521 (win8_ldr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7c2bf377d0edb86f010d202d48024145",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20521",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "5dd4309442a74a780e3e099f0625b1eed2e54c25",
+ "SHA256": "ec89ddd37880430cd5242f5f15d13f4cf699f50dbe04643e5b70093631608204",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ ".rdata": {
+ "Entropy": 5.4212846406362525,
+ "Virtual Size": "0x19b34"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.471043136394146,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "66da17c5-7c1b-43c3-8520-4d3efea91899",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a0455533de7422bc348d8c282d26254d",
+ "SHA1": "f8f7d3c1f985120b648ab2d7daedeb98ed618189",
+ "SHA256": "16598ee39b716ed9e4765a44abf86906c9b25c25abf631cc78ece6f7211b0365"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-08-06 12:01:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18006 (winblue_ltsb.150806-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5624304dd2172b7edb81741a5e7d2d06",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18006",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2fbc53c18b773e0990639d636825b0ba",
+ "SHA1": "2a1d3ef0d46e4b8b403cdf0c29bcefbe41250cb3",
+ "SHA256": "d1a38cd90fba6fb39948b1c0ee836f9542268bb74c4379963c2920d11f696f22"
+ },
+ "SHA1": "5ebb525eefc7d35d664bf29bf8fbff40832dcefb",
+ "SHA256": "0e93c368f8177bc0fe1a09d79b897a94286f3c374a18a40522c3358cb627d7e2",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.538102764163199,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.088085457252306,
+ "Virtual Size": "0xa518"
+ },
+ ".reloc": {
+ "Entropy": 5.3873912473580265,
+ "Virtual Size": "0x960"
+ },
+ ".rsrc": {
+ "Entropy": 3.4709407525928864,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.490130132913895,
+ "Virtual Size": "0x169ab4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "ac6f3137-42fd-46e6-8cfb-a22a6785d529",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "de6894cde22aaa436aca77368eda64f9",
+ "SHA1": "da4574fc375ca85005e13c0210a0ed8397b51121",
+ "SHA256": "6ce1f2986f0c46683ba07d296d0a84448ecf76c69db183fe29c36eed8f8e8f2f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 07:49:58",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "1ee7ccaae6df60e3e850ae6c4a3b7478",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "810d7ecef2570772d2b70facfec1a6028e4bd611",
+ "SHA256": "566ae5fb2f355b2c03ecbbab4770e92856b0d1c3d659fe0c11263f1a5f8d7086",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.28434417329483,
+ "Virtual Size": "0x5b4f0"
+ },
+ ".reloc": {
+ "Entropy": 6.762930538535226,
+ "Virtual Size": "0x5d10"
+ },
+ ".rsrc": {
+ "Entropy": 3.471459084643445,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.632717954879298,
+ "Virtual Size": "0x12fe54"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d50e4193-70d2-4807-9bc9-671894e82df9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "7f6637b50f8043e83815eff4f6f6425c",
+ "SHA1": "9519b7ba40ba48be3ef06c3b4c09169824e35bb9",
+ "SHA256": "7f3bdd2e92ae417b2143cc993c7fe48d9363ffa65c9cc461b6a407a779998174"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "7de3ac2823e2f7c241f2b181a8417647",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c3c4d0ccdc07c03c20f133f9f65f6f12accea87a",
+ "SHA256": "c7d9dab91b726dea5abaa893d8f60bd4795f489894044dc56a9d3aad9cc49740",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.362038159088457,
+ "Virtual Size": "0x229bc"
+ },
+ ".dynamic": {
+ "Entropy": 1.3647139881914778,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.405087128822569,
+ "Virtual Size": "0x9370"
+ },
+ ".rel": {
+ "Entropy": 3.534994670132211,
+ "Virtual Size": "0x9048"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.844138421048036,
+ "Virtual Size": "0x94d37"
+ },
+ "/16": {
+ "Entropy": 7.340161985642677,
+ "Virtual Size": "0x3e1"
+ },
+ "/4": {
+ "Entropy": 4.855334501626881,
+ "Virtual Size": "0x5c"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "51f20c00-6e15-4b45-852a-8f62e6f55436",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23142E14424FB3FF4EFC75D00B63867727841ABA5005149070EE2417DF8AB799"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DD33B966BE5F3882EED189E583AA4CA4D28E74B356DDEFFA164234DD7E89ABCA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0~20120906.bcd0a4e8-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3645f533-8562-4958-aaa3-7e5924aadd8e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3BE8E7EB348D35C1928F19C769846788991641D1F6CF09514CA10269934F7359"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7094801F966FC5C253DBD17066AF5BBCB3AF5E281D0A4DAB24E30C7A4B0FB12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3645f533-8562-4958-aaa3-7e5924aadd8e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf069911-444a-4972-8961-140fd7897324",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A7DFCC3A8D6AB30F93F31748DBC8EA38415CF52BB9AD8085672CD9AB8938D5DE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5D6A0CBDAAF188974E98ACA06E664B4AE98D458327717A20B1FF6C80518EEA3D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf069911-444a-4972-8961-140fd7897324"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "216969d0-1120-463f-a8b0-f8832f49fe39",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "947078F97C6196968C3AE99C9A5D58667E86882CF6C8C9D58967A496BB7AF43C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "487DF121FD496D9A443C3598DA3771FA187D408C589F4CB990041E546C529539",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "2e84c348-bc0b-46e8-aad0-77b20e8c534e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "041babadd6d890113ca977dc8c8783b0",
+ "SHA1": "a19c725dbf32822ebedb4b356cff0eb02d6d9c8e",
+ "SHA256": "586898c60cff539b76d23dbf2c92e4105f6a7549e13f53d293708b793ca90d2d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-09-29 07:59:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18067 (winblue_ltsb.150929-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c1feed742caf34c142f70956e0c1259b",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18067",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "bea299106bb70032737ee0f38109e096",
+ "SHA1": "65f3332d76faa2a5ae73e63d26bfa69503b6c134",
+ "SHA256": "b6ad69793fc6b368aec09ba17c870dca193917afe40f10691983732cb4f36a5b"
+ },
+ "SHA1": "0e2909e38cccf18e7e44be9c12d9a4856a38b512",
+ "SHA256": "e35cc798f138406bdc5e793574f62fe3be4c7dd6424aa6825e6ec7b2a345b591",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.285987336724433,
+ "Virtual Size": "0x5b4f0"
+ },
+ ".reloc": {
+ "Entropy": 6.762931731511957,
+ "Virtual Size": "0x5d00"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716181867603395,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.631975040652875,
+ "Virtual Size": "0x12f284"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a544e544-0e7e-4fcc-9195-e10564ba5674",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7F49CCB309323B1C7AB11C93C955B8C744F0A2B75C311F495E18906070500027"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3D3434BC5A18F072D4CF59D5651F9CE05B61B6FC3C21EBBCF371777AA1E1E1D5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a544e544-0e7e-4fcc-9195-e10564ba5674"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ac900b72-efdd-4779-9a1f-401949c3446f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AD16DE1E2BA27196395124683B80EFC186EE7E51D434F8FF67D973F46E8E602F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F4F5C82CD7BFA5294F973385F7F2FBCAF3AFD3748952B06692C085792BE146F7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bfdc85a7-3cc9-4d18-b798-0fd82f9c5e85",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "64CCC886EB99C30AA808E5CA9BD371577BAF9D3FA0E450118464F514B47A028A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "78D6FDE56994BCF26964ED51DF446165DAD66BCB0BC6792B9EDD2850F19DEA4F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9517d1f7-d485-4c7e-95b9-bdf297b342e1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA44BD2BB872DD6C6A8687F65CC138585A963473203D6F3F64770E5365812630",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9517d1f7-d485-4c7e-95b9-bdf297b342e1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTIA32.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8cb4f77a-a709-4aa9-9563-a21d26fc900f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "14a8d4ab1ac048531dc075cda647773e",
+ "SHA1": "32aff74e8078b1833eba455d0c01471bfef3164c",
+ "SHA256": "b7d3e3c4a930fffcdb184619534ef7c3d45435ef97f7988611714f5523b207e5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTIA32.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "ee4b2aa959df5211204c6165df138ecd",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ef1dd5153ae097116a870b6b3571aa1f2f99bfe7",
+ "SHA256": "67fe6b4b726451375e2dc3f87a0954cd01083fb4d8f4fb074bf699536450af04",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.332540470834759,
+ "Virtual Size": "0x2173c"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.390507192181948,
+ "Virtual Size": "0x9380"
+ },
+ ".rel": {
+ "Entropy": 3.546798440654089,
+ "Virtual Size": "0x9718"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.774188637561653,
+ "Virtual Size": "0x92b93"
+ },
+ "/16": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 5.040573517037893,
+ "Virtual Size": "0x7e"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTIA32.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "d01601d7-2e46-4b78-801f-d260597e9b74",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a1f22c60755e8b4f85769168e7799133",
+ "SHA1": "0cedc7fa4d3c732832d1961814a6107a9e7aad91",
+ "SHA256": "b97915da9f05277fa5687f8c41132df69152517f2ba252d466395b40d4f2d155"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-29 01:04:04",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16415 (winblue_gdr.130928-1658)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "5692b49c53b4401e76a43c82d7d496de",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16415",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "476ff7a2afe034c2194a948f1f780094",
+ "SHA1": "1a999ada5820fb409ce7f2ec343e215caf2e07a4",
+ "SHA256": "802de9524cf6556e6464828cc411f87a8fb3693742c5515126eb511122e9086a"
+ },
+ "SHA1": "6308e47e8133dfe6cf9532213c65b964acebe111",
+ "SHA256": "53af0ddbd3c4d33bd003403d8c9b41877e07770d3e789c781e5897858585e299",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.529158876011279,
+ "Virtual Size": "0x6b230"
+ },
+ ".pdata": {
+ "Entropy": 6.077805756878547,
+ "Virtual Size": "0xa3c8"
+ },
+ ".reloc": {
+ "Entropy": 2.3400563322102284,
+ "Virtual Size": "0x2000"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716247871437864,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.501382294444077,
+ "Virtual Size": "0x164d34"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ddecc35f-2233-4894-86d8-69e6e473943e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2e2ee7180f421c97f27615cef8531dab",
+ "SHA1": "2375db1ba66ae1873c8f31b76f305ec8bfcbf3c2",
+ "SHA256": "c4ebdc43048c43f5f11c59ead051a3585a07fafce985cfed8b27b73a5492f9b2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "ece26d0686590a1ae0f950a412ed1a10",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "15634f8fd748f28e29e4b77ce899a6d561576240",
+ "SHA256": "52febd655c84f4557de0ca35a236d468c03fa3bd0f51f54c31b37db29673da3f",
+ "Sections": {
+ ".reloc": {
+ "Entropy": 6.810300778659803,
+ "Virtual Size": "0x18f0"
+ },
+ ".text": {
+ "Entropy": 5.757847859456988,
+ "Virtual Size": "0x232a0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e950e347-4bfd-44d7-b2c6-7dbbce0f2667",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C69D64A5B839E41BA16742527E17056A18CE3C276FD26E34901A1BC7D0E32219"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA8DB86BE59A48E4C525DD468119BEBA1D836CE4293C76E4B736902D1AD62F27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e950e347-4bfd-44d7-b2c6-7dbbce0f2667"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d22cf9cb-63e3-4445-8af3-abd3537282d0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1788D84AA61EDE6F2E96CFC900AD1CAB1C5BE86537F27212E8C291D6ADE3B1E9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "884A2EC5FFBB42E948401E425123DCF2557664E77B3B7474A728069FDECD46ED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cb2d5dcd-595c-40d2-a14f-9b80d0fefc7e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d06af20d9fe41bce9fdcc0e3ce175987",
+ "SHA1": "c242ab25b79c1910f451b87f5499802df249e301",
+ "SHA256": "0dc24c75eb1aef56b9f13ab9de60e2eca1c4510034e290bbb36cf60a549b234c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "3f5b9c90792efc13debd32233440ad32",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "23b7889abdb236c8cd871733ba2ea7f91d543b99",
+ "SHA256": "537b428a0ad622765010c4405c1603ff464fcbb24ae4c2fbf559a10b8ea4593d",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.461532819567069,
+ "Virtual Size": "0x2a3b8"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.207599033482772,
+ "Virtual Size": "0xdd40"
+ },
+ ".rela": {
+ "Entropy": 2.6503742316211305,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6393589178613786,
+ "Virtual Size": "0x96b83"
+ },
+ "/14": {
+ "Entropy": 5.124924534645108,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 4.853673837012988,
+ "Virtual Size": "0x18c48"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94c6901b-e217-41cf-a4c7-b62763759d3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "839894ED391B7C88E995F845CA152F65BF881850D768E3EF3880838B52846A74"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A8FAD7CD0CC1DC152AE0880C21D91F6270FDB410D60E1129963AFCD3DF5841F1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48c8b841-9f1e-4557-ba59-91461142b90f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E800395DBE0E045781E8005178B4BAF5A257F06E159121A67C595F6AE22506FD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "571B2AA6CA8EDF6479D3472814B8CDF34A0B8544939E5CE9F50261968E382B45",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "48c8b841-9f1e-4557-ba59-91461142b90f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4002b7f5-487f-4822-a1bd-6fbf1167f00a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4F93ED05AD7E20BDDE6241D24B196D6334C8C4010D92757E4868FF4BBD6A0F98"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3142879893B677C1B25C92F9CF1DF3F90B209509992D52E9C64C3371296A9A08",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d1e51f20-1939-4b7c-8875-2458c9e418d9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "270C84B29D86F16312B06AAAE4EBB8DFF8DE7D080D825B8839FF1766274EFF47"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FD1CD4D4A1AC691E7A0AF14C3DFB17DAF3F2E6A2B286C9E233070979EC36BB6F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d1e51f20-1939-4b7c-8875-2458c9e418d9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.4-0ubuntu3/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bc584a7b-f352-4e0a-b86e-7954c4b63d2e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91721AA76266B5BB2F8009F1188510A36E54AFD56E967387EA7D0B114D782089"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.4-0ubuntu3/shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FA07B984FB6FDD32DB497C55225E614759BFEB7093BE1F02AB2E30BE1869B2E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.4-0ubuntu3/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-8.3-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6e1223b2-5193-4ba9-b9b5-b09c45dd4286",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4F0214FCE4FA8897D0C80A46D6DAB4124726D136FC2492EFD01BFEDFA3887A9C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-8.3-shim-20200726-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D662EF94388DB203CE52DF9902D77E9E5EFB25A202B5B096351D604FD3E63080",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-8.3-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29bd7324-d53f-4143-acc6-d03d0e4e3aa1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BDD01126E9D85710D3FE75AF1CC1702A29F081B4F6FDF6A2B2135C0297A9CEC5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9EABEA9AE699526AD519782DA21718DA7190490AA3436BBBD80269D4A4CC37C5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "29bd7324-d53f-4143-acc6-d03d0e4e3aa1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dd1e593d-19e6-4e29-8d3f-5b85a21bf35b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FD4591ADD2E5B0664363720C71492982D5B223A141A6248246CD2381F67E926C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "940A66FBDCB9A3BE16FC8FF56DB63CBFFD7283F15ECF7E50BD9BBAC7EAD303F0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "de853203-30c9-4dc4-a050-6812dc4e0113",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "996C1D55955DFB3698869BDC2A700E6BCC762468716B5CBDA7295CF98841220A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA8D25B9FA843DA5A70D38A5AA96549F2166E2F0B4C1C007AF8A07D07E98A528",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a9874948-be3c-49ba-b6ca-9ff18f01aa9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1364B7B94AB2A93E79D297EBF6CE0A30F7997E5929E408EF0D3B5D54C64E7B90"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9E1E22CBF19E9A483E6D57345959A3F8862C3C98E2A825EB995819F0CF210F48",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8afa8fb8-bd3a-4033-9f71-3d1e574708ce",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ac8a7a2580ddb3d88ca49856664d6824",
+ "SHA1": "9c07457b464050230ec5376b0601e06c8cf3faaa",
+ "SHA256": "89f3d1f6e485c334cd059d0995e3cdfdc00571b1849854847a44dc5548e2dcfb"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 14:01:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "e297beb49756fef9d2bcad4b860426b3",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1c1007b55a1e5c1ca49b0b6673fd83b0ae9a9dc3",
+ "SHA256": "62c6affbee1ba9a0435562db6e092a5018effeed0bd0f1d0494f34ce6cd403e9",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.4625470240437215,
+ "Virtual Size": "0x2a358"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.202575116995807,
+ "Virtual Size": "0xdd88"
+ },
+ ".rela": {
+ "Entropy": 2.6480533598999405,
+ "Virtual Size": "0x1b0a8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.640692113472777,
+ "Virtual Size": "0x96d03"
+ },
+ "/14": {
+ "Entropy": 5.18628715184291,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.339046392262435,
+ "Virtual Size": "0x9c7"
+ },
+ "/4": {
+ "Entropy": 4.8520727981082565,
+ "Virtual Size": "0x18c28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a6597859-17b0-44f9-b8d8-493a0ff20ed9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9E08464CEF9931473C384DB77278997AE92D50368C8D2B9D6AEA6E3323A2BBE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E23336EB1176965193B9733A01F8B7329DFF26D191EF427DC06ED89DD439C615",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ca7157a0-3de8-4642-95b6-0a42c53a97b3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E42572AFAC720F5D4A1C7AAAF802F094DACEB682F4E92783B2BB3FA00862AF7F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7395EE455BB71B4A37DD973999C875F166037E7BF5B948F812A8B45ADFC03A55",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "05a8e372-5b24-4953-8d25-d6560076f4f4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C21614E207B1991D3D6DF842009718652D241A8D926E221B85D069F1615E27A2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4BB0A426CA2A23E05B62A3008009AAD7F184F3D24DBD65E9AA81DE341BC5326F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by HP and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73af3c3c-dce6-48b2-bebf-ea167cbaef2a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6856F137F79992DC94FA2F43297EC32D2D9A76F7BE66114C6A13EFC3BCDF5C8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A2BE1EB17E12E0A66A87342C9D1CFD4D7DB81504A16B4FCB32F15C6BAA3F589D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "73af3c3c-dce6-48b2-bebf-ea167cbaef2a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d880c342-2996-430a-b850-fb372cecbef7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "245E9B81342E45E1BAF4F8D830D18EA7FAE9FDFF05497290EA6442C4EF0FFA57"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C681A40CEB9F33F435A44614FB7E0D34007F1C67B83E8C907506414950CC45EB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by NTI Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e0c1a30-7f00-408c-94fc-b8679bfe90ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "543a59e6a502706a4a6210c7b7f22033",
+ "SHA1": "70b0cb8fdadfc2cfe995adfa594d282e7ffcaa41",
+ "SHA256": "7bc9cb5463ce0f011fb5085eb8ba77d1acd283c43f4a57603cc113f22cebc579"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-10-24 20:30:19",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "87ae10260e4ba99762c952c6b1781476",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d8282df774ac784f175e5954d46864fd06c28bc3",
+ "SHA256": "b06dc8f3de1e7e5a53dc7ad0f8028f78a843df54884b4a92bcec21071f0e649b",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.77616587395717,
+ "Virtual Size": "0x31528"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 3.210966719000789,
+ "Virtual Size": "0xf210"
+ },
+ ".rela": {
+ "Entropy": 2.6207035651809227,
+ "Virtual Size": "0x2af90"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.64000824439747,
+ "Virtual Size": "0xaa4f1"
+ },
+ "/14": {
+ "Entropy": -0.0,
+ "Virtual Size": "0xa"
+ },
+ "/4": {
+ "Entropy": 4.8275795242762225,
+ "Virtual Size": "0x174e0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "2eba3138-0822-49f5-abb8-ea5cae849369",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "29cf71c7b7ff3b63a229ec82bfc2708f",
+ "SHA1": "65bb31b71a030a3fe93ba4d64e4ae0cedabbfbcf",
+ "SHA256": "d5bc11fb619bfced64249b930c785ead5fca3927f0ce3c5efd3f1d9af04b37bf"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 02:32:56",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bad97e7203aec2bd026403a7f70688b9",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "cd3f23904459410ad9f11b26faff47ac28fa5f04",
+ "SHA256": "df216fa3f13f8f7472c9586da4d0a7cd11cd60a041f486a611a4667f1c3d2cc6",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.530096794223056,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.107728899214702,
+ "Virtual Size": "0xa4a0"
+ },
+ ".reloc": {
+ "Entropy": 2.329099853080047,
+ "Virtual Size": "0x2020"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710227926789994,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.50474071717545,
+ "Virtual Size": "0x167954"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTia32.efi } }",
+ "Description": "This was provided by whitecanyon and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b96f3c6-afdb-4da2-84d4-601c9a71b2a8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "93d2db760e57e03fd6e20cc55dc4aa46",
+ "SHA1": "5468b9ca48c3f67380a51e4a91732fb0792eb40d",
+ "SHA256": "adcc0b6fd6dc5911bf42f036c033fc3e43f07a8312e91d0d8d32793b62940c7e"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 08:27:36",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "69a56b18be5865ccda9ab3a5bb4987ab",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ec708522ed126c2bc6b8e3306c8231351927e369",
+ "SHA256": "a9f6c38c2608d6f36f246e74a9fd17e915c89e54eafa2281b8ace86133df22b3",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.335073549417548,
+ "Virtual Size": "0x20adc"
+ },
+ ".dynamic": {
+ "Entropy": 1.337010437462914,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.38880926502971,
+ "Virtual Size": "0x9280"
+ },
+ ".rel": {
+ "Entropy": 3.5663663055705634,
+ "Virtual Size": "0x8fa0"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.839449556174616,
+ "Virtual Size": "0x92f08"
+ },
+ "/16": {
+ "Entropy": 7.287209418645642,
+ "Virtual Size": "0x415"
+ },
+ "/4": {
+ "Entropy": 5.2339069016332305,
+ "Virtual Size": "0xc9"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b66ad2e-41d5-498c-bd23-2c88e3a74ccd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FFD7688E7D2B8C3C3140B415E728BBE7663C54E23BD288FF2CF4617835088F39"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6DB28A61DEE4A1209B94F5C984C44D9674F69EE700373FD7BF1A3CBDAAB83FA0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "30e370b5-bc05-4b98-96d1-8e71f41083fe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "311A2AC55B50C09B30B3CC93B994A119153EEEAC54EF892FC447BBBD96101AA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EE721020DB7794DE74F59992A2C6B4DCA5B9FD584BBCBDEF96930B9A7132BE1C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "30e370b5-bc05-4b98-96d1-8e71f41083fe"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d90f0a0a-e161-4ebb-a2e3-5dbaa75cfaaf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5A184E740657E218D635168286F0F70BB5672E4EDB78717550C70686C232EA5B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C4081B588CA3FC9965C2D04A0E8CCA3E0016566CC8A84FEB78CBF63A4ED72EED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b905385-bf3a-4181-9c49-646bb5fb1e6d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "408B8B3DF5ABB043521A493525023175AB1261B1DE21064D6BF247CE142153B9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "65C4AAB0884825A8A2E4C114020E4FDB58A1D2B0CB68B7714A05D6CDE3F821D1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3b905385-bf3a-4181-9c49-646bb5fb1e6d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c67be7e5-8f3c-460a-b4ff-174ba2a0fb6d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "06E3F646CEB102372E3E086D46234B06A9AF13EEF65AAD180EA2880BF8BC12A8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c3bd8f7-9926-4763-98d1-7eaf036f7bf1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "22C3867606A625048E1D9D5230F07FAE41E70BD08EA978BDB37563C0EDD9DA03"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "513310D70C03096167B915705C9F0CF34B2B62AC317AA3F89FA5CC385D74DB54",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "cc522d44-5de1-43fd-8d62-29b630f45f98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f2a111697ab3f412ae7be6354d3c63fd",
+ "SHA1": "47e31958625236b685c3d33cbc22fa0d9f8e3414",
+ "SHA256": "3b30c3e6a923cbb7cf65b539025f12b1c810d74480f25cbfcb9a7bfd633f06ed"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-18 01:21:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20519 (win8_ldr.120917-1922)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c9d595c35045f8b200f9d3142cb3d683",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20519",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "eabc1fcab7ce92c8dc667046c46a82ad0b2d8907",
+ "SHA256": "545c8c806d6a8b2ab307bf7ff5dff05dd86cfc431d3920692e15e7928ac98eed",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.628310210600715,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.014681487785778,
+ "Virtual Size": "0x8e8c"
+ },
+ ".rdata": {
+ "Entropy": 5.420997475066845,
+ "Virtual Size": "0x19b34"
+ },
+ ".reloc": {
+ "Entropy": 2.70744089792279,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710726954860402,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.484872015753315,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.514825397638524,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353319232465821,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f15d8f48-cf83-4954-a1d2-030f6dfd40a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "14d423ad7ffd78c631ebcce6c78a6c8c",
+ "SHA1": "872f7f79da66889049503fc77a7d3fefd25a6f55",
+ "SHA256": "6a0e824654b7479152058cf738a378e629483874b6dbd67e0d8c3327b2fcac64"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "fcc89caed202cfa0f9d16b9e1c27d970",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6a5c3056057baea653d533429110deb3bd7ffec1",
+ "SHA256": "d0eb15fe822c6239a8bb2b42fbc035d0956c72ac6fbd1429c1ab7f7e348b8f94",
+ "Sections": {
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x7c8"
+ },
+ ".reloc": {
+ "Entropy": 3.9187065172114592,
+ "Virtual Size": "0x58"
+ },
+ ".text": {
+ "Entropy": 5.627092104649462,
+ "Virtual Size": "0x1d8c0"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0xa00"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bab3bdab-1013-4418-bb3c-2ec673c8b6f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57692FC2B80D809A3BE409B44475DDED7225C76FDD5FF09E4ED7D330A58733A5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9F91A5AAC09BA6E514DC37A013A68589DD22C1F5A7A539F4138CBC8ABC0A45F4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b842b745-24ab-4f75-a302-5d4c4bf0101b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C2469759C1947E14F4B65F72A9F5B3AF8B6F6E727B68BB0D91385CBF42176A8A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C33397B499368E23DDA3FD5B9CC989647442F279EE6F80B53C620721C958346D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b842b745-24ab-4f75-a302-5d4c4bf0101b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47FF1B63B140B6FC04ED79131331E651DA5B2E2F170F5DAEF4153DC2FBC532B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CA03AD1A65AFE81EC23E2B20E05D80C41AAEB5D6D5F98E2D0C5661F46E0CE9F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "536cb2d9-c5ae-4fbc-90af-4502d0f6c9c3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "72b28839-6c76-40b4-b8ec-6582be7d81eb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "05D87E15713454616F5B0ED7849AB5C1712AB84F02349478EC2A38F970C01489"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F69D87F5BC30026B00110DADD0264311D15DECE6B67F046506755284AF5EC002",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "72b28839-6c76-40b4-b8ec-6582be7d81eb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "02e8f438-8842-4018-8592-a4fea656bd01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0257FF710F2A16E489B37493C07604A7CDA96129D8A8FD68D2B6AF633904315D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8BF4FAC6F3981D1E6180DB0CD53152AE9666DC40884090A522840062E0C926E7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "02e8f438-8842-4018-8592-a4fea656bd01"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57a68cb9-ec2e-4a8b-881b-62a8da44a03b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1DC8A3F59B23CCC411D46691FC9B5C35993BCA20E7E2299F1A95223B9F112E43"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E73CE2DF3D7B01132C2ED47BC7D1B28E421B0600F0B8D4DECF7F7C23E83EE1B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4f434341-9305-4574-9289-5bd1370108c7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "399F9DA6CF5A87839637B55F62BB2CC6A93FA5AF7FE7AD76B4AF0FB320C98127"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "854AD42E44FBE19122072E177080C2AA9F729BFDE223FA6EA98BE1490BB9A4C0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-8.3-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3dfbbf26-7e19-4d38-9b5a-6e332ba5fc34",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB994B400590B66CBF55FC663555CAF0D4F1CE267464D0452C2361E05EE1CD50"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-8.3-20200730-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA649429AA5899D242782ED21EC332A217C3D530296FC9D7A0E3F1F694EB7FE1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-8.3-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ef578b44-9fd5-4d83-9609-4c955babbd69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "87176A15E766BD06528ED91A61481C3B3CDE65EE95115403F9FFC6D3A26D43D0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E082E310571748B9FE6B2DFAB71550530F2452B8E7E4F7725DE7EB9E4C7B1559",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-7.9-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "26ede8d7-1e62-43e2-97f4-710a4352d0ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5C2AFE34BD8A7AEBBB439C251DFB6A424F00E535AC4DF61EC19745B6F10E893A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-7.9-shim-20200726-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C512E50028955AED91AF0317813C68B427A7F73A6497BDA82F4551BE1A04936",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-7.9-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59605f2c-5575-464b-aacc-af09e949f153",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "32AD3296829BC46DCFAC5EDDCB9DBF2C1EED5C11F83B2210CF9C6E60C798D4A7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BA0610793FAA746150C0FD5689158B01DEEEA7320E2F14B31EE9AF4F2C4D1587",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "59605f2c-5575-464b-aacc-af09e949f153"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a1a3ef63-ac2d-4613-8918-5bcfd1fc3e40",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "250AE0BA860D6D46894491D630D58B1CA008F695C92CE2084A295486F71F985B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A395E7EAB9E7976B1C30EC651B05658D780897BEBAB8A664C6091742E592E7B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "dfa9cb92-1691-442f-96df-9692e4ab29c4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "13c9c74d08c33a6231d859bb35a060bf",
+ "SHA1": "833319ae7ee8fd2da9705d51d32ef1a6fd22e2fd",
+ "SHA256": "6f53cd5bf434b19b4e14ca127c596752079d989fcc98bb7d7cf3155619ec347d"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-04-11 22:46:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20366 (winblue_ltsb_escrow.220411-1722)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3aaa631aa80579a7ec4606f002de3436",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20366",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "293ba261a22d2b62ac580140be62676856d48527",
+ "SHA256": "d038eec123e1e13ab3ad27534de697c9779e9c27c62575f06771f80d3cbb7148",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.414272117838945,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.090094273963687,
+ "Virtual Size": "0xa710"
+ },
+ ".reloc": {
+ "Entropy": 5.4026611513435014,
+ "Virtual Size": "0x98c"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723693660714603,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.492763350625338,
+ "Virtual Size": "0x16dae4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f7d85db-fd3c-4a8e-a83d-ac9d89dda3d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A4B3FEE324D25C53FB5CB48630DC80DD7EE78C1AAC8C8DEEA927396997E33BCE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "626AD87C1D3475B2599DFD36B430BE3ECBFED207A20D9FBAA01F7AE808C0271B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2ca2a15a-a3ca-44f8-a400-6ad9d6c119ce",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "376edf47c4a984324ea56fba394cc047",
+ "SHA1": "ec85b380b74232b3a564125db01bfe11ff646040",
+ "SHA256": "98cc8b91fec5252f62e81843d9d5d8ac2a2f253aa38152b3236a5092200ed290"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "28e6701303a90a81dea61addc9d06329",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "00745e4a83900338ec53b231a602eb76ce3fa889",
+ "SHA256": "2f871712447dde7c3552f5aa90a2292821c6f32d92788e00dee8566f8d4de209",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.396610377012996,
+ "Virtual Size": "0x2211c"
+ },
+ ".dynamic": {
+ "Entropy": 1.38767138404284,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.380703867207076,
+ "Virtual Size": "0x9360"
+ },
+ ".rel": {
+ "Entropy": 3.523619729561932,
+ "Virtual Size": "0x9048"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.842861242399998,
+ "Virtual Size": "0x931f7"
+ },
+ "/16": {
+ "Entropy": 7.306150252866006,
+ "Virtual Size": "0x414"
+ },
+ "/4": {
+ "Entropy": 4.934638497318441,
+ "Virtual Size": "0x64"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34302"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shdloader.efi } }",
+ "Description": "This was provided by New Horizon Datasys Inc and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "85ef0c80-cca4-48f1-8ace-0ab2fda03b79",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "431612322a95c76c8bbfb190f00aa9cc",
+ "SHA1": "e0b9eb89abfb711dc3600589fcdceafb74ecaaed",
+ "SHA256": "c55be4a2a6ac574a9d46f1e1c54cac29d29dcd7b9040389e7157bb32c4591c4c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-06-16 02:13:10",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shdloader.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "1c9670b5add3e4d6aa442a53427f422a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "11ddf040e749c8362e91c58fd17cb9c7aea4be91",
+ "SHA256": "c3d65e174d47d3772cb431ea599bba76b8670bfaa51081895796432e2ef6461f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.005064003834089,
+ "Virtual Size": "0x2098"
+ },
+ ".dynamic": {
+ "Entropy": 0.903083847405932,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 2.618034288058892,
+ "Virtual Size": "0x1668"
+ },
+ ".rela": {
+ "Entropy": 1.8366456660065942,
+ "Virtual Size": "0xfc0"
+ },
+ ".reloc": {
+ "Entropy": 1.3567796494470397,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.9651561169269165,
+ "Virtual Size": "0x7962"
+ },
+ "/4": {
+ "Entropy": 4.513510764209654,
+ "Virtual Size": "0x18f0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ },
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shdloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\grubx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b61baf4-c396-4e1b-b487-87c1ebf4b17a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "379f249742bb47ea2d7cec2b9d3fb1b7",
+ "SHA1": "b678307ce3a2c6d5a2f988e7ec068590edbf1c50",
+ "SHA256": "7eac80a915c84cd4afec638904d94eb168a8557951a4d539b0713028552b6b8c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "grubx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c3f1acb15ea4dd4002d43c5941d1a64e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "31a862d073e46ffc608cfc93ffc8e18c38dfed8f",
+ "SHA256": "3d23947c39680b9fcf22b092b97c9d38edcc02f7ad13d3a925d1ee0b62797e73",
+ "Sections": {
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ },
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ "mods": {
+ "Entropy": 4.796361582647025,
+ "Virtual Size": "0x17d000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "grubx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "76afa72a-2b55-4649-9fc2-3dbdc27456e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AF93D5A2238F01D595A1BC2092F0AB29A550B2B96BDE7356EBF64D8F04234958"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5AA8E7418AE78250745BE3ACFC2B8D1FC1DD4D1DEFB54F19A508BD8247CC958F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f65396ab-3920-4a6d-9bf0-fbbf62d52999",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "08BB2289E9E91B4D20FF3F1562516AB07E979B2C6CEFE2AB70C6DFC1199F8DA5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A3C1124A642244F23685B68D2E5A0AE036651AA401DE70B3912EFD044B62222",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f65396ab-3920-4a6d-9bf0-fbbf62d52999"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c632b521-0428-4bcd-b37c-3cbd25eccc0e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F48E6DD8718E953B60A24F2CBEA60A9521DEAE67DB25425B7D3ACE3C517DD9B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E33E9D1B1D5ADE1934AC7BD39F0BA4CEAC9459A7E2AABB8D204354D4C8652E6E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c632b521-0428-4bcd-b37c-3cbd25eccc0e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d8aa2211-8d13-4e4e-88af-60ff17efd3cc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF91AC85A94FCD0CFB8155BD7CBEFAAC14B8C5EE7397FE2CC85984459E2EA14E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "407326C7F1C837A861EE8D187170C779A9B6A25B0736761645D7E549EBFA17C2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d8aa2211-8d13-4e4e-88af-60ff17efd3cc"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a280d6df-a426-4031-8dc8-31473975f92b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BB01DA0333BB639C7E1C806DB0561DC98A5316F22FEF1090FB8D0BE46DAE499A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EC16CFB5AE2297154394D9AB6B5B749DCE676404486D72A44064CD9A716EC1F9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a280d6df-a426-4031-8dc8-31473975f92b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Ciscso Systems Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1f6808e6-5b11-4cb3-b2d7-427ea75c1f9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "19a8ebfdc4acec4f18411de1412ef702",
+ "SHA1": "e91507cdff068f305c149e89d25038e3a665e461",
+ "SHA256": "c805603c4fa038776e42f263c604b49d96840322e1922d5606a9b0bbb5bffe6f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "cd3a08a351a1e5286fdabeb5bbf371e7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "55f93fee3283aa27b1d8b20d1d4d85b770e923aa",
+ "SHA256": "2df05c41acc56d0f4c9371da62ec6cb311c9afb84b4a4d8c3738583ccc874d38",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.471969126591927,
+ "Virtual Size": "0x29918"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.212420010647876,
+ "Virtual Size": "0xef88"
+ },
+ ".rela": {
+ "Entropy": 2.6500576085243153,
+ "Virtual Size": "0x1af40"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636654925513066,
+ "Virtual Size": "0x94995"
+ },
+ "/14": {
+ "Entropy": 5.1850304488993615,
+ "Virtual Size": "0xcf"
+ },
+ "/26": {
+ "Entropy": 7.400768349168698,
+ "Virtual Size": "0x35e"
+ },
+ "/4": {
+ "Entropy": 4.856630086753691,
+ "Virtual Size": "0x189a8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5df619c2-4db7-43f4-95b6-a2e16ebf847f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1B909115A8D473E51328A87823BD621CE655DFAE54FA2BFA72FDC0298611D6B8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CEF9A1B433C4ED851EC0C373F7E1F19A2B8C306A821D114F177B14E8C070276F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5df619c2-4db7-43f4-95b6-a2e16ebf847f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "64508479-d4fc-4415-b202-d787a4d094e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4D8EAD6C325030538D10EBB39F0EFDC2F553794C14A5E45F9555C335925D9D3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0EF0AD66BA9A0C4E4815BFD072FE7E281DC382D8DE08A4529DF3FF997B19E705",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shimia32.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3cd9faa5-1675-4640-8304-86e162b60451",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a9a003cc7225b64519ee59289a90f3e2",
+ "SHA1": "dfc22f0bbe6a3ed81106a30d61010fd1510465cc",
+ "SHA256": "8aa509fb461c099a3c1b806d281a1e1275771eda0b0e3f7d95e0c11b3c1734eb"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shimia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "22f93e6ecea58e543fcffa73f5c466b3",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "0945ed2479004a84b2d743244ff7dacdb688aa9e",
+ "SHA256": "ff9f39869baafa17592820f7f5cf101b15a8423831abfa97c89cf193cdd98e89",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.281820466264779,
+ "Virtual Size": "0x23764"
+ },
+ ".dynamic": {
+ "Entropy": 1.4765954737895086,
+ "Virtual Size": "0x80"
+ },
+ ".dynsym": {
+ "Entropy": 4.413842774423678,
+ "Virtual Size": "0xa1f0"
+ },
+ ".rel": {
+ "Entropy": 3.5626097123135003,
+ "Virtual Size": "0x9798"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.8537436588293055,
+ "Virtual Size": "0xa0617"
+ },
+ "/16": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ "/4": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cf8adf07-931e-408c-a85f-d5e45b09a41e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D759308D047E9206006B51B5770FA25EF5C124B8ACC6B0139F5883765FE30DEA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A84FFCA344A000BE6FC526DA7D7F701B87EF5559A71D8E63F806276E4D3DFE27",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ce737ee6-e949-44cb-badf-3f1d775d4832",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6DEAD13257DFC3CCC6A4B37016BA91755FE9E0EC1F415030942E5ABC47F07C88"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "10368826DC89AF42B4AD7E69A9E1F4DA9486DD645C088F445998E8DCA18EB0D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ce737ee6-e949-44cb-badf-3f1d775d4832"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a24fcdef-7393-4141-ae9a-f97fce196c35",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "71B601EE3746DA7177726DB84F5B417C9721583D2D88AD857BF368A54FF76BFA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98A4F01BD9D8A039C669C2AF9082A0EEFBCEABEA4C739E05A1D0C59C5D851AD1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-13-0ubuntu2/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b1d65631-7072-4168-b25a-5e18d41b3410",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1d9a09ad4a977af7eb8359638d016fbf",
+ "SHA1": "70673742c167b615118ed8692cc0a100427c3f46",
+ "SHA256": "a8ddf4d0f6a7056f55b464cc79a986cce24541961263c216bedc19a7c4ca2296"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-13-0ubuntu2/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "a27c33dada320aff0672ce32f953ffbc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "412391ed50bdc33f24da222c7d79c00dcafbaddb",
+ "SHA256": "9be93e365a8240a03b05db26684b708b46d7585be325a3e22170cd5b324e0cb0",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.5618243060977575,
+ "Virtual Size": "0x2a688"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.212807020759649,
+ "Virtual Size": "0xedf0"
+ },
+ ".rela": {
+ "Entropy": 2.6508835902550336,
+ "Virtual Size": "0x1ae80"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636950908142091,
+ "Virtual Size": "0x94f6a"
+ },
+ "/14": {
+ "Entropy": 5.317320051092131,
+ "Virtual Size": "0xd2"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.859071012200417,
+ "Virtual Size": "0x18680"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-13-0ubuntu2/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Endless OS and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DD59AF56084406E38C63FBE0850F30A0CD1277462A2192590FB05BC259E61273"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "191A99A1EF854CE43E64D1CE2FDCC0C942200B88D232F8823A439CBCD7D148C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2c1b4ac9-5f4e-407f-bf05-bea2bef8d7f3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7191ca91-6b37-4c4f-821c-a2df6c16e91c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57AEAB53DB02CCD1E307AD3BE524EB507D0339BB2AAB3BC9B653088B7E790FCC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E964DC8AAE03D464F3DEB556C4927075AA9F3A1998C66D65EFDE178F465D7B3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BE435DF7CD28AA2A7C8DB4FC8173475B77E5ABF392F76B7C76FA3F698CB71A9A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "83A5C9C78BC64206AAF7B7F9901867D19BB746201923D855AAE24A2B2330F113",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c947ca13-4a5b-42ca-81cd-b1d1d9a4d8dd"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "41327687-8774-4304-bbda-cc7c5835b54b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DD5E4E9F20CE8BF8F3512261F176ECDD046C079D32585D9B259AFE0A28C973DF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "67D204E0E5DBC0C5B2549FC2C003024525378DB4DE12E5CA1451DD996561AED5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e84c007a-a263-4bea-ad23-e46447001e91",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "540801DD345DC1C33EF431B35BF4C0E68BD319B577B9ABE1A9CFF1CBC39F548F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "44FD1F90799B852B3BED642DE300BCF9EF6CA81036CD5588C24D5B8E00D4B9D1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e84c007a-a263-4bea-ad23-e46447001e91"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34e61740-5c56-404a-b796-1db5337dd86e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DA3560FD0C32B54C83D4F2FF869003D2089369ACF2C89608F8AFA7436BFA4655"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EDE70AA6A98D8130019296CE64B5CCF634A997B26401C0E119B96BBF7ACE1C0C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "34e61740-5c56-404a-b796-1db5337dd86e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Neverware and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cef9f132-2635-47a6-bed7-6011eb7f04ca",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d0a9c315f3180e44d8c7a202276041a7",
+ "SHA1": "6d3071da0d10845d4c297c11e0f71dc557981cd0",
+ "SHA256": "d8d4e6ddf6e42d74a6a536ea62fd1217e4290b145c9e5c3695a31b42efb5f5a4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "0008d969a43a2b94edd849cdee6ae3c9",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d58b60ac3b5fdd3d52a9bc8da3e73c2a13ad36f6",
+ "SHA256": "3f8f266488f3b888eb77b8df43582fa8124366b7d0670ed78926410f9c9f411f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.510419511401317,
+ "Virtual Size": "0x2aad8"
+ },
+ ".dynamic": {
+ "Entropy": 0.7842520391300999,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2106323395732113,
+ "Virtual Size": "0xdd10"
+ },
+ ".rela": {
+ "Entropy": 2.652342087574957,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.644091890418596,
+ "Virtual Size": "0x9599e"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ "/26": {
+ "Entropy": 7.20273225550972,
+ "Virtual Size": "0xb79"
+ },
+ "/4": {
+ "Entropy": 4.862207156121677,
+ "Virtual Size": "0x187d0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "84fbccc2-01e7-4a24-adbd-a1d3ca0acc50",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "35C16AA2BB4DADF5028F4801185CD368B922C6CF7651CB7FEF30DFB95920FB99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "574695D73FF3813C780728858B4A6D2CE6D24B41308B23281E438B66A60E4424",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "45ac4276-741b-4e22-92bd-bb97042ed4bb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F535987EA7386DF6BFE75F51EFD35E4D2DA4B002DCA2999C0CB4B767BAFAFFD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CCF098A0B3F109F35C763E69DFA54190365999A78707EF63863A812C1C07F9C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c9f24d64-ce8c-460c-a5b9-13c1082de5c5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3860B7C7FF6F4BCD5865843B2E86B2ECA5FF4FB071999F2129D4C7753B806F34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3EF9FD0B7CEF661D5AF2971DAEF1ECC44D9210D33AF8C95E2DF9EDD694BB0FE2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "81ea3a10-a003-4839-ae9f-52cb700d38d4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FABC379DF395E6F52472B44FA5082F9F0E0DA480F05198C66814B7055B03F446"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "889337B0F67FFBDDD260CEE774DFA332DBB4EAE7D11333B2DDBAD7CA7FA773A2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1465500757.14a5905-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-7.9-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9091dbdc-0263-43e1-a886-3c18c6532dd3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DDA0121DCF167DB1E2622D10F454701837AC6AF304A03EC06B3027904988C56B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-7.9-20200730-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5DB10187E0E8BB8D2FF649810E03F80FB6873370F3AB1F013811B8E9670F3863",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-7.9-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "13ef8a27-3274-4d3d-831f-36b30bc88627",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C2CC91555617171A7D8AF57DEE529B443A41A1FAD3D4032DBDB814DAD6C2688E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F2F2F729FC1B94C3B3AD210E0664FAE3351D0D7541581FE2C6DC7B087BE2B16C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "aa9b6b05-0b51-423e-b4f7-39cb30cbc987",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9875bf0884ed2f18a32cefd749c60406",
+ "SHA1": "ecdde500ab2b06dd0c870c1f64d783f2cbd095dd",
+ "SHA256": "cef75d1da8e991ac96d36f8a14562849207f9dd50fc63028ba83277d5c27d00b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2021-12-04 22:14:22",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20227 (winblue_ltsb.211204-1700)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "007e746f6aeff8bcb4479e6e49236260",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20227",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "3971fa916c03c91a66e72c58ad766724b6a5c219",
+ "SHA256": "62288f1f5f2f8529292eb45c2ae2a33d1057a3dec12164958e76ded36fbe712b",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.416154317517693,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.082245001282489,
+ "Virtual Size": "0xa704"
+ },
+ ".reloc": {
+ "Entropy": 5.406889572520271,
+ "Virtual Size": "0x994"
+ },
+ ".rsrc": {
+ "Entropy": 3.4720882192142506,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.492974348184544,
+ "Virtual Size": "0x16d9e4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F179186EFDF5EF2DE018245BA0EAE8134868601BA0D35FF3D9865C1537CED93"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "20E870697471F16EAC55A9658212F83A7E443CDB3844C7D1901B4D4271828F7D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae22fd08-2ecd-43b7-a5c7-3b857e0e3b71"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTx64.EFI } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "35c8a2f7-287d-4251-a949-d1ad45040784",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "93858168a4a5a02e0446ee0c003ecdf1",
+ "SHA1": "096dbcb4f3baa2a21cd0e267052430ccd175593a",
+ "SHA256": "badff5e4f0fea711701ca8fb22e4c43821e31e210cf52d1d4f74dd50f1d039bc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTx64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "0887bbb1fff22018d425b56dfb642db7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "db9c3757f8f341bd6be92611fbbfb3ca8bc80d6f",
+ "SHA256": "e352109145416e3b61dcf5e09492d24410828121e7d74c08ce0d3157b45a0831",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.800117402438687,
+ "Virtual Size": "0x31eb8"
+ },
+ ".dynamic": {
+ "Entropy": 1.177741779247768,
+ "Virtual Size": "0x140"
+ },
+ ".dynsym": {
+ "Entropy": 3.2171085714056926,
+ "Virtual Size": "0xf570"
+ },
+ ".rela": {
+ "Entropy": 2.6309115175747873,
+ "Virtual Size": "0x29d78"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.634144687504991,
+ "Virtual Size": "0xab58b"
+ },
+ "/4": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTx64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "663a9b38-509f-4a27-b2b8-13801ce4ee89",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B2BEAECAC1BDE409F82933D80FA3BF5FA0D1FF8D1F97E5260BB25C0FBBA35CA7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E8EE29691F1F22F5B46C301EDFE411821D466E7A39672A416E387060A0EEFE0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "298f4996-3321-455a-bce2-919c3a73da65",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7836465BDFFAE768EFAEDCBAA8B5787BAF51B2792A020E80E341A3F824FF82CA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7AFFFCAF48E9289AA0C44566C53EC0A311BF3E2ABF351E0122C685FD568D97B1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "4a9f5a2f-87ca-4a7e-9a16-15d7e8a44c14",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a114f82ee953917e2718ad7f4765ab20",
+ "SHA1": "5c145f3f55a53c1db47c568cd76eff5b0092e95b",
+ "SHA256": "f0b3d0d4c5457880e2d9b7728eb64bd288b5d4a26ec883f3c0941d8af29d9466"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-11-05 18:18:59",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9880.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e2f5112aec3a2bdc5f267c18f8a6c071",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9880.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a02554021493291650ba1e2951aef07f",
+ "SHA1": "3cb0d2f0d1a2046caf0027cfd995294a09eeda72",
+ "SHA256": "3089fe7fa4527043c200fafe2a7272e48a1f7c54725a623f22d12f2cdbb48350"
+ },
+ "SHA1": "513e0049089f66a29eb06adef56eb24f1689c24d",
+ "SHA256": "c643c3cc182443893728101f5303aaa05b08ec8616310546edc903635c692b5e",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.473798201663143,
+ "Virtual Size": "0x625a0"
+ },
+ ".pdata": {
+ "Entropy": 6.087546898123127,
+ "Virtual Size": "0xa80c"
+ },
+ ".reloc": {
+ "Entropy": 5.40956828432046,
+ "Virtual Size": "0x9c8"
+ },
+ ".rsrc": {
+ "Entropy": 3.469828495684793,
+ "Virtual Size": "0xfd54"
+ },
+ ".text": {
+ "Entropy": 6.49404758790082,
+ "Virtual Size": "0x172c64"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.9+1474479173.6c180c6-0ubuntu1/shim } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a8ab464-2a24-4329-ba2f-e9eaeb2edb90",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E37FF3FC0EFF20BFC1C060A4BF56885E1EFD55A8E9CE3C5F4869444CACFFAD0B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.9+1474479173.6c180c6-0ubuntu1/shim",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98799E6AD44F2AFF3D3D7B66E482B2F4DE4438F5752D932D12C97FF56FA1942B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.9+1474479173.6c180c6-0ubuntu1/shim"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "934f9364-3471-415f-a502-036969a78958",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0E44212BADF40D6B8DE3311E632045370588E0B23B7A480EB5DC10DB65D1B4B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F51C64E1690E8FADAE2C55EDE85377D6680C337DABCFC01FF6CF37D8D87892BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "32544796-1bfd-476b-a4f6-8fccc5a593a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8cbc20535be05799179c23fb8354b9d3",
+ "SHA1": "458cad1c4b11da8201ca12a6ed0f50ec81261e1e",
+ "SHA256": "61535caa144761fc48cc9d7a835dfaf020b569edfc7fa628f983d58a3ac25f2a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-02-22 04:25:22",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17031 (winblue_gdr.140221-1952)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f66d8bc26d38b7faaa1fbd4c4fdda3ff",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17031",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "7098af963c0223858f2fa56cc226ee27048f35d3",
+ "SHA256": "e443176d6a0621e65cadde51f4019ec7fb25e91fa87cbb6cbaf09d94e9e49918",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.271385172760688,
+ "Virtual Size": "0x5b510"
+ },
+ ".reloc": {
+ "Entropy": 5.537342833364972,
+ "Virtual Size": "0x7fb8"
+ },
+ ".rsrc": {
+ "Entropy": 3.471468768902206,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.644560099017493,
+ "Virtual Size": "0x12d8f4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200909-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c900de9c-b4b1-40b1-b106-db0845396462",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A608A87F51BDF7532B4B80FA95EADFDF1BF8B0CBB58A7D3939C9F11C12E71C85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200909-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2405153F56A12F727853FD55BC9C99B81937B42A1A0BC585310DA45D35A3FAD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200909-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34301"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Bootx64.efi } }",
+ "Description": "This was provided by Eurosoft and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b1ed132f-d99d-4616-9fa6-56b6e8e814f6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1e31b54463f12e9af1098295a74b4866",
+ "SHA1": "7bc2c8f3a922fda1f6b16dd09425006a4715f7ee",
+ "SHA256": "66d0803e2550d9e790829ae1b5f81547cc9bfbe69b51817068ecb5dabb7a89fc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "7e05f116825f8e60072443b813e6192e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "c9bda70cc887ceb1c4552319df909c8bca331b58",
+ "SHA256": "09f2e41661cbbd714d22986fbb36a2b5764a5544c85f9875d227f6a26e1c8c8b",
+ "Sections": {
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1df4"
+ },
+ ".reloc": {
+ "Entropy": 5.4356761952478605,
+ "Virtual Size": "0x3268"
+ },
+ ".text": {
+ "Entropy": 5.947922488694373,
+ "Virtual Size": "0x523b0"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1000"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a8267643-bd8f-42e9-851a-86b986973758",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8EC2540CEDDD592E616AF4386DA9EAF76855EF0A792E26FC149B32E951D76C85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AD1A9C1667E89214EE947D6B40D61BFFB7EA942ABCCE85319520CC3DE301FA1B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a8267643-bd8f-42e9-851a-86b986973758"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Neverware and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b03177a4-54ec-4449-b30d-f197e75b8b3e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1adb4d9d5d5c38a654581d03699efb51",
+ "SHA1": "120f24f0e7bfbbe0e0419060b1489921d9fd3fe5",
+ "SHA256": "56fb79aab26ee9d0e0ca372fb86a8bb459acbc505d0ab35e6a632a3d5f88dcb3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "eaaa74b1ac8f59f8610a8e898de54cf6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "82d315d856cf1a43ff8d22192638c8f416be591f",
+ "SHA256": "aa6f27b8b2ca5826f497362042c003b5e1d7ca22383d82730fbc5c45e048d839",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.369085585418017,
+ "Virtual Size": "0x21a7c"
+ },
+ ".dynamic": {
+ "Entropy": 1.38767138404284,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.388630978541453,
+ "Virtual Size": "0x9360"
+ },
+ ".rel": {
+ "Entropy": 3.537809435563718,
+ "Virtual Size": "0x9048"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.841766513831158,
+ "Virtual Size": "0x93147"
+ },
+ "/16": {
+ "Entropy": 7.20273225550972,
+ "Virtual Size": "0xb79"
+ },
+ "/4": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "94ba0558-c5b6-4f9f-b1fc-598e7448bf13",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CF7F9E7D091023A1A1C3F5CBF7DDACF7B18F03A4D07961F71506FE9DF4388EEE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "196243A87389B47FC9033AF3884F3FF0A5C891D80E22C82D2ECD5B9A3434186E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "45e4a006c19fa21bbbec494e6d51c63c",
+ "SHA1": "ceca75b14c16bc19a9aafc883fcb081554f563e4",
+ "SHA256": "56b3da7259eb1bec44199a7ebf74c6fe912c8fe9bf4a20a7610c5e9bc0b601cd"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "bc5372019b75e9e8257a83a86bd0b33d",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "99cd0326b914b5f6ea53cb2280d9a455bb68d70b",
+ "SHA256": "8310f47ba34eb1aca146a5bdb8b59138173e659fbeb57a4c89355d8c54930b6b",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.3361211360622445,
+ "Virtual Size": "0x216dc"
+ },
+ ".dynamic": {
+ "Entropy": 1.4043380507095067,
+ "Virtual Size": "0x78"
+ },
+ ".dynsym": {
+ "Entropy": 4.395499383245927,
+ "Virtual Size": "0x9380"
+ },
+ ".rel": {
+ "Entropy": 3.5471242189199925,
+ "Virtual Size": "0x9718"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.774216074421671,
+ "Virtual Size": "0x92ab3"
+ },
+ "/16": {
+ "Entropy": 7.130706042544344,
+ "Virtual Size": "0x5f0"
+ },
+ "/4": {
+ "Entropy": 5.040573517037893,
+ "Virtual Size": "0x7e"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000034a76221f066806d9d000100000034",
+ "Signature": "977d904632387b183cd2f5257baa329d7f537c6f4fc8debcd79358d1e293dc413472d9570abf3aa27047041d96b6c77b855466e096ddc99417584c171ff4c239619a185d80f52131622bbd527228a0229f00a878bf53b3b79dd2e65b0ce48d17c209e27a0e77f1eddc0fd85a8fcb0e66cddefd40bf8afc73830971be672e3245869e219a3902283f00f4a5c1bf6357400fe3d38e2c3e74433e158deff1733e5249b246ab66481e983dbe60a4274286b00d96fe28e794a5823e658cd0c83603769d96a4c4f766e3f5f0a173889eab9da0cfd9517f42d7e9d12b089214c09f21ee561dde677f28cd7ea82b5846fff64be02f195ee75ff499f67821369241536406",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "981b2766a6b1467da361c3f6158b5efb",
+ "SHA1": "2de358273a7fab18d9e8359579e78544e4f90e45",
+ "SHA256": "c9b4b474a8cf82bb390bee17e0eb009360599aafc792dca2c161926e2b9c7f7f"
+ },
+ "ValidFrom": "2019-05-02 21:31:23",
+ "ValidTo": "2020-05-02 21:31:23",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000034a76221f066806d9d000100000034",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "9470ea71-b7e9-4e8e-ae73-a4b5fe32bc04"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "81f3828a-1a59-4fc2-a34e-d1f297f0f719",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "32D4BA3A03D1F2B6BC80D011C0FA107747B7B573FE96AAFFF21735ECF562D337"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CF960A60921EF186A0A511BECC06B264407111D2AE6875C93496121887318EDE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "406a9495-809e-4065-8c57-b6aa66dc4029",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0CA5E602468258B0685A2B2B7F028B977354602A82ADA86C9919FC472AE4CA40"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6FDF73C4B54F57935671B1C6F03FF5F104F8092C72574C2DF2C6FFB1E5F2E61",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "989b4dda-91c9-4903-9027-6ff3e74738b2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DAF87006F2653909E39A52B7ECB234484E7AC84AC21EB59354C1BAFCDDF08D9C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "87150D354E809EE266FC005B1DECA64F70A72B9505AD79062D337EEF012CA896",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "3175132e-f5d7-4d88-b395-ca30351f8c69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "439f829f38523f2c1e9995474cab6030",
+ "SHA1": "71d6ef211cc60fe99eb7f949640dabd36759b36a",
+ "SHA256": "a6f13f3bb8132d248591f6762ced6d3a55efd8812db9730449e267cb6447145b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-05-13 15:26:53",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10121.0 (fbl_sec_oss3.140523-1156)",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "45a7c3cf799b58b886c0b4c7f6f71d32",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10121.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "6bea06624768875081a9a967c3b37e7a",
+ "SHA1": "7e16bd7ca20e183f5a6c2098ce732e7f91fde530",
+ "SHA256": "61cb375839f46ec38deee3a50e5790ebde67d13cc9e41b745ca3368b5fe02620"
+ },
+ "SHA1": "52cad42539bc3f27a103e4a9bc0fd51a1b51a265",
+ "SHA256": "55a5bb13e3a985e0ab011e69b41704319de0843f9254cf91ed2964c13af345fe",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.443254562769542,
+ "Virtual Size": "0x37f90"
+ },
+ ".rdata": {
+ "Entropy": 5.278688704736593,
+ "Virtual Size": "0x12934"
+ },
+ ".reloc": {
+ "Entropy": 6.780898828243956,
+ "Virtual Size": "0x60f4"
+ },
+ ".rsrc": {
+ "Entropy": 3.469109462754718,
+ "Virtual Size": "0xfe50"
+ },
+ ".text": {
+ "Entropy": 6.707639927172937,
+ "Virtual Size": "0xbf6e0"
+ },
+ "PAGE": {
+ "Entropy": 6.553305479665424,
+ "Virtual Size": "0x13bf"
+ },
+ "PAGER32C": {
+ "Entropy": 5.781085769559349,
+ "Virtual Size": "0x1eaf"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by VMware Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c368c62d-85dc-4bc7-8302-09be91700a9f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "66AA13A0EDC219384D9C425D3927E6ED4A5D1940C5E7CD4DAC88F5770103F2F1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7CEE7E91292E5591BA4597D312BCFE9C0EEB906B18B327B8983BA497F9921BF7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c368c62d-85dc-4bc7-8302-09be91700a9f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "469544ed-d70a-42d6-aca2-690d5ebecb4a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "41CCE0FC467609CA368BEDBA45C292F2BE1B622FB9BE0473CF51E7A96EE65652"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B91C0C8C0F156ABC8F85274C1320C038AF0179FE4696260B1011D5361E50AEA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "469544ed-d70a-42d6-aca2-690d5ebecb4a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "04eaf4b4-a618-4d2c-8eb1-1e0065c05212",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A983E73E57BDF014C9A29331290EE87DF37F97C81DBCC43C6C933FE2209C0BD5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EA4EEC2975E4EAED0C5EE6C25C887FC8C7A0298FB613852DEC200DACD2485FD3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c2d12b91-7e1e-403c-8d76-9664229a68c0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "93F5233E9970A7DB1E4C9AA2DE2404636728E7C66C03F2BBE74B18B20A93BA96"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "101EC6206BC939A389713775B3BDB405E91252FAD75509C54FA1DBBE822F4596",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200730-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "db9487ab-4dc1-4c3d-a04a-70696d63bcc4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D6EE8DB782E36CAFFB4D9F8207900487DE930AABCC1D196FA455FBFD6F37273D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200730-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24357D13D3CFC29A7E83D86A6BB53FC932461B7D0A653701188D7B427C704FB1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200730-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3a74fd6f-8747-4f47-b44e-fa10af3da555",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EED7E0EFF2ED559E2A79EE361F9962AF3B1E999131E30BB7FD07546FAE0A7267"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9EA346FCFE6DB7F3140DA8FFD5738F6CF97D6014DA61033B32049CB17696B372",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "3a74fd6f-8747-4f47-b44e-fa10af3da555"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1457ea3c-21cc-46d1-adf3-606e98b3938b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CC8EEC6EB9212CBF897A5ACE7E8ABEECE1079F1A6DEF0A789591CB1547F1F084"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "97BB9FD717C396231E86ECBE5A760D56DBACF4AE8E963D16D724591E45919B65",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "1457ea3c-21cc-46d1-adf3-606e98b3938b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "865cadf5-d63e-438b-a8e9-44591fb69d2a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "3c5fa521303c8b5564f3c2ce44596d69",
+ "SHA1": "599dbc2acbec93f50c653471403aab7be0b978d1",
+ "SHA256": "736afb5df29ec9c88532be9c620ef80901bf23e72f2d3488b757aff17e734ace"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-25 01:06:47",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16411 (winblue_gdr.130924-1807)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f512804db694f319cf51306dd2c2c618",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16411",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "7c1182353e1a18467ac8596eb17c533e",
+ "SHA1": "3dbd444a114f18bb9cfb639f095ee5a0915ba297",
+ "SHA256": "3556b638af47e65fa07578b156ff85afa0145f715fc594c65a97aab98841c601"
+ },
+ "SHA1": "d1bfb94ce4288f7f4e3f27ef22618991485e06ec",
+ "SHA256": "3f28c4f2fb32c10e5faed1debf7db6ae8c821bf286ffdb57a5b31fce0730e111",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.268881641959374,
+ "Virtual Size": "0x564f0"
+ },
+ ".reloc": {
+ "Entropy": 5.533455631907051,
+ "Virtual Size": "0x7f10"
+ },
+ ".rsrc": {
+ "Entropy": 3.470826687572494,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.650572748526797,
+ "Virtual Size": "0x12a4a4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "897f5834-55db-41fc-a4ca-9d880ca00ec7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "ABEE522892FA10B22208B4D1540184617BC9875C9E03E5353B4FF476577D918B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FB2F396A01911260D4035CCABF36DB99081DA3F8D98BB40549D7D5E93CE4EAA2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d17ff559-85d0-4cc7-9327-516585723ea0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CBCBB8E81F1CFEE4D02D65481080ECDE62528344C5372B09FED4EE3CA1E14330"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B81C6018141EFC89816DA4081BBC1414911125D5184108E47AB01260D84FB9B1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b6967d5b-ea2b-4a4b-b24c-63a8eb8dedcd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CC7396D1C306ADFCE49E70D7DAF32D093A8F2FEBE2AC0576BA853770E11B3EF2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8E5609A57BD66CC153EC2AC60CC10C2E641334C26EA5068C1FD8373A503EF1D7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "88e2e7f2-0a89-4a66-9f99-1a73ca3a061c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "21258FA3877177AC480CB571134BEE7BA1531DDD1274217DFF71BCD618F6C3D5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DD32DCC6A6E054F4FB518B3F26EE9F41D338AB5EAFFF83F3682E34728EAAECEA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4814d421-23eb-4222-8cc1-aab6645981fb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9783B5EE4492E9E891C655F1F48035959DAD453C0E623AF0FE7BF2C0A57885E3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "103FE82E5F090184D8DB7A48801D1E503E3C6FC0726783E9A49A84F9FFD4C78A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4814d421-23eb-4222-8cc1-aab6645981fb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf3c5a6b-8fac-470b-a458-c84e7fed7dc7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3A4F74BEAFAE2B9383AD8215D233A6CF3D057FB3C7E213E897BEEF4255FAEE9D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BAE97EFC507382C0BDF7B1E74DBC38C0E31BF65186B7989CD9C7AF29DA27F656",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf3c5a6b-8fac-470b-a458-c84e7fed7dc7"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "a77872f7-4890-473d-887f-bfd93f46641d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f5eca8462be6c481c75ec3955b47c4f8",
+ "SHA1": "45e97d3cfb90ad162fa8f5a14ad8e5b4710a748a",
+ "SHA256": "f74947590a87a005023e9ef89cdf0c38d8d582ca4173f8201cebc443ef796790"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-02-22 05:17:10",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17031 (winblue_gdr.140221-1952)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "6514d19c16df6d0d9cf75bba91350dcc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17031",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "c3f69560b62f619f851df687c0adb2fa35cc0160",
+ "SHA256": "3bc9ed257486b68fac5899eaa19732a1340d06c8baf4b0ff53c7f5c052e6470f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.530485730893638,
+ "Virtual Size": "0x6b2b0"
+ },
+ ".pdata": {
+ "Entropy": 6.106107637688331,
+ "Virtual Size": "0xa494"
+ },
+ ".reloc": {
+ "Entropy": 2.3270407806858406,
+ "Virtual Size": "0x2020"
+ },
+ ".rsrc": {
+ "Entropy": 3.471177246677347,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.505313659869744,
+ "Virtual Size": "0x167784"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "285c0ef5-dd8b-4c50-af8f-6ed20f233294",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4380A43A7B0BE1ACE54A65B3E25ED35F340D6906365821AF139941D5D6E1EA1B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FC40897F668AA86E5279CA8FEB62873A06A569742967E0F243F51ED56BDB53CD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "a252e6fc-a0e5-46b7-ae78-c11ac44dfecc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d9a85920d99763cc28d796c77094f958",
+ "SHA1": "932efcc1a062376a53c14b3fad8f6bf34b96524f",
+ "SHA256": "50871141459a21faba3dbbf63da5aac8863fa3d8a9891f182ed72e3a74b64fdc"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-12-14 23:34:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20772 (winblue_ltsb_escrow.221214-1721)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3827b6fa1f4022001328be9d79e33b18",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20772",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "3b0ef33281ba05d9d9259b1fd44bf5d43e5187a4",
+ "SHA256": "3927727eb2435b28d2cf0ce1757e72ce3e92a86362b87120040c744c1c08bce9",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.4138887164260945,
+ "Virtual Size": "0x6c850"
+ },
+ ".pdata": {
+ "Entropy": 6.087141441925473,
+ "Virtual Size": "0xa740"
+ },
+ ".reloc": {
+ "Entropy": 5.408759919158508,
+ "Virtual Size": "0x998"
+ },
+ ".rsrc": {
+ "Entropy": 3.472769777929499,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.493463299563896,
+ "Virtual Size": "0x16e004"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000038db0bfe1b0ca33b3d400000000038d",
+ "Signature": "7aa4402e28e909a6f7ff198a87c8f546fd868da5adf65529e8ced9b8ff16f56d03704671b64454a21437cdc6b47d83ea130e55b30ed223fda526676f6034a0d649e924cdf96d3c26386378d2ab91da329e3ddecbfe21c7f32764df6409a7f82f67c90ab5d9d7c167376487b3579fc1d99201098d2124f91f6558fb03285a49159fcc6d6ff6f8bbbc51f5209689963bebbc504c08089fa7c13e3bbae4f3c77a3a083548f8c95a1504b66fd5cfa658f9353ca231fd085e94f9bdb9bf68e302cae1bb6d483f97b5d4a2d26486fcab72ebe5fd0b555066edd3d894531f836130e309ccf4e98d1b44950efb0812a2190d4b0df3c5bf7ee8123a1d57410cd797dc0ccf",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "74a1035aa6d38ec0a7a35a6d143cc612",
+ "SHA1": "62c5627f7d38759edce84eace5ae41fc7a54d6f8",
+ "SHA256": "b6319137740477c564fb2beb1d50929a333f092aa362ce5129085a2c9d4bf489"
+ },
+ "ValidFrom": "2022-05-05 19:23:15",
+ "ValidTo": "2023-05-04 19:23:15",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000038db0bfe1b0ca33b3d400000000038d",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dbbed756-4f18-430e-9a68-6f0054091fa3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EA9C72C1CE865E6044ABFF576FD712D4DF3F5114318753EFCFEFED70EE586884"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "573D0A8D59DC7FDB0BE784ABE9B51DA9183848B613FF4C96B143D286043B4E43",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae5b655b-a592-4d17-bce2-99ef497e846c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b6736f2d357c4f0b8d557c3c0c39fb54",
+ "SHA1": "4917df76db99a277efdb57da560e145ca3d32d35",
+ "SHA256": "e7c20b3ab481ec885501eca5293781d84b5a1ac24f88266b5270e7ecb4aa2538"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "5917ac93685b816492c5476071db3871",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f039244623179184ac63f73797aee7f926f2132e",
+ "SHA256": "6e79e3d0580d244c2fc2179a4f08cb80f945ad33d8c4c325de4e35e0d41584c5",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.362375087615993,
+ "Virtual Size": "0x24058"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.188660636162784,
+ "Virtual Size": "0xcc30"
+ },
+ ".rela": {
+ "Entropy": 2.5870428023786656,
+ "Virtual Size": "0x24ea0"
+ },
+ ".reloc": {
+ "Entropy": 1.3567796494470397,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.612002982618474,
+ "Virtual Size": "0x87259"
+ },
+ "/14": {
+ "Entropy": 7.113430283211426,
+ "Virtual Size": "0x603"
+ },
+ "/4": {
+ "Entropy": 4.796856025961145,
+ "Virtual Size": "0x13ab0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Signature": "71bbbe63866fd705b424a7ba51f23ca48a84197382972d3a8f43597f67928ed7263aa0a22681b89d851ddb655f9ccf932a92da0dc6c7f43eded65716ee65ed2739ef140bb95d987dcdc1b7ee9134abd02370e12c3eba71662f10e88370610acb6c98fff27c38b3b829333d75428e804aded09b3486717d41188f048902c169787bcf10996c7b66de4dfa5b8217bdb02314393db288a8dffb5b5b63a14d781ebf0efa5ac640585fdf6370bcb52870f92d67282231111211726c82c09a1a1a81043bba955b40bbc91c033272d987521e37d8aa1dd0fa54513c12acc0a1480801d2dfa5e438a71a0a30a684a39233224b9e71463db6b99a67073724a200425b42c6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "d442a6ab238e766c07d33f02d299a9a5",
+ "SHA1": "3fb2a93548919ed386a441800a5d941ee358e38f",
+ "SHA256": "8806fc9fc29ec30556728d016e0667364f4f3359b8747cbd45d5f783ffe93abb"
+ },
+ "ValidFrom": "2015-10-28 20:43:37",
+ "ValidTo": "2017-01-28 20:43:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae5b655b-a592-4d17-bce2-99ef497e846c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "c8d926b0-b5a4-4960-b951-1f4cfffd940e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2493adfef4cb684c76b9697cf414c95b",
+ "SHA1": "d05a293ae6ba3f9d4f03da5027807f2182be4c22",
+ "SHA256": "ee0a54e2dd9848d7a209d2c945449a0bac9a46c45e5e033c6982d2924839ac74"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 16:43:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "09287aecf07aa294ed7f76f2234270a9",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "9a33833e2407d8d25146f07e9c5c8444",
+ "SHA1": "04243895d74611d8d91937ec718a82b8dd7fe0f9",
+ "SHA256": "2efb0d9096d6fc172537ba8c386ba82f72b5a9bed5047e7830290bb6aafb0ff4"
+ },
+ "SHA1": "f4de49ab09ad1d3e18ba4eeef481d91cd67a4860",
+ "SHA256": "860c16809e3941bebedff0bde99c32aa77379c0be1f6b174d20038a02162d3d5",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.118785418021721,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.140620718060279,
+ "Virtual Size": "0x5ba8"
+ },
+ ".reloc": {
+ "Entropy": 4.723783525533069,
+ "Virtual Size": "0x40dc"
+ },
+ ".rsrc": {
+ "Entropy": 3.4718876307612105,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 7.012580430527564,
+ "Virtual Size": "0x9f3d4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Signature": "1af26ac0cce3928cceeb0ebeb5186b1b289be1caa47cba55a0f5e23afa820ee56142a1f158d8d32c2230c6010fa04ae06caf71b10094107e15e2a73e7d6ab6ee827ab9a2dd386dfe2693fcf0e1a88ac736f48f2944a8214bda510dfc68ccbf0fc6c4f0f39036edd3f08e1449b129d7f611b7e5d6b60a97f63530ed8381a11fc8b95beb7fbc45258d4eb767a911095a27d17f613665f70600b30b88091015722e8a64fb43d975f92890d80b545e38317279e44a7071a104715796dd91d0b913c2ec106073f696a236d71979da345d469eac38e7492ac88f7ecdff68180d2dd57051d79a46b2f6ed2c810d6bd51521c3fda183dd8599f282561255ef8bde0f8ed8",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "57c30a2d7e6573994b137079cbff34b8",
+ "SHA1": "08980baa201ccbfc096accff568fb2b073da66f4",
+ "SHA256": "19241716f05046843df5ff3c02395bf6e2ed68ad52d441a71a2edcd24ac93056"
+ },
+ "ValidFrom": "2015-07-15 17:04:59",
+ "ValidTo": "2016-10-15 17:04:59",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000a6206efff45e063a190000000000a6",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34301"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\esdiags.efi } }",
+ "Description": "This was provided by Eurosoft and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa02b41c-fdba-4a15-8cd0-721c8ce19b68",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cf53d0ab33dfb190f34ec0b12fcd54d6",
+ "SHA1": "fb0b0ee77baf7de4e8072a79bd48406c63a0bc7c",
+ "SHA256": "e9d873cbcede3634e0a4b3644b51e1c8a0a048272992c738513ebc96cd3e3360"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "esdiags.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "77164588c1c1207395ca4a64dca19f85",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b1d0f26d6c2ada8828889a9208529ce96b6312e4",
+ "SHA256": "1e918f170a796b4b0b1400bb9bdae75be1cf86705c2d0fc8fb9dd0c5016b933b",
+ "Sections": {
+ "": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x1d28"
+ },
+ ".reloc": {
+ "Entropy": 5.393560756394889,
+ "Virtual Size": "0x100c"
+ },
+ ".text": {
+ "Entropy": 5.26426828621347,
+ "Virtual Size": "0xb6128"
+ },
+ ".xdata": {
+ "Entropy": -0.0,
+ "Virtual Size": "0x13e4"
+ },
+ "text": {
+ "Entropy": 4.864329193142283,
+ "Virtual Size": "0x96"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "09d2ecf1e18290f1ea3bf27dd1cbeb62",
+ "Signature": "4ad23e049278de3e46ea9bacb4869b3b787d3fb0306e9cb33621ad3ec283bca093d68b08bea449dfee9bdf1819f0bd95ce2724761856a5e2225eb38bb958c363fc54a6c47b3097894cc42d8cea7e553062f1ed7ccd15cedc0eb3a3316597ca1ac7954546f73325a8ccd9cfbf02dde71cef4684c23b22307ef3839ca5f8f7cbdbc2c6038e2ba37e8b0281de8653718a28163567d1c3617c40b1ba453b6177f31c73b515838a22871c59e8d15f9235dff874ad7a73ef0b8b10e3a123cfb7f3ac7b74fa306f21589ec29ad06f297549d387ddc369aa59e48fad5ea5ed7ec9051fa0ec96247ecb48b31a534e2ae9ad020ed0cdf25ae65cee5affec49f5ec44b5fcb7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "??=GB, ??=Private Organization, serialNumber=01488751, C=GB, L=Bournemouth, O=Eurosoft (UK) Ltd, CN=Eurosoft (UK) Ltd",
+ "TBS": {
+ "MD5": "0300d0ac1873acaa7bbbfa8bb78865f8",
+ "SHA1": "8cf42d660984334a7f73556260861949c9c2769d",
+ "SHA256": "a3ec97b75a7cff80f285bdc5808873f9d4e44994661a925afdef65d8365b71f9"
+ },
+ "ValidFrom": "2019-04-05 00:00:00",
+ "ValidTo": "2022-04-13 12:00:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "03f1b4e15f3a82f1149678b3d7d8475c",
+ "Signature": "19334a0c813337dbad36c9e4c93abbb51b2e7aa2e2f44342179ebf4ea14de1b1dbe981dd9f01f2e488d5e9fe09fd21c1ec5d80d2f0d6c143c2fe772bdbf9d79133ce6cd5b2193be62ed6c9934f88408ecde1f57ef10fc6595672e8eb6a41bd1cd546d57c49ca663815c1bfe091707787dcc98d31c90c29a233ed8de287cd898d3f1bffd5e01a978b7cda6dfba8c6b23a666b7b01b3cdd8a634ec1201ab9558a5c45357a860e6e70212a0b92364a24dbb7c81256421becfee42184397bba53706af4dff26a54d614bec4641b865ceb8799e08960b818c8a3b8fc7998ca32a6e986d5e61c696b78ab9612d93b8eb0e0443d7f5fea6f062d4996aa5c1c1f0649480",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert EV Code Signing CA (SHA2)",
+ "TBS": {
+ "MD5": "83f5de89f641d0fbf60248e10a7b9534",
+ "SHA1": "382a73a059a08698d6eb98c87e1b36fc750933a4",
+ "SHA256": "eec58131dc11cd7f512501b15fdbc6074c603b68ca91f7162d5a042054edb0cf"
+ },
+ "ValidFrom": "2012-04-18 12:00:00",
+ "ValidTo": "2027-04-18 12:00:00",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert EV Code Signing CA (SHA2)",
+ "SerialNumber": "09d2ecf1e18290f1ea3bf27dd1cbeb62",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "esdiags.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by Micron Technology and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3ceecb6-6bb6-43fa-9ab3-8ba2d6647443",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2ccccbe8e79cfaa23784d56e0edf946f",
+ "SHA1": "4dc601eb63e1e8d30e7ed4eede0a757630e66dc5",
+ "SHA256": "b3e506340fbf6b5786973393079f24b66ba46507e35e911db0362a2acde97049"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-03-10 12:11:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "d407a4d3a9887218394aa73e94ffbde5",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d483cd3de769ee4a2bd69c498501e7764656fb75",
+ "SHA256": "9d61099de8327efeff7e4aea81d9f3396a2218e6b22e15d05032a765897c0eba",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.804980130818098,
+ "Virtual Size": "0x32158"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 3.212193108334823,
+ "Virtual Size": "0xf5a0"
+ },
+ ".rela": {
+ "Entropy": 2.622199242754339,
+ "Virtual Size": "0x29d78"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.634947420095376,
+ "Virtual Size": "0xab9fb"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ "/4": {
+ "Entropy": 4.852850797014689,
+ "Virtual Size": "0x17d58"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4f2db5df-2730-4e9e-aa70-51029d2540d1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2DCF8E8D817023D1E8E1451A3D68D6EC30D9BED94CBCB87F19DDC1CC0116AC1A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "55A3628537C4FBDA0FA7D27001EB2DFCDC515D8A48649715A31E1D0065A7DA35",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4f2db5df-2730-4e9e-aa70-51029d2540d1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "10baff75-83cd-4786-ac2b-ade269c71421",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "75E78C197FF91F574735A3A606E56862E9E0B84DF0CF69F7C7F43CBC171AB371"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "268CED16B53E3430A28F1713A0D155A68BED89DB264D8D8170EB6BC548C9424B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cd28475-a974-4b4b-becd-b57b605d2b9e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "831541e64bf58f95339e2e1fbc08b9a8",
+ "SHA1": "78d90cb632f7b98b3c39ef79f5a8079654b27e5b",
+ "SHA256": "f1b4f6513b0d544a688d13adc291efa8c59f420ca5dcb23e0b5a06fa7e0d083d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-11-06 14:45:47",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "aa8eae148f6ac90c370eb50c88b974e1",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "2f8b409981580582bfe5fd5e36f8d3e23c061966",
+ "SHA256": "a120f42de7b5bfcb55c40afc857b6baf4d1ac60725500c27a5b2942bda970ccf",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.788657848345654,
+ "Virtual Size": "0x32638"
+ },
+ ".dynamic": {
+ "Entropy": 1.0193252150689545,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 3.212411046351249,
+ "Virtual Size": "0xf540"
+ },
+ ".rela": {
+ "Entropy": 2.6197000559147496,
+ "Virtual Size": "0x2b440"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.632428417166211,
+ "Virtual Size": "0xab73e"
+ },
+ "/14": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ "/4": {
+ "Entropy": 4.852532962586707,
+ "Virtual Size": "0x17c88"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d9cb5f15-653d-4fdc-aee2-279681f7f91f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9954A1A99D55E8B189AB1BCA414B91F6A017191F6C40A86B6F3EF368DD860031"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F06D3E0F031A2FDC63DD2BA2BE7F32E0D432434C3515C2F840D812FFBFA530F6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d9cb5f15-653d-4fdc-aee2-279681f7f91f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ad4ed491-2e8d-4c16-9bad-4352f1ce2f67",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C875AE8A8DB5441A577172869A4EC6E71DACE7A875F42A2FBBA4B52F293499DE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "339E7E433DA8002B9FFB9EEB3C768742A93953509FC02BCAF95254228914067F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "98b2c48c-eaa0-48d4-bcbd-4090cffd2fed",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F558E04EF99B39A1012E8BC2685728D983C682CF5E6F7E4D335A660283D7C666"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "575D4DF1AFBDD514A6D293234F4493736200E657D0EB9C618CBE18B3AE8EBB3E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shimaa64.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2d38a9bc-5c3e-4871-9e74-a1181a10764d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "c5fe8d0376e90b44fd565015cd7e82c9",
+ "SHA1": "a69b510efc63da996aa74d11e49b6748141d2803",
+ "SHA256": "903d0d76ada77672c60a4d63be5f6e1b8f247cea9e7d32b6cb26e1a82815d09d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shimaa64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ "text, text"
+ ],
+ "InternalName": "",
+ "MD5": "a1b9b882d3990b8465c7010a406ecd99",
+ "MachineType": "ARM64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "58d47e6513a61b42d4c1c2a9150cf9fd051ec435",
+ "SHA256": "754952ff4187789c0269982d056f6a863409963f46d870c0a8d054e0fe69857b",
+ "Sections": {
+ ".data": {
+ "Entropy": 2.6794102876071513,
+ "Virtual Size": "0x34b08"
+ },
+ ".text": {
+ "Entropy": 6.294539620252291,
+ "Virtual Size": "0x99000"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2682f970-000c-406a-bf2e-fa4c1ac8bbeb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6C63C984BC754736376564A8F9AB1B7885B9AC2F49F1EC6E4053049D26F78F9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B28C498A7CD61006A32A9EEF404AED4349CA68DC6F2240833BA4EC745D37A1DA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e9785a5c-1caf-4577-85fa-9a2eadc9bfe9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "788383A4C733BB87D2BF51673DC73E92DF15AB7D51DC715627AE77686D8D23BC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D389EDE1F84051086D30B8C2CFC362797B129854DF1313CA474F83A143F55D11",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e9785a5c-1caf-4577-85fa-9a2eadc9bfe9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "312efde5-1d57-4845-860d-cecb9a1af677",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "26ACA3C927095772FA26A4D63680597130AD161EEE8CBCE34B59E10C6167E92A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0EC7C340AE2DAA6D5F7B261BB64A5E7E2351073FC5B893E07D03595DEE28F544",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8e051211-3998-46bf-abf0-cfba6699c4f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CF13A243C1CD2E3C8CEB7E70100387CECBFB830525BBF9D0B70C79ADF3E84128"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "07058C9BBCCB99D58FC93EBE2C007CFE28E1BF74E51954584AA3D3CA06689FBA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8e051211-3998-46bf-abf0-cfba6699c4f1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46412487-6c24-4809-8b77-f2165d5a8395",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2E6921DC970AAC433DE9AE4ED66B2681A4CD2BE649D2EE9A561871C335E8B1B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEB3FC384826610AD277DDD592F6CA8FA9D00E56457724D470DAAC32962532F9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0cb9b7da-f228-4e4b-a07c-06346f0d2e47",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B9B20E933E2B6C33C9FF088E224D802028F29A4CEBE50AB5D746027911A454FF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "459728935C400CBED125A0AA12D0E618CCB6F4FDE3194BB2D06A511DAA335350",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0cb9b7da-f228-4e4b-a07c-06346f0d2e47"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4885e5bd-31eb-4f63-af7f-efff02e753ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "92F858F6A02BD2014618B05D7759E34E7781B15C34C8814BA4C930B320F8DB09"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "53E9CF33ED9379862E5A5424E0C3FBE6D81D0D622368F773C81658F408A642E3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "8e8db009-ddf8-4196-ac2a-99c9a0e6d9fb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6159052617b8251fa73b9137546992ca",
+ "SHA1": "d9196a975de3cb5f3fbed654aef1a7d87801fffc",
+ "SHA256": "cc202e8f2753ec75c9eeaac65c9d39eea6faed570664e930e3815976cd332d91"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-09-18 12:30:51",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9840.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9ea079774ed23df340ecc523ddf68045",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9840.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2777dfee3c799f841a25c53df5d11e39",
+ "SHA1": "6a4457a8f18e185baf0a0352666728176d377faf",
+ "SHA256": "1ae942cee9560dc7ed300190c7efbe6312d44ec378914f3c09554d816a51b45e"
+ },
+ "SHA1": "34e4cbad02d8dd38e88bc3ab0b2dc47e91b9c02f",
+ "SHA256": "71083eb4f247ac78f52aa09f81054396a0dac1064e1191b5b56a43a6976c5c74",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.542679524584936,
+ "Virtual Size": "0x620c0"
+ },
+ ".pdata": {
+ "Entropy": 6.100559280267619,
+ "Virtual Size": "0xa7c4"
+ },
+ ".rdata": {
+ "Entropy": 5.474744858697431,
+ "Virtual Size": "0x22024"
+ },
+ ".reloc": {
+ "Entropy": 5.4333959598080055,
+ "Virtual Size": "0x99c"
+ },
+ ".rsrc": {
+ "Entropy": 3.46970412781484,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 6.471130112924717,
+ "Virtual Size": "0x14af76"
+ },
+ "PAGE": {
+ "Entropy": 6.5423108965051275,
+ "Virtual Size": "0x16bb"
+ },
+ "PAGER32C": {
+ "Entropy": 6.320430943959415,
+ "Virtual Size": "0x2e69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e081d394-fa4c-46c9-8a1c-c8790790aa3c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91656AA4EF493B3824A0B7263248E4E2D657A5C8488D880CB65B01730932FB53"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "84A6C5F6C7AC07F1CC405F7B53B69BFF17BE0E4B9A428C21D39DCE0CDD4EF16B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e081d394-fa4c-46c9-8a1c-c8790790aa3c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by SEAGATE Technology and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a3bbd629-976b-4804-b5ea-2e62ee592092",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "370b63db6afc64b05feadcbffb223da4",
+ "SHA1": "e9449d88a4154e0d1bfda7986c089f743b00e9ed",
+ "SHA256": "95049f0e4137c790b0d2767195e56f73807d123adcf8f6e7bf2d4d991d305f89"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-05-23 05:14:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "ca747f0a7e1bcbc51cf4f9cd2a17f9a5",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "41686992e3e8fc975674d5134909975b66b54a38",
+ "SHA256": "777adc7e8a3e1422b3fc9c10ce31e996c057fe801a5292f0902bd5c5365e7287",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.797978054526178,
+ "Virtual Size": "0x316e8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2127120070382236,
+ "Virtual Size": "0xf1f8"
+ },
+ ".rela": {
+ "Entropy": 2.6244580629738223,
+ "Virtual Size": "0x2af90"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.641612169819171,
+ "Virtual Size": "0xaa991"
+ },
+ "/4": {
+ "Entropy": 4.819140517708772,
+ "Virtual Size": "0x174e8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ },
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bbd79406-168c-449a-8206-9927288fefd4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B3EAFDEB6E2809BD72730E4FC7896B9D94543CA360E9629B63C039FF91274BEB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F64F70D1D3AD35BEC25526472C51765BEB40AAF72CA8EC1242E046F62C18C11E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dabe9a66-0446-43a1-b9bc-fe279702a5ab",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5ebf16973c90bb7a23fb44504d80f390",
+ "SHA1": "ccb632ec30624e6860fe361920b83d1739d9db1a",
+ "SHA256": "4b8668a5d465bcdd9000aa8dfcff42044fcbd0aece32fc7011a83e9160e89f09"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-01 01:28:49",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "24a7545dc37bc7d366b05c68752af476",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "63006031749d3e2d445fd952c8da201181b90593",
+ "SHA256": "6b6e59284750fc0e6fac4d6c2a46100e9b0dde54e000b7327edd4a4dced9e9a0",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.543005509538862,
+ "Virtual Size": "0x2a5d8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2108977484090375,
+ "Virtual Size": "0xedc0"
+ },
+ ".rela": {
+ "Entropy": 2.6458352177504407,
+ "Virtual Size": "0x1ae68"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636907616740039,
+ "Virtual Size": "0x9517a"
+ },
+ "/14": {
+ "Entropy": 5.199783217663668,
+ "Virtual Size": "0xc5"
+ },
+ "/26": {
+ "Entropy": 7.264358037145479,
+ "Virtual Size": "0x482"
+ },
+ "/4": {
+ "Entropy": 4.842286067133961,
+ "Virtual Size": "0x18848"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b0db7258-fe95-4712-ae0f-fe258342295b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F31FD461C5E99510403FC97C1DA2D8A9CBE270597D32BADF8FD66B77495F8D94"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "862EF2D92E8E0DF128007AEF6F9E4D6A6D0DE3C656A4D72D1A19A18068C23508",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b0db7258-fe95-4712-ae0f-fe258342295b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "44560d47-de27-4691-bee4-6306bc160643",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8810B37003E7CDDA026663968AA9E1B9CCCC96EED98528CF5A975BDE7B8084B7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7391D51035BE75620EE4F0F597DF65F54D3518A7CFB74276D7A778AAF7B39477",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5d92da13-8976-4b19-871d-a9266e342121",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "19F4C7030AD74035F5BC07ACE285BD7538F231D25787755D72071EDE879C6978"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A84526FB39B09F95A0A1CABE23D34CC28FA554242405EB653D6EAB8669B3C1BC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "7c6d9a9a-0ec1-43b7-8e1f-053fb98e9fbf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9dc081d5f69234c2bbe8fbf881510703",
+ "SHA1": "99c709c98c1d9548ab82b298f47782597c767601",
+ "SHA256": "915009d1cf9d68b9e53064de82d4b70b58d2f014a03805cc406427d323d9fc35"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-06-02 22:57:05",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20396 (winblue_ltsb_escrow.220602-1730)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a442859fd33fbf61ed0ea28bbf33bdbb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20396",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "a1aee57f1fd4a6768950f74dfb2e2a97853d4733",
+ "SHA256": "c9f47991e981394076050cb8b5cddfcbf9fb01b6d7272b9079082e20e4875cc8",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.414037738822692,
+ "Virtual Size": "0x6c830"
+ },
+ ".pdata": {
+ "Entropy": 6.09109331005081,
+ "Virtual Size": "0xa71c"
+ },
+ ".reloc": {
+ "Entropy": 5.408865957224927,
+ "Virtual Size": "0x998"
+ },
+ ".rsrc": {
+ "Entropy": 3.472348575968224,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.495613960484225,
+ "Virtual Size": "0x16dbe4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3d65bba8-925b-4fcc-849e-ddfc0bdf1c49",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DC7CC8D1DC11E304ABDF6E6227838F35B223B780F030DE7B341E88A3F6A361B4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C655C36EA5160603D4134B038D732604394031E177D1C32CFD582CCE0C037887",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ae979b6b-32b7-42cd-b835-09215a457c01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C42D11C70CCF5E8CF3FB91FDF21D884021AD836CA68ADF2CBB7995C10BF588D4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "561694642D87969C00583ED6C4BB6C41527DFF7164A079035E8C8B905A5E4B62",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ae979b6b-32b7-42cd-b835-09215a457c01"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.4-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8bbda28-7392-4588-a899-755c58de432b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "15d38ac115b29438f9f82509f78c340a",
+ "SHA1": "c017bdf23c9fae3f7c66a28aaefa4ce95d174a71",
+ "SHA256": "1db183cf5655b2dd0ce9508273b339146c3b7dcdec0d0ac3c180c953083faf18"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-09-23 01:33:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.4-0ubuntu4/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "8712d45e1ae024cb45067ad5918e12da",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a6aa33d40dacfcc964b01a5c18d26829d362fbce",
+ "SHA256": "702a10fa1541869f455143ed00425e4e9b2d533c3b639259bde6aac97eca15ed",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.791429945661147,
+ "Virtual Size": "0x30b48"
+ },
+ ".dynamic": {
+ "Entropy": 0.8174565006028103,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2126934517254524,
+ "Virtual Size": "0xf120"
+ },
+ ".rela": {
+ "Entropy": 2.627268789314352,
+ "Virtual Size": "0x299a0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.634227672572103,
+ "Virtual Size": "0xa84d5"
+ },
+ "/14": {
+ "Entropy": 7.33045778996378,
+ "Virtual Size": "0x441"
+ },
+ "/4": {
+ "Entropy": 4.852971920873678,
+ "Virtual Size": "0x176f8"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.4-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1d193967-c24f-46c5-83ae-4bf1d5ea80ca",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23A0F1DE04EF678E621A449040CF519DDC3679FE54C9E2E0897DFE2C80D3DC26"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9C4A74D11888FA41A0341EE6F0B75DB69C34827851755F46506A6C0ED96CEC8D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "25356276-9f23-4044-a512-863c5b3180df",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B93F0699598F8B20FA0DACC12CFCFC1F2568793F6E779E04795E6D7C22530F75"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "96520E78051325998A6D82FFFEE0366F85289E6D8834D1F3DA9082C6EE146D26",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "25356276-9f23-4044-a512-863c5b3180df"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b7909152-9a87-4045-9aca-ae18890b2b71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3B7696DF627ADE30BB15BDC5CE3F3C27240C973353E8551E7B036C90D01280C9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "41607556B9A25F6F3AB73331589519553F83D2CB3629FB3E729303898D173023",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "9164d869-3953-40eb-91e4-26a837e3aacc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e518520c0709c922714f016a9ec3d893",
+ "SHA1": "3ef1fcd520f386618b77de8759b40d169b042708",
+ "SHA256": "05729029ef940c5e6ee96b3b1253c08783c01329bce2e9951bc22a09223fc15c"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-04-11 22:20:40",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20366 (winblue_ltsb_escrow.220411-1722)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c6697cdbcf51cc54053438e644243327",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20366",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "056c3b1ab4f9b248ffc5285f299a2653839357f2",
+ "SHA256": "1eadf7bf5fde916884a4beb82dd68ba50be05413f00aae8571190a2eaa462640",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.175578570095665,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".reloc": {
+ "Entropy": 6.751781167901335,
+ "Virtual Size": "0x5ea4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4725471322840162,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.63395324582708,
+ "Virtual Size": "0x1326f4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0d33abea-51fd-4453-a8a3-150328e8ce21",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9ED33F0FBC180BC032F8909CA2C4AB3418EDC33A45A50D2521A3B5876AA3EA2C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A121947909D35BB042F0049D18E4EE2B27941E10D14E4D6B1C11945CA79992E6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0d33abea-51fd-4453-a8a3-150328e8ce21"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "d1d2f3cc-064e-455c-af50-3bd0d46a06f2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "889829fb843f0a94ac85fd363af55729",
+ "SHA1": "7064b8e79beeb6e7443033f51a17d7973ea424a2",
+ "SHA256": "7f292bce8dc97b601ef1ea72bdf7d96a12a87782bb1b1c547f85c55c7b3ff035"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-02-15 11:51:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20300 (winblue_ltsb_escrow.220215-0706)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "d6604f3caaa504ff3aedbade7d87fb97",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20300",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "a8dc3e14fb4ad8d264fdaba4ccbc89d64ee4791d",
+ "SHA256": "f025a519dccf1df41951c22c6dc5cafa61e21b117e174b4983b45ccc22c6375f",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.174017317899591,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".reloc": {
+ "Entropy": 6.755773988883993,
+ "Virtual Size": "0x5e94"
+ },
+ ".rsrc": {
+ "Entropy": 3.4723546570842396,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.632565264872485,
+ "Virtual Size": "0x132694"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8d43face-8444-4bf2-ac71-c0213d06ef91",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "495300790E6C9BF2510DABA59DB3D57E9D2B85D7D7640434EC75BAA3851C74E5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA31FE4698AD3D0E30408927BE36C938BF52FA9CB8D46B12F84F5D5EC22DD1C6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8d43face-8444-4bf2-ac71-c0213d06ef91"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cefffba-3701-43ff-96a7-7a66f008805e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "50F93402B66127D87B947067E9689DF5B2B36B253833FFE1E6CECA685FAE2D85"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C443B4E3083BDBF2296A5E0986022520535C01ECC6CA3E0F0F83F3B683672368",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "163602d8-2ce1-4c1a-9101-568c50a6f887",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "0e937bbc24f9343c32c2641a3b728ea8",
+ "SHA1": "3c3db26f3be97e13953510a1615c3efd05f10aea",
+ "SHA256": "2992068e4f616f2d7253e9d58116a97f22923f4dc1b78a58be4499b982ecf270"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:28:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1038)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c815c638cba6bdc82a6b4f72204ed252",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "420a1a5671848b2653305add8102a14f",
+ "SHA1": "114d1b38b6213056c957863df20adfa4d8e5d3a1",
+ "SHA256": "20a649595bb060b7fabbd48e91fff890b90f378cbbdcf05d770a881393fa42fa"
+ },
+ "SHA1": "d2e758288883a7b37a46b773ec0ff61c328e8bf7",
+ "SHA256": "64604ea91f31b815bd0219d56563b9c2d307fc6c71ecc38d498221e0e0e9c4ad",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.348734060496247,
+ "Virtual Size": "0x63050"
+ },
+ ".pdata": {
+ "Entropy": 6.080132511208591,
+ "Virtual Size": "0xa758"
+ },
+ ".rdata": {
+ "Entropy": 5.425860402319835,
+ "Virtual Size": "0x21e54"
+ },
+ ".reloc": {
+ "Entropy": 5.422764555576717,
+ "Virtual Size": "0x988"
+ },
+ ".rsrc": {
+ "Entropy": 3.469760072257071,
+ "Virtual Size": "0xfce0"
+ },
+ ".text": {
+ "Entropy": 6.47422240022722,
+ "Virtual Size": "0x14ab76"
+ },
+ "PAGE": {
+ "Entropy": 6.547079200625931,
+ "Virtual Size": "0x1639"
+ },
+ "PAGER32C": {
+ "Entropy": 6.320194972365571,
+ "Virtual Size": "0x2e69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5ea7cfb0-5f73-4d02-925e-8161b423fa88",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A372DA66E15D456DC4200BD3908E0943BA4EAF864F7A35062B6B1704320D090A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "45A04261C55E72E48C90A5C821C3A519B4A0D9B1A6C3561CE7477AC399D23C5B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "35a53e95-2bf9-43c3-b7ff-c8a176b73a7e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91D56D765B020B99B7716582E3C380147FF0ACDDF63BB09ACDED0C0249E5CC8C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "641A3F8E77A42F04B0F300399F0FE6545733DB7EE00FA402358723E84BC62741",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\centos-7.9-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fd70f49d-4efd-4ebb-a889-5dbbcebe33a0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "398995770D21E9F66B90D69D1EDE16C9E58C0634B2F7D26B1F22501DD93FDAE5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "centos-7.9-shim-20200726-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8C3A26B5831FF45BC3BCA44C2815951E2DA489A91BBCD295F12DFDBCED9958B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "centos-7.9-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Blancco Technology Group and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4d2c43e5-7a66-4890-93c7-3f9ce734f78e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "757b01c0eb9ed075c6e93d2fac4b0e4e",
+ "SHA1": "948d8090a1f360db50a84f3cab750f95d76044b6",
+ "SHA256": "5b248e913d71853d3da5aedd8d9a4bc57a917126573817fb5fcb2d86a2f1c886"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "22534ca115844f647fd2698572201490",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7a21dd6f0289ca16c6f2a46cd37a965721f07518",
+ "SHA256": "24d6b301a1268ba8b373275981538855205eb0115609800f2b5b95377483b108",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.411757169157883,
+ "Virtual Size": "0x2bc78"
+ },
+ ".dynamic": {
+ "Entropy": 0.7873974037224476,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.210413889723783,
+ "Virtual Size": "0xfff0"
+ },
+ ".rela": {
+ "Entropy": 2.655298369840716,
+ "Virtual Size": "0x1c470"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6177167078803505,
+ "Virtual Size": "0x9aac7"
+ },
+ "/14": {
+ "Entropy": 5.287094102644723,
+ "Virtual Size": "0xa9"
+ },
+ "/26": {
+ "Entropy": 7.246800061582028,
+ "Virtual Size": "0x42e"
+ },
+ "/4": {
+ "Entropy": 4.834298869664788,
+ "Virtual Size": "0x1e698"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f4268520-fd18-40df-aecf-b2a6e8dcf27d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ba5501c6998594711fe062521d0ba9de",
+ "SHA1": "8dc43164d1742fd0e3a9590190ee7116bcfc04a8",
+ "SHA256": "96e4509450d380dac362ff8e295589128a1f1ce55885d20d89c27ba2a9d00909"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-02-28 08:15:09",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "fbec641d8564e4e48784b2b07dd9c196",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7ac5c5314da05d3a6e69e4213b9479a62d6f411b",
+ "SHA256": "ee39a9a3fbde8b15ce4ac34519e248ea746a52ae0ae680da5b0c7ef919e583a3",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.774275035620183,
+ "Virtual Size": "0x310c8"
+ },
+ ".dynamic": {
+ "Entropy": 1.0259041624373757,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 3.2093022589915736,
+ "Virtual Size": "0xf1f8"
+ },
+ ".rela": {
+ "Entropy": 2.622559703225293,
+ "Virtual Size": "0x2af90"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6400279515127,
+ "Virtual Size": "0xaa1d1"
+ },
+ "/4": {
+ "Entropy": 4.829624557782118,
+ "Virtual Size": "0x17460"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ },
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200917-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7520fd68-dbc4-4182-ab8e-2cc005024183",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4AAC0A9E089DF8E9AC6725E0DFCA3AC11A17747A2E35F43A2B38A58F8AE2A273"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200917-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3BA74313087DB77CF93A00E072A2FAE00C0A472DAC5DD6988F9C0993A0769159",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200917-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "7662d98a-0476-48dd-b532-8e6142d251ec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e2a3feaa3ac65bd8ceec1f6430f81121",
+ "SHA1": "80257f616bfa48d64053b0198af7280152e8243f",
+ "SHA256": "8ed8aa03199de7d541ccbb3009a2b1ff575219662d8b23fba7fdff02d80abd29"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:50:04",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a168299b9ced4e289f438408b6a047b6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "cd0498821da3074abf0b1c44819f1bd2f3a13355",
+ "SHA256": "90ea447ccfdcd9771de40de9721d0256d6d8a30d68963e82485c2e92b7eb5257",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.169217945416925,
+ "Virtual Size": "0x55ef0"
+ },
+ ".rdata": {
+ "Entropy": 5.377951519517065,
+ "Virtual Size": "0x122af"
+ },
+ ".reloc": {
+ "Entropy": 6.114816268597115,
+ "Virtual Size": "0x61f4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4717263860040073,
+ "Virtual Size": "0xfd14"
+ },
+ ".text": {
+ "Entropy": 6.640808824960342,
+ "Virtual Size": "0xdd886"
+ },
+ "PAGE": {
+ "Entropy": 6.507290228990708,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.570088920256996,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ca53fb23-c94b-436c-9066-079bd6480ae7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6730C911E6D91009420D202FB6F394568A06AA97E9F33F30C7E92AAA71332D68"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "97C24B65A08878AEB0002FC577B717A950C0A20E60EBDFC569637EF57059A2BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5466b767-bb4f-4044-a72c-1a7aab0d1d4f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D084AC3FCD80893B1878653C8BA9B71FB9C53E25843A989EF51A9B44C7EAFCBC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1EC66D5D99383D9EB6CB553965D6ADEF787ABDDEC162844AF1CC04F24EDBCE08",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "312c2d35-25a3-454a-a458-a797350273b1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F330F23C09772A64E1478A19CE003FABCA4F52A9431A8C6803019AD532D7DDC8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AEFCF3C2010344775B306EFA5FA4A9B7630AA95DA5B59C4E96A2524302B51E50",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-8.3-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8041563b-fe86-4183-9409-a479ef4f9b46",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F5D396FC5AD8B7EAC22652129D56449DC30B6965CE3E41F5D76590E3B1ECFE62"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-8.3-20200730-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5E9D231F7BC2F98E9CBFBE65DA29F7B663A1E84FEE090250BD0976D65DB3FC0A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-8.3-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5cb571f7-050a-40db-a196-9ad7cd8afed6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E808A337ED6911EF561C27CABACABF4EA6D6E20FB70F5413B121AC251ABCC10C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "079A26143F5CD9862331F7C1850FFCF2D6E081FCFA8617F6FFA94FA212834DD1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c045cb03-9cfb-4ef9-b058-6734090e1dda",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8D93D60C691959651476E5DC464BE12A85FA5280B6F524D4A1C3FCC9D048CFAD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34440CB45EB6EC2532EF89D6FCD7D3D9BC2A021677BEBC9D65C47A725A6845D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c045cb03-9cfb-4ef9-b058-6734090e1dda"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ddacf4b0-e6e4-4546-b3bc-f196645266b1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "47F7A5F3821286A9C677F66CFE2A84D5CA94CB6FC1EBE8E1986E91EDD58CBE33"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "39CEDF83BD3417A90588795CDE2BD6BAF7089997FDDB588E552952C179958D84",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "40f5cc74-badf-47d0-8fd7-021190a05953",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5BCFC748DA415BD7F00B669E1237C9898A6D03517CC80B3626F0BE326046B28"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A7BF87F519397CA73C79AB94079E0E8218661C149713A8A286DBF1079E57B4BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.efi } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7cb68e8b-c07d-4b76-9af0-0936553f516c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e933dba3a6ab068b91601eb1828cec97",
+ "SHA1": "4b496c6b76d4ddafb0e2b3c0fb27f47639005f98",
+ "SHA256": "2679650fe341f2cf1ea883460b3556aaaf77a70d6b8dc484c9301d1b746cf7b5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 17:23:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "92f1d7fd78d0353c62e5dc8e81f558e2",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a63dbf2c3b022c5d70c20e674ab8066a2b3290c7",
+ "SHA256": "06edb9f17a9007c8b6db6ee2fc240e88e238f06c7c983f987cd9be1b80010d04",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.460859983643804,
+ "Virtual Size": "0x2a358"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2034263115689736,
+ "Virtual Size": "0xdd40"
+ },
+ ".rela": {
+ "Entropy": 2.6459313794720467,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.63990249860699,
+ "Virtual Size": "0x96ba3"
+ },
+ "/14": {
+ "Entropy": 5.146942838207223,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.130706042544344,
+ "Virtual Size": "0x5f0"
+ },
+ "/4": {
+ "Entropy": 4.852580285671373,
+ "Virtual Size": "0x18c28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "887e3ac7-c597-4327-86cc-29936e2f8cdb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D14EE5616DC8EC74D695AF08DACC78BBEFAFA7A97A5CFEAB9B961E86CE9EDD37"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2F1DAE62EA074FD06DBBF620009CB3E65988D15431A061EAAB4D7ED1A97A3689",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "887e3ac7-c597-4327-86cc-29936e2f8cdb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7b45ea3e-38d4-4bac-aac7-54806c6ffb28",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3E1A6021B3C6066E94F7F06AD7B29E35B1BD9EE496827A290EFB9BE7A27C5D63"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3E5206C60B696D3B81696DF457D74881F0188ADFD75404A4C0AA627688975671",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "27c9ba50-5540-4ff3-90eb-8798c48599a1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1CB4DCCAF2C812CFA7B4938E1371FE2B96910FE407216FD95428672D6C7E7316"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "127B01B1F605183BBA4D1A07B7EEFE01BA88203A6CD6686B28F3883F33C0ED42",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "27c9ba50-5540-4ff3-90eb-8798c48599a1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a74084e3-94b3-4674-99c8-e314f7f6241f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "367A31E5838831AD2C074647886A6CDFF217E6B1BA910BFF85DC7A87AE9B5E98"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "957D8826BEE05DFEA66994C237E61BD70CC0115CC176E1D931F1D892C6C16814",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a74084e3-94b3-4674-99c8-e314f7f6241f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1456951c-e037-4508-a34f-5a6ff0065521",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "803bade13dfb54c31a1096787d89ab74",
+ "SHA1": "1076e1a25c7fe4b65b48570300c506a0317c42bb",
+ "SHA256": "03f64a29948a88beffdb035e0b09a7370ccf0cd9ce6bcf8e640c2107318fab87"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2013-11-26 01:54:06",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "89c04150c5f5b596236e04ccf5ef6a2f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "7639a4d8974693df09e8cce6d1e3d0092fa03dcd",
+ "SHA256": "e50f1f1e9fb9198e5b094773d1d0068cc1cb1987d06583abaca20adc1f8932a9",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.794829537696304,
+ "Virtual Size": "0x31df8"
+ },
+ ".dynamic": {
+ "Entropy": 1.0127462677005334,
+ "Virtual Size": "0x130"
+ },
+ ".dynsym": {
+ "Entropy": 3.210837608809073,
+ "Virtual Size": "0xf4e0"
+ },
+ ".rela": {
+ "Entropy": 2.6237858498943414,
+ "Virtual Size": "0x29d78"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636185896681617,
+ "Virtual Size": "0xabc1b"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ "/4": {
+ "Entropy": 4.84611486714032,
+ "Virtual Size": "0x17a98"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by EgoSecure and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fb78c0ab-b76a-47b5-b7ef-d64bf38611b4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "fb78c0ab-b76a-47b5-b7ef-d64bf38611b4"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9b6deeaf-b8bb-4f8e-a8b6-d174312fcb7f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "172FA584B4EEA5A5D4104FB0AC30EDE032CCD31CD2675D7003D79A2CD0C243E6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200730-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2CAD0B454397089723959FAAFC2DB5388C50DFD5C02319703BABA6F03654561C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ac90e9e0-2035-46a5-b3fc-f0670e6d0ddd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A0107A564E93989C57044FD18AA85BEB1258101AC3D9F6E10BF12C1C6573BC2B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B2025F4C880166D94222A95A88FF0A525C361D7B2C8A886B4E4CE6FBDD6520D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "841c43d9-b7a0-40a7-ae7c-fc1affb759af",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "57E6913AFACC5222BD76CDAF31F8ED88895464255374EF097A82D7F59AD39596"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "439983268FC8238CB2DC187B033904DBD682929852D846FB69A22DDA1561A422",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "841c43d9-b7a0-40a7-ae7c-fc1affb759af"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Isoo Software Dev Co Ltd and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8b88b928-4717-4a30-832e-dcb3bb15b7a3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "40b8a117af84ea3225963daf421eccb3",
+ "SHA1": "99823dd47cfe71774cb0fcc687fa1da921b6240b",
+ "SHA256": "bd882355bf6813cf88ec0b83b6133691100f480381ac06531c3d5909cf1fb626"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "b1aea18419d0643fb2e4d8f6da2ae461",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "3085f38227977dce8dac3b29c92b0103e5b5eae8",
+ "SHA256": "56f9e50da4817b1de9d9291eb5f2bc63703ca3e6f4a8571bde28cf756e2c80ba",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.336485470877681,
+ "Virtual Size": "0x20cdc"
+ },
+ ".dynamic": {
+ "Entropy": 1.4609704737895086,
+ "Virtual Size": "0x80"
+ },
+ ".dynsym": {
+ "Entropy": 4.390812113462173,
+ "Virtual Size": "0x9360"
+ },
+ ".rel": {
+ "Entropy": 3.52145733418307,
+ "Virtual Size": "0x9048"
+ },
+ ".reloc": {
+ "Entropy": 1.5709505944546687,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.843166036178159,
+ "Virtual Size": "0x931e7"
+ },
+ "/16": {
+ "Entropy": 7.335685443962851,
+ "Virtual Size": "0x3e6"
+ },
+ "/4": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc9c7842-484d-4427-9ed5-75073efdad17",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "362ED31D20B1E00392281231A96F0A0ACFDE02618953E695C9EF2EB0BAC37550"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8A73B6E52B27695C72D4776C0BCFA54D30C1340D534D5EEFF8D890377CDFDFAA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cc9c7842-484d-4427-9ed5-75073efdad17"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "db57d7a1-5937-4ba9-896e-8fdce1ff2990",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "332450890F9C8FFF7EC15C53921BF27227AB9EA06B0E1C816D819F8E21CFB55F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C79381B9A5D1D2B8A85B6A5B2255923FB2D3A5F500CC00FBBCBF10C6A3A0B40E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c015961-2a7d-4fc2-99ca-5cfccf2de27f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4A9B1C438BC8F114BFAA82F5D533DA31CC610C276711422C74A167B8AEED7C82"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "F50D0AAA4875B0B609D0F796AACB77D582E0246D3FC544F76ADB73B67A156626",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "160959a3-8cac-43f9-a0d1-1c108375fb95",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "266C1429C8DC389481B3814BC3AF8723DB28EECEB0BB026BBBEDA0CC41D36BC3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DBEEA13BD8FC4D613501D8CF564A129A541AEE6FB5AB82CB4A5F448B52FD1C52",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Endless OS and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b59f1e98-72fb-4ccf-a651-bf9318f14150",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a130bc7f90388e8f9d885f55fc7a8b8e",
+ "SHA1": "b7f9b5a096cd0d524da6296ace355e268cc01a9d",
+ "SHA256": "0fa3a29ad05130d7fe5bf4d2596563cded1d874096aacc181069932a2e49519a"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 02:08:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "7661abbf92a68466a3562ec887365e6a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "ccdc96497a3d4cb4a616939fbf102e5faa787a9f",
+ "SHA256": "4b2bd93b32de4be7235c95c97af98e12bed5f0602b7b428700f9a1348cb2f731",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.357579251117195,
+ "Virtual Size": "0x28f78"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.207672075514832,
+ "Virtual Size": "0xea00"
+ },
+ ".rela": {
+ "Entropy": 2.634187270160945,
+ "Virtual Size": "0x1abc8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6193950523430525,
+ "Virtual Size": "0x8effc"
+ },
+ "/14": {
+ "Entropy": 7.407333327251879,
+ "Virtual Size": "0x371"
+ },
+ "/4": {
+ "Entropy": 4.8333953377065395,
+ "Virtual Size": "0x18018"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Signature": "71bbbe63866fd705b424a7ba51f23ca48a84197382972d3a8f43597f67928ed7263aa0a22681b89d851ddb655f9ccf932a92da0dc6c7f43eded65716ee65ed2739ef140bb95d987dcdc1b7ee9134abd02370e12c3eba71662f10e88370610acb6c98fff27c38b3b829333d75428e804aded09b3486717d41188f048902c169787bcf10996c7b66de4dfa5b8217bdb02314393db288a8dffb5b5b63a14d781ebf0efa5ac640585fdf6370bcb52870f92d67282231111211726c82c09a1a1a81043bba955b40bbc91c033272d987521e37d8aa1dd0fa54513c12acc0a1480801d2dfa5e438a71a0a30a684a39233224b9e71463db6b99a67073724a200425b42c6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "d442a6ab238e766c07d33f02d299a9a5",
+ "SHA1": "3fb2a93548919ed386a441800a5d941ee358e38f",
+ "SHA256": "8806fc9fc29ec30556728d016e0667364f4f3359b8747cbd45d5f783ffe93abb"
+ },
+ "ValidFrom": "2015-10-28 20:43:37",
+ "ValidTo": "2017-01-28 20:43:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000018e730837f472a7b5b000100000018",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0dc82e15-40ab-4a65-bfbe-9c8925d3cdbb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DBB424CB8AD35EE68546092645C4689D6027A97FEDF3C5AF842B9572F1276997"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8DEB88A2435270BD24328760FA6FB5C77BCD5C47F7A0109F15300D644CB9A228",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Isoo Software Dev Co Ltd and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2e3641bb-5bd7-42d3-8353-481b4593c641",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2fb83ba40e7c8d9019f48dfa8269bdb8",
+ "SHA1": "775705904e0748bc6210e1869f20765a2f1b027b",
+ "SHA256": "e24b315a551671483d8b9073b32de11b4de1eb2eab211afd2d9c319ff55e08d0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "89805fbe6421f1d03023514f8fd7215d",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f41fb5b7aaf48c05faed3e6622d2e2e70c95d2b7",
+ "SHA256": "561d28e0888cdb0a8fce41754742aa8eb1bf5c8dd4eacbf9af0f40e0d36013c2",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.469891621916525,
+ "Virtual Size": "0x29c18"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.209809899920352,
+ "Virtual Size": "0xdd10"
+ },
+ ".rela": {
+ "Entropy": 2.6482475445299474,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6413160957491595,
+ "Virtual Size": "0x95a7e"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ "/26": {
+ "Entropy": 7.335685443962851,
+ "Virtual Size": "0x3e6"
+ },
+ "/4": {
+ "Entropy": 4.861285118776935,
+ "Virtual Size": "0x18780"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "1ab3d6b3-7bd1-477e-8127-a2be4b9a7636",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f9c6e874f1efcfe3a046acceb16d86dc",
+ "SHA1": "4ef60851f60fb3c04c48a99e582bd5d868e91d75",
+ "SHA256": "e8818666b7e014b6e4820afaa84d5a84fa42cb5d2663c848d358b2913274ba21"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-11-05 18:19:11",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9880.0 (fbl_sec_oss3(dlinsley).140616-1123)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9618221803e2befd17607ef2d957442f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9880.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a02554021493291650ba1e2951aef07f",
+ "SHA1": "3cb0d2f0d1a2046caf0027cfd995294a09eeda72",
+ "SHA256": "3089fe7fa4527043c200fafe2a7272e48a1f7c54725a623f22d12f2cdbb48350"
+ },
+ "SHA1": "1581d6767a70eb0bf596b82592440346eb00cefb",
+ "SHA256": "990a4dd8c86392421d680fa039af4e88d1ebdc97f61a73f8347d6b314fe8cd51",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.550324790112712,
+ "Virtual Size": "0x625a0"
+ },
+ ".pdata": {
+ "Entropy": 6.1168156717400635,
+ "Virtual Size": "0xa80c"
+ },
+ ".rdata": {
+ "Entropy": 5.678015481743603,
+ "Virtual Size": "0x20d34"
+ },
+ ".reloc": {
+ "Entropy": 5.429956404165192,
+ "Virtual Size": "0x9c8"
+ },
+ ".rsrc": {
+ "Entropy": 3.4696484697973857,
+ "Virtual Size": "0xfd54"
+ },
+ ".text": {
+ "Entropy": 6.474696277787201,
+ "Virtual Size": "0x14da96"
+ },
+ "PAGE": {
+ "Entropy": 6.553345757683435,
+ "Virtual Size": "0x1726"
+ },
+ "PAGER32C": {
+ "Entropy": 6.329737871071302,
+ "Virtual Size": "0x2e69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cef00ef9-665c-48ed-9b4c-d383d2846e05",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7AB5FF84B7B80A432366E3BBCC198ED382C9FD592CD5DD210138D2F9297CC1F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "494A55C84A5A244292DB7F678D4574C7CC6E58D522F0BE270D68B0F1A41E19D3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d40485d2-4fea-4d92-99e9-e1531fe4d33a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DCCC3CE1C00EE4B0B10487D372A0FA47F5C26F57A359BE7B27801E144EACBAC4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1275826206FEF9AA0A48A60BBC15300B3201F76F45E3CCE3FD0064DE2FC7CC5F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d40485d2-4fea-4d92-99e9-e1531fe4d33a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "0e36a4f3-efab-453c-b6db-fe4f613b79d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9e1d88b1165fafcc8d3ba103110c4843",
+ "SHA1": "7ae4be62af6bbe64ea43e60462403334b278fff0",
+ "SHA256": "f923efa6615ce9a93e5d69963b30adb00f2d2059113f55babc477ba889841f29"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-06-14 00:22:31",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17211 (winblue_gdr.140613-1709)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c9b413ac0a31f9eb0a141e05654d1d52",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17211",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "bf2b2fa1725551a7b25c0d86164613a7",
+ "SHA1": "c2527f2c2aa74dd913300d7868a0d042d10ed406",
+ "SHA256": "3bc6dba2d4913666539154040f7a9b5b2d4bb1dda99810435b6db4dede407c03"
+ },
+ "SHA1": "70f682f3c63a4a1121c3c9afa78934aa2412c049",
+ "SHA256": "ac22c4ad2e62a3a8369a311b69e9b3dd558359cb44de8115e6bef2ae5e5e7151",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.116187398286086,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.136093204344787,
+ "Virtual Size": "0x5b50"
+ },
+ ".reloc": {
+ "Entropy": 4.731539389747102,
+ "Virtual Size": "0x409c"
+ },
+ ".rsrc": {
+ "Entropy": 3.4716290018327003,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 7.052788904216757,
+ "Virtual Size": "0x9ccf4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ },
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "97efcb29-1524-4142-923b-4395a39fe3ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4185821F6DAB5BA8347B78A22B5F9A0A7570CA5C93A74D478A793D83BAC49805"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C31524CF5814D19C11611A5E5C27B2071DCB76B7EC6DC2DEC93FF9DE5CE656DE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "97efcb29-1524-4142-923b-4395a39fe3ee"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "43311ee4-a044-4086-9a53-ae01c3ef7f4f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2da35b95ebf3903dcaf2ec18fcd2c975",
+ "SHA1": "9006b56e7af152fae72c7095cf9155515a1c5a97",
+ "SHA256": "f8f38c4febe9d8e45e71a459c5bff171755c348d5f619f3c6ef30a3f8fd02bd1"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-02-04 20:26:14",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10010.0 (fbl_kpg_kernel.140630-1750)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "8d9e858d7fc95bfcc3690f3bddfac320",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10010.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "8b6b2892c15ff00e4ddf7eb144e1ae12",
+ "SHA1": "89115214dfec813ecfa5a23bed633254c214e62c",
+ "SHA256": "97ff062fbed8c63a4a2526daab5b76fde0b0c54540be4264d13a9116216a1be1"
+ },
+ "SHA1": "0d0e3c0e73f5561985e6a004d8d160be88d64ee7",
+ "SHA256": "0b753bd95ae643b2543f501533ca54db34ddc9d20f336358067a7069240a6214",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.42328323265371,
+ "Virtual Size": "0x3b260"
+ },
+ ".pdata": {
+ "Entropy": 5.981623522146152,
+ "Virtual Size": "0x7d64"
+ },
+ ".rdata": {
+ "Entropy": 5.392724511782535,
+ "Virtual Size": "0x19914"
+ },
+ ".reloc": {
+ "Entropy": 5.420446329188424,
+ "Virtual Size": "0x804"
+ },
+ ".rsrc": {
+ "Entropy": 3.459847805795169,
+ "Virtual Size": "0xfc40"
+ },
+ ".text": {
+ "Entropy": 6.491978717136592,
+ "Virtual Size": "0xd0ea8"
+ },
+ "PAGE": {
+ "Entropy": 6.535197922143474,
+ "Virtual Size": "0x1726"
+ },
+ "PAGER32C": {
+ "Entropy": 5.528643658730128,
+ "Virtual Size": "0x2d9"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f5fabb82-d43d-45ec-b057-5963c46113a0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8A305C5FBE7C56F9E3214D7ADB8F176341F4020F234F3C14E52335967A2D365F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C6C85806905E0B76C25C82A88BFF62B995F49124C55413E74D1DCC3461FE8336",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "9f95756f-dfcf-48ae-9c0c-8d99f4894e28",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2298078eaeda24a91219936dfb897e5b",
+ "SHA1": "23760cf7521a929e9bfcaa5591ad186a18f91f87",
+ "SHA256": "ce65c29521cd8498fad962e5f70d55c5044366ec09c761a60cc7c4a2001776a4"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:28:06",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1038)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "8000831e91c318757fa911d4c879dc02",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "420a1a5671848b2653305add8102a14f",
+ "SHA1": "114d1b38b6213056c957863df20adfa4d8e5d3a1",
+ "SHA256": "20a649595bb060b7fabbd48e91fff890b90f378cbbdcf05d770a881393fa42fa"
+ },
+ "SHA1": "d88ac2154cd473d25c41be40bcca918158badf94",
+ "SHA256": "59e4fa86b1c3bb7df3cdb79a17ec36af9ad12e153172f6d8e662fcfb9dbb37d5",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.306218248343971,
+ "Virtual Size": "0x63050"
+ },
+ ".pdata": {
+ "Entropy": 6.083164356102291,
+ "Virtual Size": "0xa758"
+ },
+ ".reloc": {
+ "Entropy": 5.402300872203148,
+ "Virtual Size": "0x988"
+ },
+ ".rsrc": {
+ "Entropy": 3.4701486563458728,
+ "Virtual Size": "0xfce0"
+ },
+ ".text": {
+ "Entropy": 6.474040887094493,
+ "Virtual Size": "0x170eb4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8e87c22a-ea23-4f89-bee2-c301e31b4045",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F8DD2281C67C59A08FDDC9859E9D5FF73802CAD88975242BD11486F13C6DDA6B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "24AF7036C63F09FEBAB1B84372ECD6151BE32CDC94E80E57F52F7D2C3665FBC4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "8e87c22a-ea23-4f89-bee2-c301e31b4045"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "495a811b-db1c-41f6-88db-36688933fcec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB340011AFEB0D74C4A588B36EBAA441961608E8D2FA80DCA8C13872C850796B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DF224EF3B05794CBCE084C11BAAF3D85F380A5213D9097E400D9FA42FC412933",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "495a811b-db1c-41f6-88db-36688933fcec"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2f495b21-1d43-43c5-8770-c221121a2e6a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B7EA2FBD3FEEDA309912B2767BA80DD037813E80FED17CDA79EF7F62B6D1953B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6FDB5AB3815A499948DF5ED732EE275FA44CE8313287A33B2875B2A2B1D60021",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4b37df07-e561-4581-977f-6eb984d0afbf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "99D7ADA0D67E5233108DBD76702F4B168087CFC4EC65494D6CA8ABA858FEBADA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-shim-20200726-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BD8020CC80D5F842DDFD5AC110C189707A83E85415EEA3386884ABDCFD7F3135",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d964e229-7407-4292-88b5-505f8be99d2f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9E0D9074F146461F9ACEE7D27F2C7DD8BEE73EB62AC62CF87F03BEE0C4516528"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "17F186C88052B988B4C9B62F8D7F55023AC317C82324DD5A958D05B8A1246F77",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "d964e229-7407-4292-88b5-505f8be99d2f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "45647cc8-3eeb-483b-97c3-170693cfea9a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A109E71AE3A0376CA0059A421250508EDB2BB624B6517A291F51E249F16B5CE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E8E83E3E343C069277EC4C1E79C5C61D20917E0451B9A980346732EEB7B840C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d457a885-6677-4118-9cf3-05bfc65e1fde",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B149B29E8211E24827FBE0168D30CB2619CD3365BD6F8173E7A731C5F702DCD9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E3946218D523E5D20C99A9A5BB22303DDCEF958DE2A978E01AF2F46D2D7A4DDD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc19dcf6-f6e2-4820-8df0-73abc96a95d8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "706B8A820652212D3A5F57303C9CB2B80B9E79DCF2621F29318AF2346419EDFA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4CADDFE7EB99A666652EBDA685A542612C851C732801AA5B15AB39E826D7C1D7",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bf8069da-0ffc-463d-b17c-3e0ee49d0585",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C452AB846073DF5ACE25CCA64D6B7A09D906308A1A65EB5240E3C4EBCAA9CC0C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5C39F0E5E0E7FA3BE05090813B13D161ACAF48494FDE6233B452C416D29CDDBE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bf8069da-0ffc-463d-b17c-3e0ee49d0585"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6DBBEAD23E8C860CF8B47F74FBFCA5204DE3E28B881313BB1D1ECCDC4747934E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "88B530624B67FAA0C0C1039618958F4DE983A997A6FF762BCCA82B8201194F28",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "7e14af6f-c8b8-4c15-a2ef-bc0a2b39e085"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9a34a20c-afea-4d1e-9109-fb7354066e06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F33727B54A9908CEC7ED8DB582A1482420FA257B61B559C47343110872ADF7D8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "79193EAE46F687D00B90B3EBA361B35802BD42E2891A8A8C286B4C00119F9F94",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0f3431ba-2b83-4020-b3ff-32eadbcb7205",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9F2B71EC2FECC93E4EDEAE24B32F8857FA36A81A7272DEFD5435D29FA3BF828E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7384B867C248569C3DB81E82AF35585AB3108858E958750098F9D8298CC9B8F6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0fe6f9a2-7b13-4c27-bf9a-412d9acf533f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "AE1DCA8AAB7C4BDD21C5AA19A323F597BD1850445D76695CB2910CCCB5F163B8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A02C839424A2DB0C3B98553C179C0583E7B8760C7A061176F76B6970746B8AC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shim64-bit.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d20a9d4f-d336-4400-b839-d2334be05e06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9d017c87755ffc16175ff7fa5dcbb175",
+ "SHA1": "47263679db883d7ad9adbc93d6a1fbf8095f0133",
+ "SHA256": "af79b14064601bc0987d4747af1e914a228c05d622ceda03b7a4f67014fee767"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "8273287f52ffff4624121d2926ef9df4",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "69b368ef62566f9b06db68ab91c736f98d0749b9",
+ "SHA256": "599a102b6445fa88392b8c85a31d80ece950624219d846affbfb7131d4bf550b",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.405783332258001,
+ "Virtual Size": "0x2d1f8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.211174101144175,
+ "Virtual Size": "0xf2d0"
+ },
+ ".rela": {
+ "Entropy": 2.6583278822249916,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.634218168833761,
+ "Virtual Size": "0x9ff35"
+ },
+ "/14": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ "/26": {
+ "Entropy": 7.435250663075391,
+ "Virtual Size": "0x57a"
+ },
+ "/4": {
+ "Entropy": 4.853329182162778,
+ "Virtual Size": "0x1f020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dc63ce55-4d4d-40f7-996d-6fc85f01443f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8FDB0851B7639B3293019BF0A8DBD6B7DD57910AC0CC0224852C3381880F2A45"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "76AC59211DF73F8BC0F1369CE290BFF57AD705CD1EB3B402D19E12FE5FFBD6D6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "da54ae14-5e4d-4280-b91e-4b78d0df036a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "23FCD6BF3084CEE6A9F9885E5239230B0ADDE0C870589EE461551D1CA8F4E85B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "31DCD37C53CEE49C1241978CB976230EFDA89A83C3E3DBC18EDA92099055026A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5ef6ea24-838e-4df6-b00d-3deb0ec3fa33",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4667BF250CD7C1A06B8474C613CDB1DF648A7F58736FBF57D05D6F755DAB67F4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0692A9566F22F280715080EE24B8FF54ED7372A98BD4994670FCF862035281B5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "5ef6ea24-838e-4df6-b00d-3deb0ec3fa33"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b8cfe531-3969-4203-a575-fec35e4880fd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F2A74464235248EA2A41EA0D0256E9CDD24BB6B3E2A6F2FC7E0AADC86EC56CA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D2BF5E584EA2F3844B27CEF320636D1A2CD6BFB023ED65110FF6D0EF09292114",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "15ca73cc-0098-429e-8191-5df17cae28aa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB7BBABE6E9A118C420BE4294132A88BC494969D95B9884480BD4F68AB94FB2C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2D9AB79B0593235C5EDC3CF77C3A48FCFA740D804A0397B3D9BD9AE9EE516D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "357e4bd3-4bc9-4b94-81a1-3833515e2d4e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7FC7196EBBFA0D7947DE66F37158DF23821F156F724FC3CC906F16E8EBFA3E9F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A59A2B53C8BBD2E536EADE26F26F3EE61129AB027812922B52C572364465E8C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "59b5e207-bca6-4425-b392-2fd0ed44935e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9BAF4F76D76BF5D6A897BFBD5F429BA14D04E08B48C3EE8D76930A828FFF3891"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "610D0A80FD4E876EAD581903B33C96ECC4B8BD7115FC9DF5579B3A25416FDAEF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "59b5e207-bca6-4425-b392-2fd0ed44935e"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2bfaff34-8a6b-486e-a308-0484d2372727",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "1886fd591b86756f2823f157d197be5f",
+ "SHA1": "b9d3918f7829cf8308e519448712a95d58eb6ed5",
+ "SHA256": "02e6216acaef6401401fa555ecbed940b1a5f2569aed92956137ae58482ef1b7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 17:23:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c453084032024e3b2dcd648c9406e760",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1316e2b5fb83b29acc00c5050799afb7ccd6b6e2",
+ "SHA256": "fb5eebcd4100593a1b2890267037b7701c83f32c284b99908ff1c34d5693bfc2",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.46067866301335,
+ "Virtual Size": "0x2a358"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2034263115689736,
+ "Virtual Size": "0xdd40"
+ },
+ ".rela": {
+ "Entropy": 2.6459313794720467,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.639910820231437,
+ "Virtual Size": "0x96ba3"
+ },
+ "/14": {
+ "Entropy": 5.160331946961136,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 4.852580285671373,
+ "Virtual Size": "0x18c28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dba882ff-03d1-4cf3-9e9d-9358d6416d79",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D417C004525C7BB57523836278CEE120FD66147983BA738AAC011E24BE75E6E2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4759E0891A636E1A3D27472C48AF55F27BF5E3CCF474141FEFBBA2AA124AC410",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dd78a9a0-255d-4856-b9be-76b08852303a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b1e4dc9ee87d701d9aabbb52211a9ba0",
+ "SHA1": "ba2a769531f2cb00b2ca9c089f1668c6851b382f",
+ "SHA256": "bb1dd16d530008636f232303a7a86f3dff969f848815c0574b12c2d787fec93f"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "d984cf8612284adc59b3b73deccb777f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "61ce3d65bef674357febe866d4e922373f809219",
+ "SHA256": "24558c1cb417b6387e2406c70ff13f5438506e8d7560dd7b226499c872c8076f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.539674359844269,
+ "Virtual Size": "0x2ba58"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.205605133391943,
+ "Virtual Size": "0xdd28"
+ },
+ ".rela": {
+ "Entropy": 2.6539709907526596,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.645691672093194,
+ "Virtual Size": "0x9777e"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ "/26": {
+ "Entropy": 7.473113877861932,
+ "Virtual Size": "0x389"
+ },
+ "/4": {
+ "Entropy": 4.865324642604779,
+ "Virtual Size": "0x189f0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0ecce400-dd9c-4291-9502-c8682a4474a4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9F136F152A21885D574519554C7B64C15F014E413CDE6AD160F2091EBA9E6424"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "891C44B16ABB7063144BBEF23BC35609FD14BB3FCD8ADFD1E804526AF344EBD4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "52d2d179-addb-4556-a244-d085e0aefad2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "941A51239ED416A788B5059DD647631B16E506C8F6AD87B1D5F3B8C97199A160"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EA21E2A1F1779F77C35060CD8690D2E74116C4402DD10B6F8260DB2D00B4A9E5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Miray Software AG and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fec3976c-cd0e-4929-a01d-23c584cf7e00",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fb9005cf320ed99d82d5b6a98988c576",
+ "SHA1": "f4bc99b43ab88f15d2803b5a9de898223a380563",
+ "SHA256": "68ee4632c7be1c66c83e89dd93eaee1294159abf45b4c2c72d7dc7499aa2a043"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 13:30:02",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "a1a05331029aa3aa0fd396897cb46e8a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "5e8fe0458328bfeacd491e1c74857c526f444596",
+ "SHA256": "0e5eb8d0bebf089a974bc0ca85d33d73f9a0bf72ed2a5e3a62a0387b51d509ce",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.598664200386453,
+ "Virtual Size": "0x2c298"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2043588757367574,
+ "Virtual Size": "0xe508"
+ },
+ ".rela": {
+ "Entropy": 2.5990440989417416,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.589380447571309,
+ "Virtual Size": "0x9f00b"
+ },
+ "/14": {
+ "Entropy": 7.180357884758935,
+ "Virtual Size": "0x5ea"
+ },
+ "/4": {
+ "Entropy": 4.837183147385955,
+ "Virtual Size": "0x161d8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "29a5f4df-eaf4-468f-94e1-da9ba1b1c20a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1BCF1611E0CC92C9D46D2A51C7ECF6EC63C562EF759324A1D9151D508A16B7B3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BC5D2B2C7E7CB051D084484259095B2868CAEC001C09A6FD33302B0AA0DFA7E2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "33559284-bca8-4af2-917e-d209ee8d15c5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8CB4FDAE88F4F492AC6C87716602366DF1AC84224B85AB2D3949F5AEE79CEFEB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A37FF7C979ED0E58633D61D00CDFF45A2488E86C740240C77834C8C8C651CB19",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f57db2b6-025f-43fe-af3a-c50cc2bc1aec",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "91971C1497BF8E5BC68439ACC48D63EBB8FAABFD764DCBE82F3BA977CAC8CF6A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2AEC3E859816EFA89AF844D6DD8CCAEA345A851CB23006D3C2928081352BEB25",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "f57db2b6-025f-43fe-af3a-c50cc2bc1aec"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bbc2661b-25de-4c4b-ac84-367115d44e8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7803F12E7E1B7063502EB8E223A9013E2B61125A888B74D61465B51DE53276BA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5E189C9D2633F0AC10ECB763A150568925884E29ED684050194D87B883B68B34",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cf486d6a-cb41-4d0b-9258-81a14e76f719",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4B59C6D8E94428C4CBDB0F306FED75B099EA349431F001AA819C3BD0D1600812"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "89C7492FAA5DFEFFE4F126764CD556A82B53520404636BD50C32405346959016",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "0a9c062b-91a3-44f9-b577-0128708bf124",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "662458438867c4c20ffa9adb1dbe99da",
+ "SHA1": "e407452938d3438b835e875dd8c40785587a6e0b",
+ "SHA256": "cfd2a8f23bbce7424f4a6e27def368f17b086ffa226528900fa092736e705ef9"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-10-07 18:02:30",
+ "Date": "",
+ "Description": "Boot Manager (Test)",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9857.0 (fbl_kpg_kernel(dedesa).140630-1750)",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9962f9fb820e5d7f5a31b86b9d164d33",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9857.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c5389be8b9ed2eadc3172c020ecaf490",
+ "SHA1": "c792c3865fa8fad335ab1bf4df6fc31f9a4bb8b7",
+ "SHA256": "4e28f20b385ab12059b7bfd4011ce3aa3d1e1a1514c9b01f86bc2d696d83c356"
+ },
+ "SHA1": "84376651061fc88774ec945b9062c112139c883e",
+ "SHA256": "f6208932ed98aa64f5ec0d9f59138d4c1dddbd82437315aac4aa913e5d4f825e",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.5467853172101345,
+ "Virtual Size": "0x62140"
+ },
+ ".pdata": {
+ "Entropy": 6.062316800180466,
+ "Virtual Size": "0xa7c4"
+ },
+ ".rdata": {
+ "Entropy": 5.3663917464862045,
+ "Virtual Size": "0x23014"
+ },
+ ".reloc": {
+ "Entropy": 5.434784212443644,
+ "Virtual Size": "0x9a0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4613409021077035,
+ "Virtual Size": "0xfc40"
+ },
+ ".text": {
+ "Entropy": 6.473097220302679,
+ "Virtual Size": "0x14b976"
+ },
+ "PAGE": {
+ "Entropy": 6.536008053813184,
+ "Virtual Size": "0x16b9"
+ },
+ "PAGER32C": {
+ "Entropy": 6.319009763281622,
+ "Virtual Size": "0x2e69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "058a1317-f391-4baf-86a8-31ea7b01d6e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "aff88198eaa921bd4c804c7b39833ff4",
+ "SHA1": "8c5d802f57367e3f81b341095265c6dbf0774403",
+ "SHA256": "459457c48e1b450d8f22858ffb392fca78bb6f4da837862889ab798bdcbdf08f"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-08-21 03:22:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16399 (win8_gdr.120820-2123)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e8b4de749b80b47640ea86b06f56429f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16399",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "d79557da8528c045a204a3abf3dcd26b7fb814f3",
+ "SHA256": "905c2df524e664759d55a6dad4b62b58220adc59fec3e852964efc2165b0fc0c",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.629726747704923,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.004535487649427,
+ "Virtual Size": "0x8e80"
+ },
+ ".rdata": {
+ "Entropy": 5.418752774603626,
+ "Virtual Size": "0x19b44"
+ },
+ ".reloc": {
+ "Entropy": 2.706444085925694,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.471186192315521,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.4845800528218485,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.510073701345747,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353527581631879,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "44795d05-39b3-4605-a58c-cd20de64f934",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1A74740EBBE6A0E7DD44CC3D8E29F8FCF42B642298A5C5A586D77BE0DB15C2F9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34776096730EB7B0CAA5415414943E2C31AAA464BB545FBCB8E341E7EBACFAB5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c2c1c3d4-441d-4ce1-92c9-094411b3bf09",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BFCAA41445F20B54AEA650D03D7C39B77CD82A7A14824DC55AA587C4C0F742A3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E299D3CA4A5A6579E863DD54488B6E804E47B20B75B7E71DC64B47F6403386B5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "03fbb84a-9153-4d42-aa08-c26fd8260bd1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C3505BF3EC10A51DACE417C76B8BD10939A065D1F34E75B8A3065EE31CC69B96"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AD215B731A41CBE37CAFEE5280FFC282A8AC23B5E8BA25DFF3D28A6AAE1D2A0D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "03fbb84a-9153-4d42-aa08-c26fd8260bd1"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2856fed8-45ba-4ef2-8904-8d9c9ecc6cb4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9EBDA9554AD5BB9E3D5CE700F7C86D4F5B0D782BF1DBF30A6A7234749A5DD517"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E28C1F6E413330EA1DE56643F344702D2962988ED72AC49DC7B33B51B2238537",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "8ceef305-f81d-4d24-bb34-2adf41c5b779",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BF550C6F826C96461552E665F53A4F275A14838FD64CCF773D194B78CE33E907"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A412612692B81C56395EDBC4E4CB189478D15BD7474A01829ECF867C71ED871",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "61dad3bb-db5d-497c-8aca-74ae55991a3b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "6f065bbb5d76aa5fb79975c9480b9ee6",
+ "SHA1": "6dc5e016421e15ec84239bf6a643dabeed536cdc",
+ "SHA256": "03df4500273c43189296f09d734977c882a008fc056f43c309b9d2351f31792e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-12 08:08:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18515 (winblue_ltsb.161012-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "3560dd8322a15d0e23d3747e32a04ebc",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18515",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "5ecee585f6f31b380d65407f6b73dbaf03388624",
+ "SHA256": "7c6f0f7062aca9c286fb921917747c8b65ff4a69eb71102b90c1570b4c521fea",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.389266574153063,
+ "Virtual Size": "0x6c590"
+ },
+ ".pdata": {
+ "Entropy": 6.105064334989352,
+ "Virtual Size": "0xa554"
+ },
+ ".reloc": {
+ "Entropy": 5.403599915824733,
+ "Virtual Size": "0x968"
+ },
+ ".rsrc": {
+ "Entropy": 3.471738871242664,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.491384926143433,
+ "Virtual Size": "0x16acf4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "568b07e2-3499-46e8-928a-843aff3217f5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "d70a1a6c6f9861a0e59fdf7f22d78658",
+ "SHA1": "50343f4e379f1dfa6364a89d9075f5150ad481f6",
+ "SHA256": "7c09d8b90b72b7c2ccf1a413e335c2d1a25d75bb8541f9bc16b4c4e26bda6855"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-02-10 07:52:42",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18233 (winblue_ltsb.160210-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9a3221899f456225679f8e54739100ac",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18233",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "85fa20421a65e83905361d389b335669",
+ "SHA1": "fad704c4353c271f61f7ffcecc3bc5aceb3a15b7",
+ "SHA256": "60bb1a6f5f679831418c16a7c2000159d31507690560194ca357bfd0b4018f9c"
+ },
+ "SHA1": "19a0cfa98525d7ac0edc5b0770e5b1e5dcc4a992",
+ "SHA256": "fd69741dcd1bc0d9ab8a02c2a7ee8d466a58613562536aa8aab5ea260bbdf9c3",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.535808771844317,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.109699981025818,
+ "Virtual Size": "0xa53c"
+ },
+ ".reloc": {
+ "Entropy": 5.392289502924012,
+ "Virtual Size": "0x960"
+ },
+ ".rsrc": {
+ "Entropy": 3.470959394300465,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.491203662022541,
+ "Virtual Size": "0x16a6a4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "18b807f0-bafd-4f25-8f7d-e2ff15fb5691",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "24dca2244a6220a9bb1962697f8aa2f0",
+ "SHA1": "2688b0ed81c02678e9884b32b6ef0fd603930cd7",
+ "SHA256": "148fe18f715a9fcfe1a444ce0fff7f85869eb422330dc04b314c0f295d6da79e"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2012-10-15 05:52:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c86257e19730c49e2abfbdf19e322c49",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6a9e3957a060061c09a674ed338df34af8f23540",
+ "SHA256": "f88e92940985413acd440daa20c08df99c54613636826d9d95b898d39c44b19b",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.785189552901681,
+ "Virtual Size": "0x30b48"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2123348112059116,
+ "Virtual Size": "0xf090"
+ },
+ ".rela": {
+ "Entropy": 2.630441034461607,
+ "Virtual Size": "0x2af48"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636154950062723,
+ "Virtual Size": "0xa8b3d"
+ },
+ "/4": {
+ "Entropy": 4.818597410150845,
+ "Virtual Size": "0x17158"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ },
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "47601d49-9a7e-4402-b5e3-69bc03788afc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C999EB66393506C8149C35C8A8CE87671895D65167E4B0140B54DA72A92D7C88"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA4931B170DA278A4A954FEB76CBF7310B657AB9232D1C7A4B6EB628D8A98073",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bcd750be-01b1-4b34-b7a5-065af773d063",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A7B788A7849607348C0DE9041989F7D67EC302F0CE8D7FDE5E434801F012B5B1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "65FFA344151D7347ABD0DEB599086063A503FB6419BE9E4358851F6B6AE96749",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "54a6f135-0fba-459b-8749-4a0764d690c1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A3C2072EF4FBDBF045E1876E855BB8AD5DD0809F66AD1442239A7D856AD908E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8D76482F549D66048611DE6C4E67289E3B0BF051130B546E9A4B98B8DE0C4EA8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e6a6f59-083f-4829-baa5-0c388a9a7634",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6078C0FA37D9D35DADAC7AD90E90A3A95C44985A3D305BD22A5D838ED45491EE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5ED5BD6952F8E520D74AA3001BC587493AFB6D628C0A3BF80875676C63F07B75",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b7197b1-fac3-4680-b8a4-b91cc56d984b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A620707ACF23A4E6CDC357A1499E14852B605D9EB6186422F57D458E627D6C0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E012F7C26EC6DE9D336AF7843DE0A4278D6191FA7989DDCAC40A978FD927BB6C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e774e770-0d9e-40c1-b9e1-ac09484a837f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7490AD46B3AEA32DD21C46A7A42FF4183FFAA7C486C75C6438ADF936E512B9A5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEA5BD5268B76F56B4091A20C806124DE8054FB07A652CF0E883BBA9A0938DE0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "191557da-f224-48bb-b027-94534c5637ae",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "800423CEB7E4759621A62C729BABC81F53259D95F76457224AD601542B7B26D4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "34F107AD8F982B591FB92BCC193BFCDBFF916C720BC69D96A0E9BD22CBA1E84C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a2e7598-1bd6-4772-a189-6421ab29af37",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "09F98AA90F85198C0D73F89BA77E87EC6F596C491350FB8F8BBA80A62FBB914B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6484A487192E0B44CBD30EB7B3D436A9150D5B5AD271974764366BDC4E8677BB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "2a2e7598-1bd6-4772-a189-6421ab29af37"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4936b474-694a-4b6d-b023-1c868be1b2ff",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5E2BB7BC8B16E0B9DDFF75606668E69D76AF1219C17180EF0A5B9B383F00B995"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FDD173678810D9F9F887B428EB260CF42C837EACC41A11E89C08131E262E2C01",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\sbs.efi } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9d795efb-5f1e-4db5-920d-97de9ba77753",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2edaa19d0ac13a692d90ab976522966f",
+ "SHA1": "8aeae94deaffa792e788dbd6bdd27629f17e3f9d",
+ "SHA256": "992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 19:58:11",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "sbs.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c73ed000259378b96a9c57c588fc6ef0",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "66fe7992ab4da8a44c7b06a0b958faa9a293014b",
+ "SHA256": "a1111555bfde8807746c8af73deceb4bdadc52dee87004e2ad7239c038687985",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.407658207289342,
+ "Virtual Size": "0x285a8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2005941982779254,
+ "Virtual Size": "0xd860"
+ },
+ ".rela": {
+ "Entropy": 2.650758642360982,
+ "Virtual Size": "0x1aec8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.631394972561704,
+ "Virtual Size": "0x920e1"
+ },
+ "/14": {
+ "Entropy": 7.161591522225466,
+ "Virtual Size": "0x53d"
+ },
+ "/4": {
+ "Entropy": 4.844338442798661,
+ "Virtual Size": "0x18170"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "sbs.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c7f3ce1c-9b48-4d6e-b769-4a2869e09bb4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F02174BB75BC774DF2D7A63A0B0F7A040C9907399F97F642743DA97DF30104C7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "642296E7342D651FE2FE547C1F08329777CCD44DC4F11C75FEC1F037A9B4B9B4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "89393561-f676-4029-a1ca-88a4c4fa03b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "958C0DB651F4E4CCD062446263618C877910E08257EC6D9BCDD8BF1E33134FFB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8536BA8D9039C5F91752BDC45A7AD2F91FDA2334363850DCEB38FD87DB7632E4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "aeb357f2-c2cb-42f1-a37c-3f0a2a355346",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "caa781731a9d13ac418d97ec2cccb8f1",
+ "SHA1": "7ac2da2861fe7b90862a27b63629d8a9ee58d97d",
+ "SHA256": "7fddfe06c44dc4302da54577353c18fdbe11b41cb3e6064ec1c116ee102fe080"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-05 14:24:09",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.22004 (win8_ldr.161005-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f0de7a661590f1c33de0b80676e8827",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.22004",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "003454b835a5ee7ee200f9cb4e68b071e2b8e69b",
+ "SHA256": "d1af02fca7522c8d27e053544b3b653ff2daffcae9c420e460235dacab53f7cd",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.464601076751779,
+ "Virtual Size": "0x65010"
+ },
+ ".pdata": {
+ "Entropy": 6.017575781905406,
+ "Virtual Size": "0x8eb0"
+ },
+ ".rdata": {
+ "Entropy": 5.427514584005019,
+ "Virtual Size": "0x19b14"
+ },
+ ".reloc": {
+ "Entropy": 2.715757042100683,
+ "Virtual Size": "0x1ad6"
+ },
+ ".rsrc": {
+ "Entropy": 3.47211306543629,
+ "Virtual Size": "0xfd14"
+ },
+ ".text": {
+ "Entropy": 6.481657238537085,
+ "Virtual Size": "0x10a5e2"
+ },
+ "PAGE": {
+ "Entropy": 6.514627558721207,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.357861791329596,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2023-28005"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Trend Micro and revoked Mar-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "990b3c53-97bc-4fd8-a212-e60c6fda898c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1F8A0E13AADE0885A06B5D822BB21D8111664C37691F0D256EBA840277511BCA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B97D5B2A7A9E582652CB9A9BDE1BB68EB631C2329168A996BD19CDD1499408BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c54ad511-bb85-42f4-ae87-e476854748b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "450EFFC827CA535A79D5C4FF3E1A3F614CA9126B3792F997D38791CA7399320C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4B0C9083430D91770BBB629380DB3A2A89DC73BB8DF677725668F727A2C2147C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_13652009334930799/shim64-bit.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "63cbc1a5-3884-4049-ad87-f32f77644986",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "3c80cdb2f0833095f9f77027e2431b0a",
+ "SHA1": "21b20549df4909eeb13f64d4641ef60cd5c5a682",
+ "SHA256": "48f4584de1c5ec650c25e6c623635ce101bd82617fc400d4150f0aee2355b4ca"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_13652009334930799/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "8572a7c437a9bc92225906ce5fc04497",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6d2ce22514e2dffca0e31eedd4804280f8c37e4c",
+ "SHA256": "cc5c7db3068d99d6271fb38ab15b78c633c92249c4d783db0cdae2b918e97969",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.407892310209117,
+ "Virtual Size": "0x2d1f8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.21087140465499,
+ "Virtual Size": "0xf2e8"
+ },
+ ".rela": {
+ "Entropy": 2.6590153947439474,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.637088505235519,
+ "Virtual Size": "0x9ffd5"
+ },
+ "/14": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ },
+ "/26": {
+ "Entropy": 7.405693653367437,
+ "Virtual Size": "0x3b3"
+ },
+ "/4": {
+ "Entropy": 4.854473006421037,
+ "Virtual Size": "0x1f020"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_13652009334930799/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fecfe761-f926-4a24-bb10-bf4b8d96750d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "efca75864e4fa65df7ccf2a5c124a3c5",
+ "SHA1": "ad9a72bdb69a17abe85d948e6bbbb89141da2543",
+ "SHA256": "0ce02100f67c7ef85f4eed368f02bf7092380a3c23ca91fd7f19430d94b00c19"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "f2c580ccd60898d4aa2676249d67c171",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "85fa4266743ebb0262b8c1da8b01d1f26e630404",
+ "SHA256": "e6cb6a3dcbd85954e5123759461198af67658aa425a6186ffc9b57b772f9158f",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.537670509902523,
+ "Virtual Size": "0x2ba18"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.206001279398792,
+ "Virtual Size": "0xdd28"
+ },
+ ".rela": {
+ "Entropy": 2.6486948946395157,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.64531153004446,
+ "Virtual Size": "0x975ee"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ "/26": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ "/4": {
+ "Entropy": 4.853871352073291,
+ "Virtual Size": "0x186d0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0cbcf08b-1870-478c-bb85-8d12308ec1c2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C32E05EEF54D7EAA0DD89FE0F4D1A8D97671FB456F6299047C3192C3E3724BCA"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "90AA7C82344C06E7657FA919AD2B7395A07F8A1ECA8C159029569BD4467CC7B2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a4e64b6f-16b8-43db-af2f-c77daf3f0ca9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E39891F48BBCC593B8ED86CE82CE666FC1145B9FCBFD2B07BAD0A89BF4C7BFBF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D84AE3F1BB7B2F2C41B986E473AD424CF6F1D136B4E91AA5F73824737169D820",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a4e64b6f-16b8-43db-af2f-c77daf3f0ca9"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5891ca2a-61e6-4938-942b-bfcc61dcb929",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0021B5B11CEB03402D618134800A36C54E1C4328AD389D50B40EACC1E881DCB5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CD4A508F248776D8679ECEDB7BB1AF1752C23FDF66284522B4B36F242471B72C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "997fb55c-0910-48f0-adf7-33f2e50473c6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4D7D6F0D820F749A442DAB0A34D53A71CE47DF51DE07E6723AB848108AD1945"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9A7FA44AE658F9CDED2AA0CC440EAA8134FC1FAFED290ABBC8C45EC670884605",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Univention GmbH and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e4cbfa0b-8b40-4ac9-b390-a566dbddd873",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "70A1450AF2AD395569AD0AFEB1D9C125324EE90AEC39C258880134D4892D51AB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2B7A243AC2248C630A51D73889E4BAA33DA94BD58D63E364A5FEF1A0998B4F5E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e4cbfa0b-8b40-4ac9-b390-a566dbddd873"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3a8852a-b702-419a-9d1c-4b371a130474",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0928F0408BF725E61D67D87138A8EEBC52962D2847F16E3587163B160E41B6AD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "5613DD1553044BEF74610BC012D676375588421FF0000B69DCF62D1081451ECE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b3a8852a-b702-419a-9d1c-4b371a130474"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "04cb75f3-e10f-4f9c-9f8f-97d4a310922c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E36DFC719D2114C2E39AEA88849E2845AB326F6F7FE74E0E539B7E54D81F3631"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CCD31ED42FF79E74FBA9C064F59F698E3AE9F9E690BE296EA63936E81982000",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "04cb75f3-e10f-4f9c-9f8f-97d4a310922c"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "af34038a-8535-46ac-8f63-bdf18bb89563",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1D5C15CED73845B7E968BF3ACE52C5C660AA2DA6DDEFF2CE6445A04B885A0F12"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "04A779863E698705914958CFCF521450B8D2C9AE321DFE36A2DFDA00AE75ADC1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "af34038a-8535-46ac-8f63-bdf18bb89563"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Miray Software AG and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5efb08ce-213c-49be-8c2b-0ae849f64b3c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9e12eb37ae8b46c4010ec3e1b7201f21",
+ "SHA1": "90a6b60c5051a3b00d779c03ac1e07f5df376347",
+ "SHA256": "f277af4f9bdc918ae89fa35cc1b34e34984c04ae9765322c3cb049574d36509c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 23:56:52",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "077432d8b1ae0ceea719297360357320",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d537e7c393d18329197e079601678b9b476247d3",
+ "SHA256": "4e371dd0448f1de869ee087b59ff88d11865463715272bcc6c29b0d5e21dbd82",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.4112605874652075,
+ "Virtual Size": "0x2b838"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.21155188819022,
+ "Virtual Size": "0x101b8"
+ },
+ ".rela": {
+ "Entropy": 2.657629438857694,
+ "Virtual Size": "0x1c3b0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.607257358833804,
+ "Virtual Size": "0x9953f"
+ },
+ "/14": {
+ "Entropy": 5.278552013395339,
+ "Virtual Size": "0xce"
+ },
+ "/26": {
+ "Entropy": 7.18604621467741,
+ "Virtual Size": "0x5bc"
+ },
+ "/4": {
+ "Entropy": 4.8209991495784,
+ "Virtual Size": "0x1e768"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Signature": "47f27d2f6c0691c8e54b4403f9ec6c6b4423a43467cca7e8cf8afe60457f3b5703cde9d840ac3dd35567d791af1d1146376ba1fba9a8a502b5c9601232f24349ca5c324d1806150540cc5823d7dd777b3166268a26734c21b32862e300c8ca42856ec161633c1a076f4213c4c2a63e2ffd0ee16a301ae0c6dba732bc500a5986742520022ce33746f96c4ea8641b2a68a902872a41a8e6701e96158ab91c54c6695bc736fa047ec57b40d732abeb61e34414454e6702ef7bc5518a0d77ab42ed5efc23b01683b5c3c95c4aeb564b6f76cdae4d2e33ac59fca4cfdeb4c215549e1f43b64fd3eb9ba35171be9dab9375a1a94107dd4f95bbf88e9c239136619e20",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "82b02850f57505f0830f6dd30b6aeffd",
+ "SHA1": "e600e0efe4030190c5e0cab9aaad72f4e76db429",
+ "SHA256": "1c1d5edaeb9a5feef85e34eb40607816e98464127723d284f99b69c0c15e42f7"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57416bf8-a14e-42bb-b668-d424222ffcdd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6B8EEC829F0373931099F070CBD4E2E1380CD5644201D05D80D86B1E7ED0B08B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6E90699DC49B40F02790D085E3A1B9CEB2F81D85F55D2054163B3432FB87F59B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "48eb1fa0-a607-4967-8faf-20dc68913367",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "82ACBA48D5236CCFF7659AFC14594DEE902BD6082EF1A30A0B9B508628CF34F4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7D092A6101832F2CF3F9DE42C66A9948751B05D3D4005FB9C0E8BDF9B8DAEC6B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "48eb1fa0-a607-4967-8faf-20dc68913367"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c748db0c-0a54-4567-a733-2f803c84a914",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6D174DC1673F7CFB6F1EA75D71739AFDE2B784E214E41AE6F5AA30F622A400C4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A7CD85A11D733D1D03A01AAD914A3F22C33AD9590AB27792D2B177E0E51D896",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "116c526f-a50d-4f84-b577-d52dbbde526b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0B4908AD33CB2F7E87D3108B74364C5C42FA597807EEAC98DE5EC63F5896CE34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "46BA7E327D359A9B108CAFBBF2D7B6B32AA6767C2A3A472B4FFE2587FE376977",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2b807893-889b-4dd8-99be-ff17aecfb58e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "7D0B74AE42DF73A0C2C9CA64F6C83813D3D6A5C4B02BC47F566CEDD5682C691A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "73DD7327621AA77D919473F71D3175EFA40F174D3C16060C079CEF169CC51363",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "34cf714a-cbf0-4339-afb8-bae3643a4075",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FE0E58846C40717FEDE6A1E0D6A0546CBF8B8CF0B82258FC16D05BAB58107D34"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AA38D5E097A9853A25A1DAA838ED83BC43569DB871FDF24888512A434024A866",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7ca92d66-191e-469f-8320-a1f67a1eaa64",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DB1E5C6152A28D3EB6B1AFEAAD4974F3654AC6FBBE769D870ABB74EDE632B9E5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AB66D5C1C320900FC15984D7E1D44331411F2339DA9376F3E9BC2A4CB9B06014",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-sles.efi } }",
+ "Description": "This was provided by SUSE Linux Products GmbH and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "795fbec7-a5f6-4e5d-b2c3-c968bf758e26",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "040B3BC339E9B6F9ACD828B88F3482A5C3F64E67E5A714BA1DA8A70453B34AF6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-sles.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3166EE4CE65D10105DEEE3A0163E236AC872E2C45652DC1DD78F8CE984463C12",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-sles.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cce60051-3b8f-4752-9e76-a1098bc803b6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cf8d4c0a11aef346e68e0187814ac953",
+ "SHA1": "51e223e52d59a6e2e4df6614cfa47525722f127d",
+ "SHA256": "8c0349d708571ae5aa21c11363482332073297d868f29058916529efc520ef70"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "f38a930c417139cd5ccfe3ff2277b4c7",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b304b38b615184a936502bfb705bf254ab41ee32",
+ "SHA256": "c4b5797189521611b809720ed9c4734f1dec8a2ee2597781ffe438f652a58ce5",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.54595045365008,
+ "Virtual Size": "0x2b138"
+ },
+ ".dynamic": {
+ "Entropy": 0.7842520391300999,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2037054998928167,
+ "Virtual Size": "0xdd10"
+ },
+ ".rela": {
+ "Entropy": 2.649841454143249,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6443502666559935,
+ "Virtual Size": "0x959be"
+ },
+ "/14": {
+ "Entropy": 4.934638497318441,
+ "Virtual Size": "0x64"
+ },
+ "/26": {
+ "Entropy": 7.306150252866006,
+ "Virtual Size": "0x414"
+ },
+ "/4": {
+ "Entropy": 4.860485674278351,
+ "Virtual Size": "0x18788"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bca306da-15be-48c3-8a55-3165085410b9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "731A31CC36C5A7D7445F9644CE4E850E99CC7962EF6E2DE98721447A1438D805"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AC390194D59EC41A1A01BD96417CFE79E833CD6BBCA820B5FCB35CC3FE99653B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eba694e7-6b97-4fd7-8e20-e26392cad8e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "86E9384C41F9339D9B0F80B48055D02BE5FF908860F2CEF63359E0D8B7937A27"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "07463549E9B992F78E7E64BD24BCA93754EF3674F5F5D76C4D44F462060DF0B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "68bce846-d710-4c06-a74c-bdf24a87157b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "8bbbe505bcaf280a57c1bbd361585c0d",
+ "SHA1": "df47daa733f498b29d1b3daf28724cc400710a63",
+ "SHA256": "2b21029fa033526d1dcd9e87ad8893f9b5a08987c3271b8a86716865de53d958"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-22 05:41:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "11ca417bc767273a9de7b1355cb2908e",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "e754010390655ad90064d6113e5dd792",
+ "SHA1": "235cedf98ee575630be68e22dcb4bdf096629ba4",
+ "SHA256": "691116109e663ec85f12f05de1670ed2caa11b641bdcccb4d2a8907a46033e0e"
+ },
+ "SHA1": "8de2b54c1204ea7491174a94c1a283695952155b",
+ "SHA256": "0b16ad93ee38243d72ff0acd790107767b6d7d3563a4ba8edb7a23eec5c8d531",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.568362788596972,
+ "Virtual Size": "0x6b250"
+ },
+ ".pdata": {
+ "Entropy": 6.052020537215353,
+ "Virtual Size": "0xa47c"
+ },
+ ".rdata": {
+ "Entropy": 5.839311515562025,
+ "Virtual Size": "0x1dd44"
+ },
+ ".reloc": {
+ "Entropy": 2.343044695048387,
+ "Virtual Size": "0x2028"
+ },
+ ".rsrc": {
+ "Entropy": 3.4707613356348475,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.4695047421671195,
+ "Virtual Size": "0x143d82"
+ },
+ "PAGE": {
+ "Entropy": 6.540359913399707,
+ "Virtual Size": "0x1669"
+ },
+ "PAGER32C": {
+ "Entropy": 6.359590728392211,
+ "Virtual Size": "0x3d09"
+ },
+ "PAGER32R": {
+ "Entropy": 7.124151697179559,
+ "Virtual Size": "0x100"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7c5fa8fd-40fd-437f-a2cd-e21aaa43336f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "633F9806BC96A831CC2C8D521D71E9EBD02180DABA1A50978EF6B72E5034E9EF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "176693F4060E5330AE384BBB5470A0F3C936EC725DAABA81D5DB2B820141D282",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e06e3faf-46e8-4902-9bd7-69b462d292d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B4938ED2FF001B73EF31E5BBBEBE1D6DBB7D9888A9FBE5251A52A5ED016652CF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3EBB964E2D24C5D0F2E07972A9F143B73161344790E960463BF9C229000848C1",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a4e079d3-3919-4c47-84ba-9a7d7d1acbe0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D372C0D0F4FDC9F52E9E1F23FC56EE72414A17F350D0CEA6C26A35A6C3217A13"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D8E8197BB6CB93157BAE6B4E63EFFA60BB49628DEBB6F771F154C229F4205DB3",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a4e079d3-3919-4c47-84ba-9a7d7d1acbe0"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "84dbe789-ccc2-4988-a6f0-b4c74b74e133",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f0056ccaf2bb46ff7e936a2e371f94b7",
+ "SHA1": "56b864169cb1f986f5103c248d6e83caab52154c",
+ "SHA256": "065d94b9ea00397a2addb747e1e0978e4de6bf175339778fb9b0760fec3d3b61"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-04-26 13:28:07",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17109 (winblue_gdr.140426-0111)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "86f6426a9b47dc73eb8c8bafbb46799f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17109",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "f946cf9d5023059fc9f2140cd5b159d7",
+ "SHA1": "13ecec12054fd579ab92638fb336a8a17c1264db",
+ "SHA256": "f699df0555e9fe0fb7019c00aa9f4c2da8abeacc45ef7f11dd65541052afb896"
+ },
+ "SHA1": "c730aa1c864f3b802de8d123b5b883dc9b2ce81b",
+ "SHA256": "00550ccee4edfefd7b7fb54864d0aa5df059885e9e79ff80d4fb134b4487c05d",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.531675396212995,
+ "Virtual Size": "0x6b2b0"
+ },
+ ".pdata": {
+ "Entropy": 6.086465742838075,
+ "Virtual Size": "0xa4a0"
+ },
+ ".reloc": {
+ "Entropy": 2.3314984387449065,
+ "Virtual Size": "0x2020"
+ },
+ ".rsrc": {
+ "Entropy": 3.4710786971088847,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.504411864376694,
+ "Virtual Size": "0x167854"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200917-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3b5b838e-359b-483e-94e9-a1c1ed3077d6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "40D6CAE02973789080CF4C3A9AD11B5A0A4D8BBA4438AB96E276CC784454DEE7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200917-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "258C72394A0D163E9196A16682D3881E6CB24171EDA78FE026CC9CA9BEBFF22E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200917-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b3f78afd-8a4f-444e-8561-b32a5d6015f1",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB95A4D2E0E02A5B56D059C9F223C2326753EA8C44D2E3FA6C4486629BE387A9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C8AA71C72318CA43CBA4302FBAD12B474E7E4ED1B0EDA8A48CD71343A32FF155",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "6a65ed03-95af-404a-8ac0-95fa8ac8eb99",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E7D9BDBCC68B5BED590C29B72DCA2B96779B8B68B12A47DED074B8F1B32F8FBE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0CF738DD9BEA4F3BA350C805AE7A59076147080BC46F1D6D6C994382E77F8486",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f901491e-f41b-4b77-8f9f-f9e5a6f03c8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "75a7ca7cd2451ad3190c71a38c41ca02",
+ "SHA1": "a60d97d18e48c13e38723508639f0600aa6888f9",
+ "SHA256": "5bfe928eec15454be29504e8f592a4ce5908afe3284b9eeeb259b25145eea2ab"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "9c9e2e8f49820dbed91f5cae846bbadb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "afc56df60e5ea5a55a1e21f76562d073a56ec46b",
+ "SHA256": "8844d9b3aea1568a7ff298e6dc12564c422dafae6510db377454ca6072861dde",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.618421307458241,
+ "Virtual Size": "0x2f6d8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.2098335666907074,
+ "Virtual Size": "0xf2e8"
+ },
+ ".rela": {
+ "Entropy": 2.6716229722395415,
+ "Virtual Size": "0x1c6c8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.636421874643909,
+ "Virtual Size": "0xa0075"
+ },
+ "/14": {
+ "Entropy": 5.1485772576861875,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.859622277775737,
+ "Virtual Size": "0x1f018"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1533136590.3beb971-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\HfiPcieGen3 } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1387dafb-6dad-48b4-a186-98e52cac74b7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4dcaca83effd9b0a6fd63f766d4ec969",
+ "SHA1": "bd9fc7d7672f8c70045b2fc6f9029064f1030763",
+ "SHA256": "5890fa227121c76d90ed9e63c87e3a6533eea0f6f0a1a23f1fc445139bc6bcdf"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "HfiPcieGen3",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "36218d733c0afdd2d6dce6f616335a2f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "96787a55f640b630ba6277197dbdfd14ecf3b87d",
+ "SHA256": "0ed1b0fae1a6e705d1b116d08b7184e0a2ee2a0e6b0c372ce69b40e9ef34579f",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.984348675206676,
+ "Virtual Size": "0x3cb60"
+ },
+ ".debug": {
+ "Entropy": 4.703183509474167,
+ "Virtual Size": "0xc0"
+ },
+ ".reloc": {
+ "Entropy": 6.692193979712798,
+ "Virtual Size": "0x2360"
+ },
+ ".text": {
+ "Entropy": 5.464301989959131,
+ "Virtual Size": "0x36340"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Signature": "47f27d2f6c0691c8e54b4403f9ec6c6b4423a43467cca7e8cf8afe60457f3b5703cde9d840ac3dd35567d791af1d1146376ba1fba9a8a502b5c9601232f24349ca5c324d1806150540cc5823d7dd777b3166268a26734c21b32862e300c8ca42856ec161633c1a076f4213c4c2a63e2ffd0ee16a301ae0c6dba732bc500a5986742520022ce33746f96c4ea8641b2a68a902872a41a8e6701e96158ab91c54c6695bc736fa047ec57b40d732abeb61e34414454e6702ef7bc5518a0d77ab42ed5efc23b01683b5c3c95c4aeb564b6f76cdae4d2e33ac59fca4cfdeb4c215549e1f43b64fd3eb9ba35171be9dab9375a1a94107dd4f95bbf88e9c239136619e20",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "82b02850f57505f0830f6dd30b6aeffd",
+ "SHA1": "e600e0efe4030190c5e0cab9aaad72f4e76db429",
+ "SHA256": "1c1d5edaeb9a5feef85e34eb40607816e98464127723d284f99b69c0c15e42f7"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000024c1fb0e65d9747386000100000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "HfiPcieGen3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\gcdx64.efi } }",
+ "Description": "This was provided by Canonical and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5f398d53-d42c-4c4c-acc2-b3766bf08b97",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "5b234f54fbe2396c8248e75ee4f691d2",
+ "SHA1": "ba379da7ab2c2c99c24e004f4357da5cb6acaa6d",
+ "SHA256": "e7681f153121ea1e67f74bbcb0cdc5e502702c1b8cc55fb65d702dfba948b5f4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "gcdx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "4a7dcdd069fcdf8d7319ea5e135403fb",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "f48de3320923666bd1a9690f993a6d83ed420c24",
+ "SHA256": "0ac2943abf5ef953b939247b74331fb2c437e405a81dd5569d9cff1d6183d53a",
+ "Sections": {
+ ".data": {
+ "Entropy": 1.2839449201733235,
+ "Virtual Size": "0xf000"
+ },
+ ".reloc": {
+ "Entropy": 5.904300253815697,
+ "Virtual Size": "0x1000"
+ },
+ ".text": {
+ "Entropy": 5.571601531682557,
+ "Virtual Size": "0xb000"
+ },
+ "mods": {
+ "Entropy": 4.3228367643315035,
+ "Virtual Size": "0x13e000"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "gcdx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "fa8ffd8e-ef04-4510-bf93-34fe1fadc156",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1510988D3DCCE120F22696A9E87B02E7FAD6367EF4AE8BFD54CDB528A5C48E99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E21231BE8A60E9FE94AD0D2202ED01C36E4AFC731A30659B8AC44C22B7377FBD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "af2bf5be-c938-4852-a9b2-14ecff96c414",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "13A1F37BEDFB5417B6B737E2A3816C8FD587D74D836914B2B2EDC9FD6CA30E58"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D19F5CAC6AA761C1F66C71B9B7A2D44DFF216B97BE10F66180F5E4EF084C9811",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7489f724-a3b3-435d-b34e-9ca0a94c6ceb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9C259FCB301D5FC7397ED5759963E0EF6B36E42057FD73046E6BD08B149F751C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "707BEEAE9B9CBF0D56AEE48AE398F127D3B52FD37D25B95C561CDA1DB5233C50",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "7489f724-a3b3-435d-b34e-9ca0a94c6ceb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "11dd8dba-8b90-413b-b2eb-bdb05f573d2b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "ddee4ca24adecb29457fd110f5a472ed",
+ "SHA1": "c146c31c4634aa1a51fe611ace87a75464c5e199",
+ "SHA256": "310949b7fd26af0e2e29e1c902ac198574f096d15836376c8b3ef2dd1fb5f1c5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 20:40:16",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "bc78920fd9f058973d63495f36203685",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "edbde6908eebb8bd3197c1634769213b22e0b1b3",
+ "SHA256": "db9643f6d78c6c5bdc29b041660174324639be8b3bc6e247c8c2026e68c4e618",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.324535468894605,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.358873830747045,
+ "Virtual Size": "0x122b0"
+ },
+ ".reloc": {
+ "Entropy": 6.124520370323963,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.470569475120354,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.642283438119681,
+ "Virtual Size": "0xdd276"
+ },
+ "PAGE": {
+ "Entropy": 6.499448286436215,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.57198166568606,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "57f3ded8-3e38-4146-88ad-92ae83c627d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C0530BADC4D066D5C4B8B955023E9EFA7FB9337ECB7E1298E7CBA172D8680485"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "85C838E95601A4B1CFA64600FC4A16330CB50D575FB2E89ECAA08D6B12B50CDF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e12666fa-d6b3-449e-b3c3-18cf7a3d5b69",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "815D98AEE498CF27FD6648C7E02CFC0A4A88AA73237CBB2352FE38384A72683D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "764D5B7F15EF539E0C8685DF62AB7CC7DBA3FCA50A08A8F7643D108A0A7FF757",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "7a216607-3204-4536-9507-a3beccc529a8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "dd9b5d03a87f0e8ddba5df77f7a98999",
+ "SHA1": "a18abd2b659c6d0eb756052a05e463f4c2eab7cd",
+ "SHA256": "8ede7732284dab4aa384606ca07be29e72fded094597261a2f6473494a8aca0a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-07-25 20:32:59",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16384 (win8_rtm.120725-1247)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "87b6d22295a16073d8d456fc574441a8",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "a387b0075e977009a7bb74d24fc388de",
+ "SHA1": "345e019b25904c911be9e3b6a9e2b0bb18652b04",
+ "SHA256": "e04ed5674c66abbab401efb6e21e2481d4cbc485e5c8a6d34419bd7c8cc9fdad"
+ },
+ "SHA1": "0c26596b3297d5e5a06f8d3788579edc7895a622",
+ "SHA256": "783d088ce72996a064c0da796579475e0aef23c5e6e0e5905c98571bf8620e20",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.629726747704923,
+ "Virtual Size": "0x63cf0"
+ },
+ ".pdata": {
+ "Entropy": 6.004535487649427,
+ "Virtual Size": "0x8e80"
+ },
+ ".rdata": {
+ "Entropy": 5.41880175126111,
+ "Virtual Size": "0x19b44"
+ },
+ ".reloc": {
+ "Entropy": 2.706444085925694,
+ "Virtual Size": "0x1ab4"
+ },
+ ".rsrc": {
+ "Entropy": 3.47076835529837,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.4845800528218485,
+ "Virtual Size": "0x109ee2"
+ },
+ "PAGE": {
+ "Entropy": 6.510073701345747,
+ "Virtual Size": "0x169e"
+ },
+ "PAGER32C": {
+ "Entropy": 6.353527581631879,
+ "Virtual Size": "0x3d48"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b089a9fd-d664-400b-b66c-158cd1848428",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "81A8B2C9751AEB1FABA7DBDE5EE9691DC0EAEE2A31C38B1491A8146756A6B770"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D4D97AEAB61079D3EB0E55794504991DD1BEB0F200315718FFE44BAE89F8F330",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "b089a9fd-d664-400b-b66c-158cd1848428"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "58907c65-5be5-4821-9c87-8d27b5a8840d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "17C2B5B96693CDC2951C89DDE641D14716063F5FC8795CEBC635378B73044E8B"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "376E727A97432EE289CE9485988E24C0E20321DDC45443D7916D20D9C8824883",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.8-0ubuntu2/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eff3ed05-f849-4ea0-9f4f-1af40e48c368",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e5569162d84d9553c5cb32345e717a9e",
+ "SHA1": "64a3960e247176d3389e64a2a61a3be0782dde88",
+ "SHA256": "e6ed1aaa082e63c15be118462ad2d14cee3bd9cdd81db5c8801b33ade2183d50"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-09 20:05:41",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.8-0ubuntu2/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "1feeb7cf14b7809b43c9044ff910afd2",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "5a9676753387c0f2b6bf9bae87605b78667df8f1",
+ "SHA256": "45ec69179be0f20088f10be909fc8b6104f85607db0a556482fee9384eb4d52b",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.508686595222319,
+ "Virtual Size": "0x2d718"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.209835026586944,
+ "Virtual Size": "0xe538"
+ },
+ ".rela": {
+ "Entropy": 2.603259641312489,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.587299575684047,
+ "Virtual Size": "0x9f5ec"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.8448409206206575,
+ "Virtual Size": "0x161e0"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.8-0ubuntu2/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by VMware, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3e375fd6-edc4-48ff-801e-cf5d4fef7d2e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1142A0CC7C9004DFF64C5948484D6A7EC3514E176F5CA6BDEED7A093940B93CC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "10914C967939CA831D9D39B87332A6E8882FE99901DC0E4DE4931CA5A065B9FF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cede5464-786a-4472-9b83-cbf540f90d1e",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D455A3C084DF64CF66DC1D2BAB352C74AAF66035058DF1143EFBDD4298AA4527"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E9F55F39797D7ADAA99F2FE4138D413A10539C9663976B055A705A76C6A916D4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by NTI Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9ae39650-46fc-402d-a4dc-569ce8411039",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fcc5a83e211d451fcb6f8082cc598ea0",
+ "SHA1": "20ad14d6ff96fc1dde5df105e0b71cebc77f5b48",
+ "SHA256": "e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 18:41:20",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "e2be3deb5a33615e127a7b2930bb544a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "608df8090d9d8b9aa3ef02b395415edb65d9be6d",
+ "SHA256": "7b5dfe4f9e4ee68e3cdd9c91bcae26db334d49ae4c1f9525cecd834de48df110",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.609462071845652,
+ "Virtual Size": "0x2c678"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2058008626392853,
+ "Virtual Size": "0xe520"
+ },
+ ".rela": {
+ "Entropy": 2.602685601595089,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.5918453515116635,
+ "Virtual Size": "0x9f72b"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ "/4": {
+ "Entropy": 4.842008275901556,
+ "Virtual Size": "0x16238"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ },
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "463dc6a9-273b-448d-b189-ec577fc29317",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E9C71B7CD5A4DF0BA48D2CA48E6C468E657257F73F66017DE45E18EE746ED7D5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2B1E1BB8F016D310FEA7225EEF9DC6B6F0E33E5C9DD74E9F24835DF6287296E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d159a67f-5512-4922-bc1e-5c675a73d0cb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "69843fea4e1051a4614a17f5bc8daf97",
+ "SHA1": "84958a487eb9b1c6d55883e3c32361132c1fe214",
+ "SHA256": "3ece27cbb3ec4438cce523b927c4f05fdc5c593a3766db984c5e437a3ff6a16b"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-10-02 09:13:35",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "d0be4e86a7eaa87c849e3e137c3471dd",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "1ed0450060202cea44d69a503da1b33004a963dc",
+ "SHA256": "df4e1cf6eaf602f99849ddb6802bd91fb13cd5c3f9fb420250d8a3d750642efa",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.599000636926533,
+ "Virtual Size": "0x2c458"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2071099501580793,
+ "Virtual Size": "0xe508"
+ },
+ ".rela": {
+ "Entropy": 2.6016627065866507,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.592324512235591,
+ "Virtual Size": "0x9f80e"
+ },
+ "/14": {
+ "Entropy": 7.338341139988703,
+ "Virtual Size": "0x3e2"
+ },
+ "/4": {
+ "Entropy": 4.8404117804324684,
+ "Virtual Size": "0x16238"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ },
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-20200909-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "146ba6ae-683a-4c91-b076-c267a77bbd47",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B7A7A4DAFC35E49D03CBE7118E6BA4582401E1776B9C18A2597725B05A605F1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-20200909-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE924700AC79DC4689ADD5F7C6761E0D60E665A65F9572B43915010881B0BFBC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-20200909-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cfec0cca-c6b7-4327-a2d8-7dca0515e161",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "36B7CDB6564C58CB54895B6D2C73F88D2908BCBD693BFD253945BD31E3EE81BC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1136125F38F6B76285AE4F1A0068F49819CBB5B57F6AB85960640F93FEC21BD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dbc9e79d-2655-4892-81fe-830383602432",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2B2298EAA26B9DC4A4558AE92E7BB0E4F85CF34BF848FDF636C0C11FBEC49897"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E1DC3EF55626A4CF6DDC425A353208F309271B8A9FDBF8964082FB08DFB7A170",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "dbc9e79d-2655-4892-81fe-830383602432"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimia32.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "afc98e92-1064-426a-87de-35479bc19474",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F7E4C7FB10755AC534BCDF61AA7FA18539E42E061C247891E9BA42E17290C742"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1BBE108A0DA8A6A15221BA576E985B4240AD603D7D967F710428A9CB53B97B0B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "23d2d4cc-fb8c-43d8-b736-ae5c4fc3cd96",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "691BA3414E78622581BC519BAF0BCB16FB262D3ABBD8639F3E0ECA2A29F99406"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C1B24EBFE119C27A2E5EDD4267EEF37B2CD14FBBD8688DE27E08AF89996DB468",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTx64.efi } }",
+ "Description": "This was provided by whitecanyon and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cab29561-a4b4-4cb1-b6c6-115700991af8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "df444af8d4fa4d4b0bf54cdd266ea4b6",
+ "SHA1": "358f886257db7011d5a38b1e1bc7908a302392d5",
+ "SHA256": "ad3be589c0474e97de5bb2bf33534948b76bb80376dfdc58b1fed767b5a15bfc"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 22:05:22",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "16e6180b7edfa353678a459079afa5db",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a9874a4b39d64c5116a663883834c2e789b87f99",
+ "SHA256": "50484376441815f7f85aa294290a9b6072a6a9e8feae79447c5c4de855c5a3d3",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.47065286455017,
+ "Virtual Size": "0x29938"
+ },
+ ".dynamic": {
+ "Entropy": 0.8257898339361436,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2089463615530573,
+ "Virtual Size": "0xdbd8"
+ },
+ ".rela": {
+ "Entropy": 2.6492203474275433,
+ "Virtual Size": "0x1aee0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6427037826640545,
+ "Virtual Size": "0x955b3"
+ },
+ "/14": {
+ "Entropy": 5.2339069016332305,
+ "Virtual Size": "0xc9"
+ },
+ "/26": {
+ "Entropy": 7.287209418645642,
+ "Virtual Size": "0x415"
+ },
+ "/4": {
+ "Entropy": 4.84610218490152,
+ "Virtual Size": "0x18860"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Signature": "6650dd7878bef0a62b1d76ba8fa57b6193d9938ddd1975f32a880d6e9363ba516b00907d455d1089cf79e3045a976a794db027534a761a840a29d09dccb3b5978fdb1d27d6be2831b0af31b64c25d3e195056b68a403e961d61c38339c4bfbb4c16102a4b417f52b75f4d6539626736df3e9e7d689e59333e7686df72c6ac70548eb3e6f0913de69895041529dba440132da3699ee3d3ccd6c0cb1ca11d206a157a9e3504c57aea164e700dec89ccb81194b012f697127dcd1cc7dc08ccf9f92014b2a0814fdc2a010b7a7243456e15af7e812bef07b28aebcb29f0f20f5c1900827f32aaf4fef92601853403e718db111c7c35da77eea96c4deb6f903e94543",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "a5052527524f4998a7bd87f396196fe8",
+ "SHA1": "2374a3e4f0499d106f0e4d71a22f7b0e709847c0",
+ "SHA256": "f5b4992e0bd1b102ae9d5aeec4bd213f5dd042bd27b9a345ad336d2dda10a138"
+ },
+ "ValidFrom": "2017-08-11 20:20:00",
+ "ValidTo": "2018-08-11 20:20:00",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002530b3d3726ee3f72f000100000025",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "e1e05cba-138a-4879-84c6-0ab872d03ea5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "34dc51ef7732132306a90266b0dcaf95",
+ "SHA1": "4f92bc4253c99fb31787f7b1501b0f3af801534a",
+ "SHA256": "0328f7dd12b552efa7a9e083730333b85f3f4e83d39387fc531863b422f75cc8"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-09-29 08:01:44",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18067 (winblue_ltsb.150929-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "aad10724a4a2b676a69459a61124efec",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18067",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "2fbc53c18b773e0990639d636825b0ba",
+ "SHA1": "2a1d3ef0d46e4b8b403cdf0c29bcefbe41250cb3",
+ "SHA256": "d1a38cd90fba6fb39948b1c0ee836f9542268bb74c4379963c2920d11f696f22"
+ },
+ "SHA1": "e41e22000179036196670a70b71dc199f503f803",
+ "SHA256": "25933d1597ead1c390abc59433aec7c8f955c588551024c88c6388afbc84ed40",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.539922885880969,
+ "Virtual Size": "0x6b290"
+ },
+ ".pdata": {
+ "Entropy": 6.0876428216562735,
+ "Virtual Size": "0xa518"
+ },
+ ".reloc": {
+ "Entropy": 5.3873912473580265,
+ "Virtual Size": "0x960"
+ },
+ ".rsrc": {
+ "Entropy": 3.471196048302116,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.489801499882737,
+ "Virtual Size": "0x169a84"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c348343b-faea-4c60-a0bd-c140a51ca9f0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9DEBCA159F7892D56C94614C469CF37C8DA035683B1251FC4E6EC0EF2EEE720E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4A62256316FBC805231420BAA4668B26023AE08B1BC7203A71C28905D19C817A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "b262ea41-bb3c-4682-9a8d-a4e52e495c6c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "9ac88694e8ed9aee8005b00700994fd1",
+ "SHA1": "f1fcc53669caf87c89c1acec550dc9b989d5f4a8",
+ "SHA256": "7a0294ba07a2aee3648afc0daf2efd526a5b76349ec906f819c03bc217257638"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-13 20:23:52",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20516 (win8_ldr.120913-1503)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "7f5843d48a960315b047e5231470e1b6",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20516",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "a9f1a7c49b57694d6f44de42e7675ccf07e0a57e",
+ "SHA256": "81199ecb7a384d04f4e0f5541af731ca6ab0a04f1e2d692b4c386e0f02f15009",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.359607054105938,
+ "Virtual Size": "0x122aa"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.470952087691717,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c7e48901-5dda-4d9a-b064-9ec8e51efc06",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6CFDDB6203F254D38A5BCDD4173D51647A487CA70AB21326ACA0A03BB3D2BAC0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0876FD237955DB876744D5AEFBBF0DB3771AA2603233E123B39F4E772FC3B457",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73fc4a00-2d2f-46c4-a597-bd0cc015dfdc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BEF7663BE5EA4DBFD8686E24701E036F4C03FB7FCD67A6C566ED94CE09C44470"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "690B765C38BE3FBA65B829677D98A67943F92E24E9860EE2A13273F5932B8A0A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "73fc4a00-2d2f-46c4-a597-bd0cc015dfdc"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2cb09869-230c-4114-a4ec-a744b3181282",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "418f5f26299f7eb90d5659caff5388a3",
+ "SHA1": "d076bcca3841b8c400b4ae3317ea65de33782094",
+ "SHA256": "9f1863ed5717c394b42ef10a6607b144a65ba11fb6579df94b8eb2f0c4cd60c1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 14:01:04",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "390218e8b12b9b5a8985baf49e163930",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "d8f34bcb62883019182a69e25f0b71caa3fcabdc",
+ "SHA256": "0e99607b20d537497169c506c6893243d3f1bd5960505c1566bd97c0a741adfb",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.4633509004578,
+ "Virtual Size": "0x2a358"
+ },
+ ".dynamic": {
+ "Entropy": 0.809123167269477,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2029723126169776,
+ "Virtual Size": "0xdd88"
+ },
+ ".rela": {
+ "Entropy": 2.6478060576511773,
+ "Virtual Size": "0x1b0a8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.640931943255041,
+ "Virtual Size": "0x96ce3"
+ },
+ "/14": {
+ "Entropy": 5.127727685417211,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.339046392262435,
+ "Virtual Size": "0x9c7"
+ },
+ "/4": {
+ "Entropy": 4.850383937155969,
+ "Virtual Size": "0x18c28"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e314abb1-31d1-460f-9df0-f437263d9e71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "50588d1cf5701594eefb3eb90f401614",
+ "SHA1": "8a6738664c7dd6a99dbbd32c0c43432e9f88c85a",
+ "SHA256": "9d00ae4cd47a41c783dc48f342c076c2c16f3413f4d2df50d181ca3bb5ad859d"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2014-09-04 13:05:11",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c2d60556e72219f9d4dd063a6843aa37",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "83720b7f32ce09df641395f39a86bc48b3e8a9b8",
+ "SHA256": "d809eddc88a14239e8a069fa71f81f3e4af4dc293f7575d71d597c80f8767816",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.597286314345456,
+ "Virtual Size": "0x2cab8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2071015337175828,
+ "Virtual Size": "0xe520"
+ },
+ ".rela": {
+ "Entropy": 2.6053915011200695,
+ "Virtual Size": "0x2aa50"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.588107260830429,
+ "Virtual Size": "0x9f2be"
+ },
+ "/14": {
+ "Entropy": 0.6143694458867568,
+ "Virtual Size": "0x12"
+ },
+ "/4": {
+ "Entropy": 4.836197087741231,
+ "Virtual Size": "0x161d8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Signature": "2a27d6bd2f34c68a9989ec856449fe4934ad5c0615ec5819664399053737a86be46c914b9478ce393534b759eec5eb6f015b706b853f1d2be51fe9807b178eaa9e0f9558d6a5d913c58c7492cbad106abb7395426801a42f363842e60bf72d046668865db5d8ce2c901c9673044d05abb74c171ac198c0f9376bb9185ec7523bb53e6d2c114642ffbfbe20efc6c2571c2006159cb70ff2c428e997f6ce83bf57ad9a47c47decce9830cf861a156471c62600a0260b44e29ea8e6e33c407c046f37be4a46dcaf38c018b24f969beb716d8e76cebc3d1d19134ed6f216cc2e357848b4998196ebd7326bca3e3ade1ba88e98612a569a46a1f45856f4e2dfa02a5d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c52110f552e27ebb1e3fae114abafb3f",
+ "SHA1": "4954e087123653ce38da4cdd31141b6a1bb999e4",
+ "SHA256": "1cf7d28cfb21714522a9c91dda9d899ceadb0769f14b25e770799d88365aa54c"
+ },
+ "ValidFrom": "2013-09-24 17:54:03",
+ "ValidTo": "2014-12-24 17:54:03",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000000a6642f3f49fb7379600010000000a",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a7cc38fb-91b2-4e2c-a0a9-2a6051c31cb5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8A03960BDEA6A4953AC50A2BBF9317BE228C2EBBC299E1E90CC7C6EB18F43B94"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "E785D139C9F008F9135EDFAD44492D11D09B83373ABE74AD45B7CADD25EBB464",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "07ce0c22-0e7a-4f68-91e2-61a9d9cd566f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "65F3C0A01B8402D362B9722E98F75E5E991E6C186E934F7B2B2E6BE6DEC800EC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6A86152DF323185DCD535369C94B9226FEB6AAB4479C00A4A916B4E82E4A85FE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "07ce0c22-0e7a-4f68-91e2-61a9d9cd566f"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootaa64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2297fba2-2316-41a2-93f7-20ea8c9f6b98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A1A59CC2784246AD693B1DF151454642324E89C898566A59906891F48089ECE9"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2674036BC5EE2446739FBBBE21F8480DA23AD5E98A6768754B4C9B9FC37EF2E2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\Signed_14173467011297444/shimia32.efi } }",
+ "Description": "This was provided by Debian and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "40519b35-c303-4cb2-aa20-c08545506e08",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "b857ca99527ef8704d481f4901948705",
+ "SHA1": "e4e5ede245103cde830e02c847c59abeeea32025",
+ "SHA256": "a8a3300e33a0a2692839ccba84803c5e742d12501b6d58c46eb87f32017f2cff"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "Signed_14173467011297444/shimia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c77a847cc9c46de840d61ec8e3453f29",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "cba6f1df00f5220288d92686d84ae7e10c950c32",
+ "SHA256": "a80b37c9749d6f2c2fdf64922a3142eb0fd63c72fd2989d7e75dcb4be367299a",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.281293400299073,
+ "Virtual Size": "0x23764"
+ },
+ ".dynamic": {
+ "Entropy": 1.4765954737895086,
+ "Virtual Size": "0x80"
+ },
+ ".dynsym": {
+ "Entropy": 4.417215138757397,
+ "Virtual Size": "0xa1e0"
+ },
+ ".rel": {
+ "Entropy": 3.5626097123135003,
+ "Virtual Size": "0x9798"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.854758369929387,
+ "Virtual Size": "0xa0537"
+ },
+ "/16": {
+ "Entropy": 7.435250663075391,
+ "Virtual Size": "0x57a"
+ },
+ "/4": {
+ "Entropy": 5.064013199597692,
+ "Virtual Size": "0x69"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "Signed_14173467011297444/shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b429b35f-a9c3-4de9-a7be-da2b2c688a02",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B420509D0D69B294633FD7AE2C36B2B549D45A6A863EF16843A1116A11127F56"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "02FF707BE8808663B2CC33286630839DD7B14AC8E2340F4661870B18A9621D9D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-7.9-shim-20200726-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a2e0c2d5-a9f3-43f2-83f0-41235cae223d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "2629AE14B467DA5DF8E9EB6F1ADC1A9F50A78DBC3C246271C8530D0D35997A4C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-7.9-shim-20200726-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DEF0CE090F4C6B203C317558D43D015427311475231E8CE9B2E00AC0C18D3922",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-7.9-shim-20200726-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "73fcc470-7c81-4385-8c78-933467e404cf",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DE7F766E4454DA118A6C42BEE476C4BB66F660BFDB88DB572C4621C43EC1836E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "35F731A87345B78EAC85100D339ED77CE83B7DF6151B401B446A79D9FEBCD36D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "aa7f07a3-cedd-4752-b1fd-0e8043dd54e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "97A8C5BA11D61FEFBB5D6A05DA4E15BA472DC4C6CD4972FC1A035DE321342FE4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7C783057C245A34DFF5A9497C3CD4181FC80D06439884E12AD5D67A4F5266CD6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "aa7f07a3-cedd-4752-b1fd-0e8043dd54e6"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d0acb6e2-2647-424d-b438-eff9f1b605fd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B9A8D23FFC211EFF6F12D17037EB076EA46562DEC937F44CC49D4AF1C119BA0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c4189bae-54f2-4fe5-8978-dc3e1ddc20ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "78B4EDCAABC8D9093E20E217802CAEB4F09E23A3394C4ACC6E87E8F35395310F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9E5773C34073B8473BD1EBC9D4D50780A7CDF9EB767750107D4B0F45BC8EABE8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "c4189bae-54f2-4fe5-8978-dc3e1ddc20ee"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "09476ffd-a0fd-4510-9e36-a20727c16b8c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5AAFC9F5F98DB75F8519D8652924932939760F00DF8827FA2A6E36DB265F21F8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A97E2E39DA89F16E0AFB9CF3A213205ED00BF2200A573812B5C5F56FDB8B2402",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "d569f749-c5fe-42ff-b6f9-8966a14d06af",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "a60e4ec04f4225b91e5ba2c607fd84da",
+ "SHA1": "164e0544942fc32310285c8e8602244194c860b2",
+ "SHA256": "fc736034ebab004776581ce9a6c112106dfddfabb315b1f0a4d0842d67308429"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:19:05",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.16420 (win8_gdr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "9caa5988ee5678dad93374ef1f4fd184",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.16420",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "cf754bf89d7037f778daec0827acbe4e",
+ "SHA1": "d9585e21d15cc1e8ea347a17f536f3fc9ab67510",
+ "SHA256": "dc9623ba46d2c0c39fd89d803d9c8649f6a3b20ebc9b4218da63da3b4fe19373"
+ },
+ "SHA1": "7b09d0dd2b0e37d91ee548a205ba53f8d5b02c7b",
+ "SHA256": "79baff384ed507030cbe328a3d6c04d13e77932f08d387f76cf2422fb3b2588b",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.598080350898377,
+ "Virtual Size": "0x35b50"
+ },
+ ".pdata": {
+ "Entropy": 6.104261146987598,
+ "Virtual Size": "0x4e50"
+ },
+ ".rdata": {
+ "Entropy": 5.647467240821381,
+ "Virtual Size": "0x10504"
+ },
+ ".reloc": {
+ "Entropy": 4.664264175172123,
+ "Virtual Size": "0x3b88"
+ },
+ ".rsrc": {
+ "Entropy": 3.471356139350038,
+ "Virtual Size": "0xfccc"
+ },
+ ".text": {
+ "Entropy": 7.094146009062804,
+ "Virtual Size": "0x86c9e"
+ },
+ "PAGE": {
+ "Entropy": 6.9370198019728795,
+ "Virtual Size": "0xf40"
+ },
+ "PAGER32C": {
+ "Entropy": 6.8208156523893635,
+ "Virtual Size": "0x2480"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "275664b6-bb50-43c5-9d04-b100ea9fe56b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "0a0000705bbb68e7e712da6d3e638b2c",
+ "SHA1": "af2f6de1a213564cfcef1588b157a5ea52ee54da",
+ "SHA256": "f1cad3ac005b57d6e22ea57b9ebe1ee9e5052bdda499f5f2c1364317de87a794"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-09-25 02:06:36",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16411 (winblue_gdr.130924-1807)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "a7077726554ee791e5a4b6e20ba8d557",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16411",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "476ff7a2afe034c2194a948f1f780094",
+ "SHA1": "1a999ada5820fb409ce7f2ec343e215caf2e07a4",
+ "SHA256": "802de9524cf6556e6464828cc411f87a8fb3693742c5515126eb511122e9086a"
+ },
+ "SHA1": "6d3c3476f38f447586c8fc347dd545ebf3b83a15",
+ "SHA256": "3fda721bc5007eab23af6e0c56a6942a7925a858f0d801fbb21011ccf758893b",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.528276048554928,
+ "Virtual Size": "0x6b230"
+ },
+ ".pdata": {
+ "Entropy": 6.076711122380285,
+ "Virtual Size": "0xa3d4"
+ },
+ ".reloc": {
+ "Entropy": 2.339034701100046,
+ "Virtual Size": "0x2000"
+ },
+ ".rsrc": {
+ "Entropy": 3.4714597444382016,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.501476254289593,
+ "Virtual Size": "0x164d34"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e0432a67-4ec8-4281-b4c1-a800e1b615be",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6A16ADA3FE0C5468F0A43FB2F597A42F3DA3218C88EE819BF799110CF7A79B6C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "84897E4405319DAB2822D63147F3DA90AC2A436A7D24EC5DD91B277AB6528FAB",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0.7-0ubuntu4/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "465c1250-966d-4d32-b168-3b2c614e17f2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2f0397316df4c2f34530fa28716256ae",
+ "SHA1": "0c4ed758c59239c84740373a3a1da56d5d4b400b",
+ "SHA256": "dd8f3f048db46f3983348d35cd77d121f56d856cf33234857073e25a7f450b2c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0.7-0ubuntu4/shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "1bdc36814a6f20464e94616f0d98a521",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "093660339cf8e3fc1d8a80855e4f3a72e9a92f30",
+ "SHA256": "17864e719e9c61d84e29a3cedf2b63aeaecfc10867211efc3077dd216b0a4965",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.627610996610074,
+ "Virtual Size": "0x2c078"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2048776341706633,
+ "Virtual Size": "0xe490"
+ },
+ ".rela": {
+ "Entropy": 2.6180499183854384,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.589734350916883,
+ "Virtual Size": "0x9dd4b"
+ },
+ "/14": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.84229298761354,
+ "Virtual Size": "0x16050"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0.7-0ubuntu4/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "37A480374DAF6202CE790C318A2BB8AA3797311261160A8E30558B7DEA78C7A6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7C2FDA323F09B9BE6269BA979A620438413EBA4A93B2BA34F9B39998268AD9CD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "e0a4512e-03fa-4db8-b7e0-8c8eb6f2bc8a"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "d69993da-b588-4dcf-aea1-5d11d9ca4dd7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "FB0BBC256AEA5CF93DA99CF26481CC42F4E7BA6B32DB63B827620807E79E805C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "271A4B174838286F6D4BB9FCE91A47FBC87B28BE586744BD42CD82CEF4600B72",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "5b0c97fd-1a72-4f30-af67-1f398fef3675",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F3D38950A3CACF61C94DB9153576194E953B5785637159B3AA6F1E923220EAD4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "37CAA54424C152D84DE63C288DF7CE27BA97B8671CF27DE4101066EEAE8BE90C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cd328e2d-3b59-4c94-a0e0-60b7f793db09",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "13DBA28447FDBE3C8A24FEE3EB88638CE1D8F97CD4925056C0AD0E91CA51237D"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D6D10836B79E28ACE9E2BEC7EF9B67DC736ED6C1C8EA24D395DDAAF05B76CEBD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f4e945a8-aa6f-48dc-822c-ff44ce513b70",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D4241190CD5A369D8C344C660E24F3027FB8E7064FAB33770E93FA765FFB152E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "561EEF7131FFB079F75F6EC3E5738354A3C0EEB204863E7A4018B6409B7D26D0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-0~20120906.bcd0a4e8-0ubuntu3/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "70316201-97eb-4739-a72b-abdcd208e20b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5EB2C76843B253ACBCECBB84767697128F000C18358C78C5BAF135A5996C037F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "EFA5CA12CFC70DEA81EB71088B4BDBD44D5B45A8F8D81B7DB243D6A03A7F11C4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by VMware Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e121cfa2-ee0c-4c6d-9b1a-1f48ce500b81",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "96c7007a1ef6ec8ae43756e1e3bf9807",
+ "SHA1": "9574b0676b8540628d0db2f89a8d8bb7b43d863b",
+ "SHA256": "5c5805196a85e93789457017d4f9eb6828b97c41cb9ba6d3dc1fcc115f527a55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-11 04:25:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "07349cf7c406343bb9a9a9d9eec50790",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "12f8b7152bf718ee95d9d9a8ebd50c1a8fbb9621",
+ "SHA256": "ef43b4b4a755494b10b7431527aead697feab6fa48cf4684cca4fb5b8cd09035",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.411854121188843,
+ "Virtual Size": "0x2bad8"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2112511396406864,
+ "Virtual Size": "0x10008"
+ },
+ ".rela": {
+ "Entropy": 2.651762139832741,
+ "Virtual Size": "0x1c3b0"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.620340849167797,
+ "Virtual Size": "0x9a9c0"
+ },
+ "/14": {
+ "Entropy": 5.337170840865167,
+ "Virtual Size": "0xd7"
+ },
+ "/26": {
+ "Entropy": 7.32428121292217,
+ "Virtual Size": "0x3e0"
+ },
+ "/4": {
+ "Entropy": 4.827964610163725,
+ "Virtual Size": "0x1e8a8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4750d526-693a-4831-991f-4ace2cbe92ad",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0D85DAAA481B1BE84320E12B5078794DA29628ACB43B69C8909D291BB995CA72"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D764AC6251FD2641EEBBFBF7A5A95E212DF5997875990D90562CA65D5D966BAE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "4750d526-693a-4831-991f-4ace2cbe92ad"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "96d26340-d5ec-43a8-b1e7-068f46a2aeaa",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "65B2E7CC18D903C331DF1152DF73CA0DC932D29F17997481C56F3087B2DD3147"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A739C0624B7608F40645D417E79CE0B22FA568D885ACEBE51949F268565098B4",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "96d26340-d5ec-43a8-b1e7-068f46a2aeaa"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c818cbe0-bc64-4557-a266-570214ebaaa8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "8055EDEEB18561927DD5956BE9070C4503FEC783AA96F166F5F93FDBC3C2AB43"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "57B017C3A6AC4676B1852E407297158D1D471373DC299CF557832D9E3F13577A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0f4b6460-f81b-4770-8dfb-55224983a557",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B8D6B5E7857B45830E017C7BE3D856ADEB97C7290EB0665A3D473A4BEB51DCF3"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8516257431A250296A10F82A4795F9CF68E5C185CEAA2F6F77CA0942CBE0C999",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0f4b6460-f81b-4770-8dfb-55224983a557"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "064e9fe7-c5dc-4858-9006-e9b1e0e3001b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F2A16D35B554694187A70D40CA682959F4F35C2CE0EAB8FD64F7AC2AB9F5C24A"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "AECD34387179AFF5CE02103679312CDEB1DA835015A8548FCE93765E7219612E",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "064e9fe7-c5dc-4858-9006-e9b1e0e3001b"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "e9402a67-21ec-4fdb-b0a3-7f1700f1ede7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "40b3933716925a99d7457268b098c42e",
+ "SHA1": "f2ffc38ed784f8938830012818332db0e4bebfe3",
+ "SHA256": "4f94f40c6b4bac7bf219c73dafd0870879f1db10de6c8620f6f1333d7aa5455a"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-08-18 17:44:08",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.4.9820.0 (fbl_sec(dlinsley).140425-1225)",
+ "Filename": "bootia32.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "670eb63cbc05c4a4fa62f3c63d5b5f0a",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.4.9820.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "d94c4831d7cd65bd85851b4c2726909e",
+ "SHA1": "e4705a5872fb945b5826084d24ee95df003b18e3",
+ "SHA256": "e2dd71c959ee2c73c142c38d5f2a2f2566a8d421c88ef20cf4eaf567db79fd44"
+ },
+ "SHA1": "4c53e7cd05e537f0f730ed2b079200c7e1543a72",
+ "SHA256": "132d59d83c29be7351d35c44b846dfc3f37b3c62bc40eac6aec3fd68e7cfcfde",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.087579213860843,
+ "Virtual Size": "0x4db30"
+ },
+ ".rdata": {
+ "Entropy": 5.206756496774499,
+ "Virtual Size": "0x1a0d8"
+ },
+ ".reloc": {
+ "Entropy": 6.753504719085344,
+ "Virtual Size": "0x5e84"
+ },
+ ".rsrc": {
+ "Entropy": 3.470390846117556,
+ "Virtual Size": "0xfce0"
+ },
+ ".text": {
+ "Entropy": 6.640315213526757,
+ "Virtual Size": "0x117cde"
+ },
+ "PAGE": {
+ "Entropy": 6.552393775330552,
+ "Virtual Size": "0x128f"
+ },
+ "PAGER32C": {
+ "Entropy": 6.501891369169368,
+ "Virtual Size": "0x3adf"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f6b5528-2fd7-427f-967e-e89cd9e77182",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D860D3DC4D9A412E8FE8036100BDA7637B57A0168CA811781ED4A00815A97E0C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "540CABD0862F121CE200DCEBB6C9D3B209B266F0CD413CEA2385886F965E5062",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "60aaedd4-4eb0-485b-a534-82645695a185",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "4A4873A319A3A3DE35EA325771DFFCBB31EC14550A4E029CF0FEB9CD686B8C92"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A0946E9C77C27E5E9D19BCEEFE4DC147F97BF1CA7FE12F15280D390BA7A0D67A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "bcda745b-c931-494a-bf26-4dfd7c824ee9",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "324CBE75EF34E09A98C71B186F535F9091A1FF257BEA93DFEAF199EB352CA0F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A09DBE91C9743163A3DC26BB7E51398C751DF7140D5DA4DD6D43B1915FA906EC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "ff057f2b-0bc9-4318-a017-66307880a7c6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4d7e341b788c22d2ffd0a6e8d7c27190",
+ "SHA1": "2ab7a9fc3312a502e9178fe76930d65d07480b31",
+ "SHA256": "21554d1f3bf9f52d3cd297d27df56215c0fd08a0bf673868f3d8c6c064dc5609"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2015-02-04 20:26:03",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "10.0.10010.0 (fbl_kpg_kernel.140630-1750)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "28196e29d41524919202b6bd1e38f35c",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "10.0.10010.0",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "8b6b2892c15ff00e4ddf7eb144e1ae12",
+ "SHA1": "89115214dfec813ecfa5a23bed633254c214e62c",
+ "SHA256": "97ff062fbed8c63a4a2526daab5b76fde0b0c54540be4264d13a9116216a1be1"
+ },
+ "SHA1": "ed2c4554266084506d2e514797b3dfc86a50118a",
+ "SHA256": "f4c53c0b054413691ba25a2d162bcde9c9e35b5e706272f70bff96ed5c05a7b8",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.34472616116653,
+ "Virtual Size": "0x3b260"
+ },
+ ".pdata": {
+ "Entropy": 6.025018814445507,
+ "Virtual Size": "0x7d64"
+ },
+ ".reloc": {
+ "Entropy": 5.395165473860109,
+ "Virtual Size": "0x7fc"
+ },
+ ".rsrc": {
+ "Entropy": 3.4599700329826906,
+ "Virtual Size": "0xfc40"
+ },
+ ".text": {
+ "Entropy": 6.4887395472277625,
+ "Virtual Size": "0xec124"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Signature": "8207b0c79e3b96e7317cd1aac9ab45fb52f1a2c847cda4bed6ff0b366566c6046976257890a79270765662a04b0f6d958c1fbba688b7717f77e10137107f8ccde9ce066d0c99e9fabfa3d669e2eac822a81d86f620828a018738e290f15370886c689af9399fad45f38e2e0fd6e31fcdf1b295ddc015164e757e2c630b05d1c103735e452ea9e3ca1b44e776277a030aa473094499bdfad51ebcdc61c8694148123c150811230bab24f1fb3ca64f018ac37d5cbb61173055b20dd07fbf8955909696be8de608979541932fd0257f932db6f6975b4bc82bd393a432a4ef01d88fc9652cc0d4eede46df519df8488353bfbf4dbc8358efc8dc3215c5538ebbd03e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "9da610547a25cbe89af7ecdb99229623",
+ "SHA1": "6841cbcbd019586d045c2e9d6d0bc3a98fee3bf7",
+ "SHA256": "1cfead8146399a4dfe6759e9303c30c521cff3830e7177e87e64021dc3da4931"
+ },
+ "ValidFrom": "2014-07-01 20:32:01",
+ "ValidTo": "2015-10-01 20:32:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000004ea1d80770a9bbe94400000000004e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by BITDEFENDER and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "78f886c7-28cd-4686-ac8f-ee82f3e0fbcb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D89A11D16C488DD4FBBC541D4B07FAF8670D660994488FE54B1FBFF2704E4288"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A95666BFAF48FD9C4CAF2F3ED4EB593145C48BD3C93E4B00638088CE7EE962CF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "78f886c7-28cd-4686-ac8f-ee82f3e0fbcb"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimaa64.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0acd4573-d0e2-4f57-8c94-3d6e57a391e7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "62B79FB4A04052FCB498A97F22A3567642D4BC47D1C2FF9A06311C8C6148E907"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimaa64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3C6318DC79E5CE66F7DCCC71DF01C4E4ACC53F14D978011A29033D59D43D9233",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimaa64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "837d8bdc-6458-4eba-87cf-c82a32d1eca6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F254087746FDB5D9D9EAE6DF458485752BEB0FCF295C36D273511B45F7480287"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "106E99968A816752C4A0F5DF6AEACC0400C688DE35832798029040CDB41E1F09",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "N/A"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\mboot-official_arm64.efi } }",
+ "Description": "This was provided by vmware and revoked Aug-22",
+ "OperatingSystem": "64-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c10b8a2d-9bdd-46c5-bbdb-177f88c7794f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "F4DC5A40D2A9DBDAB210BAE0C508E053AE986C4DA42D68760A1655D6FBAEC051"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "mboot-official_arm64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "8CC2B48C79FBF5654B28B7BEEC51A3266E4CBB4FBE3A84F843EA0957683A1E93",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "mboot-official_arm64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9e382fdf-568a-4b81-b4ce-58c25f3b2d80",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9A22818E84CA5CDEC6F7FDF0A10B9FF230A53A5C18F4E9179C90A3FD268CD622"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CB5C370B7BDC87A2153425852F477916BA3B13E4C62EA419AD93DBDD34780BEC",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "329800cf-dad0-4ca8-bdc9-6ec18ff01421",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "eff2e129dcbf0ddc1e70c9ae8b5d0c6f",
+ "SHA1": "c5997af577c074aac5cf0fb290f24bec27618d73",
+ "SHA256": "835881f2a5572d7059b5c8635018552892e945626f115fc9ca07acf7bde857a4"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "c748cde9827385f9832a4f0ab1f02550",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "6436ae30f3f189f70f9043d91ede90058fbeb00a",
+ "SHA256": "338b89190177e950151a198823fd9d5f4ea25c1faf73e56ca5d9cf69d373fd66",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.540880693208529,
+ "Virtual Size": "0x2ba58"
+ },
+ ".dynamic": {
+ "Entropy": 0.8226444693437958,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2053343981539277,
+ "Virtual Size": "0xdd28"
+ },
+ ".rela": {
+ "Entropy": 2.6542755257736204,
+ "Virtual Size": "0x1b0d8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.645524701763948,
+ "Virtual Size": "0x9775e"
+ },
+ "/14": {
+ "Entropy": 4.946577948119573,
+ "Virtual Size": "0x62"
+ },
+ "/26": {
+ "Entropy": 7.340161985642677,
+ "Virtual Size": "0x3e1"
+ },
+ "/4": {
+ "Entropy": 4.86401422844892,
+ "Virtual Size": "0x189f0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Signature": "54b771f3cef2a39bed4a43589d904c162be7f81b194f02873b74d01ca889553330964be53fdd5f76d346d229e26a5c8e5385e4bb316ffc07317bbe9e1eb58c26b69b793c48801a67c75ae9110e6b0d5704e194f01485478ad0894ea7bdfd053a54bc4d7179b910290bd32006e1d3e670e62c901fcf688f5831d145ddc4acc827c2ede6a6fef612534cdf453c0fca315e1c7c6d9f1a7418eddd53996657e0b0caccaaee5e57c54b07ce33b85447f7dee99fc222785c4c4597dda90599daeb46af237bb2c9714f8b39ca7326d1ceb5757d125034b649befcbf1f666c6e1246bfd2daae96b62ecaa94225e0e4b26133b98fd10d4c81fdfdefbad67ffb645290ddae",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "8d8a1f204c9c80213bd427fa58b387e2",
+ "SHA1": "8d78e1742b948f0c8298e560dd71fe1594020386",
+ "SHA256": "1bb427b8e9fe460f567310886852fded2aeec70819123b815daab17d1601bca0"
+ },
+ "ValidFrom": "2018-07-03 20:53:01",
+ "ValidTo": "2019-07-26 20:53:01",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000002b4b79b3694d12118700010000002b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "42952e7b-6913-40b6-bc44-5eacd9c673a7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E060DA09561AE00DCFB1769D6E8E846868A1E99A54B14AA5D0689F2840CEC6DF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CE7A0A3D718747C7263D099FD1477E363ECFE75BD2F639EE47AC1271EC229D80",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim-15+1552672080.a4a1fbe-0ubuntu1/shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "8c855009-8e77-4446-acf1-17ce8b445b01",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "f1fe210387316d9b4c40f31214cea418",
+ "SHA1": "51d44ad13402af95119844f7da407090702e764e",
+ "SHA256": "5a47b0b11d2fd9cd39c627d1e6bf4afed9601aa15d6a5d84fb10f39755d2d323"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2021-12-04 21:50:19",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20227 (winblue_ltsb.211204-1700)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "37d03ef09bf90e11e07eed536a7fed7e",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20227",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "c3a45277e34522772d2ffb9c618850dd",
+ "SHA1": "ccaa1ad0944140bed3cf64cdaf8c9d2004c29074",
+ "SHA256": "474fc92022c5254d909bd3560e682dc6a340333b34b82d63e8b9a575cf09b292"
+ },
+ "SHA1": "97e4998bff2642bafef802b3d909e89f69b1046e",
+ "SHA256": "b7313be4901f1a80f84e4e8a6636f090e7125b97fc845d4454d5e4bef3d40ca7",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.174248711645025,
+ "Virtual Size": "0x5c8b0"
+ },
+ ".reloc": {
+ "Entropy": 6.752299420294601,
+ "Virtual Size": "0x5e90"
+ },
+ ".rsrc": {
+ "Entropy": 3.472265991210306,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.6338522426228606,
+ "Virtual Size": "0x132694"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "dc00f1c1-898a-479d-b9a5-9caa9973e310",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9063F5FBC5E57AB6DE6C9488146020E172B176D5AB57D4C89F0F600E17FE2DE2"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "94BDE75194960FAFF8329DCB4462BD8888B32078B0FB8FB2011C6993FDA0316A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "dc00f1c1-898a-479d-b9a5-9caa9973e310"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "c8069469-51c7-44c5-8032-1d2fde34f8d3",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "48CDB31A16D891124BE77490FBC2AD13CB355A18CB0007258CA4BCEA44F288EF"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "D76281DD69E992EFB55604A1B4E6171E552F3B7E1411D75368F98EF91ED69E21",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Oracle Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "33ce2528-8820-4680-bc5d-b48fcc1f9d2d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "925441e09c4b9c8e30a467a29c16ee49",
+ "SHA1": "7a26f6d09fcc80e5be03b7a6e5f8fe2a3652f29f",
+ "SHA256": "894d7839368f3298cc915ae8742ef330d7a26699f459478cf22c2b6bb2850166"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1970-01-10 02:40:12",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "53663cb5fea6bde711171523a2206e45",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b0adec5a51e018cc50ef0497126ef4a8d9fd037c",
+ "SHA256": "899afe09e356003605b30dc209a5ba4ef6910baef23fac268bcac6db3cfee98d",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.41909152489649,
+ "Virtual Size": "0x2c518"
+ },
+ ".dynamic": {
+ "Entropy": 0.7957307370557809,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2164267361361474,
+ "Virtual Size": "0x10230"
+ },
+ ".rela": {
+ "Entropy": 2.6559476189231193,
+ "Virtual Size": "0x1c548"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.619450573511709,
+ "Virtual Size": "0x9be5f"
+ },
+ "/14": {
+ "Entropy": 5.3247800569653165,
+ "Virtual Size": "0xe5"
+ },
+ "/26": {
+ "Entropy": 7.113430283211426,
+ "Virtual Size": "0x603"
+ },
+ "/4": {
+ "Entropy": 4.837270867662857,
+ "Virtual Size": "0x1ebf8"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "9b9f7199-24ed-4372-8247-e420ab0b7937",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "49465D4AD701642C7BCB5EF30A0807A3CD438AB42BF8D62D68038C3FCBBE8605"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4E00B1C1CC2BFCB1FF2FDB4184D13CEA5A2617BACC3623C3DF52C50158065E73",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "71999c6f-6195-4944-ad16-105579c98549",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CB6722995D4821AEAA9871C1B9782A02ED2F3D2BC6C1AAFD3E6B7673A210A8FB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "50A8B3CD4F80C8C27FA47242869FDE8B6B7709A8AD1AF0EF0A726D20623007D8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\HfiPcieGen3 } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3c5c1c32-6c09-4fea-863a-2e5cb48bb099",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "e599f74cf93986aafae680c20c7b3723",
+ "SHA1": "36a6e60b2512bfd940eadb7ff3fdba23fa970a8c",
+ "SHA256": "9fa4d5023fd43ecaff4200ba7e8d4353259d2b7e5e72b5096eff8027d66d1043"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "HfiPcieGen3",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "ffa0df6d1cb927f4cde2741d63c7125b",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "a2c8bf15abcb90da814748bb150d66f842f23a38",
+ "SHA256": "98acba206e9f3843a4a7e07c66ead4366fbe7976653b65ed0c311d4efae878ab",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.816481814190404,
+ "Virtual Size": "0x48c80"
+ },
+ ".debug": {
+ "Entropy": 4.647938066282669,
+ "Virtual Size": "0xc0"
+ },
+ ".reloc": {
+ "Entropy": 6.735442193719632,
+ "Virtual Size": "0x3a20"
+ },
+ ".text": {
+ "Entropy": 5.413383270074479,
+ "Virtual Size": "0x3eee0"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Signature": "0141873b6d85a37b5ac2a306448d73b6be76f7682ad14efef7ce4b377f0f7a5fbefd76377d59dc2caccd28d1be3eb180a8b66ab19a853bd14c7d5e955e8f07bc2ee0686ac3a2c9e997bd9f58de6dc9b93900c6b7824f64bf415ac51ebaa3dcfe8ad4fc2a41ad95b372c421c4f87835a59867c244e1c8df142abc4b23579f57431565eb8de6a7a0318b2fd17f93876a335c9450d2531f6a877baf43a569f83703a68e49987ca3c6dd42a595827f5be49151d3b79ea262e38ef5b37bda5b1be3462baa6ccb313193cdba21ea3cb1e9bbc751a769f354d63a0d1de3158c67d47b765b92d580ed5f1f1cdb5f61774c4b66c7deb15f4c71d605106064f33a17d31ca6",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "b6f099bf203668f11a8f79ab08792ed8",
+ "SHA1": "4713755a345940554eada6042e90b0151591fad6",
+ "SHA256": "62a02001fda2712f35e5ba5f619a6403b6a2c10570eab455fdc69455535f49bb"
+ },
+ "ValidFrom": "2016-11-17 22:05:37",
+ "ValidTo": "2018-02-17 22:05:37",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "330000001e0d8474951a966ce400010000001e",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "HfiPcieGen3"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "25025124-0a03-422d-8fe8-530afd16951c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D28AEC97E28A38D94BE65369E43D01F6266195D6113E7ED17A6930A309288800"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "372968218A3CBA11D964EF1B1E8CFF3804EDF96481B96B929208D1B483ADB30C",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "0486fe15-0d77-4c66-9918-1278ef014f72",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "4755a94a9c24a396102236124cd43c7f",
+ "SHA1": "e7efd492f1248e8eb94f4ee629365328cc7c7822",
+ "SHA256": "07b6d3aa86d0a8d5f46bdd5886d8f20fa2dd9377898d1139bd74b41f5e7ae44b"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-21 21:15:47",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "c831903e223d70526791119b52eaa4df",
+ "MachineType": "THUMB",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "55e14c81b5fe58eedc0ba4f71e3dfc38",
+ "SHA1": "d793a26f5757c9a0c1bdd8b6a22fb8461560265d",
+ "SHA256": "f728c141f52f30bd327d1b8522257d8095ab4e4a707f449b48560f6e17803762"
+ },
+ "SHA1": "43e01a095fe196f5f7f0f6aa4f33d79803d1fe43",
+ "SHA256": "86e5b25aa8072895e72e3d5f4beaccc1488a434fb10babe17fb9010da4ed93bc",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.124598814239404,
+ "Virtual Size": "0x35d10"
+ },
+ ".pdata": {
+ "Entropy": 6.096561187355531,
+ "Virtual Size": "0x5b20"
+ },
+ ".rdata": {
+ "Entropy": 5.6876031395439375,
+ "Virtual Size": "0x10134"
+ },
+ ".reloc": {
+ "Entropy": 4.721187435331078,
+ "Virtual Size": "0x4064"
+ },
+ ".rsrc": {
+ "Entropy": 3.471204074592975,
+ "Virtual Size": "0xfce8"
+ },
+ ".text": {
+ "Entropy": 7.094486381874274,
+ "Virtual Size": "0x8a3da"
+ },
+ "PAGE": {
+ "Entropy": 6.974677001292805,
+ "Virtual Size": "0xf2c"
+ },
+ "PAGER32C": {
+ "Entropy": 6.715799464104058,
+ "Virtual Size": "0x18b6"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Signature": "cbc341b6aa9c66039f4068be8e0a48a0e38ad5c22d4a6f33e6c39817378261c73b0ac8e800662cde2333f4a79c3b75b726b7aaefc55cb467374a3804a65dd3bcf318da3699a4951225e092422aa4bb08880db7d021c4b7883ccd2452884d6e00d6ec06e6055f30218dfc376e893fdf2b0174ba323e15e0d9e480862c7132f49666ab01c246edcb9e403752b15284de32fa501cbed5bba0e45c60635520155a623bbd1b14d47e4cb8c9b2114d41de618eb6fbb022303df44f93d5d6ba60a5edc24f31c0530da52ea1392985d95b01833392c7686abf5c318308b442b5055011dfd475058a740a741ef63482b84edf9758ccfa5f3472df9c7043ca60912102c15b",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "2e3f888fadd3d8d498f3237752c18df9",
+ "SHA1": "4f3c14facbfca2505dddb77d8b8bfe71abb1d2ed",
+ "SHA256": "574085e964e5d1fc9d71150ef08a0e08779e1919f28d75a19dad15f69571c8f6"
+ },
+ "ValidFrom": "2013-04-10 20:41:53",
+ "ValidTo": "2014-07-10 20:41:53",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000001b40b3e1eae3b8c84600000000001b",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "N/A"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\mboot-official_em64t.efi } }",
+ "Description": "This was provided by vmware and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0c0db73b-9d53-4fa1-93fe-cab2b3cabf9f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "CA65A9B2915D9A055A407BC0698936349A04E3DB691E178419FBA701AAD8DE55"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "mboot-official_em64t.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "918871DEC65B4D8A8D0E29B221351DFEA3A1D9212A4E0D7EE692CC1696E9AFC6",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "mboot-official_em64t.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "4d31cfeb-3005-497a-b566-7062066398ab",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "cb9d3c514e9a2a200235c093312630ca",
+ "SHA1": "3779679707ac8e825d6195b8106efe77ce33bfc8",
+ "SHA256": "ce8c44e185faaa03959cf23229607854ef7e316ed0773d66d7be5e0a48061de5"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2012-09-19 23:32:48",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.2.9200.20521 (win8_ldr.120919-1813)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "02e7a063eae0c4b80a6793fd63bac013",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.2.9200.20521",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "fa6462badb7aa537a9d3ecf604e9fbd7",
+ "SHA1": "caefdafc6f3620830b306d429c83bb077f6bdaa4",
+ "SHA256": "4689fe3d6e35db99759219db2adef6cefa62105e8b636c0c5bd2a6bec395e471"
+ },
+ "SHA1": "c7a420758542a22c9db7c9f75a4709ac53ec8da2",
+ "SHA256": "9da10b25786d8db0167fd66c051f7e2655781bb561b99584312b439a32be4c32",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.32099548613425,
+ "Virtual Size": "0x54bf0"
+ },
+ ".rdata": {
+ "Entropy": 5.359664573712839,
+ "Virtual Size": "0x122aa"
+ },
+ ".reloc": {
+ "Entropy": 6.124599725636047,
+ "Virtual Size": "0x61b0"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708442562161297,
+ "Virtual Size": "0xfcf4"
+ },
+ ".text": {
+ "Entropy": 6.641518892559521,
+ "Virtual Size": "0xdd286"
+ },
+ "PAGE": {
+ "Entropy": 6.502474956779901,
+ "Virtual Size": "0x12ab"
+ },
+ "PAGER32C": {
+ "Entropy": 6.572183780133045,
+ "Virtual Size": "0x4805"
+ },
+ "PAGER32R": {
+ "Entropy": 7.631412897966042,
+ "Virtual Size": "0x380"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "610bbbd8000000000005",
+ "Signature": "c7f34d30f6c0451fb6ababdce5203035c20b7c75b16784adb0aa9ed8f647c02df4ce8d8277b8e356e3286e4dc0d444172dea83b9af9c6133c491e53680024d6bac0d985d6dfe776988ccb337b35abb32a02b50413514a576dc932b2a4ae2aef96330041e040480e3b1cbf06cd6910cf79ead3ecd332a9bb7156c2d9976e5dfac8b5b59d82ea33a4826470663dfad599e137468da7bd3037243e0238b96c1f99ea1299faa898dd854f812f8834697b7c5991d2e1656db4e2f56d8bc2077e7bb7d886d4fb6907c555c6d54089724435ac3345b1b6dbb605300ba83412517394dcd3b6c82df5013c6f57fcb1e03919b63469dd7606f3fbae8242658f19ab174b03c",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "158438012e4dcd69b27b762c9358cfa2",
+ "SHA1": "684ac167849404a4101f166b759f291a43d5f749",
+ "SHA256": "95b37dd7079bf6836ab18482231be07fb3c05055af99691f8c64c6ad26eb8f9c"
+ },
+ "ValidFrom": "2012-04-09 20:55:50",
+ "ValidTo": "2013-07-09 20:55:50",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "610bbbd8000000000005",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3598ca7a-27b3-4c09-aaca-cb5108eca19f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "39ABED2935891EEF96E2B733BBC6951DAFAD1A4C6B500D2D9B28C358355A6AB8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1B455F745A6397C1B4FDFA43E634462EE1414DB21EF5A3391142B0F988F31FFE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7480e25e-d4dd-4e39-b652-33861111c011",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3153B3E305575439914605D976CF6EAD5A500E54D0B6ABCDAAFCCED1BC47E04F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "55C6D083A4E3BE8FF842A5D39EF6F0C82D3DD29FE377C7AEA920C7B419F660D8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shimia32.efi } }",
+ "Description": "This was provided by Oracle America, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7ad06c0c-5595-41e6-8049-b051fa3e931b",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D472D0DCBA3F5DD61BE3931244717BF2230BABD30E9E2F6B2880BFCDC8FD6665"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "7B9D76B66E9E3503682EB5B6CCC8F70B8B5082F140252A7F6127AD9764D8F297",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "b2be4369-0672-4a82-96df-ee4d208d3352",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "54061FF50D91296F2F44D8B338AEEDFBBE86DF49DB5DE8A45191AAA931F5BCF6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "79631821A585BFC9A9A5D2D92D37714EFD84A3D856284A0897654461EC1C137D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2a9c12a2-bc01-4af2-bb23-a5f1fcba5bdc",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "C1547CF902570207A9694B6B8E353FE41419DB6A3802221DDF10FB8F86947804"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B15095CBB09505C8354657EF7DF0FA4046F5F9DC74B26EF12A7D83E82A718322",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a1062c3c-45c5-4c75-bbd2-d744c8e3fcb8",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "01E2DA8EC5A6929DDBBBEB2E9807586FACDDCA6A7EF62BFEBB581BDC2D7274D6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-20200730-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "A1DD22421CC934E050572520A026985AE8C5FC5AD73816510713F1E1D4DFF575",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "1ca07dec-812e-46a2-ada4-141584aa0c12",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "6873D2F61C29BD52E954EEFF5977AA8367439997811A62FF212C948133C68D97"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6E5D8278A7A4A58DBBA2F5D01B09B9DE4BB20ACD2DD4890846C8125A65136BF8",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "1ca07dec-812e-46a2-ada4-141584aa0c12"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "07e76cae-6513-4120-b399-3ab5ae5879a5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5E0C1C1FDEBE61C4DDBB66C57EB23BCAA86C36BAB9900AD10342A4971128EAC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "997CCF341DBCE2EB9E119803723130DA90E8F1DD167A7B75400E73CBBADA54FD",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "530ab1a9-d9a6-4f01-986a-5b69c99400b4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "284153E7D04A9F187E5C3DBFE17B2672AD2FBDD119F27BEC789417B7919853EC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "51BD59697B4E1DF61DF32AD57CEBE394BE54E3E9DBFEB8DC00A3A176D13A5767",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "077ccbb7-5e3d-455d-abbf-317e3ee73abd",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A5E476C4BA2ED8EF8C30F247F3E13AFA5C7E3A5A952E4B8325C22F33F7F23621"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DB67C1601CC3B3313B9F6E8F12E76627E7BC6F3936BD8147FCAFAF5FB6556966",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B52531C84351EB695A8AFF0B7A5BDF93972CDEDFAF4067745425D75E21CD0CBB"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "26A8EBB3EF412AA70D4AB4486EBEE8DB42656AE7F2EC868FA95FA656090F01BE",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "0bbd943d-7d16-4fe7-ac8b-f9d12daba1f4"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "7e81b1d7-7526-4958-98cf-688b36cf8ea0",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "3A9E49E6E644C0ABEC17D32D020339D171439ABA327409A7797E6686BD0F641C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "FE4B7349F21EE077096B6986693C3F250758C5DDF96C14AF4BBFD96EE74A70A0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\rhel-8.3-shim-20200726-shim64-bit.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cc89429d-d9b6-412c-8083-4879ab57f589",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EF87BE89A413657DE8721498552CF9E0F3C1F71BC62DFA63B9F25BBC66E86494"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "rhel-8.3-shim-20200726-shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "98721004CFF6B89B3E5A9267D29250710E6A6C8AFAE06EEF29F92745CD70E079",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "rhel-8.3-shim-20200726-shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootia32.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "cd9dcfdd-25a1-42d5-bd95-3778087060b5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "73BAEB8EB0B64056A7BC309642FDC589BF219928A906666D107E65E8B0DBF496"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "4B6C8947CAA89BE6077E2964C4F97425C663AEFEBCDFC373CAFD982367FB5CFF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2022-34303"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\miniloader.efi } }",
+ "Description": "This was provided by CPSD and revoked Aug-22",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e46bd88-7635-4162-a02e-85d9bd33be3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "EDD2CB55726E10ABEDEC9DE8CA5DED289AD793AB3B6919D163C875FEC1209CD5"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "miniloader.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "30CF3AD2DF14F05D89BC321744559E857055A5C84D7F0834B3DBD261ACE1CF5D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "miniloader.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "f651508a-842a-4af6-b332-559fc9897806",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "D069A07B5ACDE004FE7286558041F1F123DD88BB1395E5E453F62F48EF37D199"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "9CD99CEFF9B7496E7B6720AF4C561668D6993376EC18593E3F54B1540E5B31A0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0e305520-6001-4144-893d-b4c38ea47886",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "1FB619FE1504EF78C8BF59294B16C6D9BF1DA741FB582DE125B6A044F6961C57"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "52D826CF8F6A0095938F7069B5F5DA22C16AE037D757BF9115AA84920BCE4EBF",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "99b952f7-5438-417b-9dab-c318bdcd75e6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "61CEC4A377BF5902C0FEAEE37034BF97D5BC6E0615E23A1CDFBAE6E3F5FB3CFD"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B6C36B2B18A3E73EA007173F8669D9A9A861FDDF27C3E3C0C3F1315E2AE5B43F",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "99b952f7-5438-417b-9dab-c318bdcd75e6"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by SUSE Linux and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a950cc79-4054-4d02-bd8d-3de2165a3721",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "992820E6EC8C41DAAE4BD8AB48F58268E943A670D35CA5E2BDCD3E7C4C94A072"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "169D0AC3DA1DDA382812F7F221B8C9CD55961A05D876E3D812641313297848BA",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "a950cc79-4054-4d02-bd8d-3de2165a3721"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "66314d3b-bec0-4042-94f3-2744b5a337ee",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "61dcd3b5b1b343f78cdba79267151107",
+ "SHA1": "f62b5d4321be185905a65037dfcdeb277a4f6169",
+ "SHA256": "490c927242cc6227ca439a7e9aa9d771ad4d1686eede1f331cbb6c69e9be746e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2013-08-21 22:13:37",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.16384 (winblue_rtm.130821-1623)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "e7ae8ab50eae0f2730780d6e87a165cc",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.16384",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "76b472327057a88cd36ca28afc4c0e33",
+ "SHA1": "3111a9f1a2306b44b216f95d22c5d3780e200bb4",
+ "SHA256": "99f483be10e4f3d7da9abe8eabdf67c61589c0ecec750aac0991666c9bc4e518"
+ },
+ "SHA1": "339702656fbb6e001e9a283dbd54567323f0332f",
+ "SHA256": "88582f3cae30afd77990944709ac4e272d68cdc009d9c3ff6f7c2e19e74f5975",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.3304508105703245,
+ "Virtual Size": "0x56510"
+ },
+ ".rdata": {
+ "Entropy": 5.897305248359915,
+ "Virtual Size": "0x154c4"
+ },
+ ".reloc": {
+ "Entropy": 5.536942764112647,
+ "Virtual Size": "0x7fe4"
+ },
+ ".rsrc": {
+ "Entropy": 3.4708887278026244,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.634660604406808,
+ "Virtual Size": "0x11125e"
+ },
+ "PAGE": {
+ "Entropy": 6.562392196399758,
+ "Virtual Size": "0x1333"
+ },
+ "PAGER32C": {
+ "Entropy": 6.5590017342718845,
+ "Virtual Size": "0x4795"
+ },
+ "PAGER32R": {
+ "Entropy": 7.124151697179559,
+ "Virtual Size": "0x100"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "5cab3a24-4bf3-427a-887e-92ec2ed8f1a7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "7f11c44bb3fd9f28c453ed0545ce1fd2",
+ "SHA1": "e5e7294536819a91f69d03c57425ad2576a1055d",
+ "SHA256": "74b39c206dc8a11cd196d5998d2996b6ad477d72eaf86e19a3dc14ec0eab0f1e"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2014-04-26 11:39:30",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.17109 (winblue_gdr.140426-0111)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "cd78242cb85f016a3ea62002c8f07c0d",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.17109",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "61ae12104fd32308c2c6da0ad0f4da3a",
+ "SHA1": "5916de417c3548f9179b3fca1170571bd0615d62",
+ "SHA256": "9d016f97efd1b99cdeec92f9010dbe2695c277306c00fe7e352588a7f6e7be26"
+ },
+ "SHA1": "1df5dc38345eee82fcb606f8c5140c619f187946",
+ "SHA256": "4628ec2698cfbca38d3bb4872df8e65a370ed4591e3fbd613a28b394942b8976",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.269345781205062,
+ "Virtual Size": "0x5b510"
+ },
+ ".reloc": {
+ "Entropy": 5.543449582817808,
+ "Virtual Size": "0x7fba"
+ },
+ ".rsrc": {
+ "Entropy": 3.4713678198457463,
+ "Virtual Size": "0xfd10"
+ },
+ ".text": {
+ "Entropy": 6.644731222099491,
+ "Virtual Size": "0x12da04"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Signature": "78269c4b43268afbc7329a21653fdf5427c51d156bd9b2be4fc3ce06c9fe486ad28fa1a55698acc8617733a5d9b68b3f69ab82d8d60857a0cf330434703b2af43b3058eec891f89515a9acf8c29aebdcabc8671630a1d22fa51720ab95393c388e3fbed2d42eca2bce4f3ac03be5be68ecfe7f44a6d3871782abd7cc3f8c22300536bd24a13934474bc0cfc2f1479991b991f328cb5a80d06c1046a9249b8dd8747b3c87e54946f28c0bdf14c042566264fbf9475859b221d0434603ab5f655551437be8eb21192f143d173b042f139ce553888cf0534f9d2f090c1edbf10def827a274afeeba10c2b4725b0628a2722d5f209be4f9e3d2d8104a896df82072d",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "28b23b39f3bbd936a26a5b86451be0ac",
+ "SHA1": "3b16f29295d5a7c323beb479c71d3d20c6b8acc2",
+ "SHA256": "4383c9a796dc607ddaae1849d8e5d2e7ea211aad2c599fe1e251285ec87dd150"
+ },
+ "ValidFrom": "2013-06-17 21:43:38",
+ "ValidTo": "2014-09-17 21:43:38",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000002418fc0b689e7399d0000000000024",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by TeraByte Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "63cf9ba5-5aec-4ed7-9f58-97d1eff8aa0f",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "0A75EA0B1D70EAA4D3F374246DB54FC7B43E7F596A353309B9C36B4FD975725E"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "1BABF3FB76AE149CCB95B8E33B193CE7408B7134E0A5CC8CE1E884BCD01DFCF2",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootarm.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "28fb8eaa-e498-44f7-8f1f-1dcf1dad47d7",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "22B5A88D79B8146598613B3701B0D2AD3E1D2BC215D3A613A30356953239485C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootarm.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "0E0D94096278CEDCF333D4902F64ADE7815ED4000A1F6EA45EB93D2DBE18E496",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootarm.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by Canonical Ltd and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e638d650-dd39-49a9-a737-b02670064e45",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "2906120c5459cec104e70135cc2c7ffb",
+ "SHA1": "e0a77a7cdefc31ecba261fcd6181b97efce9cc49",
+ "SHA256": "273d4432af53f07f8fb2013bb13d70bd46ea49c6c1c9de6c631ae4d75c98baf0"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:00",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "9bdc83ad343e8745e1f3d55c36cf2df6",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "095b16e4a405e6d6dbdfc1475c941c64201d41b5",
+ "SHA256": "84e680f95cd31db85663a5482a68778dd236503d88e8a6d8e3c4a6c9ba201102",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.412613928549267,
+ "Virtual Size": "0x2db68"
+ },
+ ".dynamic": {
+ "Entropy": 0.8630797231656377,
+ "Virtual Size": "0x100"
+ },
+ ".dynsym": {
+ "Entropy": 3.2062260361646557,
+ "Virtual Size": "0xf378"
+ },
+ ".rela": {
+ "Entropy": 2.6535499216585814,
+ "Virtual Size": "0x1c6f8"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.683178156318327,
+ "Virtual Size": "0xa3c01"
+ },
+ "/14": {
+ "Entropy": 5.205469492567452,
+ "Virtual Size": "0x84"
+ },
+ "/26": {
+ "Entropy": 7.322772708526002,
+ "Virtual Size": "0x449"
+ },
+ "/4": {
+ "Entropy": 4.8785374734689935,
+ "Virtual Size": "0x1f0c8"
+ }
+ },
+ "Signature": "",
+ "Signatures": {}
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "64c9ea42-80a1-425d-ae59-d9ee4eadf4ba",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "A924D3CAD6DA42B7399B96A095A06F18F6B1ABA5B873B0D5F3A0EE2173B48B6C"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "BDD96B78F3AA4B123851342995451880CB2498E785ED12E48CEB36F1A3F49B2B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "aa0019cf-ba6c-4a6b-8ea9-3e4494562744",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "aa60f3f1fa0e30a28c2b0bd0ee4fc806",
+ "SHA1": "55c991c8563ae11352ae9d0c24644853fceac18a",
+ "SHA256": "54c7d9c28672a1306e43ed7feed38b295f8eec279251f996fa293f68fc6cfb12"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2022-02-15 12:19:17",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.20300 (winblue_ltsb_escrow.220215-0706)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "f3c14ba5c3670afacd47f0574922b98f",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.20300",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "aaf18af925d829095e017c505f1a0039",
+ "SHA1": "c3d13f7d96127a3b16c7a8c0a3dd98fd9f22c3cf",
+ "SHA256": "05367ecae4cf78cc575048fb931468b1d210df8c38ff8ca05481124b1a1a6917"
+ },
+ "SHA1": "a4ede25f03e0ce65fa4a840c454c73019275d8de",
+ "SHA256": "5052ce3b96db73a909bf0e54355e357f8ab7284fa48f9b21c85efedbb886c100",
+ "Sections": {
+ ".data": {
+ "Entropy": 5.416517617217657,
+ "Virtual Size": "0x6c7f0"
+ },
+ ".pdata": {
+ "Entropy": 6.080928684654755,
+ "Virtual Size": "0xa710"
+ },
+ ".reloc": {
+ "Entropy": 5.402081860527767,
+ "Virtual Size": "0x994"
+ },
+ ".rsrc": {
+ "Entropy": 3.4721768908716837,
+ "Virtual Size": "0xfd40"
+ },
+ ".text": {
+ "Entropy": 6.4945526926976,
+ "Virtual Size": "0x16d9e4"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Signature": "699045742c403812de1bdf9ea2be22132e82a7c006ab278e0c9f460bd435386348031a6b5cbdf450ae5a243331dcb2cc7eace8371cf71ec35a6f663147bd211ea357614e6a611eeacca6486a778d4cd788106ade12d6625574e7a89ecab4eb0bb99295c498dd5f565680a2d26bf2545e727c4204023c48d8021b608fd901c6fefd16ce0c3a669fb0ce758dc671f2cdd7434c163f9de9453e5523d94a78205c828a4615e50330d9f52a8a77f7683d2b61ff1324382d40d31001c518b56b286fbb8c754f6940590c2071385ed0a9387b529c06bf71fff89c74634550fc331b389d558696ace05787144e5af53d20a75a84981bf8380ddac3743f407d8ff27c089e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "46f57c3b860b08484cb79066ac1014ad",
+ "SHA1": "c1fe3ab97b834a98460e4ae92fe2468d16f61a92",
+ "SHA256": "d78e6b22fec42de5200f6c56731dd6742c79fa2bf7c01c8dc04d3d5738474c9b"
+ },
+ "ValidFrom": "2021-09-02 18:23:41",
+ "ValidTo": "2022-09-01 18:23:41",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\shim64-bit.efi } }",
+ "Description": "This was provided by HP Inc. and revoked Apr-21",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "0072a990-7f8a-484c-8727-bd0912dd2ce6",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "E6236DC1EE074C077C7A1C9B3965947430847BE125F7AEB71D91A128133AEA7F"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "shim64-bit.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DF01F567CF2C2A7B872EB750F12EC534B6F207E760D1ACA6795DB7CB12CFD92D",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "shim64-bit.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "90e05866-5975-498c-bab9-1a71dd286011",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DF02AAB48387A9E1D4C65228089CB6ABE196C8F4B396C7E4BBC395DE136977F6"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "6AE5984A47CCE9129498E534DB84F0FD33FE9AEE2860462414416282EB0CF34A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "90e05866-5975-498c-bab9-1a71dd286011"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Red Hat Inc. and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "47020b30-de49-4937-9908-9d72b3d153d5",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "631F0857B41845362C90C6980B4B10C4B628E23DBE24B6E96C128AE3DCB0D5AC"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B76C5689D45E7F40F8D78468D4484074167563CB06368CBB9CB4DBED65E1192A",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-14372",
+ "CVE-2020-25632",
+ "CVE-2020-25647",
+ "CVE-2020-27749",
+ "CVE-2020-27779",
+ "CVE-2021-3418",
+ "CVE-2021-20225",
+ "CVE-2021-20233"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\cent-7.9-20200730-shimia32.efi } }",
+ "Description": "This was provided by Red Hat, Inc. and revoked Apr-21",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a7bf3e37-f600-48ff-82d4-4f1e82c199d2",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "DDF3E4261419944F7C2F8B92F6D14C35060B4F94818CC4183F0C072706DEF726"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "cent-7.9-20200730-shimia32.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "2D07ABD75C154055A858D4461A1B1B76D763E9ED294E2E10244C20601E072A29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "cent-7.9-20200730-shimia32.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ccef0d61-ad41-4f54-8ce1-9197ccf0e44d",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "72C26F827CEB92989798961BC6AE748D141E05D3EBCFB65D9041B266C920BE82"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3AE3DA82C39C6BEEFD251265370D57D5BFC67181662736C62F2E6F687409C81B",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "ccef0d61-ad41-4f54-8ce1-9197ccf0e44d"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit ARM",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "3f2c9d56-984f-41b4-a2b2-49bf97e6ef71",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "B632A6286C6FAA6643EC34311E0B9710A3508FC952E9A04263C33179E32814F8"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit ARM",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "C2BC0ADF3826972A0F8EF7E63C008C52D68215CCAE493CCEF14C3D3F4F67BDD0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Intel Corporation and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "46629c02-f2d8-440a-bc46-d67ad73ea772",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "147730B42F11FE493FE902B6251E97CD2B6F34D36AF59330F11D02A42F940D07"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "3141C6EF9FCE61084D16F0659A9596B0156F24D6F4B03837C4B7543CFB378D61",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "46629c02-f2d8-440a-bc46-d67ad73ea772"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ },
+ {
+ "type": "yara_signature",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar"
+ },
+ {
+ "type": "sigma_hash",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers.yml"
+ },
+ {
+ "type": "sigma_names",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sigma/driver_load_win_vuln_drivers_names.yml"
+ },
+ {
+ "type": "sysmon_hash_detect",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml"
+ },
+ {
+ "type": "sysmon_hash_block",
+ "value": "https://github.com/magicsword-io/Bootloaders/blob/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml"
+ }
+ ],
+ "Id": "b3b0f086-0c9c-4e10-b65c-47509c6f0dfb",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "724bc2c9091c4dd631e113c32702d9f4",
+ "SHA1": "f8799b5f344ad92948a1468937cd9255e6873dac",
+ "SHA256": "f197a171a09ab640aa8ac4ff7ddfc88377a89fdbb3fee014abb9097d92575b67"
+ },
+ "Company": "Microsoft Corporation",
+ "Copyright": "© Microsoft Corporation. All rights reserved.",
+ "CreationTimestamp": "2016-10-12 08:06:52",
+ "Date": "",
+ "Description": "Boot Manager",
+ "ExportedFunctions": "",
+ "FileVersion": "6.3.9600.18515 (winblue_ltsb.161012-0600)",
+ "Filename": "bootmgfw.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "bootmgr.exe",
+ "MD5": "fe08109ce34ae68fed49348549b9ead1",
+ "MachineType": "I386",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "bootmgr.exe",
+ "PDBPath": "",
+ "Product": "Microsoft® Windows® Operating System",
+ "ProductVersion": "6.3.9600.18515",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "95c181375ef93e118f930024df1bff96",
+ "SHA1": "e3a24ad3c9b07df2a4fb39a1432ba3597faa48f7",
+ "SHA256": "0708c72d17d4892e2deab31b567c830ee261f5e5730997a47366c0e1e58dec0e"
+ },
+ "SHA1": "7fb211ce3088f2e657c72dcc80574310becde3e7",
+ "SHA256": "d8732eb8bd7240f17d90656424aabc0669c3d13e3117efc4805bb59dd21ceb1d",
+ "Sections": {
+ ".data": {
+ "Entropy": 6.142173903791614,
+ "Virtual Size": "0x5c7f0"
+ },
+ ".reloc": {
+ "Entropy": 6.764151324597371,
+ "Virtual Size": "0x5d40"
+ },
+ ".rsrc": {
+ "Entropy": 3.4721353846875296,
+ "Virtual Size": "0xfd30"
+ },
+ ".text": {
+ "Entropy": 6.63561700395366,
+ "Virtual Size": "0x130364"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Signature": "60743a2c8b9d1d20759fd327472b3fb9c434cf9df5a4501199cafd1d0f6806659be78f5346fcdedead6c2615214f653b0306302508cc80e386fb54dc8d0b8c63131e54f259c4f8792335187e2d4f649a82490807f129590c1a5c76d8c56a12e51f4c9bb20f35bb27b3ddc0dfbd849e506ed390bef27d160c5fa33291231b73cffddf7bcc42948b509b88242d401ab88f4283997bb6707c2fd2facf67e2639b5b02da8975568de56dc96eee8061c69bc552d61a0fa49ea527563681fb35f68dde6eee372b99f69761de0eac9b72b1510f80e66f6560bf1d0669dcbdd915ffe13454502833fe26932c018ad8399ad2840a93b0c222b7900151dc9ddb4475e1d7b7",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows",
+ "TBS": {
+ "MD5": "f31f8c784e5d3986ccacb9c88c6d7044",
+ "SHA1": "833498af9a41da339c83e0d384b521f72d053331",
+ "SHA256": "1f47e616b2810165968d76ef4f6587611c276f4b52901bd6aa5822f9c6e52976"
+ },
+ "ValidFrom": "2015-08-18 17:15:28",
+ "ValidTo": "2016-11-18 17:15:28",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "61077656000000000008",
+ "Signature": "14fc7c7151a579c26eb2ef393ebc3c520f6e2b3f101373fea868d048a6344d8a960526ee3146906179d6ff382e456bf4c0e528b8da1d8f8adb09d71ac74c0a36666a8cec1bd70490a81817a49bb9e240323676c4c15ac6bfe404c0ea16d3acc368ef62acdd546c503058a6eb7cfe94a74e8ef4ec7c867357c2522173345af3a38a56c804da0709edf88be3cef47e8eaef0f60b8a08fb3fc91d727f53b8ebbe63e0e33d3165b081e5f2accd16a49f3da8b19bc242d090845f541dff89eaba1d47906fb0734e419f409f5fe5a12ab21191738a2128f0cede73395f3eab5c60ecdf0310a8d309e9f4f69685b67f51886647198da2b0123d812a680577bb914c627bb6c107c7ba7a8734030e4b627a99e9cafcce4a37c92da4577c1cfe3ddcb80f5afad6c4b30285023aeab3d96ee4692137de81d1f675190567d393575e291b39c8ee2de1cde445735bd0d2ce7aab1619824658d05e9d81b367af6c35f2bce53f24e235a20a7506f6185699d4782cd1051bebd088019daa10f105dfba7e2c63b7069b2321c4f9786ce2581706362b911203cca4d9f22dbaf9949d40ed1845f1ce8a5c6b3eab03d370182a0a6ae05f47d1d5630a32f2afd7361f2a705ae5425908714b57ba7e8381f0213cf41cc1c5b990930e88459386e9b12099be98cbc595a45d62d6a0630820bd7510777d3df345b99f979fcb57806f33a904cf77a4621c597e",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "TBS": {
+ "MD5": "30a3f0b64324ed7f465e7fc618cb69e7",
+ "SHA1": "002de3561519b662c5e3f5faba1b92c403fb7c41",
+ "SHA256": "4e80be107c860de896384b3eff50504dc2d76ac7151df3102a4450637a032146"
+ },
+ "ValidFrom": "2011-10-19 18:41:42",
+ "ValidTo": "2026-10-19 18:51:42",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Windows Production PCA 2011",
+ "SerialNumber": "33000000bce120fdd27cc8ee930000000000bc",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 10 version 1507"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "696a399a-9f49-485d-9753-63edd677f144",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "99B2BD1FCF17B52C64E8506B97FA10CF8B6397C9D05D8D543F86893B210DBA62"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "944E6F803D3E1B0C1AA767B14B0F4D960A45F80F0A0A459253CA65147E947F72",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootx64.efi } }",
+ "Description": "This was provided by Fedora Project and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "e91a68c8-807d-4b65-a86b-c51335730c55",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "fb4d9da53892bb0152dcfd7a4a150fe0",
+ "SHA1": "a070bfbb64dc542d7b6b22de52d9b4d994b0d2f1",
+ "SHA256": "dbaf9e056d3d5b38b68553304abc88827ebc00f80cb9c7e197cdbc5822cd316c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "1969-12-31 17:00:08",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootx64.efi",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "abd377408acc02ee7f2f16320ee9b49a",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "b72252c1c92cac65c4a4637816b0a84428d16681",
+ "SHA256": "475552c7476ad45e42344eee8b30d44c264d200ac2468428aa86fc8795fb6e34",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.509189904315613,
+ "Virtual Size": "0x2d958"
+ },
+ ".dynamic": {
+ "Entropy": 0.8424565006028102,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.211335054777265,
+ "Virtual Size": "0xe340"
+ },
+ ".rela": {
+ "Entropy": 2.602058791274868,
+ "Virtual Size": "0x29598"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.592334908546112,
+ "Virtual Size": "0xa00a2"
+ },
+ "/14": {
+ "Entropy": 7.133596117970691,
+ "Virtual Size": "0x4ac"
+ },
+ "/4": {
+ "Entropy": 4.847040002303806,
+ "Virtual Size": "0x16340"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Signature": "2b1b08b20674b8acbad524875a42f0b4d4ba6df424b9adb1e83c9309e657fe499f386cdf93a4f71393ab57da5eee4e346ebccdf9a7e990b44a76433af4071e90ee0e0fc8744003f9afe6bdda1cbd132fef8235d39c932bb9960f52bbea2062ed773a52beef26b333f603d8e9a0a9652c222a013cb1bd44bb5dc96c1a4135284c91784f0d66a2d7d97c59e26fd19d645e730b656d56e7a8166f228a751a745c4491f1865c8d5a4b1bf61fd4a564811e32699deff03a3328829cd888ae53fccb0819957ee499a2ad79d1c1d73ef7324562bee86575193983b41f66c12c95eb5d171df5c4beda799c4fb314e8e27bc47b195e1c8a2cd2d3bfbb29c8264ebddf95da",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "61509fd4e01160eb7d8007dc182bee5b",
+ "SHA1": "febd34ec96d90e498d9b6fa54d7fab80ce1464d3",
+ "SHA256": "7d79e52d96bc7c571299d90c3bc4bff9d08e36eb74b7e8b0cd69114980737953"
+ },
+ "ValidFrom": "2014-10-01 18:02:10",
+ "ValidTo": "2016-01-01 18:02:10",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "3300000010a4912943d94ce62e000100000010",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootx64.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\BOOTX64.EFI } }",
+ "Description": "This was provided by Alt Linux LTD and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "2ca3cf24-b271-4a27-a228-ca91cab34b93",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "86e7e6f737ed657dda5423a10319d41c",
+ "SHA1": "450ccd6553c679f4d87bbf3507780efc17a466c4",
+ "SHA256": "c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c"
+ },
+ "Company": "",
+ "Copyright": "",
+ "CreationTimestamp": "2012-11-27 22:14:09",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "BOOTX64.EFI",
+ "ImportedFunctions": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "9a795b1affc7cb4650bbd99b9a2cd819",
+ "MachineType": "AMD64",
+ "MagicHeader": "50 45 0 0",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "RichPEHeaderHash": {
+ "MD5": "ffdf660eb1ebf020a1d0a55a90712dfb",
+ "SHA1": "3e905e3d061d0d59de61fcf39c994fcb0ec1bab3",
+ "SHA256": "2b3f99a94b7a7132854be769e27b331419c53989ef42f686d6f5ba09ddefefd6"
+ },
+ "SHA1": "586bf5d3fb1fb21159338701e324d9d26b6aa0e4",
+ "SHA256": "0dd832075d552da3d29b1ef471fc23b47c0d54b9fd1541935b23f1c5813da08c",
+ "Sections": {
+ ".data": {
+ "Entropy": 4.771556082942012,
+ "Virtual Size": "0x310a8"
+ },
+ ".dynamic": {
+ "Entropy": 0.8341231672694769,
+ "Virtual Size": "0xf0"
+ },
+ ".dynsym": {
+ "Entropy": 3.2088436906429743,
+ "Virtual Size": "0xf1e0"
+ },
+ ".rela": {
+ "Entropy": 2.6218967970429325,
+ "Virtual Size": "0x2af90"
+ },
+ ".reloc": {
+ "Entropy": 1.7709505944546688,
+ "Virtual Size": "0xa"
+ },
+ ".text": {
+ "Entropy": 5.6399775669379935,
+ "Virtual Size": "0xaa161"
+ },
+ "/4": {
+ "Entropy": 4.828726571617874,
+ "Virtual Size": "0x17468"
+ }
+ },
+ "Signature": "",
+ "Signatures": [
+ {
+ "Certificates": [
+ {
+ "IsCertificateAuthority": false,
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Signature": "840831439e4e63e88d00e1b0c0678d70bb89f466e9027ab28177926d5def8175b3240e729f943f1e6bd94a0f27c92e696a5001c0747f6bf7574c09e8485a5eb6d7024244ddd73236c28e9dfad58ec5098b74516234232552d9230c1d0ddae73108b0a0144bd9e9265dac56ebdcce7512cf3627a6858d41876ede19d35e0e27957a6896aae9ea150098327450fe7c72385aac6feff0616b3d066cd0be7e5a537bb18488c67db9f0731c30ac7918fe977b4250ffbfbeea81e1ba3b8a0305b9374f0d22453781cc5823b5faad5e50e84306381f83382fe0ed8b176a9c9ff1868cc6543e7f12b1f112adc62430fd1ba530d877a290f0d2e09eacce07ed37ec439c25",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=MOPR, CN=Microsoft Windows UEFI Driver Publisher",
+ "TBS": {
+ "MD5": "c5e24205d04c09c94d81b6935af7ec09",
+ "SHA1": "12622dccb5b07edfd65cae6fc018e24b80ff2c82",
+ "SHA256": "d6afbff1c283d7777501bd3b2adb4aadb8ce32649ee401dfbb06f884362f7507"
+ },
+ "ValidFrom": "2012-07-02 22:25:14",
+ "ValidTo": "2013-10-02 22:25:14",
+ "Version": 3
+ },
+ {
+ "IsCertificateAuthority": true,
+ "SerialNumber": "6108d3c4000000000004",
+ "Signature": "350842ff30cccef7760cad1068583529463276277cef124127421b4aaa6d813848591355f3e95834a6160b82aa5dad82da808341068fb41df203b9f31a5d1bf15090f9b3558442281c20bdb2ae5114c5c0ac9795211c90db0ffc779e95739188cabdbd52b905500ddf579ea061ed0de56d25d9400f1740c8cea34ac24daf9a121d08548fbdc7bcb92b3d492b1f32fc6a21694f9bc87e4234fc3606178b8f2040c0b39a257527cdc903a3f65dd1e736547ab950b5d312d107bfbb74dfdc1e8f80d5ed18f42f14166b2fde668cb023e5c784d8edeac13382ad564b182df1689507cdcff072f0aebbdd8685982c214c332bf00f4af06887b592553275a16a826a3ca32511a4edadd704aecbd84059a084d1954c6291221a741d8c3d470e44a6e4b09b3435b1fab653a82c81eca40571c89db8bae81b4466e447540e8e567fb39f1698b286d0683e9023b52f5e8f50858dc68d825f41a1f42e0de099d26c75e4b669b52186fa07d1f6e24dd1daad2c77531e253237c76c52729586b0f135616a19f5b23b815056a6322dfea289f94286271855a182ca5a9bf830985414a64796252fc826e441941a5c023fe596e3855b3c3e3fbb47167255e22522b1d97be703062aa3f71e9046c3000dd61989e30e352762037115a6efd027a0a0593760f83894b8e07870f8ba4c868794f6e0ae0245ee65c2b6a37e69167507929bf5a6bc598358",
+ "SignatureAlgorithmOID": "1.2.840.113549.1.1.11",
+ "Subject": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "TBS": {
+ "MD5": "1f23e75a000f0b6db92650dc26ac98e1",
+ "SHA1": "bc477f73f16f0a5ae09e8ce4745c0a79c0e9a39d",
+ "SHA256": "9589b8c95168f79243f61922faa5990de0a4866de928736fed658ea7bff1a5e2"
+ },
+ "ValidFrom": "2011-06-27 21:22:45",
+ "ValidTo": "2026-06-27 21:32:45",
+ "Version": 3
+ }
+ ],
+ "CertificatesInfo": "",
+ "Signer": [
+ {
+ "Issuer": "C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Corporation UEFI CA 2011",
+ "SerialNumber": "33000000081eb17e9c15fc837a000100000008",
+ "Version": 1
+ }
+ ],
+ "SignerInfo": ""
+ }
+ ]
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "BOOTX64.EFI"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "4e4ca92c-52eb-4289-a935-f6ec64b79e3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "326967C7FFC1B86DB8B32B0570E88A89CC1534CFCF300B98C077E473F9B18FA1"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DA9C62E148457AFB0629FAB0C2D58623F9AC35A9A95EF23388ECFE85451C60C0",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "ad6add2d-fe39-4ffb-b31d-7dffaf3ef28c",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "BB44FD8CD04ABC3B54E5CCEA97EF81E70FD3933C34288D8B86F6ECB4F3ED1FDE"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CF61636CEFDF20CF4B35382124800E047F5886952888BD41D1B8426BF34D2D29",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8.1"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "32-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "a2a7bdd7-c7bd-4195-97d5-a7b127691dfe",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "5348075329A1087EBB689FCFC775304B09C6786A523F83E7BB90E26DE0E61FF7"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "32-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "DE1CB8E571EEF26A3C4BABCEC97BA41894AE9DE7528A35BFF5FDDFF5C025CEED",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "Black Lotus Microsoft Windows 8"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\bootmgfw.efi } }",
+ "Description": "This was provided by Microsoft and revoked May-23",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "24c0575d-dfa7-4f1b-8503-e136cf8fcf3a",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "9141EA1A4E6BF1F4D72C28A1D0D124A928D5A7D36B14FC7E7E53EF442360FF99"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "bootmgfw.efi",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "B334937090AC1D2DB8FFFA7D6BB72F97FDE42712300524E2C89F0E7DCA5EF4D5",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "bootmgfw.efi"
+ ],
+ "Verified": "TRUE"
+ },
+ {
+ "Acknowledgement": {
+ "Handle": "",
+ "Person": ""
+ },
+ "Author": "Michael Haag",
+ "CVE": [
+ "CVE-2020-10713",
+ "CVE-2020-14308",
+ "CVE-2020-14309",
+ "CVE-2020-14310",
+ "CVE-2020-14311",
+ "CVE-2020-15705",
+ "CVE-2020-15706",
+ "CVE-2020-15707"
+ ],
+ "Category": "Revoked Bootloaders",
+ "Commands": {
+ "Command": "bcdedit /copy \"{current}\" /d \"TheBoots\" | {% if ($_ -match '{\\S+}') { bcdedit /set $matches[0] path \\windows\\temp\\ } }",
+ "Description": "This was provided by Unknown and revoked Jul-20",
+ "OperatingSystem": "64-bit",
+ "Privileges": "",
+ "Usecase": "Persistence"
+ },
+ "Created": "2023-05-22",
+ "Detection": [
+ {
+ "type": "",
+ "value": ""
+ }
+ ],
+ "Id": "eefbdef0-8570-4a68-9824-042e17b71f98",
+ "KnownVulnerableSamples": [
+ {
+ "Authentihash": {
+ "MD5": "",
+ "SHA1": "",
+ "SHA256": "41D1EEB177C0324E17DD6557F384E532DE0CF51A019A446B01EFB351BC259D77"
+ },
+ "Company": "",
+ "Copyright": "",
+ "Date": "",
+ "Description": "",
+ "ExportedFunctions": "",
+ "FileVersion": "",
+ "Filename": "",
+ "Imports": [
+ ""
+ ],
+ "InternalName": "",
+ "MD5": "",
+ "MachineType": "64-bit",
+ "OriginalFilename": "",
+ "PDBPath": "",
+ "Product": "",
+ "ProductVersion": "",
+ "Publisher": "",
+ "SHA1": "",
+ "SHA256": "CB9E3E372C5F707858E1DE6421C2D3407C240F9D7BC43A9B9F3BA1F6037615B9",
+ "Signature": ""
+ }
+ ],
+ "MitreID": "T1542",
+ "Resources": [
+ "https://uefi.org/revocationlistfile",
+ "https://support.microsoft.com/en-gb/topic/microsoft-guidance-for-applying-secure-boot-dbx-update-kb4575994-e3b9e4cb-a330-b3ba-a602-15083965d9ca"
+ ],
+ "Tags": [
+ "eefbdef0-8570-4a68-9824-042e17b71f98"
+ ],
+ "Verified": "TRUE"
+ }
+]
\ No newline at end of file
diff --git a/lolrmm.com/content/bootloaders/0072a990-7f8a-484c-8727-bd0912dd2ce6.md b/lolrmm.com/content/bootloaders/0072a990-7f8a-484c-8727-bd0912dd2ce6.md
new file mode 100644
index 00000000..f6756aa9
--- /dev/null
+++ b/lolrmm.com/content/bootloaders/0072a990-7f8a-484c-8727-bd0912dd2ce6.md
@@ -0,0 +1,161 @@
++++
+
+description = ""
+title = "0072a990-7f8a-484c-8727-bd0912dd2ce6"
+weight = 10
+displayTitle = "shim64-bit.efi"
++++
+
+
+{{< block "grid-1" >}}
+{{< column "mt-2 pt-1">}}
+
+
+# shim64-bit.efi ![:inline](/images/twitter_verified.png)
+
+
+### Description
+
+This was provided by HP Inc. and revoked Apr-21
+- **UUID**: 0072a990-7f8a-484c-8727-bd0912dd2ce6
+- **Created**: 2023-05-22
+- **Author**: Michael Haag
+- **Acknowledgement**: | [](https://twitter.com/)
+
+{{< button "https://github.com/magicsword-io/bootloaders/raw/main/bootloaders/.bin" "Download" >}}
+{{< tip "warning" >}}
+This download link contains the Revoked Bootloader!
+
+{{< /tip >}}
+
+### Commands
+
+```
+bcdedit /copy "{current}" /d "TheBoots" | {% if ($_ -match '{\S+}') { bcdedit /set $matches[0] path \windows\temp\shim64-bit.efi } }
+```
+
+
+| Use Case | Privileges | Operating System |
+|:---- | ---- | ---- |
+| Persistence | | 64-bit |
+
+
+
+### Detections
+
+
+{{< block "grid-3" >}}
+{{< column >}}
+#### YARA 🏹
+{{< details "Expand" >}}
+
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/yara/yara-rules_bootloaders_strict.yar" "Exact Match" >}}{{< tip >}}with header and size limitation{{< /tip >}}
+
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/yara/yara-rules_bootloaders.yar" "Threat Hunting" >}}{{< tip >}}without header and size limitation{{< /tip >}}
+
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/yara/yara-rules_bootloaders_strict_renamed.yar" "Renamed" >}}{{< tip >}}for renamed bootloader files{{< /tip >}}
+
+
+{{< /details >}}
+{{< /column >}}
+
+
+
+{{< column >}}
+
+#### Sigma 🛡️
+{{< details "Expand" >}}
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/sigma/bootloader_load_win_vuln_bootloaders_names.yml" "Names" >}}{{< tip >}}detects loading using name only{{< /tip >}}
+
+
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/sigma/bootloader_load_win_vuln_bootloaders.yml" "Hashes" >}}{{< tip >}}detects loading using hashes only{{< /tip >}}
+
+{{< /details >}}
+
+{{< /column >}}
+
+
+{{< column "mb-2" >}}
+
+#### Sysmon 🔎
+{{< details "Expand" >}}
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/sysmon/sysmon_config_vulnerable_hashes_block.xml" "Block" >}}{{< tip >}}on hashes{{< /tip >}}
+
+{{< button "https://github.com/magicsword-io/bootloaders/tree/main/detections/sysmon/sysmon_config_vulnerable_hashes.xml" "Alert" >}}{{< tip >}}on hashes{{< /tip >}}
+
+{{< /details >}}
+
+{{< /column >}}
+{{< /block >}}
+
+
+### Resources
+
+
Bummer! This page doesn't exist. back home.
+{{ $date }}
++ +
+ {{- end }} +{{ $title }} {{ partial "sprite" (dict "icon" "sort") . }} | + {{- end }} + + {{- range $dataFile }} + {{- $entry := . }} + {{- $entry_markdown := slice }} + {{- range $i := $entry }} + {{- $i_mark := $i | markdownify }} + {{- $entry_markdown = append $i_mark $entry_markdown }} + {{- end }} +
---|
{{ index $entry_markdown $index }} | + {{- end }} +
>1)+f+t+w+C.slice(T);break;default:t=C+f+t+w}return s(t)}return g=void 0===g?6:/[gprs]/.test(m)?Math.max(1,Math.min(21,g)):Math.max(0,Math.min(20,g)),w.toString=function(){return t+""},w}return{format:h,formatPrefix:function(t,e){var n=h(((t=Vs(t)).type="f",t)),r=3*Math.max(-8,Math.min(8,Math.floor($s(e)/3))),i=Math.pow(10,-r),a=ec[8+r/3];return function(t){return n(i*t)+a}}}};function rc(t){return Gs=nc(t),Xs=Gs.format,Zs=Gs.formatPrefix,Gs}rc({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});var ic=function(t){return Math.max(0,-$s(Math.abs(t)))},ac=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor($s(e)/3)))-$s(Math.abs(t)))},oc=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,$s(e)-$s(t))+1},sc=function(){return new cc};function cc(){this.reset()}cc.prototype={constructor:cc,reset:function(){this.s=this.t=0},add:function(t){lc(uc,t,this.t),lc(this,uc.s,this.s),this.s?this.t+=uc.t:this.s=uc.t},valueOf:function(){return this.s}};var uc=new cc;function lc(t,e,n){var r=t.s=e+n,i=r-e,a=r-i;t.t=e-a+(n-i)}var hc=Math.PI,fc=hc/2,dc=hc/4,pc=2*hc,yc=180/hc,gc=hc/180,vc=Math.abs,mc=Math.atan,bc=Math.atan2,_c=Math.cos,xc=Math.ceil,kc=Math.exp,wc=(Math.floor,Math.log),Ec=Math.pow,Tc=Math.sin,Cc=Math.sign||function(t){return t>0?1:t<0?-1:0},Sc=Math.sqrt,Ac=Math.tan;function Mc(t){return t>1?0:t<-1?hc:Math.acos(t)}function Oc(t){return t>1?fc:t<-1?-fc:Math.asin(t)}function Nc(t){return(t=Tc(t/2))*t}function Dc(){}function Bc(t,e){t&&Ic.hasOwnProperty(t.type)&&Ic[t.type](t,e)}var Lc={Feature:function(t,e){Bc(t.geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r=0?1:-1,i=r*n,a=_c(e=(e*=gc)/2+dc),o=Tc(e),s=Uc*o,c=zc*a+s*_c(i),u=s*r*Tc(i);Wc.add(bc(u,c)),Yc=t,zc=a,Uc=o}var Qc=function(t){return Vc.reset(),$c(t,qc),2*Vc};function Kc(t){return[bc(t[1],t[0]),Oc(t[2])]}function Jc(t){var e=t[0],n=t[1],r=_c(n);return[r*_c(e),r*Tc(e),Tc(n)]}function tu(t,e){return t[0]*e[0]+t[1]*e[1]+t[2]*e[2]}function eu(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function nu(t,e){t[0]+=e[0],t[1]+=e[1],t[2]+=e[2]}function ru(t,e){return[t[0]*e,t[1]*e,t[2]*e]}function iu(t){var e=Sc(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=e,t[1]/=e,t[2]/=e}var au,ou,su,cu,uu,lu,hu,fu,du,pu,yu=sc(),gu={point:vu,lineStart:bu,lineEnd:_u,polygonStart:function(){gu.point=xu,gu.lineStart=ku,gu.lineEnd=wu,yu.reset(),qc.polygonStart()},polygonEnd:function(){qc.polygonEnd(),gu.point=vu,gu.lineStart=bu,gu.lineEnd=_u,Wc<0?(au=-(su=180),ou=-(cu=90)):yu>1e-6?cu=90:yu<-1e-6&&(ou=-90),pu[0]=au,pu[1]=su},sphere:function(){au=-(su=180),ou=-(cu=90)}};function vu(t,e){du.push(pu=[au=t,su=t]),e >>1;u[y]cu&&(cu=e)),u?t0?r=S(s=Math.floor(s/r)*r,c=Math.ceil(c/r)*r,n):r<0&&(r=S(s=Math.ceil(s*r)/r,c=Math.floor(c*r)/r,n)),r>0?(i[a]=Math.floor(s/r)*r,i[o]=Math.ceil(c/r)*r,e(i)):r<0&&(i[a]=Math.ceil(s*r)/r,i[o]=Math.floor(c*r)/r,e(i)),t},t}function sy(){var t=iy(Qp,Qp);return t.copy=function(){return ny(t,sy())},jp.apply(t,arguments),oy(t)}function cy(t){var e;function n(t){return isNaN(t=+t)?e:t}return n.invert=n,n.domain=n.range=function(e){return arguments.length?(t=Up.call(e,Xp),n):t.slice()},n.unknown=function(t){return arguments.length?(e=t,n):e},n.copy=function(){return cy(t).unknown(e)},t=arguments.length?Up.call(t,Xp):[0,1],oy(n)}var uy=function(t,e){var n,r=0,i=(t=t.slice()).length-1,a=t[r],o=t[i];return o0){for(;fc)break;y.push(h)}}else y=C(f,d,Math.min(d-f,p)).map(n);return r?y.reverse():y},r.tickFormat=function(t,i){if(null==i&&(i=10===a?".0e":","),"function"!=typeof i&&(i=Xs(i)),t===1/0)return i;null==t&&(t=10);var o=Math.max(1,a*t/r.ticks().length);return function(t){var r=t/n(Math.round(e(t)));return r*a=c)return-1;if(37===(i=e.charCodeAt(o++))){if(i=e.charAt(o++),!(a=x[i in qg?e.charAt(o++):i])||(r=a(t,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return(b.x=k(n,b),b.X=k(r,b),b.c=k(e,b),_.x=k(n,_),_.X=k(r,_),_.c=k(e,_),{format:function(t){var e=k(t+="",b);return e.toString=function(){return t},e},parse:function(t){var e=w(t+="",!1);return e.toString=function(){return t},e},utcFormat:function(t){var e=k(t+="",_);return e.toString=function(){return t},e},utcParse:function(t){var e=w(t+="",!0);return e.toString=function(){return t},e}})}var zg,Ug,$g,Wg,Vg,qg={"-":"",_:" ",0:"0"},Hg=/^\s*\d+/,Gg=/^%/,Xg=/[\\^$*+?|[\]().{}]/g;function Zg(t,e,n){var r=t<0?"-":"",i=(r?-t:t)+"",a=i.length;return r+(ah&&A.push("'"+this.terminals_[T]+"'");O=p.showPosition?"Parse error on line "+(c+1)+":\n"+p.showPosition()+"\nExpecting "+A.join(", ")+", got '"+(this.terminals_[_]||_)+"'":"Parse error on line "+(c+1)+": Unexpected "+(_==f?"end of input":"'"+(this.terminals_[_]||_)+"'"),this.parseError(O,{text:p.match,token:this.terminals_[_]||_,line:p.yylineno,loc:v,expected:A})}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+k+", token: "+_);switch(w[0]){case 1:n.push(_),i.push(p.yytext),a.push(p.yylloc),n.push(w[1]),_=null,x?(_=x,x=null):(u=p.yyleng,s=p.yytext,c=p.yylineno,v=p.yylloc,l>0&&l--);break;case 2:if(C=this.productions_[w[1]][1],M.$=i[i.length-C],M._$={first_line:a[a.length-(C||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(C||1)].first_column,last_column:a[a.length-1].last_column},m&&(M._$.range=[a[a.length-(C||1)].range[0],a[a.length-1].range[1]]),void 0!==(E=this.performAction.apply(M,[s,u,c,y.yy,w[1],i,a].concat(d))))return E;C&&(n=n.slice(0,-1*C*2),i=i.slice(0,-1*C),a=a.slice(0,-1*C)),n.push(this.productions_[w[1]][0]),i.push(M.$),a.push(M._$),S=o[n[n.length-2]][n[n.length-1]],n.push(S);break;case 3:return!0}}return!0}},M={EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),(r=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;var t,e,n,r;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a