Dns tunneling contact #2032
Merged
Dns tunneling contact #2032
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2032 +/- ##
==========================================
+ Coverage 61.74% 63.80% +2.05%
==========================================
Files 60 61 +1
Lines 4240 4633 +393
==========================================
+ Hits 2618 2956 +338
- Misses 1622 1677 +55
Continue to review full report at Codecov.
|
Dns tunneling fixes Fixing issues and removing unnecessary debug output Adding dummy AAAA record response Adding dns contact settings to default config file Initial test for dns contact testing fixtures Starting with simple tests for now Removing some heavy debug lines Style fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


Description
Initial framework for DNS tunneling C2 contact mechanism. Supporting agents will communicate with the C2 by requesting A and TXT records. hex-encoded data is transmitted to the server using qname labels, and data is downloaded via TXT record responses.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Ran a sandcat DNS tunneling agent on Linux and Windows. Tested running various abilities, including abilities that sent output back to the C2 and abilities that required payloads. Will add official tests shortly.
Checklist:
The text was updated successfully, but these errors were encountered: