api.startinblox.com Open in urlscan Pro
2a00:b6e0:1:200:210::1  Public Scan

URL: https://api.startinblox.com/
Submission Tags: phishingrod
Submission: On July 28 via api from DE — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

PAGE NOT FOUND (404)

Request Method: GET Request URL: https://api.startinblox.com/

Using the URLconf defined in server.urls, Django tried these URL patterns, in
this order:

 1.  ^ ^sources/(?P<federation>\w+)/
 2.  ^ ^\.well-known/webfinger/?$
 3.  ^ ^inbox/$
 4.  ^ ^ ^upload/$ [name='upload']
 5.  ^ ^
     ^upload/(?P<hashcode>[\w|\W-]+)/(?P<filename>[\w|\W-]+).(?P<fileext>[\w]+)$
     [name='upload_xmpp']
 6.  ^ ^ ^media\/(?P<path>.*)$
 7.  ^ ^ ^demo/$ [name='home']
 8.  ^ ^ ^demo/sib/$ [name='upload_sib']
 9.  ^ ^ ^demo/simple/$ [name='simple_upload']
 10. ^ ^ ^demo/form/$ [name='model_form_upload']
 11. ^ ^numbers/
 12. ^ ^members/
 13. ^ ^helloworlds/
 14. ^ ^typemembers/
 15. ^ ^sources/
 16. ^ ^codefragments/
 17. ^ ^users/
 18. ^ ^features/
 19. ^ ^files/
 20. ^ ^featureimgs/
 21. ^ ^contacts/
 22. ^ ^scheduledactivitys/
 23. ^ ^teammembers/
 24. ^ ^documents/
 25. ^ ^followers/
 26. ^ ^activities/
 27. ^ ^coops/
 28. ^ ^gendermembers/
 29. ^ ^users/
 30. ^admin/
 31. ^media\/(?P<path>.*)$

The empty path didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings
file. Change that to False, and Django will display a standard 404 page.