Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add known malicious data into soc-faker #7

Open
joshswimlane opened this issue Jul 22, 2020 · 0 comments
Open

Ability to add known malicious data into soc-faker #7

joshswimlane opened this issue Jul 22, 2020 · 0 comments

Comments

@joshswimlane
Copy link
Contributor

As a user of soc-faker I would like to provide a list or pool of data that I want soc-faker to use when selecting random data so that I can trigger integrations or workflows when a malicious ip, hash, etc. is identified.

Example or original thought idea was the ability to provide a Pool object with specified names of keys and list values to use.

from socfaker import SocFaker, Pool

pool = Pool(
    'md5': [],
    'ipv4': [],
    # etc.
)

sc = SocFaker(pool=pool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant