Actions
Feature #2054
closedExtracting HTTPS URL´s from SMTP, currently only HTTP is supported
Effort:
medium
Difficulty:
medium
Label:
Description
Hello :)
We are looking for extracting HTTPS URL´s from SMTP. Currently, only HTTP is supported
Can you please add this?
Updated by Andreas Herz over 7 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Updated by Drew G about 7 years ago
Ideally, it would be great if this had some granularity that was configurable. Something like:
#Default (same result as current code)
extract-urls: yes
extract-urls-schemes: [http]
log-url-scheme: no
eve.json ->
...,"url":["suricata-ids.org"],...
#Proposed Feature
extract-urls: yes
extract-urls-schemes: [http, https, ftp, mailto]
log-url-scheme: yes
eve.json ->
...,"url":["http:\/\/suricata-ids.org","https:\/\/suricata-ids.org"],...
Updated by Victor Julien about 7 years ago
- Assignee changed from OISF Dev to Anonymous
I like the idea. Happy to take a pull request.
Updated by Victor Julien over 6 years ago
- Effort set to medium
- Difficulty set to medium
Updated by Victor Julien almost 6 years ago
- Has duplicate Feature #2724: extract-urls in email mime decoder increasingly obsolete added
Updated by Aaron Bungay over 4 years ago
Updated by Victor Julien over 4 years ago
- Status changed from New to In Review
- Assignee changed from Community Ticket to Aaron Bungay
- Target version changed from TBD to 6.0.0beta1
Updated by Victor Julien about 4 years ago
- Target version changed from 6.0.0beta1 to 7.0.0-beta1
Updated by Victor Julien over 2 years ago
- Status changed from In Review to Closed
Actions