cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
0
Helpful
1
Replies

Detect baseStriker on Cisco ESA

beVa
Level 1
Level 1

Hi all,

is Cisco ESA able to detect baseStriker emails? Our tests failed and we are not sure how we should detect emails like this.

Thank you for your help

1 Reply 1

Dustin Anderson
VIP Alumni
VIP Alumni

I would think you could make some custom filters based off what it looks like.

https://www.w3schools.com/tags/tag_base.asp 

 

Since it says it is usually href or target, you could look for these in the message body.

<base

For less false positives, you could use these.

<base href=
<base target=

 

Seems like any use of the base trick uses one of those 2 code.