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

New Analyzer: Investigate #309

Closed
yasty opened this issue Jul 20, 2018 · 3 comments
Closed

New Analyzer: Investigate #309

yasty opened this issue Jul 20, 2018 · 3 comments
Assignees
Labels
scope:analyzer Issue is analyzer related status:pr-submitted
Milestone

Comments

@yasty
Copy link

yasty commented Jul 20, 2018

Request Type

Analyzer

Work Environment

N/A

Description

Hey guys, I work on Cisco Umbrella's security research team. I've written an analyzer for our Investigate service to check the security and content categorizations for domains and FQDNs, and to lookup sample hashes in our ThreatGrid database.

@yasty
Copy link
Author

yasty commented Jul 20, 2018

PR: #310

@garanews
Copy link
Contributor

garanews commented Aug 31, 2018

Hello,
we were working on the same functionality without using the investigate library.
Do you consider your PR a "work in progress" where in the future you will add the search for IP and or will expand the search capabilities? For example about the domains search we are doing more than 1 query:

domain_score = self._session.get('%s/domains/score/%s' % (self.url, data))
domain_risk_score = self._session.get('%s/domains/risk-score/%s' % (self.url, data))
domain_samples = self._session.get('%s/samples/%s' % (self.url, data))
domain_volume = self._session.get('%s/domains/volume/%s' % (self.url, data))
domain_security = self._session.get('%s/security/name/%s' % (self.url, data))
domain_timeline = self._session.get('%s/timeline/%s' % (self.url, data))
domain_history = self._session.get('%s/dnsdb/name/a/%s' % (self.url, data))

We are stuck on long template because we would visualize the timeline with a graph and not with a table but it seems complicated to pass values to an external libraries (like d3).

@jeromeleonard jeromeleonard added this to the 1.14.0 milestone Sep 17, 2018
@jeromeleonard jeromeleonard self-assigned this Sep 17, 2018
@jeromeleonard
Copy link
Contributor

see comment in #310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:analyzer Issue is analyzer related status:pr-submitted
Projects
None yet
Development

No branches or pull requests

3 participants