id: trip-phish info: name: trip phishing Detection author: rxerium severity: info description: | A trip phishing website was detected reference: - https://trip.com tags: phishing,trip,osint http: - method: GET path: - "{{BaseURL}}" host-redirects: true max-redirects: 2 matchers-condition: and matchers: - type: word words: - 'Trip.com: Book cheap flights, hotels, car rentals, trains and more' - type: status status: - 200 - type: dsl dsl: - '!contains(host,"trip.com")'