Use xmlattr lookup commands to apply policy to network events originating from specific URLs.
Syntax
To detect network events originating from specific URLs, the syntax is:
xmlattr WHERE apm/event/file/url <stringoperator> <URLs>
Where:
<stringoperator> determines that the specified URLs must be present. Example values include 'is', 'is any', 'contains', and 'contains any'. See the reference below for full details.
<URLs> specifies the URLs you want to detect.
Examples
xmlattr WHERE apm/event/file/url contains any {"domain.co.uk", "domain.net"}
xmlattr WHERE apm/event/file/url is any {"http://www.domain.*", "http://login.domain.*", "http://mail.domain.*"}
Copyright © 2014 CA.
All rights reserved.
|
|