Skip to content
#

threat-intelligence

Here are 446 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
testtest123333
testtest123333 commented Mar 27, 2022

Describe the bug

Extension context menu displays an invalid link on the first try.

Steps to reproduce

  • select and right-click on a link on a page, and the extension selects the current page URL from the address bar instead of extracting the link from the selected text;
  • select one link, de-select, select and right-click another link, and the extension menu will show the
bug help wanted good first issue
1
antonmalae
antonmalae commented Nov 15, 2018

I think that you are doing a very necessary system and your idea is cool, but at the moment it has a lot of bugs. From what I noticed, the assets do not understand the ascii characters and the system crashes. In addition, I did not find a description of the API, I would like to integrate your system into TheHive, or rather make it possible to view information about an asset in TheHive. I believe t

good first issue

Improve this page

Add a description, image, and links to the threat-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 threat-intelligence topic, visit your repo's landing page and select "manage topics."

Learn more