Skip to main content

Hi All,

Please help me in rectifying this issue, I tried to add an HTML widget via a playbook (VIEW). But this didn't work as expected. 

The below code is defining the HTML widget.

<!DOCTYPE html>
<html>

<body>
<pre>
<code>
[Get Rule Details.JsonResult| "ruleText"]
<code>
</pre>

</body>
</html>

Output:

Reference: https://medium.com/@thatsiemguy/creating-a-yara-l-html-widget-in-chronicle-soar-b81417c08be4

 

This was because I gave the condition wrong in the code section (<code></code>). Now it is fixed


Reply