Skip to content

interlock-network/autocrat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Autocrat FAQ

What is Autocrat?

Autocrat is Interlock's API that instantly tells you if a URL is malicious or not.

  • It takes a URL as a string in a POST request
  • It returns a boolean: true for safe and false for malicious

How does it work?

Autocrat uses Interlock's threat detecting AI that can instantly analyze any URL and identify if it's malicious.

Autocrat is in beta

Autocrat is an early-stage enterprise product. It may briefly go down or return errors.

Pricing info

For price and payment info, please contact Interlock CEO Rick Deacon at rick@interlock.network

How to get an API key

After payment, we will coordinate safe transfer of a unique API key that you will use to access Autocrat.

API URL

The URL for Autocrat is {url}

API request shape

To use Autocrat, make a POST request with the following shape:

{
     "key": "{api key}",
     "url": "url"
}

Normal response

{
     "safe": {boolean},
     "url": "url"
}

Errors responses

{
     "error": "{error description string}",
     "safe": undefined,
     "url": "url"
}

Specific errors

  • "Unsupported protocol" i.e. FTP, SSH, or anything not HTTP/S
  • "Malformed URL"
  • "Scan took too long"
  • "Site offline (code 404)"
  • "Too many redirects"
  • "URL cannot be scanned"

Support

For support questions, contact autocrat@interlock.network

About

Autocrat is the API to the Interlock phishing detection service.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors