Arcsight_Logger _User

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-09
08:52
3648 views
Hi,
Would like to ask a question: How do we search for IP addresses in Arcsight Logger?
i.e. deviceProduct = ASA and sourceAddress contains x.x.x.x/20
which would find any source addresses in the /20 range.
Thanks!
Kevin
1 Solution
Accepted Solutions


Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-09
10:10
Hi Kevin,
Use the "INSUBNET" operator.
i.e. deviceProduct = ASA and sourceAddress insubnet "x.x.x.x/20"
Regards,
Varun P G
2 Replies


Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-09
10:10
Hi Kevin,
Use the "INSUBNET" operator.
i.e. deviceProduct = ASA and sourceAddress insubnet "x.x.x.x/20"
Regards,
Varun P G
Arcsight_Logger _User

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-17
03:04
Hi Varun,
It works perfectly. Thanks for the kind advice!
Regards,
Kevin