You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fromsocfakerimportSocFaker, Poolpool=Pool(
'md5': [],
'ipv4': [],
# etc.
)
sc=SocFaker(pool=pool)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: