Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Phistank analyzer failing #1276

Open
akshay-nehate opened this issue Aug 22, 2024 · 0 comments
Open

[Bug] Phistank analyzer failing #1276

akshay-nehate opened this issue Aug 22, 2024 · 0 comments

Comments

@akshay-nehate
Copy link

Describe the bug
Phistank analyzer fails to run

To Reproduce
Steps to reproduce the behavior:

  1. Add API key
  2. image
  3. image

Expected behavior
Works using curl command -

curl -X POST "https://checkurl.phishtank.com/checkurl/" -H "User-Agent: phishtank/redacted" -d "url=https%3A%2F%2Fwww.example.com%2F" -d "format=json" -d "app_key=redacted" | jq

{
  "meta": {
    "timestamp": "2024-08-22T00:08:08+00:00",
    "serverid": "e5f3084e",
    "status": "success",
    "requestid": "172.17.128.1.66c68168d92ae9.71895076"
  },
  "results": {
    "url": "https://www.example.com/",
    "in_database": true,
    "phish_id": 2489536,
    "phish_detail_page": "http://www.phishtank.com/phish_detail.php?phish_id=2489536",
    "verified": true,
    "verified_at": "2014-06-03T10:01:24+00:00",
    "valid": false
  }
}

Complementary information
If applicable, add screenshots and any additional information that might help explain your problem.

Work environment

  • Browse type and version: Version 127.0.6533.120 (Official Build) (64-bit)
  • Cortex version: 3.1.8-1
  • Cortex Analyzer/Responder name: PhishTank_CheckURL_2_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant