Skip to content

IT-Hock/xarf-report-generator

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

XARF Report Generator by IT-Hock

Generates XARF reports from multiple sources.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

XARF Report Generator Screen Shot

XARF Report Generator is a command line tool that generates XARF reports from multiple sources, and can automatically report them to the abuse contact listed in the WHOIS record of the IP using the RIPE API. Currently it supports the following sources:

  • Windows EventViewer (Failed Logon Attempts)
  • IPBan (Recent Bans)

(back to top)

Usage

Get logs between two dates:

xarf-report-generator -s 2022-04-09T00:00:00Z -e 2022-04-08T00:00:00Z

Filter by IP list file:

xarf-report-generator -f ip-list.txt

Change output path:

xarf-report-generator -o /path/to/output/dir

For more examples, please refer to the Wiki

(back to top)

Roadmap

  • (Maybe) Automatically report to AbuseIPDB.com
  • IIS Logs collector

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU AFFERO GENERAL PUBLIC LICENSE v3. See LICENSE for more information.

(back to top)

Contact

IT-Hock - info@it-hock.de

Project Link: https://github.com/IT-Hock/xarf-report-generator

(back to top)

Acknowledgments

(back to top)