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

Anyrun #3

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Anyrun #3

wants to merge 15 commits into from

Conversation

jdtonomy
Copy link
Contributor

No description provided.

@@ -0,0 +1,24 @@
import unittest
Copy link

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.

@@ -0,0 +1,94 @@
import json
from virus_total_apis import PublicApi as VirusTotalPublicApi
Copy link

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

@@ -0,0 +1,25 @@
import json
from virus_total_apis import PublicApi as VirusTotalPublicApi

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

@@ -0,0 +1,26 @@
import json
from virus_total_apis import PublicApi as VirusTotalPublicApi
Copy link

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

@@ -0,0 +1,20 @@
module.exports = function (RED) {
function checkDomain(config) {
const utils = require('../utils/utils')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this file?

# 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/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dtonomy -> DTonomy
Capitalize T

# 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/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dtonomy -> DTonomy
Capitalize T

# 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/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dtonomy -> DTonomy
Capitalize T

# 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/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dtonomy -> DTonomy
Capitalize T

@jdtonomy jdtonomy closed this Aug 20, 2021
@jdtonomy jdtonomy reopened this Aug 20, 2021
Copy link

@dtonomy dtonomy left a 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
Copy link

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

@@ -0,0 +1,45 @@
<!--
Copyright JS Foundation and other contributors, http://js.foundation
Copy link

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

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
Copy link

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";
Copy link

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not upload this one

* 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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not upload userbehavior

MIT License

Copyright (c) 2017 mauriciom75

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not waitpath folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants