Skip to content

Commit

Permalink
Merge pull request #2 from AbuseIO/after-discussion
Browse files Browse the repository at this point in the history
Some more edits after Gerald provided more info
  • Loading branch information
widooo authored Jul 23, 2024
2 parents 8c1a9ae + d5ddefc commit 9471711
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/basic/classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ FIRST POLICE is only possible when the record is classified as ILLEGAL. The
abuse contact marked as POLICE will be informed by email with all the
records (URL's) marked with FIRST POLICE.

Set MANUAL is also only possible when the record is ILLEGAL. When this is set
Set MANUAL is also only possible when the record is set ILLEGAL. When this is set
SCARt will automatically only check the Whois information and will not check
whether the URL (image) is online. In the function CHECKONLINE records can be set
offline.
whether the URL (image) is (still) online. It will therefor not try to scrape the image. In the
function CHECKONLINE records can be set offline.

With EDIT a number of fields can be updated:

Expand Down
2 changes: 1 addition & 1 deletion docs/details/cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Every night the cleanup background job runs to do a checkup from the SCARt envir
The following actions are done:

1. Recycle the SCARt application logfile
2. Reset for scraping-again from inputs-open-for-classify and not look at in the past 24 hours
2. Reset from inputs-open-for-classify to scraping-again after 24 hours
3. Remove cached images when analyzing is finished
4. Cleanup of the Whois cache; removal of not active domains and/or IP records
5. Rewind the ICCAM import one day to be sure every ICCAM report is imported
Expand Down
8 changes: 1 addition & 7 deletions docs/details/custom_webforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ Note: a good tutorial about the YAML format you can find here:
<https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started>

This format can be used within the body from the import email with all (or a subset)
of fields included. An example email body text is:

> url: www.s3group.nl \
> text: this is a note \
> custom: this a custom field
a complete example of such a email is:
of fields included. A complete example of such an email is:

![img_4.png](../images/img_4.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/details/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Cloudflare), this proxy service is used to automatically get the (real) IP.
## Direct classify

Sometimes the classification can be done automatically based on a domain specification in
an URL. This can be done with the "Direct classify" rule. For the ILLEGAL and NOT ILLEGAL
the questions will be used as defined for a mainurl.
an URL. This can be done with the "Direct classify" rule. SCARt will apply the same
classification for all URL's under the domain as it has set for the mainurl of the domain.

When an URL matches a Direct classify rule, the classification is set and the report is
directly set on the check online status. A NTD is send if applicable, also ICCAM actions
Expand Down

0 comments on commit 9471711

Please sign in to comment.