6nz/virustotal-vm-blacklist ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Python tool that keeps a big blacklist of machine fingerprints and tells me if a computer looks like a virtual machine or scanner machine.

I want it to read the text lists in this repo, like PC names, usernames, disk serials, BIOS and baseboard values, HWID, machine GUID, MAC and IP addresses, GPU info, processes, and services. Then it should compare a machine against those lists and print a clear result showing what matched.

Make it easy to run from the command line, and also easy to update the lists by dropping in new text files. If you can, add a simple way to search the lists, check a single fingerprint value, and export a report of matches. Keep it clean, straightforward, and fully automated. If you need to look up current Python docs or best practices online, go ahead.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab