www.fsainfo.org Open in urlscan Pro
2620:12a:8001::2  Public Scan

Submitted URL: https://discourse.fsainfo.org/
Effective URL: https://www.fsainfo.org/user/login?destination=/discourse_sso%3Fsso%3Dbm9uY2U9NjBjOWRmODJlODgzYzRkMDk3OTUxNzMzZWI2MzRiMz...
Submission Tags: phishingrod
Submission: On May 19 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

GET /search

<form action="/search" method="get" id="views-exposed-form-search-content-page-1" accept-charset="UTF-8">
  <div class="form--inline form-inline clearfix">
    <div class="form-item js-form-item form-type-textfield js-form-type-textfield form-item-keys js-form-item-keys form-group">
      <label for="edit-keys" class="control-label">Search</label>
      <input placeholder="Enter search here" data-drupal-selector="edit-keys" class="form-text form-control" type="text" id="edit-keys" name="keys" value="" size="30" maxlength="128">
    </div>
    <div data-drupal-selector="edit-actions" class="form-actions form-group js-form-wrapper form-wrapper" id="edit-actions--2"><button data-drupal-selector="edit-submit-search-content"
        class="button js-form-submit form-submit btn-primary btn icon-before" type="submit" id="edit-submit-search-content" value="Search"><span class="icon glyphicon glyphicon-search" aria-hidden="true"></span> Search</button></div>
  </div>
</form>

POST /user/login?destination=/discourse_sso%3Fsso%3Dbm9uY2U9NjBjOWRmODJlODgzYzRkMDk3OTUxNzMzZWI2MzRiMzkmcmV0dXJuX3Nzb191cmw9aHR0cHMlM0ElMkYlMkZkaXNjb3Vyc2UuZnNhaW5mby5vcmclMkZzZXNzaW9uJTJGc3NvX2xvZ2lu%26sig%3Dc2ed7dc5c215ab892ad8dd1ff350f29a3f31fbbd921dc104cc7399e5e618eb5b

<form class="user-login-form" data-drupal-selector="user-login-form"
  action="/user/login?destination=/discourse_sso%3Fsso%3Dbm9uY2U9NjBjOWRmODJlODgzYzRkMDk3OTUxNzMzZWI2MzRiMzkmcmV0dXJuX3Nzb191cmw9aHR0cHMlM0ElMkYlMkZkaXNjb3Vyc2UuZnNhaW5mby5vcmclMkZzZXNzaW9uJTJGc3NvX2xvZ2lu%26sig%3Dc2ed7dc5c215ab892ad8dd1ff350f29a3f31fbbd921dc104cc7399e5e618eb5b"
  method="post" id="user-login-form" accept-charset="UTF-8">
  <div class="form-item js-form-item form-type-textfield js-form-type-textfield form-item-name js-form-item-name form-group">
    <label for="edit-name" class="control-label js-form-required form-required">Username</label>
    <input autocorrect="none" autocapitalize="none" spellcheck="false" autofocus="autofocus" data-drupal-selector="edit-name" aria-describedby="edit-name--description" class="form-text required form-control" type="text" id="edit-name" name="name"
      value="" size="60" maxlength="60" required="required" aria-required="true" title="" data-toggle="tooltip" data-original-title="Enter your Friends Service Alliance username.">
  </div>
  <div class="form-item js-form-item form-type-password js-form-type-password form-item-pass js-form-item-pass form-group">
    <label for="edit-pass" class="control-label js-form-required form-required">Password</label>
    <input data-drupal-selector="edit-pass" aria-describedby="edit-pass--description" class="form-text required form-control" type="password" id="edit-pass" name="pass" size="60" maxlength="128" required="required" aria-required="true" title=""
      data-toggle="tooltip" data-original-title="Enter the password that accompanies your username.">
  </div>
  <input autocomplete="off" data-drupal-selector="form-iw1jpsfb0iaan9k41hcn-vv14cxw-xhhvorq1un-i3u" type="hidden" name="form_build_id" value="form-iW1jpSFb0iAAn9K41hCN_vV14cXW_XhHvorQ1Un_i3U"><input data-drupal-selector="edit-user-login-form"
    type="hidden" name="form_id" value="user_login_form">
  <div class="user-login-form__password-reset">
    <a href="/user/password" class="user-login-form__password-reset-link">Forgot your password?</a>
  </div>
  <div data-drupal-selector="edit-actions" class="form-actions form-group js-form-wrapper form-wrapper" id="edit-actions"><button data-drupal-selector="edit-submit" class="button js-form-submit form-submit btn-primary btn icon-before" type="submit"
      id="edit-submit" name="op" value="Log in"><span class="icon glyphicon glyphicon-log-in" aria-hidden="true"></span> Log in</button></div>
</form>

POST https://fsainfo.z2systems.com/np/clients/fsainfo/submitSubscription.jsp

<form action="https://fsainfo.z2systems.com/np/clients/fsainfo/submitSubscription.jsp" method="POST">
  <script>
    //<![CDATA[
    function neonSubscriptionSubmit() {
      if (document.getElementById("g-recaptcha-response") && document.getElementById("g-recaptcha-response").value && "" != document.getElementById("g-recaptcha-response").value) {
        return true
      } else {
        if (document.getElementById("subscriptionCaptcha").style.display == "none") {
          document.getElementById("subscriptionCaptcha").style.display = "block"
        }
        var bTop = document.getElementById("subscriptionSubmitButton").getBoundingClientRect().top;
        var bLeft = document.getElementById("subscriptionSubmitButton").getBoundingClientRect().left;
        var bHeight = document.getElementById("subscriptionSubmitButton").clientHeight;
        var bWidth = document.getElementById("subscriptionSubmitButton").clientWidth;
        var cHeight = document.getElementById("subscriptionCaptcha").clientHeight;
        var cWidth = document.getElementById("subscriptionCaptcha").clientWidth;
        var deltaHeight = 7;
        if (bTop - (cHeight + deltaHeight) > 0) {
          document.getElementById("subscriptionCaptcha").style.top = (bTop - (cHeight + deltaHeight)) + "px";
          if ((bLeft - (cWidth - bWidth) / 2) > 0) {
            document.getElementById("subscriptionCaptcha").style.left = (bLeft - (cWidth - bWidth) / 2) + "px"
          } else {
            document.getElementById("subscriptionCaptcha").style.left = "0px"
          }
        } else {
          if ((bTop + bHeight + cHeight + deltaHeight) > document.documentElement.clientHeight) {
            document.getElementById("subscriptionCaptcha").style.top = "0px";
            if ((bLeft - (cWidth - bWidth) / 2) > 0) {
              document.getElementById("subscriptionCaptcha").style.left = (bLeft - (cWidth - bWidth) / 2) + "px"
            } else {
              document.getElementById("subscriptionCaptcha").style.left = "0px"
            }
          } else {
            document.getElementById("subscriptionCaptcha").style.top = (bTop + bHeight + deltaHeight) + "px";
            if ((bLeft - (cWidth - bWidth) / 2) > 0) {
              document.getElementById("subscriptionCaptcha").style.left = (bLeft - (cWidth - bWidth) / 2) + "px"
            } else {
              document.getElementById("subscriptionCaptcha").style.left = "0px"
            }
          }
        }
        return false
      }
    }

    function neonSubscriptionCloseCaptcha() {
      if (document.getElementById("subscriptionCaptcha").style.display != "none") {
        document.getElementById("subscriptionCaptcha").style.display = "none"
      }
    };
    //]]>
  </script><input name="subscription" type="hidden" value="4"><input name="skipDuplicateRequestCheck" type="hidden" value="1">
  <div class="form-item"><label class="control-label" for="edit-email">Name</label> <input maxlength="50" name="subscriber.name" placeholder="Enter your name" size="25" type="text"></div>
  <div class="form-item"><label class="control-label" for="edit-email">Email</label> <input maxlength="80" name="subscriber.email1" placeholder="Enter your email address" size="25" type="text"></div>
  <div id="subscriptionCaptcha" style="display:none; position: fixed; left: 10% !important; border: 2px solid #ccc; background-color: #EEE; padding: 2px 2px 2px 3px; border-radius: 5px; text-align:left; z-index: 99999;">
    <div style="font-size:16px;margin-left:3px;margin-bottom:2px;display:inline-block;">Confirm that you are not a bot.</div>
    <div onclick="neonSubscriptionCloseCaptcha();" onmouseout="this.style.color='#ccc'" onmouseover="this.style.color='#aaa'" style="float:right; margin-right: 2px; color: #ccc; cursor: pointer;">×</div>
    <script>
      //<![CDATA[
      if (typeof windowOnloadFunc == 'undefined') {
        windowOnloadFunc = window.onload;
      }
      window.onload = function() {
        if (typeof grecaptcha == 'undefined' || grecaptcha.render == undefined) {
          alert("Some of the fields on this page did not load properly. Refresh the page and try again.");
        }
        if (windowOnloadFunc) {
          windowOnloadFunc();
        }
      }
      //]]>
    </script>
    <script src="https://www.google.com/recaptcha/api.js?r=1919572719"></script>
    <div class="g-recaptcha" data-sitekey="6Lcsbw8UAAAAAJ6H5uLehos0lMXkHl3qiSGDVfTJ">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-qlnmy56atfnz" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lcsbw8UAAAAAJ6H5uLehos0lMXkHl3qiSGDVfTJ&amp;co=aHR0cHM6Ly93d3cuZnNhaW5mby5vcmc6NDQz&amp;hl=de&amp;v=8k85QBI-qzxmenDv318AZH30&amp;size=normal&amp;cb=mgq8cwj4jlsf"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <input class="webform-button--submit btn-secondary button button--primary js-form-submit form-submit btn-primary btn" id="subscriptionSubmitButton" name="submitButton" onclick="return neonSubscriptionSubmit();" type="submit"
    value="Subscribe">&nbsp;
</form>

Text Content

Menu
 * Board & Organizational Development Open submenu
 * Compliance Open submenu
 * Education Open submenu
 * Peer Groups
 * Resources Open submenu
 * Calendar
 * About Open submenu
 * My Account
 * Log in

Close submenuBoard & Organizational Development
 * BOD Tools and Resources

Close submenuCompliance
 * Compliance & Ethics Services
 * Compliance Tools and Resources
 * Compliance Collaborative Team

Close submenuEducation
 * Diversity & Inclusion Open submenu
 * Internship Program Open submenu
 * Leadership Institute Open submenu
 * Learning Labs Open submenu
 * Peer Groups
 * Staff Training and Development Open submenu
 * Tools and Resources

Close submenuDiversity & Inclusion
 * Guide to DEI in Aging Services
 * When Cultures Meet

Close submenuInternship Program
 * Internship Program for FSA Members
 * Internship Program for Students Open submenu

Close submenuInternship Program for Students
 * 2024 Internship Opportunities

Close submenuLeadership Institute
 * Leadership Institute FAQs
 * Leadership Institute Lead Faculty

Close submenuLearning Labs
 * Leadership Series
 * Learning Labs | Diversity Series
 * Personal Development Series
 * Quaker Values Series

Close submenuStaff Training and Development
 * Quaker Values

Close submenuResources
 * Search Resources
 * Blog
 * Frequently Asked Questions
 * Jobs in Senior Living
 * Videos

Close submenuAbout
 * Our Staff
 * What We Do
 * Who We Serve

Skip to main content


MAIN NAVIGATION

 * Board & Organizational Development
   * BOD Tools and Resources
 * Compliance
   * Compliance & Ethics Services
   * Compliance Tools and Resources
   * Compliance Collaborative Team
 * Education
   * Diversity & Inclusion
   * Internship Program
   * Leadership Institute
   * Learning Labs
   * Peer Groups
   * Staff Training and Development
   * Tools and Resources
 * Peer Groups


USER ACCOUNT MENU

 * Resources
   * Search Resources
   * Blog
   * Frequently Asked Questions
   * Jobs in Senior Living
   * Videos
 * Calendar
 * About
   * Our Staff
   * What We Do
   * Who We Serve
 * My Account
 * Log in

Search

Close

Search
Search
Menu
 1. Home
 2. Log in


Username
Password
Forgot your password?
Log in


SIGN UP TO RECEIVE NEWS AND EVENT UPDATES.

Name
Email
Confirm that you are not a bot.
×

 


FOOTER MENU - SERVICES

 * Services & Programs
 * Board & Organizational Development
 * Collaborations
 * Compliance
 * Education & Training


FOOTER MENU - RESOURCES

 * Resources
 * Search Resources
 * Employment
 * FAQ
 * FSA Blog
 * Find Senior Services


FOOTER MENU - CALENDAR

 * Calendar
 * Upcoming Events


FOOTER MENU - ABOUT

 * Who We Are
 * About
 * Contact Us




FRIENDS SERVICES ALLIANCE

460 Norristown Road, Suite 300
Blue Bell, PA 19422

215 646-0720 (voice)
215 646-0724 (fax)
email: info@fsainfo.org


SOCIAL MEDIA MENU

 * Facebook
 * Linkedin



Close menu