This message was deleted.
# neuvector-security
a
This message was deleted.
q
•Create the sensors you want (or use a built-in one), • apply relevant sensor(s) to a group with relevant workloads, •have that group in monitor mode.
d
Copy code
for example I have a url <http://app-dev.contoso.com.br/login|app-dev.contoso.com.br/login> , how would I put this in delp waf or another place to monitor
q
What are you monitoring for?
Also
Copy code
why the code blocks?
😄
d
Copy code
I want to monitor system login url this url and as if trying to login the system.
q
If you are just looking to log for logins to an app, I’d imagine that the app’s logging is the place to do that.
d
Copy code
but wouldn't it be possible to create a rule for such a url?
q
If you wanted to a regex to see if somebody was specifically hitting a given URL, I suppose that is possible.
d
Copy code
it could be regex, where do I create it and how do I create it
q