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

Added registered_domain to client, server, source, destination, url #533

Merged
merged 4 commits into from
Aug 30, 2019

Conversation

mbudge
Copy link
Contributor

@mbudge mbudge commented Aug 28, 2019

I've added the following fields so users can find connections to the top level registered domain, even if there is a subdomain.

Currently uses have to add a custom keyword field if they want to search malware.com and also find connections to foo.malware.com.

client.registered_domain
destination.registered_domain
server.registered_domain
source.registered_domain
url.registered_domain

The registered_domain field conforms with the existing dns.registered_domain field.

client.registered_domain
destination.registered_domain
server.registered_domain
source.registered_domain
url.registered_domain
Copy link
Contributor

@MikePaquette MikePaquette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question about destination.domain level change.

Set to to extended by mistake.
Changes domain back to core
@mbudge mbudge force-pushed the registered_domain branch from 735345b to 26d9aa4 Compare August 28, 2019 13:21
Copy link
Contributor

@MikePaquette MikePaquette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Contributor

@webmat webmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great. Thanks for submitting this, @mbudge :-)

Left a few comments on things to adjust, and we'll be good to merge.

schemas/url.yml Outdated
@@ -44,7 +44,7 @@
example: https

- name: domain
level: extended
level: core
Copy link
Contributor

@webmat webmat Aug 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole url field set is extended; url.domain should remain extended.

@webmat
Copy link
Contributor

webmat commented Aug 30, 2019

@mbudge Thanks for the changes! Only thing left is url.domain, please set it back to "extended"

Changed url.domain back to extended
@mbudge mbudge force-pushed the registered_domain branch from a44e9b6 to 1306a96 Compare August 30, 2019 20:46
Copy link
Contributor

@webmat webmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thank you :-)

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

Successfully merging this pull request may close these issues.

3 participants