Skip to content
New issue

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

Cisco Asa ASim Authentication parsing fix #10853

Open
cgiamp opened this issue Jul 22, 2024 · 3 comments
Open

Cisco Asa ASim Authentication parsing fix #10853

cgiamp opened this issue Jul 22, 2024 · 3 comments
Assignees
Labels

Comments

@cgiamp
Copy link

cgiamp commented Jul 22, 2024

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:

| parse Message with * 'User ' TargetUsername ' IP ' SrcIpAddr ' Authentication'*

to:

| parse Message with * 'User <' TargetUsername '> IP <' SrcIpAddr '> Authentication'*

in order to trim the angle brackets from the relevant fields.

Regards,
Christos

@vakohl
Copy link
Contributor

vakohl commented Oct 15, 2024

@cgiamp
The example you shared:

%ASA-6-716038: Group User [email protected] IP <xxx.xxx.xxx.xxx> Authentication: successful, Session Type: WebVPN.

and suggested following change:

| parse Message with * 'User <' TargetUsername '> IP <' SrcIpAddr '> Authentication'*

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?

@cgiamp
Copy link
Author

cgiamp commented Oct 15, 2024

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

@v-sudkharat
Copy link
Contributor

ASIM - @vakohl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants