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

improve fqdn extraction from response body using parsers #1773

Open
tarunKoyalwar opened this issue Jun 22, 2024 · 0 comments
Open

improve fqdn extraction from response body using parsers #1773

tarunKoyalwar opened this issue Jun 22, 2024 · 0 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@tarunKoyalwar
Copy link
Member

Please describe your feature request:

  • currently we use regex to extract potential domains and then apply some heuristic rules
  • this can furthur be improved by using actual parsers
  • parsers allow us to filter out and locate contexts and then extract fqdns from those places ( ex: src , href attributes of html , strings literals of javscript etc)

Describe the use case of this feature:

  • reduced FP and FN
@tarunKoyalwar tarunKoyalwar added the Type: Enhancement Most issues will probably ask for additions or changes. label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

1 participant