cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2698
Views
20
Helpful
6
Replies

Filter/drop bogus identity requests

mykys
Frequent Visitor
Frequent Visitor

Hi all,

 

Weird one. Our system receives a lot of requests from bogus identities (looks like broken script):

 

identity.PNG

 

While we are investigating this, is there an easy way to create a filter or something to drop silently requests from those usernames? 

It generates ~3M of failure requests a day and floods our live logs.

 

Thanks,

Myky

1 Accepted Solution

Accepted Solutions

Yes, it's just supressing the log entry afaik.

Best off finding the source and disabling the script.

View solution in original post

6 Replies 6

Hi @mykys 

Perhaps try using a collection filter to match the identity being sent

Naviagate to Adminstration > System > Logging > Collection Filter

mykys
Frequent Visitor
Frequent Visitor

Hey @Rob Ingram 

 

Thanks. 

 

Was not aware of that functionality. 

I need to check the admin guide. What is does (high-level overview)? 

 

Thanks,

Myky

 

 

It would filter the identity/username specified from the logs.

mykys
Frequent Visitor
Frequent Visitor

Will the request still be processed by ISE (CPU hit)? 

Yes, it's just supressing the log entry afaik.

Best off finding the source and disabling the script.

mykys
Frequent Visitor
Frequent Visitor

Cool, thanks @Rob Ingram