We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The event id 716038 of Cisco ASA has the following format:
%ASA-6-716038: Group User [email protected] IP <xxx.xxx.xxx.xxx> Authentication: successful, Session Type: WebVPN.
So I suggest to change the parsing of this line:
Azure-Sentinel/Parsers/ASimAuthentication/Parsers/ASimAuthenticationCiscoASA.yaml
Line 176 in 34b6334
| parse Message with * 'User <' TargetUsername '> IP <' SrcIpAddr '> Authentication'*
in order to trim the angle brackets from the relevant fields.
Regards, Christos
The text was updated successfully, but these errors were encountered:
@cgiamp The example you shared:
and suggested following change:
I see angle bracket only around IP Address and not around user. I think we just need to add angle bracket for IP Address. Can you confirm?
Sorry, something went wrong.
Hi @vakohl,
Based on the events that I am seeing on our ASA firewall both information (User and IP) are included into angle brackets.
Sorry but I cannot share the events here.
Regards, Christos Giampoulakis | Threat Detection Engineer
ASIM - @vakohl
vakohl
v-rusraut
v-sudkharat
No branches or pull requests
Hello,
The event id 716038 of Cisco ASA has the following format:
So I suggest to change the parsing of this line:
Azure-Sentinel/Parsers/ASimAuthentication/Parsers/ASimAuthenticationCiscoASA.yaml
Line 176 in 34b6334
to:
in order to trim the angle brackets from the relevant fields.
Regards,
Christos
The text was updated successfully, but these errors were encountered: