Skip to content
Discussion options

You must be logged in to vote

Hey, I managed to build a BPF just for this. If you give me a few days I can bring it off my airgap for you. It goes in capture's BPF section. Can include that as well.
Edit: my exceptional colleague just reminded me that he pulled it down already. So, stick this in your global pillar:

steno:
  bpf:
    - 'not((((tcp[((tcp[12] & 0xf0) >> 2)] = 0x14) || (tcp[((tcp[12] & 0xf0) >> 2)] = 0x15) || (tcp[((tcp[12] & 0xf0) >> 2)] = 0x16) || (tcp[((tcp[12] & 0xf0) >> 2)] = 0x17)) && (tcp[((tcp[12] & 0xf0) >> 2)+1] = 0x03)) || (((tcp[((tcp[12] & 0xf0) >> 2)] < 0x14) || (tcp[((tcp[12] & 0xf0) >> 2)] > 0x18)) && (tcp[((tcp[12] & 0xf0) >> 2)+3] = 0x00) && (tcp[((tcp[12] & 0xf0) >> 2)+4] < 0x08)) || (p…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@EbolaWare
Comment options

@zrav
Comment options

@EbolaWare
Comment options

@Jaap79
Comment options

@craigsmooth
Comment options

Answer selected by zrav
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants