-
Notifications
You must be signed in to change notification settings - Fork 0
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
Anyrun #3
base: master
Are you sure you want to change the base?
Conversation
plugins/hybridanalysis/test.py
Outdated
@@ -0,0 +1,24 @@ | |||
import unittest |
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 test file is not needed.
plugins/virustotal/checkIp.py
Outdated
@@ -0,0 +1,94 @@ | |||
import json | |||
from virus_total_apis import PublicApi as VirusTotalPublicApi |
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.
what is this? virus_total_apis
plugins/virustotal/checkFile.py
Outdated
@@ -0,0 +1,25 @@ | |||
import json | |||
from virus_total_apis import PublicApi as VirusTotalPublicApi | |||
|
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.
what is this?
plugins/virustotal/checkDomain.py
Outdated
@@ -0,0 +1,26 @@ | |||
import json | |||
from virus_total_apis import PublicApi as VirusTotalPublicApi |
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.
where is this? virus_total_apis
plugins/virustotal/checkDomain.js
Outdated
@@ -0,0 +1,20 @@ | |||
module.exports = function (RED) { | |||
function checkDomain(config) { | |||
const utils = require('../utils/utils') |
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.
where is this file?
plugins/anyrun/readme.md
Outdated
# node-red-node-anyrun | ||
[Node-RED](https://nodered.org/) nodes to retrieve malware analysis results from anyrun. | ||
|
||
To try it for free, sign up here [Dtonomy](https://www.dtonomy.com/pricing/). |
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.
Dtonomy -> DTonomy
Capitalize T
plugins/hybridanalysis/readme.md
Outdated
# node-red-node-hybridanalysis | ||
[Node-RED](https://nodered.org/) nodes to check Ip, url information from Hybrid Analysis. | ||
|
||
To try it for free, sign up here [Dtonomy](https://www.dtonomy.com/pricing/). |
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.
Dtonomy -> DTonomy
Capitalize T
plugins/shodan/readme.md
Outdated
# node-red-node-shodan | ||
[Node-RED](https://nodered.org/) nodes to check Ip via shodan. | ||
|
||
To try it for free, sign up here [Dtonomy](https://www.dtonomy.com/pricing/). |
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.
Dtonomy -> DTonomy
Capitalize T
plugins/virustotal/readme.md
Outdated
# node-red-node-virustotal | ||
[Node-RED](https://nodered.org/) nodes to support multiple integrations with Virustotal to collect intelligence. | ||
|
||
To try it for free, sign up here [Dtonomy](https://www.dtonomy.com/pricing/). |
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.
Dtonomy -> DTonomy
Capitalize T
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.
ignore certain folders
@@ -0,0 +1,45 @@ | |||
<!-- | |||
Copyright JS Foundation and other contributors, http://js.foundation |
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.
we do not need suspiciousClientDetection folder
malware/101-malware.html
Outdated
@@ -0,0 +1,45 @@ | |||
<!-- | |||
Copyright JS Foundation and other contributors, http://js.foundation |
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.
we do not need malware folder
powershell/LICENSE
Outdated
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
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.
let's not upload powershell folder
**/ | ||
|
||
module.exports = function(RED) { | ||
"use strict"; |
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.
not socialengineering folder
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 |
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.
not upload this one
userbehavior/101-userbehavior.js
Outdated
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 |
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.
not upload userbehavior
waitpath/LICENSE.txt
Outdated
MIT License | ||
|
||
Copyright (c) 2017 mauriciom75 | ||
|
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.
not waitpath folder
No description provided.