You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2022. It is now read-only.
Currently, the WhoIsAnalyzer works with F_URL and F_FQDN observable types.
Wondering if this would be better for the whois analysis module:
Remove the F_URL observable from whois module
Rely on analysis modules to extract the domain from an F_URL observable and submit it as an F_FQDN observable.
WhoIsAnalyzer would then run on the F_FQDN observable only. This should keep ACE from performing whois analysis on the URL AND the FQDN if the domain is ever stripped and submitted separately from F_URL analysis in the future.
Running whois analysis twice is not a big performance hit... so it may not be worth the time. Thoughts?