Friday, May 11, 2012

Using the VirusTotal API v2.0


VirusTotal is a very useful Website for getting the opinions of >40 anti-virus products as to whether or not a file is infected with malware.  What is particularly interesting is that in addition to their Web interface, they offer an API for their service (https://www.virustotal.com/documentation/public-api/).  While their documentation for their API is good, all of the code examples are in Python.  The code snippets below illustrate how to interact with the VirusTotal API using Perl.  The first LWP request of the application demonstrates the submission of a file to VirusTotal.  The JSON response is then processed to obtain the SHA256 hash of the submitted file, which in turn is used as part of a second request to VirusTotal to retrieve the scan results.  The response from the second request will indicate how many AV products flagged the file as containing a virus. 

In terms of testing the API, it may be helpful to consider using EICAR test strings (http://www.eicar.org/86-0-Intended-use.html) as they provide a safe way to trigger the majority of AV scanners.  The Test.txt file used to test the code provided here contained an EICAR test string.  

 #!usr/bin/perl

# Copyright 2012- Christopher M. Frenz
# This script is free software - it may be used, copied, redistributed, and/or modified
# under the terms laid forth in the Perl Artistic License

use LWP::UserAgent;
use JSON;
use strict;

#Code to submit a file to Virus Total
my $ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 1 });
my $url='https://www.virustotal.com/vtapi/v2/file/scan';

my $key='YourKeyHere';

my $response = $ua->post( $url,
    Content_Type => 'multipart/form-data',
    Content => ['apikey' => $key,
    'file' => ['Test.txt']]
  );
die "$url error: ", $response->status_line
   unless $response->is_success;
my $results=$response->content;

#pulls the sha256 value out of the JSON response
#Note: there are many other values that could also be pulled out
my $json = JSON->new->allow_nonref;   
my $decjson = $json->decode( $results);
my $sha=$decjson->{"sha256"};
print $sha ."\n\n";

#Code to retrieve the results that pertain to a submitted file by hash value
$url='https://www.virustotal.com/vtapi/v2/file/report';

$response = $ua->post( $url,
    ['apikey' => $key,
    'resource' => $sha]
  );
die "$url error: ", $response->status_line
   unless $response->is_success;
$results=$response->content;

#processes the JSON to see how many AV products consider the file a virus
$json = JSON->new->allow_nonref;   
$decjson = $json->decode( $results);
print $decjson->{"positives"};

112 comments:

Unknown said...
This comment has been removed by the author.
Unknown said...

Run website on Offline mode Using UpUp Javascript Framework
AngularJS LazyTube directive
Scan Uploaded File using VirusTotal Java Library
Get Data From Database Using AngularJS in JSP
PrimeFaces vs RichFaces vs IceFaces in JSF
PDF Reader Android SDK
Diference - JavaFx vs Swing

Tejuteju said...

Really nice blog post. provided a helpful information. I hope that you will post more updates like this Ruby on Rails Online Course Bangalore

priya said...

Really great post, Thank you for sharing This knowledge.Excellently written article, if only all bloggers offered the same level of content as you, the internet would be a much better place. Please keep it up!
Data Science Course in Indira nagar
Data Science Course in btm layout
Python course in Kalyan nagar
Data Science course in Indira nagar
Data Science Course in Marathahalli
Data Science Course in BTM Layout

jefrin said...

Topic is good to read thanks for sharing
power BI training course in chennai

Jaweed Khan said...

Thanks For Sharing The Information The information Shared Is Very valuable Please keep updating us Time Just Went On reading The article Python Online Course AWS Online Course Devops Online Course DataScience Online Course

digitalsourabh said...

PHP Training in Bhopal
Graphic designing training in bhopal
Python Training in Bhopal
Android Training in Bhopal
Machine Learning Training in Bhopal
Digital Marketing Training in Bhopal
https://99designs.com/blog/trends/top-10-web-design-trends-for-2014/

meenati said...
This comment has been removed by the author.
Online Training said...

very informative blog and useful article thank you for sharing with us , keep posting learn more about aws with cloud computing AWS Online Training

PaperCoachNet said...

This is very useful information for me. Thank you very much! Themedical research topic has stirred the world .

Ram Niwas said...

Nice blog!! I hope you will post more articles like this!!

Perl Training
Perl Training Course
Perl Training online
Perl Programming Training

jumboslot.com said...

Thanks. Useful information and very inspiring.
สล็อต สล็อตออนไลน์ เกมส์สล็อต เกมสล็อต slotxo

HomeWorkFor.me said...

Very useful information for people, I think this is what everyone needs. I write articles if it's interesting to visit my site https://homeworkfor.me/.

Priyanka said...

Attend The Python training in bangalore From ExcelR. Practical Python training in bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Python training in bangalore.
python training in bangalore

Techxinx said...

Thanks for taking the time to discuss that,

It should be really useful for all of us.
autocad in bhopal
3ds max classes in bhopal
CPCT Coaching in Bhopal
java coaching in bhopal
Autocad classes in bhopal
Catia coaching in bhopal

saketh said...



I have express a few of the articles on your website now, and I really like your style of Python classes in pune blogging. I added it to my favorite’s blog site list and will be checking back soon…

saketh said...



I have express a few of the articles on your website now, and I really like your style of Python classes in pune blogging. I added it to my favorite’s blog site list and will be checking back soon…

Raj Tattapure said...

Thank you for providing the valuable information …
If you want to connect with AI (Artificial Intelligence) World
as like

Python


RPA (Robotic Process Automation)


UiPath Training


Blue Prism


Data -Science


ML(Machine Learning)
related more information then meet on EmergenTeck Training Institute .

Thank you.!
Reply

Raj Tattapure said...

Thank you for providing the valuable information …
If you want to connect with AI (Artificial Intelligence) World
as like

Python


RPA (Robotic Process Automation)


UiPath Training


Blue Prism


Data -Science


ML(Machine Learning)
related more information then meet on EmergenTeck Training Institute .

Thank you.!
Reply

Kayal said...

The article is so informative. This is more useful for me. Keep doing great work and a good job.

Tableau Training in Chennai
Tableau Course in Chennai
Advanced Excel Training in Chennai
Corporate Training in Chennai
Pega Training in Chennai
Linux Training in Chennai
Power BI Training in Chennai
Job Openings in Chennai
Tableau Training in Tambaram
Tableau Training in Adyar

chandhran said...

Amazing blog,Thanks for sharing such a nice information.I got some detailed information from this blog..
Air Hostess Academy in Chennai
Best Aviation Academy in Chennai
Airlines Courses Bangalore
Aviation Courses in Chennai
Air Hostess Training Institute in chennai
Air Hostess Academy Bangalore
Best Aviation Academy in Chennai
Aviation Courses in Chennai
Airline Courses in Chennai
Airport Management Course

Reshma said...


Your post is very useful for me.Thanks for sharing your great post. Keep updating like this.....
Selenium Training in Velachery
Selenium Training in Tambaram
Selenium Training in T nagar
Selenium Training in Anna nagar
Selenium Training in Porur
Selenium Training in Adyar
Selenium Training in Vadapalani
Selenium Training in Thiruvanmiyur
Selenium Training in OMR

sasi said...

I really enjoyed this article. I need more information to learn so kindly update it.
Salesforce Training in Anna Nagar
Salesforce Training in Chennai
Salesforce Training in OMR
Android training in anna nagar
Data Science Training in OMR
Salesforce Training in T Nagar
German Classes in T Nagar
DevOps Training in OMR

shwethapriya said...

Thanks for posting keep updating it.
Informatica MDM Training in Chennai
Informatica mdm training
German Classes in Chennai
TOEFL Coaching in Chennai
Informatica Training in Chennai
pearson vue test center in chennai
Informatica MDM Training in Adyar
Informatica MDM Training in Velachery

lajwantidevi said...

vidmate app

Priyanka said...

Attend The Data Analytics Course Bangalore From ExcelR. Practical Data Analytics Course Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analytics Course Bangalore.
ExcelR Data Analytics Course Bangalore

raj khan said...



Soma pill is very effective as a painkiller that helps us to get effective relief from pain. This cannot cure pain. Yet when it is taken with proper rest, it can offer you effective relief from pain.
This painkiller can offer you relief from any kind of pain. But Soma 350 mg is best in treating acute pain. Acute pain is a type of short-term pain which is sharp in nature. Buy Soma 350 mg online to get relief from your acute pain.

https://globalonlinepills.com/product/soma-350-mg/


Buy Soma 350 mg
Soma Pill
Buy Soma 350 mg online



Buy Soma 350 mg online
Soma Pill
Buy Soma 350 mg

Angular expert said...


Greetings! Very helpful advice within this article! It is the little changes that produce the largest changes. Many thanks for sharing!




python training in Bangalore


Reactjs Training in Marathahalli, Bangalore


Python Training in Marathahalli, Bangalore

Angular expert said...


Pretty! This was a really wonderful post. Thank you for providing these details.



UI Development Training in Marathahalli


UI Development Training in Bangalore


Angular Training in Bangalore

outsourcingall@outlook.com said...


smart outsourcing solutions is the best outsourcing training
in Dhaka, if you start outsourcing please
visit us: graphic design training
digital marketing training

Anonymous said...

Visit for Python training in Bangalore:- Python training in Bangalore

Soft Online Training said...

Good Information Thanks for Sharing
Soft Online Provides best training for Oracle Fusion and EBS Courses with 100% Placements
Oracle EBS Training in Hyderabad
Oracle Fusion SCM Training
Oracle Fusion HCM Training
Oracle Fusion Financials Training
For more info Visit us: www.softonlinetraining.com

Training for IT and Software Courses said...

I really enjoy reading this article.Hope that you would do great in upcoming time.A perfect post.Thanks for microsoft azure sharing.microsoft azure training in bangalore

Training for IT and Software Courses said...

It is really explainable very well and i got more information from your site.Very much useful for me to understand many concepts and helped me a lot.ServiceNow training in bangalore

Training for IT and Software Courses said...

I must appreciate you for providing such a valuable content for us. This is one amazing piece of article.Helped a lot in increasing my knowledge.sap training in bangalore

AI said...

"Just saying thanks will not just be sufficient, for the fantastic lucidity in your writing. I will instantly grab your articles to get deeper into the topic. And as the same way ExcelR also helps organisations by providing data science courses based on practical knowledge and theoretical concepts. It offers the best value in training services combined with the support of our creative staff to provide meaningful solution that suits your learning needs.

Data Science Training in Pune "

svrtechnologies said...

Nice Post....Really thanks for sharing...

learn aws

svrtechnologies said...

Thanks for Sharing Such an Useful Info...

amazon aws tutorial

Durai Moorthy said...

Nice blog, this blog provide the more information. Thank you so much for sharing with us.
aws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore

Repairtech Solutions said...

Your style is very unique in comparison to other people I've read stuff from. Thanks for posting when you have the opportunity, Guess I'll just book mark this web site.
onsite mobile repair bangalore
I used to be able to find good info from your blog posts.
asus display replacement
Excellent article! We will be linking to this great article on our site. Keep up the great writing.
huawei display repair bangalore

Repairtech Solutions said...

This is a topic that is close to my heart... Thank you! Exactly where are your contact details though?
vivo charging port replacement
I truly love your site.. Very nice colors & theme. Did you build this site yourself? Please reply back as I’m planning to create my own personal blog and would like to find out where you got this from or just what the theme is named. Appreciate it!
lg service center Bangalore
I like it when people get together and share thoughts. Great website, continue the good work!
motorola display repair bangalore

aj said...

Shopclues winner list 2020 here came up with a list of offers where you can win special shopclues prize list 2020 by just playing a game & win prizes.
Winner list Snapdeal
Snapdeal Prize
Snapdeal lucky draw
Snapdeal prize list
Snapdeal winner list
Snapdeal winner name

Durai Moorthy said...

This is very good quality article and interesting..& This post has a nice one. share more updates.
aws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore

aj said...

Snapdeal Winner List here came up with an Offer where you can win Snapdeal prize list 2020 by just playing a game & win prizes.
Snapdeal winner name2020 also check the Snapdeal lucky draw2020

Rahul Aniket said...

123movies download

svrtechnologies said...

Really thanks for sharing such an useful and informative stuff...

data science training
data analytics tutorial

GlobalEmployees said...

Find my blog post here
http://ttlink.com/bookmark/d3913482-056d-4e38-82e1-baa1036528ba
http://ttlink.com/bookmark/5931d44a-7910-41ec-9bab-f2b3082de030
http://ttlink.com/bookmark/3f596fd1-f173-4b25-ba95-0730a97ab3a8
Best Web Development Tools for Web Developers.

dao said...


Class College Education training Beauty teaching university academy lesson  teacher master student  spa manager  skin care learn eyelash extensions tattoo spray


hami said...

click here for info.

python training in vijayawada said...

We as a team of real-time industrial experience with a lot of knowledge in developing applications in python programming (7+ years) will ensure that we will deliver our best in python training in vijayawada. , and we believe that no one matches us in this context.

python training in vijayawada said...

nice blog
We as a team of real-time industrial experience with a lot of knowledge in developing applications in python programming (7+ years) will ensure that we will deliver our best in python training in vijayawada. , and we believe that no one matches us in this context.

Rajesh Anbu said...

Really nice post. Thank you for sharing amazing information.
aws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore

Angular expert said...

You're so interesting! I do not believe I've truly read through anything like this before. So great to discover another person with unique thoughts on this issue. Really.. thanks for starting this up. This site is something that is required on the web, someone with some originality!

Best Advanced Java Training In Bangalore Marathahalli

Advanced Java Courses In Bangalore Marathahalli

Advanced Java Training in Bangalore Marathahalli

Advanced Java Training Center In Bangalore

Advanced Java Institute In Marathahalli

Angular expert said...


There's certainly a lot to learn about this subject. I love all of the points you have made.
Selenium Courses in Marathahalli

selenium institutes in Marathahalli

selenium training in Bangalore

Selenium Courses in Bangalore

best selenium training institute in Bangalore

selenium training institute in Bangalore

svrtechnologies said...

This post is really nice and informative. The explanation given is really comprehensive and informative. artificial intelligence course syllabus by 10+ years experienced faculty.

Elegant IT Services said...

Informative post...Thanks for sharing the post...
servicenow training in bangalore

Shopclues Online lucky draw contest said...

Thanks for sharing the great usefull blog
Shopclues lucky draw 2020| Shopclues winner 2020|Get to Know Shopclues Lucky Draw Winner 2020. Call Shopclues Helpline Phone Number+91-9835565523 for Shopclues Online Shopping Lucky Draw.
Shopclues online lucky draw winner
Shopclues winner 2020
shopclues car lucky draw

svrtechnologies said...

I am inspired with your post writing style & how continuously you describe this topic on sap bi tutorial . After reading your post, thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic.

Jack sparrow said...



Pretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision. i also want to share some infor mation regarding sap pp online training and sap sd videos.keep sharing.


svrtechnologies said...

I am inspired with your post writing style & how continuously you describe this topic on hadoop course. After reading your post, thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic.

svrtechnologies said...

Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well. It was crystal clear, keep sharing..

sap tutorial

Jack sparrow said...



Well thats a nice article.The information You providied is good . Here is i want to share about dell boomi tutorial and Aws Training videos . Expecting more articles from you .

svrtechnologies said...

Pretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing.

sap bw tutorial

Shruti said...

Great article. I'm dealing with some of these issues as well..


Best Advanced Java Training In Bangalore Marathahalli

Advanced Java Courses In Bangalore Marathahalli

Advanced Java Training Center In Bangalore

Advanced Java Training Center In Bangalore

Selenium Training in Bangalore

Selenium Training in Marathahalli

Selenium Courses in Bangalore

best selenium training institute in Bangalore



Anonymous said...

Nice article. For offshore hiring services visit:
renaissancetainela

Pravin Patel said...

qustodio activation code

interiorworld said...

Hi there! This article could not be written any better! Reading through this post reminds me of my previous roommate! technology He continually kept preaching about this. I'll forward this post to him. Pretty sure he'll have a very good read. Thank you for sharing!

Anonymous said...

Informative post, i love reading such posts. Read my posts here
Unknownsource
http://unsurpassedesports.esportsify.com/profile/globalemployees
http://unsurpassedesports.esportsify.com/forums/scrims-ps4/277/hire-laravel-developers

dataexpert said...

Just the way I have expected. Your website really is interesting. ExcelR Data Science Course In Pune

Janu said...

I would like to say thank you for the amazing details and concepts you are sharing in this.The style of writing is excellent and also the content is top-notch. Thanks for that shrewdness you provide the readers! to read


Dot Net Training in Chennai | Dot Net Training in anna nagar | Dot Net Training in omr | Dot Net Training in porur | Dot Net Training in tambaram | Dot Net Training in velachery




saran said...

Thank You! For sharing such a great article, It’s been a amazing article.
Digital Marketing Training Course in Chennai | Digital Marketing Training Course in Anna Nagar | Digital Marketing Training Course in OMR | Digital Marketing Training Course in Porur | Digital Marketing Training Course in Tambaram | Digital Marketing Training Course in Velachery

nisha said...

The Blog is really very Impressive. every content should be very neatly represented.

Data Science Training Course In Chennai | Data Science Training Course In Anna Nagar | Data Science Training Course In OMR | Data Science Training Course In Porur | Data Science Training Course In Tambaram | Data Science Training Course In Velachery

Unknown said...

It's really a nice experience to read your post. Thank you for sharing this useful information.
Oneyes Technologies
Inplant Training in Chennai
Inplant Training in Chennai for CSE IT MCA
Inplant Training in Chennai ECE EEE EIE
Inplant Training in Chennai for Mechanical
Internship in Chennai

Snapdealcontactnumber said...

Snapdealluckydraws.org.in
Snapdeal lucky draw
Snapdeal lucky draw 2020
Snapdeal lucky draw contact number
Snapdeal lucky draw customer care number
Snapdeal lucky draw helpline number
Snapdeal lucky draw winner list 2020
Snapdeal winner name 2020
Snapdeal winner 2020
Snapdeal lucky draw winner 2020
Snapdeal lucky draw department

EXCELR said...

Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.
Data Science Course in Hyderabad

EXCELR said...

Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.
Data Science Course in Hyderabad

EXCELR said...

Nice information. Data Science Course in Hyderabad

ravi said...

one of the best blog ever that i seen in whole life and thankyou for this blog
i love this blog and it has i own value that is more than other


snapdeal lucky draw 2020!
snapdeal lucky draw contact !
snapdeal lucky draw helpline!
snapdeal lucky draw draw!

ravi said...

one of the best blog ever that i seen in whole life and thankyou for this blog
i love this blog and it has i own value that is more than other


snapdeal lucky draw 2020!
snapdeal lucky draw contact !
snapdeal lucky draw helpline!
snapdeal lucky draw draw!

Unknown said...

Very interesting blog Thank you for sharing such a nice and interesting blog and really very helpful article.

sap hybris training in bangalore

sap hybris class in bangalore

learn sap hybris in bangalore

places to learn sap hybris in bangalore

sap hybris schools in bangalore

sap hybris school reviews in bangalore

sap hybris training reviews in bangalore

sap hybris training in bangalore

sap hybris institutes in bangalore

sap hybris trainers in bangalore

learning sap hybris in bangalore

where to learn sap hybris in bangalore

best places to learn sap hybris in bangalore

top places to learn sap hybris in bangalore

sap hybris training in bangalore india

Unknown said...

Thank you for excellent article.You made an article that is interesting.

Cloud Computing Online Training

Cloud Computing Classes Online

Cloud Computing Training Online

Online Cloud Computing Course

Cloud Computing Course Online

Ishu Sathya said...

Great content with more information on Using the VirusTotal API v2.0. Thanks for sharing

If you are looking for high payable IT job, take up

Data Science Course in Chennai
Data Science Training in Chennai
Data Science Certification in Chennai
Data Science Training Institute in Chennai
Data Science Classes in Chennai
Data Science Online Course
Best Online Data Science Courses
Data Science Online Training
best data science certification online
data science certificate online

Cho co said...

Analytics certification courses are not limited to the above sub-courses. It is evolving every day and allowing all major elements of the business to come into it machine learning course hyderabad

sudhan said...

It will be an easy matter for you to bring your laptop to your workshop at home when you need to perform experiments.

Robotic Process Automation (RPA) Training in Chennai | Robotic Process Automation (RPA) Training in anna nagar | Robotic Process Automation (RPA) Training in omr | Robotic Process Automation (RPA) Training in porur | Robotic Process Automation (RPA) Training in tambaram | Robotic Process Automation (RPA) Training in velachery




Civil Service Aspirants said...

It is amazing and wonderful to visit your site.Thanks for sharing this information,this is useful to me...
Civil Service Aspirants
TNPSC Tutorial in English
TNPSC Tutorial in Tamil
TNPSC Notes in English
TNPSC Materials in English
tnpsc group 1 study materials

Anirban Ghosh said...

I have honestly never read such overwhelmingly good content like this. I agree with your points and your ideas. This info is really great. Thanks.
SAP training in Kolkata
SAP training Kolkata
Best SAP training in Kolkata
SAP course in Kolkata

Brukkevin said...

Thanks for posting this info. I just want to let you know that I just check out your site. Reverse Flash Jacket

haroon said...

Thank you for sharing this great Post.
Catia centre in coimbatore
Catia course in coimbatore
Catia course fees in coimbatore
Catia course training in coimbatore
Best Catia course in coimbatore
Catia course training with placement in coimbatore
Catia online training course in coimbatore
Catia online course in coimbatore
Catia fees structure in coimbatore
Catia jobs in coimbatore
Catia training in coimbatore
Cadd centre in coimbatore
Cadd course in coimbatore
Cadd centre fees structure in coimbatore

livoci said...

It’s hard to come by well-informed people for this topic, however, you seem like you know what you’re talking about! Thanks
tech gadget

Gift Cards 2021 said...

excellent post wrtitten by the author Gift Cards 2021

saketh321 said...

I like this post,And I figure that they having a great time to peruse this post,they might take a decent site to make an information,thanks for sharing it to me Pretty good post. ExcelR Data Analytics Courses

Unknown said...

school management erp
e learning tools for education

Best Training Institute said...

Really Nice Information It's Very Helpful All courses Checkout Here.

Sap Apo training in bangalore

99 Digital Academy said...

Really Amazing Article, I have seen here. This is in related to your article that the Best Digital Marketing Course offered by 99 Digital Academy. The course is designed for students, professionals and for business owners. This course is in trend. Click on link to see more.

99 Digital Academy said...

Really Amazing Article, I have seen here. This is in related to your article that the Best Digital Marketing Course offered by 99 Digital Academy. The course is designed for students, professionals and for business owners. This course is in trend. Click on link to see more.

Thakur98 said...

It was wonerful reading your conent. Thankyou very much. # BOOST Your GOOGLE RANKING.It’s Your Time To Be On #1st Page
Our Motive is not just to create links but to get them indexed as will
Increase Domain Authority (DA).We’re on a mission to increase DA PA of your domain
High Quality Backlink Building Service
Boost DA upto 15+ at cheapest
Boost DA upto 25+ at cheapest
Boost DA upto 35+ at cheapest
Boost DA upto 45+ at cheapest

Unknown said...

Hey Nice Blog!! Thanks For Sharing!!! Wonderful blog & good post. Its really helpful for me. If you want to Earn Money Online, Read Blogging Making Money. Rision Digital is the best site to learn online tips to earn money. Click link to read.

manjot singh said...

Wow such an amazing content keep it up. I have bookmarked your page to check out more informative content here.

SASVBA Provides Best Deep Learning Course in Delhi with Latest Development Environment and Frameworks. We keep Our Courses Up to Date with the Latest industrial trends. SASVBA Is One of the best training Deep Learning Institute in Delhi NCR Which Helps Students to Crack Interviews in Tech Giants. We train college students as well as school students.

FOR MORE IMFO:

Alexis Gipson said...

Thanks for the interesting content. I like your post and your blog is amazing.
If you are interested in Video Downloader apps you can check my blog site. It is new and really informative.

VidMate app download 9apps

Astrid said...

Thanks for sharing these tips! Regards https://arccmedia.co/the-importance-of-seo

Business Consultancy India said...

Gladias Web Designing Company In Bangalore has a dedicated department for all your designing needs. We follow a systematic process of design/redesign to create your website with all the features that you require as well as providing an appealing and elegant online presence.

harshini said...

Informative blog Data analytics Course

Huongkv said...

Liên hệ Aivivu, đặt vé máy bay tham khảo

vé máy bay đi Mỹ Vietnam Airline

đặt vé máy bay đi sài gòn

vé máy bay nha trang hà nội vietjet

vé máy bay giá rẻ đi Huế

chuyến bay sài gòn quy nhơn

taxi sân bay rẻ

combo phú quốc 4 ngày 3 đêm 2021

Huongkv said...

Liên hệ Aivivu, đặt vé máy bay tham khảo

vé máy bay đi Mỹ Vietnam Airline

đặt vé máy bay đi sài gòn

vé máy bay nha trang hà nội vietjet

vé máy bay giá rẻ đi Huế

chuyến bay sài gòn quy nhơn

taxi sân bay rẻ

combo phú quốc 4 ngày 3 đêm 2021

HARSHADA said...

Very amazing and interesting post, thank you for sharing
Data Science Training In Pune

Antino Labs said...

Thanks for sharing the information.
Mobile application development company in gurgaon
Digital transformation companies in india

Anand Shankar said...

Nice Blog Post. Nice Blog Post.

one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge
one funnel away challenge

Tamil novels said...

Very nice post. Thank you for sharing with us.
Tamil novels pdf
Ramanichandran novels PDF
srikala novels PDF
Mallika manivannan novels PDF
muthulakshmi raghavan novels PDF
Infaa Alocious Novels PDF
N Seethalakshmi Novels PDF
Sashi Murali Tamil Novels

eddielydon said...

It was not first article by this author as I always found him as a talented author. ranboo varsity jacket

George Mark said...

This was an extremely wonderful post. Thanks for providing this info. Commissar Coat

Reshma said...

This post is so interactive and informative.keep update more information...
Importance of German Language
Importance of German Language in Modern Era

Joseph Vijay said...

Excellent article. Keep sharing with us.
Eagle paper plane | Zazoom | Easy Freezy | Fold n fly