The Wayback Machine - https://web.archive.org/web/20220417222608/https://github.com/topics/intelligence
Skip to content
#

intelligence

Here are 265 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
wagner-certat
wagner-certat 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 allows you to get emails, social medias, adresses, works and more on your target using web scraping and google dorking techniques, based in France Only. The particularity of this program is its ability to find your target's e-mail adresses.

  • Updated Dec 22, 2021
  • 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