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

Integromat false positives #2838

Closed
harmonherring-pro opened this issue May 13, 2024 · 1 comment · Fixed by #2856
Closed

Integromat false positives #2838

harmonherring-pro opened this issue May 13, 2024 · 1 comment · Fixed by #2856
Labels

Comments

@harmonherring-pro
Copy link
Contributor

Expected Behavior

The fake key 00000000-0000-0000-0000-000000000000 should not have verified: true

Actual Behavior

The fake key was detected

{
  "SourceMetadata": {
    "Data": {
      "Filesystem": {
        "file": "integromat_fp.txt"
      }
    }
  },
  "SourceID": 1,
  "SourceType": 15,
  "SourceName": "trufflehog - filesystem",
  "DetectorType": 251,
  "DetectorName": "Integromat",
  "DecoderName": "PLAIN",
  "Verified": true,
  "Raw": "00000000-0000-0000-0000-000000000000",
  "RawV2": "",
  "Redacted": "",
  "ExtraData": null,
  "StructuredData": null
}

Steps to Reproduce

echo "integromat_api_key = '00000000-0000-0000-0000-000000000000'" > integromat_fp.txt && trufflehog filesystem ./integromat_fp.txt
@dustin-decker
Copy link
Contributor

dustin-decker commented May 16, 2024

Thanks for reporting. We had someone look into this internally and found that has been integromat reinvented into a company called make, and so this detector is no longer valid. We will be removing it shortly.

@ahrav ahrav linked a pull request May 16, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants