A step-by-step guide to submitting abuse reports via the Abusix API using the XARF format, including setup, payload structure, and response handling.
In this article, you will find information about submitting data via the Abusix API Data Channel.
All data submitted via our RESTful API is mapped to the XARF format, short for the eXtended Abuse Reporting Format. XARF is a standardized set of schemas developed by the XARF community and Abusix for describing abusive behavior or content.
The effort started as an open, community-driven initiative and has become an industry standard for sharing network abuse reports. The GitHub project provides free specifications to support end-to-end automation of abuse reporting.
When completing the Data Channel configuration steps in app.abusix.com, you may select Report Abusive Behavior to Abusix to both report abuse to the appropriate network owner and send data to your Guardian Ops instance.
Examples of this use case include using AbuseHQ to manage abuse:
Our backbone uses the XARF schemas to route and process information. While most of the field names are intuitive, you can refer to the examples in the XARF GitHub Project to map your data correctly.
If you need help with data mapping, contact us via chat or at [email protected].
After completing the Data Channel configuration steps in app.abusix.com, you may POST your data.
Our systems and support team will receive the data and take care of the rest.
⚠️ Replace any configuration pointing to
https://abusix.abusehq.net/xarf/deliver
with your new access credentials.
curl
CommandHaving trouble with your setup or running into technical issues? Get in touch with our team of Abusix experts.
A step-by-step guide to submitting abuse reports via the Abusix API using the XARF format, including setup, payload structure, and response handling.
In this article, you will find information about submitting data via the Abusix API Data Channel.
All data submitted via our RESTful API is mapped to the XARF format, short for the eXtended Abuse Reporting Format. XARF is a standardized set of schemas developed by the XARF community and Abusix for describing abusive behavior or content.
The effort started as an open, community-driven initiative and has become an industry standard for sharing network abuse reports. The GitHub project provides free specifications to support end-to-end automation of abuse reporting.
When completing the Data Channel configuration steps in app.abusix.com, you may select Report Abusive Behavior to Abusix to both report abuse to the appropriate network owner and send data to your Guardian Ops instance.
Examples of this use case include using AbuseHQ to manage abuse:
Our backbone uses the XARF schemas to route and process information. While most of the field names are intuitive, you can refer to the examples in the XARF GitHub Project to map your data correctly.
If you need help with data mapping, contact us via chat or at [email protected].
After completing the Data Channel configuration steps in app.abusix.com, you may POST your data.
Our systems and support team will receive the data and take care of the rest.
⚠️ Replace any configuration pointing to
https://abusix.abusehq.net/xarf/deliver
with your new access credentials.
curl
CommandHaving trouble with your setup or running into technical issues? Get in touch with our team of Abusix experts.