Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 30, 2018
2 parents 8e7b4e7 + f0c6945 commit f8623c1
Show file tree
Hide file tree
Showing 270 changed files with 35,248 additions and 4,660 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ target

conf/application.conf

sbt-launch.jar
30 changes: 30 additions & 0 deletions .scalariform.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#alignArguments=false
#alignParameters=false
alignSingleLineCaseStatements=true
alignSingleLineCaseStatements.maxArrowIndent=60
#allowParamGroupsOnNewlines=false
compactControlReadability=true
#compactStringConcatenation=false
#danglingCloseParenthesis=Prevent
doubleIndentClassDeclaration=false
doubleIndentConstructorArguments=true
doubleIndentMethodDeclaration=true
#firstArgumentOnNewline=Force
#firstParameterOnNewline=Force
#formatXml=true
#indentLocalDefs=false
#indentPackageBlocks=true
#indentSpaces=2
#indentWithTabs=false
#multilineScaladocCommentsStartOnFirstLine=false
#newlineAtEndOfFile=false
placeScaladocAsterisksBeneathSecondAsterisk=true
#preserveSpaceBeforeArguments=false
rewriteArrowSymbols=true
#singleCasePatternOnNewline=true
#spaceBeforeColon=false
#spaceBeforeContextColon=false
#spaceInsideBrackets=false
#spaceInsideParentheses=false
#spacesAroundMultiImports=true
#spacesWithinPatternBinders=true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Passive DNS.
+ DomainTools\*: look up domain names, IP addresses, WHOIS records, etc. using the popular [DomainTools](http://domaintools.com/) service API.
+ EmergingThreats\*: leverage Proofpoint's [Emerging Threats Intelligence](https://threatintel.proofpoint.com/) to assess the reputation of various observables and obtain additional and valuable information on malware.
+ File_Info: parse files in several formats such as OLE and OpenXML to detect
VBA macros, extract their source code, generate useful information on PE, PDF files and much more.
VBA macros, extract their source code, generate useful information on PE, PDF files and much more.
+ FireHOLBlocklists: check IP addresses against the [FireHOL blocklists](https://firehol.org/).
+ GoogleSafebrowsing\*: check URLs against [Google Safebrowsing](https://www.google.com/transparencyreport/safebrowsing/).
+ HybridAnalysis\*: fetch [Hybrid Analysis](https://www.hybrid-analysis.com/) reports associated with hashes and filenames.
Expand All @@ -62,7 +62,7 @@ whether a URL has been flagged as a phishing site.
+ VMRay\*: analyze files using the [VMRay Analyzer Platform](https://www.vmray.com/products/).
+ WOT\*: check a domain against [Web of Trust](https://www.mywot.com/), a website reputation service.
+ Yara: check files against [YARA](https://virustotal.github.io/yara/) rules using yara-python.
+ Yeti: retrieve all available information related to a domain, a fully qualified domain name, an IP address, a URL or a hash from a [YETI](https://yeti-platform.github.io/) instance.
+ Yeti: retrieve all available information related to a domain, a fully qualified domain name, an IP address, a URL or a hash from a [YETI](https://yeti-platform.github.io/) instance.

The star (\*) indicates that the analyzer needs an API key, a user account or special access from the service provider to work correctly. **We do not provide API keys, user accounts or request access on your behalf**. You have to use your own or contact the service provider.

Expand Down
18 changes: 0 additions & 18 deletions app/Module.scala

This file was deleted.

62 changes: 0 additions & 62 deletions app/controllers/AnalyzerCtrl.scala

This file was deleted.

28 changes: 0 additions & 28 deletions app/controllers/Asset.scala

This file was deleted.

52 changes: 0 additions & 52 deletions app/controllers/JobCtrl.scala

This file was deleted.

32 changes: 0 additions & 32 deletions app/controllers/MispCtrl.scala

This file was deleted.

25 changes: 0 additions & 25 deletions app/controllers/StatusCtrl.scala

This file was deleted.

12 changes: 0 additions & 12 deletions app/models/Analyzer.scala

This file was deleted.

33 changes: 0 additions & 33 deletions app/models/Artifact.scala

This file was deleted.

8 changes: 0 additions & 8 deletions app/models/Errors.scala

This file was deleted.

16 changes: 0 additions & 16 deletions app/models/ExternalAnalyzer.scala

This file was deleted.

22 changes: 0 additions & 22 deletions app/models/Job.scala

This file was deleted.

Loading

0 comments on commit f8623c1

Please sign in to comment.