Skip to content
#

intelligence

Here are 275 public repositories matching this topic...

zbyshak
zbyshak commented Nov 9, 2020

Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161

case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
this causes inserting both source and destinati

T: enhancement good first issue
ghost
ghost commented Sep 2, 2021

the file output bot supports message_with_type, but the docs don't mention it.

All output bots using OutputBot.export_event support the same parameters, the docs could have a section on those and then these bots' docs just refer to the section

bug help wanted documentation good first issue
myungjoo
myungjoo commented Apr 2, 2022

We can get the code from https://twitter.com/rafaelcaricio/status/1509856495927808038?cxt=HBwWzMC-2fiei_QpAAAA&cn=ZmxleGlibGVfcmVjcw%3D%3D&refsrc=email and write a few subplugins that can provide an example pipeline with nnstreamer in the form of

... ! tensor_converter ! tensor_filter fw=custom ${some pre-proc code from vosk} ! tensor_filter ${NN model} ! tensor_decoder ${some post-proc
good first issue backlog
DaProfiler

DaProfiler is an OSINT tool allowing you to collect certain information about yourself in order to rectify by rgpd requests the traces you may have left on the net. DaProfiler is indeed able to recover: Addresses, Social media accounts, e-mail addresses, mobile / landline number, jobs. On a specified subject in a limited time. DaProfiler is designed for Educational Purposes only, We accept no responsibility for the use you make of it.

  • Updated Jun 25, 2022
  • Python
kparichay
kparichay commented Dec 20, 2021

Gradients currently use initializer::ZEROS which initializes the gradient for the first iteration.
However, gradients are not initialized to zero for the next iterations and the layer is expected to initialize the gradients to zero if expected.

To maintain this consistency, gradients should be initialized for initializer::NONE.

good first issue

Improve this page

Add a description, image, and links to the intelligence topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intelligence topic, visit your repo's landing page and select "manage topics."

Learn more