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

New module: base64-dns #20

Open
chrisforce1 opened this issue May 4, 2020 · 1 comment
Open

New module: base64-dns #20

chrisforce1 opened this issue May 4, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chrisforce1
Copy link
Contributor

As per https://github.com/krmaxwell/dns-exfiltration we should synthesize Base64 encoding and exfiltration of data to hostnames under base64.alphasoc.xyz, as below:

  1. Generate a long random binary value from /dev/random or similar
  2. Chop the value into pieces and encode each with Base64
  3. Ship each piece out over DNS (e.g. AAAAAAAAAAAxMjM0NTY3OA==.base64.alphasoc.xyz)

Module description for the table in the documentation as below.

Module Description
base64-dns Exfiltrates Base64-encoded data over DNS to *.base64.alphasoc.xyz

We should probably rename sandbox.alphasoc.xyz to tunnel.alphasoc.xyz too. Thoughts?

@chrisforce1 chrisforce1 added the enhancement New feature or request label May 4, 2020
@chrisforce1
Copy link
Contributor Author

This is a lower priority as it is blocked by https://github.com/alphasoc/riswiz/issues/321.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants