Why are some comments off? I just watched the newest Volatility video. Fantastic demo. I just earned a forensics cert a couple of days ago and this video clearly outlines some of the concepts I had to know. Great to see a start to finish example using Volatility.
HI Ronny , if you are going to connect to virustotal from a web page you need to use PHP. The PHP page you need to use the API to extract data. the full php command you can find it here. developers.virustotal.com/reference
Yeah I checked the api doc for abuseipdb but I'm working on a Windows machine and do you think I need to install failban ? Can I chat with you the other way may be on LinkedIn or some other channel...I need some guidance
Hi ! This is a great tutorial. I would like to ask is it possible to export the result to excel instead of google sheet? My concern is i dont know how to creat the customise function of importing js script to excel T.T
It is possible, in Excel you have to use macros. Actually there was a excel sheet available online that diD this. But i am unable to find it now. Google:virustotal excel bulk analyzer
@@LeStupiak193 here you go. this was the excel file I was talking about. bogner.sh/2019/01/querying-virustotal-from-excel/?fbclid=IwAR3qcLLtvKfMCAEyUZtPqU6RsWY-sEG2D-k2F0aYXZ1m_EManlECcVogti0
I tried working on VirusTotal API with Google sheets and it worked fine for me , I want to make this for other vendor sites as well.. if you can guide me it will be helpful
hola buenos dias me gustaria saber como quedaría la sintaxis par saber si un fabricante en especifico detecta la amenaza y con que nombre la identifica , Gracias por tu ayuda
hola, el fabricante mira el código y detecta un patrón único en el código de malware. esto se conoce como una firma hi, the manufacturer looks at the code and detects a unique pattern in the malware code. this is known as a signature
@@HackeXPlorer si creo que no me lograste entender. me gustaria que el script me dijera como identifica un fabricante la amenaza ejemplo Sophos, Mcafee,o Trend Micro . me interesa es el nombre del malware cuando yo ingrese el sha . Gracias por tu respuesta
Hi @Hack explorer , how do I use abuseipdb and xforce API's with google sheets to find out the reputation of the IP's? Can you share the API request URL and also reference steps if you have any.
interesting!, i check abuseipdb , which is very slimier to the virus total implementation check the API docs here docs.abuseipdb.com/#configuring-fail2ban
Yeah I checked the api doc for abuseipdb but I'm working on a Windows machine and do you think I need to install failban ? Can I chat with you the other way may be on LinkedIn or some other channel...I need some guidance
Hi, not sure if you still get notifications or if anyone has come across this issue but when you have a large number hashes sometimes some of the data doesn't get imported so most likely a hash doesn't have a first time seen in the wild associated with it and then just skips it. Is there a way to fill in that value as maybe N/A?
Hi there, may i ask you how many hashes are you scanning? Also you can use the isnull function with a if condition the to fill not found values with "N/A" also check this project , where an MS excel macro is used the accomplish the above, you can learn some more techniques bogner.sh/2019/01/querying-virustotal-from-excel/
Thanks a lot. Seems need to work on VBA and Python with the way industry is evolving. It was quite informative though. Keep up the good work and be safe.
Why are some comments off? I just watched the newest Volatility video. Fantastic demo. I just earned a forensics cert a couple of days ago and this video clearly outlines some of the concepts I had to know. Great to see a start to finish example using Volatility.
Comments off? I'll check again, I really like when comments or questions come in
Just figured it out, if you mention the video is kids friendly, UA-cam turnoff some comments. Just turned it off, Hope I won't miss any comments 😊
@@HackeXPlorer Cool, thanks man. Am a sucsriber and really enjoy your videos!
Appriciate if you could add the above comment in my volatality video, it will add great value. Thank you
Sir can you make tutorial on how we cam configure virus total API on our web and make our owm web virus scanner. Please sir
HI Ronny , if you are going to connect to virustotal from a web page you need to use PHP. The PHP page you need to use the API to extract data. the full php command you can find it here.
developers.virustotal.com/reference
Yeah I checked the api doc for abuseipdb but I'm working on a Windows machine and do you think I need to install failban ? Can I chat with you the other way may be on LinkedIn or some other channel...I need some guidance
Hi ! This is a great tutorial. I would like to ask is it possible to export the result to excel instead of google sheet?
My concern is i dont know how to creat the customise function of importing js script to excel T.T
It is possible, in Excel you have to use macros. Actually there was a excel sheet available online that diD this. But i am unable to find it now.
Google:virustotal excel bulk analyzer
@@HackeXPlorer noted with thanks ! I will play around see can it be done !
@@LeStupiak193 here you go. this was the excel file I was talking about.
bogner.sh/2019/01/querying-virustotal-from-excel/?fbclid=IwAR3qcLLtvKfMCAEyUZtPqU6RsWY-sEG2D-k2F0aYXZ1m_EManlECcVogti0
I tried working on VirusTotal API with Google sheets and it worked fine for me , I want to make this for other vendor sites as well.. if you can guide me it will be helpful
Sounds great!, check my other reply.
hola buenos dias me gustaria saber como quedaría la sintaxis par saber si un fabricante en especifico detecta la amenaza y con que nombre la identifica , Gracias por tu ayuda
hola, el fabricante mira el código y detecta un patrón único en el código de malware. esto se conoce como una firma
hi, the manufacturer looks at the code and detects a unique pattern in the malware code. this is known as a signature
@@HackeXPlorer si creo que no me lograste entender. me gustaria que el script me dijera como identifica un fabricante la amenaza ejemplo Sophos, Mcafee,o Trend Micro . me interesa es el nombre del malware cuando yo ingrese el sha .
Gracias por tu respuesta
Hi, does this work for bulk urls?
Hi @Hack explorer , how do I use abuseipdb and xforce API's with google sheets to find out the reputation of the IP's? Can you share the API request URL and also reference steps if you have any.
interesting!, i check abuseipdb , which is very slimier to the virus total implementation check the API docs here
docs.abuseipdb.com/#configuring-fail2ban
Yeah I checked the api doc for abuseipdb but I'm working on a Windows machine and do you think I need to install failban ? Can I chat with you the other way may be on LinkedIn or some other channel...I need some guidance
This is how you can use the curl
you need both API key and the password in the command
curl -u : GET api.xforce.ibmcloud.com/ipr/history/
Nice job "blurring" the API key.....
Hi, not sure if you still get notifications or if anyone has come across this issue but when you have a large number hashes sometimes some of the data doesn't get imported so most likely a hash doesn't have a first time seen in the wild associated with it and then just skips it. Is there a way to fill in that value as maybe N/A?
Hi there, may i ask you how many hashes are you scanning?
Also you can use the isnull function with a if condition the to fill not found values with "N/A"
also check this project , where an MS excel macro is used the accomplish the above, you can learn some more techniques
bogner.sh/2019/01/querying-virustotal-from-excel/
@@HackeXPlorer Hey! I'm scanning roughly 3,600 hashes. I will check out the resource to see if it helps :)
Is this working for greater than 10hashes at a time?
Depends on the VT api license you have, in the free version you can only scan 4 objects per minute
Thanks
Wc. ☺️
How can we do it with excel if Google docs isn't allowed.
You have to use VBA/ Macros in excel,
there is actually one made, try this
bogner.sh/2019/01/querying-virustotal-from-excel/
Thanks a lot. Seems need to work on VBA and Python with the way industry is evolving. It was quite informative though. Keep up the good work and be safe.