Created
January 23, 2025 14:13
-
-
Save k4nfr3/9808709a83b9a56376ba92c332205ef0 to your computer and use it in GitHub Desktop.
RPC Filter against Coercer (petitPotam)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh | |
rpc filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=12345678–1234-ABCD-EF00–0123456789AB | |
add filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=c681d488-d850–11d0–8c52–00c04fd90f7e | |
add filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=df1941c5-fe89–4e79-bf10–463657acf44d | |
add filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=4fc742e0–4a10–11cf-8273–00aa004ae673 | |
add filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=a8e0653c-2744–4389-a61d-7373df8b2292 | |
add filter | |
quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment