[Verifying my cryptographic key:openpgp4fpr:0AEEFEC5EEEE4DD70B2AC7B1AC48C52A1935AD22]
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
### Keybase proof | |
I hereby claim: | |
* I am nebriv on github. | |
* I am nebriv (https://keybase.io/nebriv) on keybase. | |
* I have a public key whose fingerprint is D0EF 65AE 7852 8649 24F3 6F8B 5372 | |
D99C FFE5 37BD | |
To claim this, I am signing this object: |
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
#!/bin/bash | |
# Copyright 2014-2022 Security Onion Solutions, LLC | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
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
#!/bin/bash | |
# Copyright 2014-2022 Security Onion Solutions, LLC | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
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
{%- set INTERFACE = salt['pillar.get']('sensor:interface', 'bond0') %} | |
{%- set DISKFREEPERCENTAGE = salt['pillar.get']('steno:diskfreepercentage', 10) %} | |
{%- set MAXFILES = salt['pillar.get']('steno:maxfiles', 30000) %} | |
{%- set BLOCKS = salt['pillar.get']('steno:blocks', 2048) %} | |
{%- set FILEMB = salt['pillar.get']('steno:filemb', 4096) %} | |
{%- set AIOPS = salt['pillar.get']('steno:aiops', 128) %} | |
{%- set THREADS = salt['pillar.get']('steno:threads', 1) %} | |
{ | |
"Threads": [ | |
{ "PacketsDirectory": "/nsm/pcap", "IndexDirectory": "/nsm/pcapindex", "MaxDirectoryFiles": {{ MAXFILES }}, "DiskFreePercentage": {{ DISKFREEPERCENTAGE }} } |
Decompiled DLL with ILSpy to identify various commands.
Most commands can be found in DDM2._0_UX.CmdBackground.cmdService_DoWork
Write commands can be prefixed with int:command to specify which monitor to send the command to.
.\DDM.exe /0:writebrightnesslevel 50