li-zhenyuan / Knowledge-enhanced-Attack-Graph

AttacKG: Constructing Knowledge-enhanced Attack Graphs from Cyber Threat Intelligence Reports
MIT License
139 stars 38 forks source link

the pdf of generating attack graph for CTI report is null #11

Closed stwater20 closed 1 year ago

stwater20 commented 1 year ago

The pdf result of running the following line of code is empty... What is the problem? python main.py -M attackGraphGeneration -R "./Dataset/Evaluation/Frankenstein Campaign.txt" -O ./output.pdf

image

Thank you very much for your help

li-zhenyuan commented 1 year ago

It is not null. You should zoom in for details. Currently, the graph is not strongly connected. You can ajust the parameter in code to make them connected or use the archived version.

stwater20 commented 1 year ago

Real... I fell asleep

Thanks for your reply