aosei37 / Group1F-Ctrl-Alt-Elite

HACS200 (Applied Cybersecurity Foundations II) Honeypot Project
1 stars 0 forks source link

(OLD) Data Generation for Honeypot #8

Closed aosei37 closed 3 years ago

aosei37 commented 3 years ago

This issue describes the process of generating the data for the honeypot

aosei37 commented 3 years ago

There were two parts for the data generation:

  1. Populating an array of json files that each contained information needed for the files and database containers
  2. From the information creating fake invoices (files) and csv files containing records (database)
aosei37 commented 3 years ago

Populating Information for Files Container

Using Python's Faker library, the items generated for each customer invoice were:

From the listed information, fake customer invoices were created for each "customer" with the business name (Katra Inc) and the corresponding info

Populating Information for Database Container

With Python's Faker Library, the items generated for the database:

From the Lists information, fake csv records were generated totaling 1000 entries spread across 5 files

aosei37 commented 3 years ago

All created directories were made in the /home directory of each container to place the generated files