diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-11 12:48:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 12:48:50 +0100 |
commit | adf8982d8ec8a1f84bdf48b0129f5fccbb12e51b (patch) | |
tree | 228d72dfcb917f90e544eb42326ece865179de44 /example | |
parent | 59d476195cb3ac5cf6bd139f43698c3cdc1a8b7a (diff) |
fuzz: extend fuzzing coverage (#2205)
Diffstat (limited to 'example')
-rw-r--r-- | example/sha1_fingerprints.csv | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/sha1_fingerprints.csv b/example/sha1_fingerprints.csv index 0df111cf8..4d2be4e2b 100644 --- a/example/sha1_fingerprints.csv +++ b/example/sha1_fingerprints.csv @@ -7,6 +7,8 @@ ################################################################ # # Listingdate,SHA1,Listingreason +#The first entry (and only the first one) is fake. It is used to trigger the risk in the tests +1970-01-01 00:00:00,0DDB34F875632C7E1EC09D75827F82D2336DFEB6, Fake 2022-07-02 07:02:11,3784422d67a6ae0c82d60eeaf3850960a9896cb2,AsyncRAT C&C 2022-07-01 18:28:10,a0d78b3ddb27cd4f110a0292cab800beadaf9bd2,AsyncRAT C&C 2022-07-01 09:44:14,4c319ec8b5a66a256a0137d70cd0f9a76bb23fd7,AsyncRAT C&C @@ -4878,4 +4880,4 @@ 2014-05-04 08:10:31,86d6aade4ba1414a91b1e7fb3cdd7d503692f410,Shylock C&C 2014-05-04 08:10:26,5afc236d1dd00c9c45457b75226b501b815a59c7,Shylock C&C 2014-05-04 08:09:56,b08a4939fb88f375a2757eaddc47b1fb8b554439,Shylock C&C -# END (4871) entries
\ No newline at end of file +# END (4871) entries |