Skip to content

Commit f8623c1

Browse files
committed
Merge branch 'release/2.0.0'
2 parents 8e7b4e7 + f0c6945 commit f8623c1

File tree

270 files changed

+35248
-4660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+35248
-4660
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ target
1818

1919
conf/application.conf
2020

21+
sbt-launch.jar

.scalariform.conf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#alignArguments=false
2+
#alignParameters=false
3+
alignSingleLineCaseStatements=true
4+
alignSingleLineCaseStatements.maxArrowIndent=60
5+
#allowParamGroupsOnNewlines=false
6+
compactControlReadability=true
7+
#compactStringConcatenation=false
8+
#danglingCloseParenthesis=Prevent
9+
doubleIndentClassDeclaration=false
10+
doubleIndentConstructorArguments=true
11+
doubleIndentMethodDeclaration=true
12+
#firstArgumentOnNewline=Force
13+
#firstParameterOnNewline=Force
14+
#formatXml=true
15+
#indentLocalDefs=false
16+
#indentPackageBlocks=true
17+
#indentSpaces=2
18+
#indentWithTabs=false
19+
#multilineScaladocCommentsStartOnFirstLine=false
20+
#newlineAtEndOfFile=false
21+
placeScaladocAsterisksBeneathSecondAsterisk=true
22+
#preserveSpaceBeforeArguments=false
23+
rewriteArrowSymbols=true
24+
#singleCasePatternOnNewline=true
25+
#spaceBeforeColon=false
26+
#spaceBeforeContextColon=false
27+
#spaceInsideBrackets=false
28+
#spaceInsideParentheses=false
29+
#spacesAroundMultiImports=true
30+
#spacesWithinPatternBinders=true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Passive DNS.
3838
+ DomainTools\*: look up domain names, IP addresses, WHOIS records, etc. using the popular [DomainTools](http://domaintools.com/) service API.
3939
+ 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.
4040
+ File_Info: parse files in several formats such as OLE and OpenXML to detect
41-
VBA macros, extract their source code, generate useful information on PE, PDF files and much more.
41+
VBA macros, extract their source code, generate useful information on PE, PDF files and much more.
4242
+ FireHOLBlocklists: check IP addresses against the [FireHOL blocklists](https://firehol.org/).
4343
+ GoogleSafebrowsing\*: check URLs against [Google Safebrowsing](https://www.google.com/transparencyreport/safebrowsing/).
4444
+ HybridAnalysis\*: fetch [Hybrid Analysis](https://www.hybrid-analysis.com/) reports associated with hashes and filenames.
@@ -62,7 +62,7 @@ whether a URL has been flagged as a phishing site.
6262
+ VMRay\*: analyze files using the [VMRay Analyzer Platform](https://www.vmray.com/products/).
6363
+ WOT\*: check a domain against [Web of Trust](https://www.mywot.com/), a website reputation service.
6464
+ Yara: check files against [YARA](https://virustotal.github.io/yara/) rules using yara-python.
65-
+ 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.
65+
+ 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.
6666

6767
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.
6868

app/Module.scala

Lines changed: 0 additions & 18 deletions
This file was deleted.

app/controllers/AnalyzerCtrl.scala

Lines changed: 0 additions & 62 deletions
This file was deleted.

app/controllers/Asset.scala

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/controllers/JobCtrl.scala

Lines changed: 0 additions & 52 deletions
This file was deleted.

app/controllers/MispCtrl.scala

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/controllers/StatusCtrl.scala

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/models/Analyzer.scala

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)