-
Notifications
You must be signed in to change notification settings - Fork 431
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
Conversation
client.registered_domain destination.registered_domain server.registered_domain source.registered_domain url.registered_domain
There was a problem hiding this 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
735345b
to
26d9aa4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
@mbudge Thanks for the changes! Only thing left is |
Changed url.domain back to extended
a44e9b6
to
1306a96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you :-)
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.