Skip to content
#

threat

Here are 100 public repositories matching this topic...

wagner-certat
wagner-certat commented Jun 11, 2021

https://intelmq.readthedocs.io/en/latest/user/bots.html#filter

Currently the docs say:

filter_regex - attribute determines if the filter_value shall be treated as regular expression or not.
If this attribute is not empty, the bot uses python’s “search” function to evaluate the filter.

It is not clear from this text, that the "search" function is re.search and what it implies (as

colesmj
colesmj commented Oct 21, 2018

"AA03": { "description": "Weakness in SSO Authorization", "source": (Process, Element), "target": (Process, Server), "condition": "target.implementsAuthenticationScheme is False", },

What if the Process implements BasicAuth or uses mutual TLS (neither of which is SSO)?
If the Process uses SAML or OAuth, then maybe.
Maybe authenticationScheme as a string var is neces

Improve this page

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

Learn more