ryanm292002 / CAPSTONE

0 stars 0 forks source link

Design Project 1 #2

Open ryanm292002 opened 11 months ago

ryanm292002 commented 11 months ago
ryanm292002 commented 11 months ago

APIS planning on setting up during this initial phase Virus total urlscan.io https://otx.alienvault.com/api (a definite) googlesafebrowsing api https://api.labs.sophos.com/doc/index.html\

ryanm292002 commented 11 months ago

https://otx.alienvault.com/assets/static/external_api.html#panel_api_v1_indicators_url__url___section_

ryanm292002 commented 11 months ago

I am using this github as a reference for my virustotal code: https://github.com/dbrennand/virustotal-python#send-a-url--for-analysis-and-get-the-report-

This github gives messy results but works, I believe the python_virustotal library the authors helped, was getting 404/405 errors before

my updated code titled "942.py" gives cleaner, readable results. Basically each vendor gets a status, next goal getting that code to have just a harmless/not harmless status without all the vendors. I think what would be easiest/safest would be if 1 vendor says its malicious then my output would be "this url has signs of being malicious, proceed with caution"

ryanm292002 commented 11 months ago

chatgpt api utilization, would chatgpt somehow help?

ryanm292002 commented 11 months ago

Goal to complete this sprint/ move onto sprint 2: combine two apis so far, add more apis. Think of other features, study limitations further