Code Monkey home page Code Monkey logo

Comments (3)

bastiaan-deltics avatar bastiaan-deltics commented on July 19, 2024

This might be because the script does not set the "maxAgeInDays" parameter when querying the API. So the API uses the default "maxAgeInDays" value of 30 days, see https://docs.abuseipdb.com/#check-endpoint

This could be the reason the script always returns less reports, because it only counts reports made in the last 30 days.

from bulkcheck.

AdmiralSYN-ACKbar avatar AdmiralSYN-ACKbar commented on July 19, 2024

Thanks for jumping in here @bastiaan-deltics. Yes, the discrepancy between MaxAgeInDays (which by default is 30 for API calls) and lookups through a web browser at abuseipdb.com (which go further back) are likely why this is happening. An adjustable MaxAgeInDays value is something that I would like to implement in a future version of the script.

from bulkcheck.

sdaughtry1 avatar sdaughtry1 commented on July 19, 2024

I modified line 317 to this:
Invoke-WebRequest -Uri ("https://api.abuseipdb.com/api/v2/check?ipAddress=$($_.IP)&maxAgeInDays=365") -Headers @{'Accept' = 'application/json'; 'Key' = $ApiKey} -usebasicparsing | add-content -path $jsonTempPath

The max # of days the API can return is 365 (unlike the AbuseIPDB web site, where a single IP query goes back to day #1).. its the best that I could do. I recommend modifying the script's readme file to inform users that it returns only the past 30 days though...

from bulkcheck.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.