googleexport.meteoalarm.eu Open in urlscan Pro
188.68.53.231  Public Scan

URL: https://googleexport.meteoalarm.eu/
Submission Tags: @phishunt_io
Submission: On September 05 via api from DE

Form analysis 1 forms found in the DOM

POST send.php

<form action="send.php" method="POST">
  <div class="form-group">
    <label for="organisation_name">Organisation name:</label>
    <input type="text" class="form-control" id="organisation_name" placeholder="Enter organisation name" name="organisation_name" value="" required="">
    <span class="error"></span>
  </div>
  <div class="form-group">
    <label for="first_name">First name:</label>
    <input type="text" class="form-control" id="first_name" placeholder="Enter first name" name="first_name" value="" required="">
    <span class="error"></span>
  </div>
  <div class="form-group">
    <label for="last_name">Last name:</label>
    <input type="text" class="form-control" id="last_name" placeholder="Enter last name" name="last_name" value="" required="">
    <span class="error"></span>
  </div>
  <div class="form-group">
    <label for="email">Email:</label>
    <input type="email" class="form-control" id="email" placeholder="Enter email" name="email" value="" required="">
    <span class="error"></span>
  </div>
  <!-- <div class="form-group">
        <label for="topic">Topic URL:</label>
        <input type="text" class="form-control" id="topic" placeholder="Enter topic url" name="topic" value="" required>
        <span class="error"></span>
      </div> -->
  <div class="form-group">
    <label for="iso">ISO Code:</label>
    <select class="form-control" name="iso" required="">
      <option value="" hidden="">Select ISO code</option>
      <option value="AT">AT</option>
      <option value="BA">BA</option>
      <option value="BE">BE</option>
      <option value="BG">BG</option>
      <option value="CH">CH</option>
      <option value="CZ">CZ</option>
      <option value="DK">DK</option>
      <option value="DK">DK</option>
      <option value="EE">EE</option>
      <option value="ES">ES</option>
      <option value="FI">FI</option>
      <option value="FR">FR</option>
      <option value="GR">GR</option>
      <option value="HR">HR</option>
      <option value="HU">HU</option>
      <option value="IE">IE</option>
      <option value="IL">IL</option>
      <option value="IS">IS</option>
      <option value="IT">IT</option>
      <option value="LT">LT</option>
      <option value="LU">LU</option>
      <option value="LV">LV</option>
      <option value="MD">MD</option>
      <option value="ME">ME</option>
      <option value="MK">MK</option>
      <option value="MT">MT</option>
      <option value="NL">NL</option>
      <option value="NO">NO</option>
      <option value="PL">PL</option>
      <option value="PT">PT</option>
      <option value="RO">RO</option>
      <option value="RS">RS</option>
      <option value="SE">SE</option>
      <option value="SI">SI</option>
      <option value="SK">SK</option>
      <option value="UK">UK</option>
    </select>
    <!-- <span class="error"></span> -->
  </div>
  <div class="form-group">
    <label for="callback">Callback URL:</label>
    <input type="text" class="form-control" id="callback" placeholder="Enter callback" name="callback" value="" required="">
    <span class="error"></span>
  </div>
  <div class="form-group">
    <label for="mode">Mode:</label>
    <select class="form-control" name="mode" required="">
      <option value="Subscribe">Subscribe</option>
      <option value="Unsubscribe">Unsubscribe</option>
    </select>
    <!-- <span class="error"></span> -->
  </div>
  <div class="form-group">
    <label for="time">Subscription Time:</label>
    <select class="form-control" name="time" required="">
      <option value="" hidden="">Select time</option>
      <option value="1">1 day</option>
      <option value="5">5 days</option>
      <option value="10">10 days</option>
      <option value="14">14 days</option>
    </select>
    <!-- <span class="error"></span> -->
  </div>
  <button type="submit" class="btn btn-primary">Submit</button>
</form>

Text Content

SUBSCRIPTION/UNSUBSCRIPTION


SUBSCRIPTION

To subscribe, complete all fields and send a form POST request to the hub with
the following parameters:

 * hub.mode - the string "subscribe"
 * iso.code - the ISO code of the country you are subscribing to
 * hub.callback - the URL that you want the hub to send notifications to, so it
   must be a publicly-accessible URL


Read more...




WEBSUB

WebSub (formerly PubSubHubbub) is an open protocol for distributed
publish–subscribe communication on the Internet. Initially designed to extend
the Atom (and RSS) protocols for data feeds, the protocol can be applied to any
data type (e.g. HTML, text, pictures, audio, video) as long as it is accessible
via HTTP. Its main purpose is to provide real-time notifications of changes,
which improves upon the typical situation where a client periodically polls the
feed server at some arbitrary interval. In this way, WebSub provides pushed HTTP
notifications without requiring clients to spend resources on polling for
changes.




Organisation name:
First name:
Last name:
Email:
ISO Code: Select ISO code
ATBABEBGCHCZDKDKEEESFIFRGRHRHUIEILISITLTLULVMDMEMKMTNLNOPLPTRORSSESISKUK
Callback URL:
Mode: Subscribe Unsubscribe
Subscription Time: Select time 1 day 5 days 10 days 14 days
Submit


UNSUBSCRIPTION

To unsubscribe, complete all fields and send a form POST request to the hub with
the following parameters:

 * hub.mode - the string "unsubscribe"
 * iso.code - the ISO code of the country you had previously subscribed to
 * hub.callback - the URL that you were receiving notifications to


Read more...




PROTOCOL

Under WebSub, there is an ecosystem of publishers, subscribers, and hubs.

A subscriber first retrieves content from an HTTP resource (URL) by requesting
it from the webserver. The subscriber then inspects the contents of the
response, and if it references a hub, the subscriber can subscribe to that
resource's URL (it's called a 'topic' by the spec) on that hub. The subscriber
needs to run a web accessible server so that hubs can directly notify it when
any of its subscribed topics have updated, using a webhook mechanism.

Publishers expose their content with the inclusion of hub references in the HTTP
headers. They post notifications to those referenced hubs whenever they publish
something. Thus, when a publication event occurs, the publisher calls its hubs
and the hubs call their subscribers.


Read more...

SUBSCRIPTION

 * Organisation name - name of organisation which the user works in
 * First name - user's first name
 * Last name - user's last name
 * Email - user's personal email
 * ISO Code - the code which the user subscribes to in order to get weather
   warnings for the corresponding country
 * Callback URL - the URL where the user want to receive notifications
 * Mode - the string "subscribe" which allows the user to make a subscription
 * Subscription Time - time for the subscription (maximum - 14 days), after 14
   days will be an automatically prolongation of the subscription




By completing the form's fields the user is going to make subscription for the
country's warnings. The country will be selected depending on the ISO code. Our
service include also supplementary field Topic URL which contains the URL with
warnings in XML format for the selected country by the user and has this format:

 * http://meteoalarm.eu/ATOM/$iso.xml

After the user will complete all fields in the form, he will see a success
message that his request was successfully.


This is an example of XML file the user should receive in the notification by
the callback which he introduced.



When new warnings will come, the user will receive notifications by his callback
URL.

Close

UNSUBSCRIPTION

 * Organisation name - name of organisation which the user works in
 * First name - user's first name
 * Last name - user's last name
 * Email - user's personal email
 * ISO Code - the code which the user unsubscribes from
 * Callback URL - the URL where the user want to receive notifications
 * Mode - the string "unsubscribe" which allows the user to make a subscription
 * Subscription Time - time for the subscription (maximum - 14 days), after 14
   days will be an automatically prolongation of the subscription




By completing the form's fields the user is going to make unsubscription for the
country's warnings. The country will be selected depending on the ISO code. Our
service include also supplementary field Topic URL which contains the URL with
warnings in XML format for the selected country by the user and has this format:

 * http://meteoalarm.eu/ATOM/$iso.xml

After the user will complete all fields in the form, he will see a success
message that his request was successfully.


This is an example of XML file the user should receive in the notification by
the callback which he introduced.



The user will receive notifications by the callback which he introduced.

Close

WebSub includes a simple verification of intent mechanism in order to prevent
abusive subscriptions, and a validation mechanism allows for subscriptions to
private or protected web resources. When the subscriber sends the subscription
request to the hub, the subscriber address and a code needs to be included. The
hub immediately sends a verification message to the subscriber with the URL of
the topic and the above code. The subscription request will only be accepted if
the subscriber sends a positive response to the verification request of the hub.







Close