Skip to content

Commit

Permalink
Update apility meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent cdf10dd commit 00a2e51
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion modules/sfp_apility.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,25 @@ class sfp_apility(SpiderFootPlugin):
'summary': "Search Apility API for IP address and domain reputation.",
'flags': ["apikey"],
'useCases': ["Footprint", "Investigate", "Passive"],
'categories': ["Reputation Systems"]
'categories': ["Reputation Systems"],
'dataSource': {
'website': "https://auth0.com/signals",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://auth0.com/signals/docs/"
],
'apiKeyInstructions': [
"Visit https://auth0.com",
"Register a free account",
"Navigate to https://manage.auth0.com/dashboard/",
"Click on 'API'",
"The API key is listed under 'Auth0 Management API'"
],
'favIcon': "https://cdn.auth0.com/styleguide/components/1.0.8/media/logos/img/favicon.png",
'logo': "https://auth0.com/signals/docs/images/signals-docs-logo.svg",
'description': "Malicious login traffic is detected with Auth0’s Anomaly Detection engine. "
"This helps protect our customers from automated attacks, such as credential stuffing.",
}
}

# Default options
Expand Down

0 comments on commit 00a2e51

Please sign in to comment.