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

Add Attack Reference JSON to Kubehound directory #151

Open
hassanalawie opened this issue Dec 12, 2023 · 2 comments
Open

Add Attack Reference JSON to Kubehound directory #151

hassanalawie opened this issue Dec 12, 2023 · 2 comments

Comments

@hassanalawie
Copy link

It would be nice to include a JSON in the ./kubehound directory with the contents on https://kubehound.io/reference/attacks/.
Something along the lines of
[{ 'IDENTITY_ASSUME':{ 'Description':'', 'Details':'', 'Prerequisites':'' } }, {'ATTACK_2':{ 'Description':'', 'Details':'', 'Prerequisites':''}} ]

@edznux-dd
Copy link
Contributor

👋
To make sure I understand, you would like us to convert the .md files here into JSON file?
The file are currently following a fairly standardized format if that can be a workaround for now.

Do you have a specific use case in mind? To make sure we can cover it if we do that :)

@hassanalawie
Copy link
Author

👋 To make sure I understand, you would like us to convert the .md files here into JSON file? The file are currently following a fairly standardized format if that can be a workaround for now.

Do you have a specific use case in mind? To make sure we can cover it if we do that :)

Hey!
I actually already made the JSON for myself but if you feel it might be useful for others I'd be glad to share it.
I am looking to feed some Kubehound generated data into an LLM and in order to get a valuable response, I typically need to include information from the attack reference. In order to scale this, I only send information from relevant attack paths to my Kubehound data instead of sending all the information.

Let me know :)

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

2 participants