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

Notxt dns #1284

Merged
merged 40 commits into from
Aug 8, 2023
Merged

Notxt dns #1284

merged 40 commits into from
Aug 8, 2023

Conversation

rwincey
Copy link
Contributor

@rwincey rwincey commented Jun 7, 2023

Added advanced option to DNS payload to not use TXT records

  • Added ability to use AAAA DNS records instead of TXT records for comms given the prevalence of defensive signatures on DNS TXT records
  • Added caching table that maps that most recent msgId for a DNS session from the task queue for situations where a custom DNS caching server/resolver is in use that sends multiple identical requests for the same message id in parallel. (Experienced this mid-operation)
  • Added code to send clear messages after a data transfer from the server to ensure replays do not happen in DNS sessions

@rwincey rwincey requested a review from a team as a code owner June 7, 2023 14:21
@moloch-- moloch-- self-assigned this Jun 8, 2023
@rwincey
Copy link
Contributor Author

rwincey commented Jul 28, 2023

Curious what the hold up is on this merge into master?

@rkervella
Copy link
Member

Curious what the hold up is on this merge into master?

Availability to review and test the code. We're busy that's all.

@moloch--
Copy link
Member

moloch-- commented Aug 3, 2023

My apologies @rwincey I was out on vacation for several weeks, and then got covid lol

@moloch-- moloch-- merged commit d048427 into BishopFox:master Aug 8, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants