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

how to get the benign or attack files of the cadets #2

Open
lingerlingerling opened this issue Mar 6, 2022 · 3 comments
Open

how to get the benign or attack files of the cadets #2

lingerlingerling opened this issue Mar 6, 2022 · 3 comments

Comments

@lingerlingerling
Copy link

In Makefile

number=0 ; while [ $$number -le 8 ] ; do
cd ../../../data/cadets-e3/benign && mkdir cadets-e3-benign-$$number && tar zxvf cadets-e3-benign-$$number.gz.tar -C cadets-e3-benign-$$number && mv cadets-e3-benign-$$number/cadets-e3-benign.txt.* ../edgelists_benign ;
cd ../../../data/cadets-e3/benign && rm -f cadets-e3-benign-$$number.gz.tar && rm -rf cadets-e3-benign-$$number ;
number=expr $$number + 1 ;
done

How to get benign or attack files of the cadets(e.g. cadets-e3-benign-0.gz.tar)?

@C0ldstudy
Copy link

Same question here! Any possible solution?

@Win7ery
Copy link

Win7ery commented Jun 2, 2024

I have the same problem. How does Unicorn solve the data in the Darpa data set?

您好,我遇到了同样的问题,Unicorn如何解决Darpa数据集中的数据呢?

@lingerlingerling
Copy link
Author

Here's a link to get some ideas on how to work with the data:
https://github.com/crimson-unicorn/parsers/tree/master/cdm

First, the tojson in the Makefile guides how to convert a bin file into a json file.
convert.py can then instruct you how to process the json file.

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

3 participants