Using APi's in Security projects | Beginners Guide

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 33

  • @vero0992
    @vero0992 4 роки тому +1

    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.

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому +1

      Comments off? I'll check again, I really like when comments or questions come in

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому +1

      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 😊

    • @vero0992
      @vero0992 4 роки тому

      @@HackeXPlorer Cool, thanks man. Am a sucsriber and really enjoy your videos!

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      Appriciate if you could add the above comment in my volatality video, it will add great value. Thank you

  • @zuiokopl2256
    @zuiokopl2256 4 роки тому +4

    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

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      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

  • @harshamangipudiDa3
    @harshamangipudiDa3 4 роки тому +1

    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

  • @LeStupiak193
    @LeStupiak193 3 роки тому +1

    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

    • @HackeXPlorer
      @HackeXPlorer  3 роки тому +1

      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
      @LeStupiak193 3 роки тому

      @@HackeXPlorer noted with thanks ! I will play around see can it be done !

    • @HackeXPlorer
      @HackeXPlorer  3 роки тому

      @@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

  • @harshamangipudiDa3
    @harshamangipudiDa3 4 роки тому

    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

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      Sounds great!, check my other reply.

  • @saulbocanegra
    @saulbocanegra 4 роки тому

    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

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      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

    • @saulbocanegra
      @saulbocanegra 4 роки тому

      @@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

  • @simbarashezuva582
    @simbarashezuva582 Рік тому

    Hi, does this work for bulk urls?

  • @harshamangipudiDa3
    @harshamangipudiDa3 4 роки тому +1

    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.

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      interesting!, i check abuseipdb , which is very slimier to the virus total implementation check the API docs here
      docs.abuseipdb.com/#configuring-fail2ban

    • @harshamangipudiDa3
      @harshamangipudiDa3 4 роки тому

      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

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому +1

      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/

  • @dzlandis
    @dzlandis 2 роки тому +1

    Nice job "blurring" the API key.....

  • @pdj4601
    @pdj4601 3 роки тому

    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?

    • @HackeXPlorer
      @HackeXPlorer  3 роки тому

      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/

    • @pdj4601
      @pdj4601 3 роки тому

      @@HackeXPlorer Hey! I'm scanning roughly 3,600 hashes. I will check out the resource to see if it helps :)

  • @JpLast20
    @JpLast20 Рік тому

    Is this working for greater than 10hashes at a time?

    • @HackeXPlorer
      @HackeXPlorer  Рік тому

      Depends on the VT api license you have, in the free version you can only scan 4 objects per minute

  • @muruga403
    @muruga403 5 років тому +1

    Thanks

  • @hmt2210
    @hmt2210 4 роки тому

    How can we do it with excel if Google docs isn't allowed.

    • @HackeXPlorer
      @HackeXPlorer  4 роки тому

      You have to use VBA/ Macros in excel,
      there is actually one made, try this
      bogner.sh/2019/01/querying-virustotal-from-excel/

    • @hmt2210
      @hmt2210 4 роки тому

      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.